7b96aaf3132d5290a0958624973db7b11c16b676
[gnulib.git] / ChangeLog
1 2007-09-27  Jim Meyering  <jim@meyering.net>
2
3         New module, file-set.
4         * modules/file-set: Define it.
5         * lib/file-set.c, lib/file-set.h: Implement.
6
7         New module, hash-triple.
8         * modules/hash-triple: Define it.
9         * lib/hash-triple.c, lib/hash-triple.h: Implement.
10
11 2007-09-25  Eric Blake  <ebb9@byu.net>
12
13         Fix strerror on Interix.
14         * lib/string_.h (strerror): Declare replacement.
15         * doc/functions/strerror.texi (strerror): Document the Interix
16         shortcoming.
17         * modules/string (Makefile.am): Support new hooks.
18         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
19         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
20         gl_FUNC_STRERROR_SEPARATE.
21         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
22         * lib/strerror.c (rpl_strerror): Provide replacement.
23         * modules/strerror (Depends-on): Add string.
24         (configure.ac): Detect use of module.
25         * tests/test-strerror.c: New file.
26         * modules/strerror-tests: New test module.
27         * modules/argp (Depends-on): Add strerror.
28         * modules/error (Depends-on): Likewise.
29         Reported by Martin Koeppe.
30
31 2007-09-24  Bruno Haible  <bruno@clisp.org>
32
33         * README: Update git instructions.
34
35 2007-09-24  Eric Blake  <ebb9@byu.net>
36
37         Revert fpending breakage from 2007-09-08.
38         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
39         __fpending.c.
40
41 2007-09-24  Jim Meyering  <jim@meyering.net>
42
43         filenamecat.c: Add a test.
44         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
45         showing how the function works when DIR is the empty string.
46
47 2007-09-21  Simon Josefsson  <simon@josefsson.org>
48
49         * tests/test-canonicalize.sh: Turn on executable bit.
50
51 2007-09-19  Eric Blake  <ebb9@byu.net>
52
53         * README: Update CVS instructions.
54
55 2007-09-18  Bruno Haible  <bruno@clisp.org>
56
57         * modules/areadlink: New file.
58         * lib/areadlink.h (areadlink): New declaration.
59         * lib/areadlink.c: New file, based on lib/xreadlink.c.
60
61 2007-09-17  Jim Meyering  <jim@meyering.net>
62
63         * lib/savewd.c (ESTALE) [!defined]: Define.
64         Reported to be required on Interix by Martin Koeppe.
65
66 2007-09-17  Bruno Haible  <bruno@clisp.org>
67
68         * gnulib-tool (func_version): Use $version.
69
70 2007-09-16  Bruno Haible  <bruno@clisp.org>
71
72         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
73         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
74         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
75         Reported by Greg Schafer <gschafer@zip.com.au>.
76
77 2007-09-15  Bruno Haible  <bruno@clisp.org>
78
79         * gnulib-tool (sed): Try a little harder to make bash understand the
80         alias.
81         Reported by Bruce Korb <bruce.korb@gmail.com>.
82
83 2007-09-13  Eric Blake  <ebb9@byu.net>
84
85         * ChangeLog: Remove conflict markers.
86
87 2007-09-13  Simon Josefsson  <simon@josefsson.org>
88
89         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
90         Reported by Bruno Haible <bruno@clisp.org>.
91
92 2007-09-12  Bruno Haible  <bruno@clisp.org>
93
94         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
95         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
96         is not defined.
97
98 2007-09-12  Eric Blake  <ebb9@byu.net>
99
100         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
101         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
102         Autoconf definition.
103         * modules/euidaccess (Depends-on): Add extensions, for
104         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
105         * modules/fnmatch (Depends-on): Likewise.
106         * modules/getaddrinfo (Depends-on): Likewise.
107         * modules/getdelim (Depends-on): Likewise.
108         * modules/getline (Depends-on): Likewise.
109         * modules/getsubopt (Depends-on): Likewise.
110         * modules/gettext (Depends-on): Likewise.
111         * modules/group-member (Depends-on): Likewise.
112         * modules/mbchar (Depends-on): Likewise.
113         * modules/memmem (Depends-on): Likewise.
114         * modules/mempcpy (Depends-on): Likewise.
115         * modules/memrchr (Depends-on): Likewise.
116         * modules/pagealign_alloc (Depends-on): Likewise.
117         * modules/readutmp (Depends-on): Likewise.
118         * modules/stpcpy (Depends-on): Likewise.
119         * modules/stpncpy (Depends-on): Likewise.
120         * modules/strchrnul (Depends-on): Likewise.
121         * modules/strndup (Depends-on): Likewise.
122         * modules/strsep (Depends-on): Likewise.
123         * modules/strverscmp (Depends-on): Likewise.
124         * modules/vasprintf (Depends-on): Likewise.
125         * modules/wcwidth (Depends-on): Likewise.
126         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
127         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
128         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
129         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
130         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
131         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
132         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
133         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
134         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
135         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
136         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
137         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
138         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
139         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
140         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
141         * m4/readutmp.m4 (gl_READUTMP): Likewise.
142         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
143         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
144         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
145         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
146         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
147         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
148         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
149         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
150         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
151         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
152         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
153         so that lock.m4 can be used in gettext without extensions module.
154
155 2007-09-11  Bruno Haible  <bruno@clisp.org>
156
157         * m4/isc-posix.m4: Remove file.
158         Suggested by Eric Blake.
159
160 2007-09-11  Eric Blake  <ebb9@byu.net>
161
162         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
163
164 2007-09-10  Bruno Haible  <bruno@clisp.org>
165
166         * posix-modules: Fix typo in error message.
167         Reported by Matt <mkraai@beckman.com>.
168
169 2007-09-09  Bruno Haible  <bruno@clisp.org>
170
171         * doc/functions/getdelim.texi: Update list of platforms lacking the
172         function.
173         * doc/functions/getline.texi: Likewise.
174
175 2007-09-09  Jim Meyering  <jim@meyering.net>
176
177         * lib/hash.c (hash_initialize): Detect calloc failure.
178         Reported by Bruno Haible.
179
180 2007-09-09  Bruno Haible  <bruno@clisp.org>
181
182         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
183         malloc or realloc fails.
184
185 2007-09-09  Bruno Haible  <bruno@clisp.org>
186
187         * modules/getcwd (Depends-on): Add malloc-posix.
188         * modules/glob (Depends-on): Likewise.
189         * modules/putenv (Depends-on): Likewise.
190         * modules/strdup (Depends-on): Likewise.
191         * modules/getdelim (Depends-on): Add realloc-posix.
192         * modules/read-file (Depends-on): Likewise.
193
194 2007-09-09  Bruno Haible  <bruno@clisp.org>
195
196         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
197         (gl_FUNC_MALLOC_POSIX): Require it.
198         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
199         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
200         * modules/realloc (Files): Add m4/malloc.m4.
201         * modules/calloc (Files): Likewise.
202
203 2007-09-09  Bruno Haible  <bruno@clisp.org>
204
205         * modules/malloc-posix: New file.
206         * modules/malloc (Depends-on): Add malloc-posix.
207         * lib/malloc.c: Include errno.h.
208         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
209         and a POSIX-compatible malloc into a single function. Set ENOMEM
210         when returning NULL.
211         * m4/malloc.m4: New file.
212         * doc/functions/malloc.texi: Mention the malloc-posix module.
213         * lib/stdlib_.h (malloc): New declaration.
214         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
215         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
216         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
217         and HAVE_MALLOC_POSIX.
218
219 2007-09-09  Bruno Haible  <bruno@clisp.org>
220
221         * modules/realloc-posix: New file.
222         * modules/realloc (Depends-on): Add realloc-posix.
223         * lib/realloc.c: Include errno.h.
224         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
225         and a POSIX-compatible realloc into a single function. Set ENOMEM
226         when returning NULL.
227         * m4/realloc.m4: New file.
228         * doc/functions/realloc.texi: Mention the realloc-posix module.
229         * lib/stdlib_.h (realloc): New declaration.
230         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
231         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
232         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
233         and HAVE_REALLOC_POSIX.
234
235 2007-09-09  Bruno Haible  <bruno@clisp.org>
236
237         * modules/calloc-posix: New file.
238         * modules/calloc (Depends-on): Add calloc-posix.
239         * lib/calloc.c: Include errno.h.
240         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
241         and a POSIX-compatible calloc into a single function. Set ENOMEM
242         when returning NULL.
243         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
244         * doc/functions/calloc.texi: Mention the calloc-posix module.
245         * lib/stdlib_.h (calloc): New declaration.
246         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
247         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
248         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
249         and HAVE_CALLOC_POSIX.
250
251 2007-09-09  Bruno Haible  <bruno@clisp.org>
252
253         Allow for modules to show an arbitrary notice.
254         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
255         * gnulib-tool: New option --extract-notice.
256         (func_usage): Document it.
257         (sed_extract_prog): Update.
258         (func_get_notice): New function.
259         (func_modules_notice): New function.
260         (func_import, func_create_testdir): Invoke it.
261         Suggested by Jim Meyering.
262
263 2007-09-09  Bruno Haible  <bruno@clisp.org>
264
265         * gnulib-tool: New options --verbose, --quiet.
266         (func_usage): Document them.
267         (verbose): New variable.
268         (func_execute_command): New function.
269         (func_import): Don't show the module list and the file list if
270         $verbose < 0.
271         (func_create_testdir): Likewise. Use func_execute_command.
272         (func_create_megatestdir): Use func_execute_command.
273
274 2007-09-08  Bruno Haible  <bruno@clisp.org>
275
276         * gnulib-tool (func_import): Prefer rsync over wget when available,
277         for fetching the PO files.
278
279 2007-09-08  Bruno Haible  <bruno@clisp.org>
280
281         * posix-modules: New file. Portions copied from gnulib-tool.
282         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
283
284 2007-09-08  Jim Meyering  <jim@meyering.net>
285
286         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
287         * lib/fpending.h: Rename from __fpending.h.
288         * lib/fpending.c: Rename from __fpending.c.
289         Include "fpending.h", not "__fpending.h".
290         * lib/__fpending.h, lib/__fpending.c: Remove files.
291         * modules/fpending (Files): Reflect new file names.
292         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
293
294 2007-09-08  Bruno Haible  <bruno@clisp.org>
295
296         * m4/inttypes-h.m4: Remove stub file.
297
298 2007-09-07  Simon Josefsson  <simon@josefsson.org>
299
300         * doc/headers/stdint.texi: Discuss #include_next issue.
301
302 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
303
304         * build-aux/bootstrap: Remove obsolete comment about wget --help.
305
306 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
307
308         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
309         in variable name.
310
311 2007-09-03  Jim Meyering  <jim@meyering.net>
312
313         New module: git-version-gen.
314         * modules/git-version-gen: New file.
315
316         Import changes from coreutils for bootstrap script.
317
318         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
319
320         bootstrap: uses rsync to download the .po files
321         * build-aux/bootstrap (po_download_command_format): New global.
322         (download_po_files): Use rsync.
323         (update_po_files): Don't remove .po files after download,
324         so future rsync runs can take advantage of the copies.
325
326         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
327
328         Solve the unnecessary-.po-file-regeneration problem once and for all.
329         * build-aux/bootstrap (download_po_files): New function, renamed from
330         get_translations.  Now, downloads, but doesn't update LINGUAS.
331         (update_po_files): New function.
332
333         bootstrap: Ignore more.
334         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
335         uniwidth to e.g., lib/.gitignore.
336         (slurp): Handle the sys_stat_.h -> sys mapping, too.
337
338         * build-aux/bootstrap: New setting: vc_ignore.
339         (insert_sorted_if_absent): Create $file if absent.
340         Adapt to new, possibly empty, list: $vc_ignore.
341
342         bootstrap: generate more ignorable names
343         * build-aux/bootstrap (slurp): When generating ignorable names,
344         also map .sin to .sed, .gperf to .c, and .y to .c.
345
346 2007-09-03  Jim Meyering  <jim@meyering.net>
347
348         * build-aux/git-version-gen: New file, from coreutils.  For details, see
349         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
350
351 2007-09-02  Bruno Haible  <bruno@clisp.org>
352
353         Fix mis-recognition of 'mcs' on QNX 6.
354         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
355         output contains the string "Mono".
356         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
357         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
358
359 2007-09-01  Bruno Haible  <bruno@clisp.org>
360
361         Fix collision between uniwidth/* and linebreak modules.
362         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
363         u32_width): Remove declarations.
364         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
365         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
366         streq3, streq2, streq1, streq0): Remove functions.
367         (STREQ): Remove macro.
368         (is_cjk_encoding): Remove function.
369         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
370         (uc_width, u8_width, u16_width, u32_width): Remove functions.
371         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
372         * NEWS: Document the change.
373
374 2007-09-01  Bruno Haible  <bruno@clisp.org>
375
376         * lib/streq.h: Add double-inclusion guard.
377
378 2007-09-01  Karl Berry  <karl@gnu.org>
379
380         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
381
382 2007-08-28  Jim Meyering  <jim@meyering.net>
383
384         Rename mreadlink_with_size to areadlink_with_size.
385         * NEWS: Document the change.
386         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
387         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
388         * lib/mreadlink.h: Rename this to...
389         * lib/areadlink.h: ...this.
390         * modules/mreadlink-with-size: Rename this to...
391         * modules/areadlink-with-size: ...this.
392         * lib/canonicalize.c: Reflect the renaming.
393         * modules/canonicalize: Likewise.
394
395 2007-08-26  Bruno Haible  <bruno@clisp.org>
396
397         * gnulib-tool (func_import): When deciding which files to remove,
398         consider also dangling symbolic links.
399         Reported by Eric Blake.
400
401 2007-08-26  Bruno Haible  <bruno@clisp.org>
402
403         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
404
405 2007-08-23  Simon Josefsson  <simon@josefsson.org>
406
407         * lib/readline.c: Don't include getline.h, the prototype is now
408         found in stdio.h.
409
410 2007-08-23  Jim Meyering  <jim@meyering.net>
411
412         Getdelim touchup.
413         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
414         around the funlockfile call, since funlockfile never sets errno.
415         Don't set errno upon failed realloc.
416
417 2007-08-22  Eric Blake  <ebb9@byu.net>
418
419         Getline touchups.
420         * lib/getdelim.c (getdelim): Revert regression that required *n to
421         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
422         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
423         getdelim, rather than whether implementation is missing.
424         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
425         * lib/stdio_.h (getline): Also declare if replacement is
426         required.
427         * doc/functions/getdelim.texi: New file.
428         * doc/functions/getline.texi: Likewise.
429         * doc/gnulib.texi (Function Substitutes): Add new files.
430         Reported by Bruno Haible.
431
432 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
433
434         * users.txt: Add Guile.
435
436 2007-08-22  Eric Blake  <ebb9@byu.net>
437
438         * tests/test-getdelim.c (main): Use remove, not unlink.
439         * tests/test-getline.c (main): Likewise.
440
441         Move getline and getdelim into stdio.h, per POSIX 200x.
442         * modules/getline (Files): Remove getline.h.
443         (Depends-on): Add stdio.
444         (configure.ac): Add module indicator.
445         * modules/getdelim (Files): Remove getdelim.h.
446         (Depends-on): Add stdio.
447         (configure.ac): Add module indicator.
448         * modules/stdio (Makefile.am): Work with new indicators.
449         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
450         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
451         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
452         * lib/getdelim.h: Delete.
453         * lib/getline.h: Delete.
454         * lib/stdio_.h (getdelim, getline): Declare.
455         * modules/getdelim-tests: New module.
456         * modules/getline-tests: Likewise.
457         * tests/test-getdelim.c: New file.
458         * tests/test-getline.c: Likewise.
459         * NEWS: Document the change.
460         * lib/getline.c: Update choice of header.
461         * lib/csharpcomp.c: Likewise.
462         * lib/getpass.c: Likewise.
463         * lib/javacomp.c: Likewise.
464         * lib/javaversion.c: Likewise.
465         * lib/yesno.c: Likewise.
466         * lib/getdelim.c: Likewise.
467         (getdelim): Set errno on failure, and avoid memory leak.
468
469 2007-08-19  Bruno Haible  <bruno@clisp.org>
470
471         * modules/closein (Depends-on): Add freadahead.
472         * lib/closein.c: Include freadahead.h.
473         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
474         is zero.
475
476 2007-08-19  Bruno Haible  <bruno@clisp.org>
477
478         * modules/freadahead-tests: New file.
479         * tests/test-freadahead.sh: New file.
480         * tests/test-freadahead.c: New file.
481
482         * modules/freadahead: New file.
483         * lib/freadahead.h: New file.
484         * lib/freadahead.c: New file.
485         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
486         fbufmode, fpurge, freadable, fwritable.
487
488 2007-08-19  Eric Blake  <ebb9@byu.net>
489
490         Test yesno in combination with closein.
491         * lib/yesno.c (yesno): Document use of stdin.
492         * modules/yesno-tests (Files): New module.
493         * tests/test-yesno.c (main): New file.
494         * tests/test-yesno.sh: Likewise.
495
496 2007-08-19  Bruno Haible  <bruno@clisp.org>
497
498         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
499         * lib/fseeko.c (rpl_fseeko): Likewise.
500         * lib/fseterr.c (fseterr): Likewise.
501
502 2007-08-19  Bruno Haible  <bruno@clisp.org>
503
504         * tests/test-lseek.c (main): Disable a test for BeOS.
505         * doc/functions/lseek.texi: Document the BeOS bug.
506
507 2007-08-19  Bruno Haible  <bruno@clisp.org>
508             Eric Blake  <ebb9@byu.net>
509
510         * lib/lseek.c: Include <sys/stat.h>.
511         (rpl_lseek): Add workaround code also for Unix platforms.
512         Needed for BeOS.
513         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
514         * doc/functions/lseek.texi: Document BeOS definiency.
515
516 2007-08-18  Bruno Haible  <bruno@clisp.org>
517
518         * modules/fstrcmp-tests: New file.
519         * tests/test-fstrcmp.c: New file.
520
521 2007-08-18  Bruno Haible  <bruno@clisp.org>
522
523         * modules/fstrcmp: New file, from GNU gettext with modifications.
524         * lib/fstrcmp.h: New file, from GNU gettext.
525         * lib/fstrcmp.c: New file, from GNU gettext.
526         * MODULES.html.sh (String handling): Add fstrcmp.
527
528 2007-08-18  Bruno Haible  <bruno@clisp.org>
529
530         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
531         'bool'.
532         (diag, compareseq): Remove const from the ctxt argument.
533         (USE_HEURISTIC): Undefine at the end.
534
535 2007-08-18  Jim Meyering  <jim@meyering.net>
536
537         New file: lib/idcache.h
538         * NEWS: Mention the addition.
539         * modules/idcache (Files): Add lib/idcache.h
540         * lib/idcache.c: Include "idcache.h".
541         Don't include <sys/types.h>.
542         Add a FIXME comment.
543         Move file-scoped "static" declarations to the top.
544         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
545
546 2007-08-17  Bruno Haible  <bruno@clisp.org>
547         and Paul Eggert  <eggert@cs.ucla.edu>
548
549         * MODULES.html.sh: Add diffseq.
550         * modules/diffseq: New file.
551         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
552         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
553
554 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
555
556         Import changes from coreutils for bootstrap script.
557
558         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
559
560         * build-aux/bootstrap (slurp): Work even in environments where
561         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
562         current code does not slurp files whose names start with ".", and
563         this looks like it might be a troublesome area.
564
565         2007-07-11  Jim Meyering  <jim@meyering.net>
566
567         If there's a GPL vN copyright comment, require that N == 3.
568
569         2007-07-08  Jim Meyering  <jim@meyering.net>
570
571         Run the coreutils-specific code only if tests/Makefile.am.in exists.
572         * build-aux/bootstrap (mam_template): Move definition out of loop.
573
574         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
575
576         * build-aux/bootstrap (symlink_to_dir): Rename function from
577         symlink_to_gnulib.  Add a directory parameter.  Update all
578         callers.
579         (cp_mark_as_generated): Also check for -- and link to -- files in
580         gl/.
581
582         2007-07-08  Jim Meyering  <jim@meyering.net>
583
584         Adapt to deeper hierarchy in gnulib.
585         * build-aux/bootstrap (symlink_to_dir): If the destination
586         directory doesn't exist, create it. This is required at least for
587         "lib/uniwidth/cjk.h".
588
589         2007-05-15  Jim Meyering  <jim@meyering.net>
590
591         * build-aux/bootstrap: Now that generated Makefile.am files
592         are no longer under version control, they must be created at
593         bootstrap time.
594
595 2007-08-14  Ben Pfaff  <blp@gnu.org>
596
597         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
598
599 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
600
601         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
602         given the changes below.
603         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
604         even on hosts that have padding bits beyond the supported 64.
605
606 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
607
608         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
609         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
610         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
611         depends on it.
612         (xstrtol_error): Remove.
613         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
614         but with a different signature.
615         (ATTRIBUTE_NORETURN, __attribute__): New macros.
616         * lib/xstrtol-error.c: Include exitfail.h.
617         (xstrtol_fatal): New function, with a different signature from the
618         old xstrtol_error, so that the caller need not worry about passing
619         in an exit status, or about storage management of the option argument.
620         (xstrtol_error): Now a static function.  Redo signature to
621         implement xstrtol_fatal.  Output the correct number of hyphens in
622         front of the option so that the caller need not worry about
623         storage management.
624         (N_): New macro.
625         (_): Remove; not used now.
626         * modules/xstrtol: Depend on getopt.
627         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
628         of old STRTOL_FATAL_ERROR macro.
629         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
630         of test program.
631         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
632         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
633
634 2007-08-08  Eric Blake  <ebb9@byu.net>
635
636         * lib/xstrtol-error.c: Add missing include.
637
638         Move xstrtol messages into gnulib domain, when --pobase is used.
639         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
640         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
641         * modules/xstrtol (Files): Distribute new file.
642         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
643         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
644         * tests/test-xstrtol.c: ...into new file.
645         * tests/test-xstrtoul.c: Also test xstrtoul.
646         * tests/test-xstrtoimax.c: Also test xstrtoimax.
647         * tests/test-xstrtoumax.c: Also test xstrtoumax.
648         * tests/test-xstrtol.sh: Drive the tests.
649         * tests/test-xstrtoimax.sh: Likewise.
650         * tests/test-xstrtoumax.sh: Likewise.
651         * modules/xstrtol-tests: New module.
652         * modules/xstrtoimax-tests: Likewise.
653         * modules/xstrtoumax-tests: Likewise.
654
655 2007-08-08  Jim Meyering  <jim@meyering.net>
656
657         New function: mfile_name_concat.
658         * lib/filenamecat.c (mfile_name_concat): New function, just like
659         file_name_concat, but return NULL upon failure rather than exiting
660         with a diagnostic.
661         * lib/filenamecat.h: Declare it.
662
663 2007-08-07  Bruno Haible  <bruno@clisp.org>
664
665         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
666         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
667         warning from gcc.
668         Reported by Eric Blake.
669
670 2007-08-07  Simon Josefsson  <simon@josefsson.org>
671
672         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
673         * modules/crypto/arcfour (License): Likewise.
674         * modules/crypto/des-tests (License): Likewise.
675         * modules/crypto/gc-arctwo-tests (License): Likewise.
676         * modules/crypto/gc-des-tests (License): Likewise.
677         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
678         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
679         * modules/crypto/gc-md2-tests (License): Likewise.
680         * modules/crypto/gc-md4-tests (License): Likewise.
681         * modules/crypto/gc-md5-tests (License): Likewise.
682         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
683         * modules/crypto/gc-rijndael-tests (License): Likewise.
684         * modules/crypto/gc-sha1-tests (License): Likewise.
685         * modules/crypto/gc-tests (License): Likewise.
686         * modules/crypto/hmac-md5 (License): Likewise.
687         * modules/crypto/hmac-sha1 (License): Likewise.
688         * modules/crypto/md2-tests (License): Likewise.
689         * modules/crypto/md4-tests (License): Likewise.
690         * modules/crypto/md5 (License): Likewise.
691         * modules/crypto/rijndael (License): Likewise.
692         * modules/crypto/sha1 (License): Likewise.
693         * modules/memxor (License): Likewise.
694
695 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
696         and Bruno Haible  <bruno@clisp.org>
697
698         * NEWS: Describe interface changes to human, xstrtol.
699         * lib/human.h: Include <xstrtol.h>.
700         (human_options): Return enum strtol_error, not int.  Remove
701         bool arg; take int * instead.
702         * lib/human.c: Don't include "gettext.h".
703         (_): Remove; no longer used.
704         Don't include <xstrtol.h>, since human.h does it.
705         (human_options): Adjust to abovementioned interface changes.
706         Do not report error to stderr; that's now the caller's
707         responsibility.
708         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
709         interface change.
710         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
711         Str, Argument_type_string.  All uses changed.  Put " argument"
712         in diagnostics to make them clearer.  Change wording of suffix
713         message for clarity.
714         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
715         Argument_type_string.
716         (STRTOL_FATAL_WARN): Remove; no longer used.
717         * modules/human (Depends-on): Remove gettext-h.
718
719 2007-08-06  Simon Josefsson  <simon@josefsson.org>
720
721         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
722
723 2007-07-31  Bruno Haible  <bruno@clisp.org>
724
725         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
726         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
727         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
728
729 2007-07-31  Bruno Haible  <bruno@clisp.org>
730
731         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
732         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
733
734 2007-07-30  Bruno Haible  <bruno@clisp.org>
735
736         * modules/base64 (License): Use the synonymous term "LGPLv2+".
737         * modules/c-ctype (License): Likewise.
738         * modules/c-strcase (License): Likewise.
739         * modules/check-version (License): Likewise.
740         * modules/iconv (License): Likewise.
741         * modules/iconv_open (License): Likewise.
742         * modules/read-file (License): Likewise.
743         * modules/striconv (License): Likewise.
744         * modules/strverscmp (License): Likewise.
745         * modules/vasprintf (License): Likewise.
746         * modules/crypto/des (License): Likewise.
747         * modules/crypto/gc (License): Likewise.
748         * modules/crypto/gc-arcfour (License): Likewise.
749         * modules/crypto/gc-arctwo (License): Likewise.
750         * modules/crypto/gc-des (License): Likewise.
751         * modules/crypto/gc-hmac-md5 (License): Likewise.
752         * modules/crypto/gc-hmac-sha1 (License): Likewise.
753         * modules/crypto/gc-md2 (License): Likewise.
754         * modules/crypto/gc-md4 (License): Likewise.
755         * modules/crypto/gc-md5 (License): Likewise.
756         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
757         * modules/crypto/gc-random (License): Likewise.
758         * modules/crypto/gc-rijndael (License): Likewise.
759         * modules/crypto/gc-sha1 (License): Likewise.
760         * modules/crypto/md2 (License): Likewise.
761         * modules/crypto/md4 (License): Likewise.
762
763 2007-07-30  Jim Meyering  <jim@meyering.net>
764
765         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
766         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
767         it has valid stat data.  This bug would cause du not to count the
768         sizes of inaccessible directories.
769         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
770         in <http://bugzilla.redhat.com/250077>.
771
772 2007-07-25  Peter O'Gorman  <peter@pogma.com>
773             Bruno Haible  <bruno@clisp.org>
774
775         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
776         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
777         #include_next, gives a diagnostic about it, but reports no error in
778         the exit code.
779         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
780
781 2007-07-24  Ben Pfaff  <blp@gnu.org>
782
783         Improve name: "count-one-bits" is better than "popcount".
784         * MODULES.html.sh: Update name.
785         * lib/popcount.h: Renamed lib/count-one-bits.h.
786         (popcount): Renamed count_one_bits.
787         (popcountl): Renamed count_one_bits_l.
788         (popcountll): Renamed count_one_bits_ll.
789         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
790         * modules/popcount: Renamed module/count-one-bits.
791         * modules/popcount-tests: Renamed module/count-one-bits-tests.
792         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
793
794 2007-07-23  Ben Pfaff  <blp@gnu.org>
795
796         * lib/popcount.h (popcount32): Reduce size of constants, to allow
797         better code generation, and add U to large constants to avoid
798         warnings, in non-GCC case.
799         Suggested by Bruno Haible.
800
801 2007-07-23  Ben Pfaff  <blp@gnu.org>
802
803         * lib/popcount.h: Use verify_true instead of if...abort.
804         * modules/popcount: Depend on verify module.
805         Suggested by Jim Meyering.
806
807 2007-07-23  Bruno Haible  <bruno@clisp.org>
808
809         * gnulib-tool (func_import): Create a .cvsignore file also when the
810         directory is not yet in CVS but the toplevel directory is. When
811         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
812         Reported by Karl Berry.
813
814 2007-07-22  Ben Pfaff  <blp@gnu.org>
815
816         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
817         case.
818         Suggested by Eric Blake.
819
820 2007-07-22  Ben Pfaff  <blp@gnu.org>
821
822         New module: popcount.
823         * MODULES.html.sh: Add popcount.
824         * modules/popcount: New file.
825         * modules/popcount-tests: New file.
826         * tests/test-popcount.c: New file.
827         * lib/popcount.h: New file.
828         * m4/popcount.m4: New file.
829
830 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
831
832         * build-aux/announce-gen: Update to GPLv3.
833
834         * build-aux/config.guess: Update from config.
835
836 2007-07-21  Bruno Haible  <bruno@clisp.org>
837
838         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
839         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
840
841 2007-07-20  Jim Meyering  <jim@meyering.net>
842
843         * check-module: Diagnose a self-dependency.
844
845 2007-07-19  Bruno Haible  <bruno@clisp.org>
846
847         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
848         empty.
849         Reported by Eric Blake.
850
851 2007-07-18  Bruno Haible  <bruno@clisp.org>
852
853         * gnulib-tool: New options --po-base, --po-domain.
854         (func_usage): Document them.
855         (pobase, po_domain): New variables.
856         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
857         DEFAULT_TEXT_DOMAIN.
858         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
859         (func_import): Consider pobase and po_domain. Create a po/ directory.
860         (func_create_testdir): Set pobase and po_domain to empty.
861         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
862         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
863
864 2007-07-18  Bruno Haible  <bruno@clisp.org>
865
866         * gnulib-tool (func_get_automake_snippet): Synthesize also an
867         EXTRA_DIST augmentation for files in build-aux/.
868
869 2007-07-16  Bruno Haible  <bruno@clisp.org>
870
871         * modules/lseek (License): Use the synonymous term "LGPLv2+".
872         * modules/getdelim (License): Likewise.
873
874 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
875
876         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
877         * modules/d-type (License): Likewise.
878         * modules/extensions (License): Likewise.
879         * modules/fnmatch (License): Likewise.
880         * modules/fseeko (License): Likewise.
881         * modules/getaddrinfo (License): Likewise.
882         * modules/getline (License): Likewise.
883         * modules/getlogin_r (License): Likewise.
884         * modules/getpass (License): Likewise.
885         * modules/gettimeofday (License): Likewise.
886         * modules/glob (License): Likewise.
887         * modules/inet_ntop (License): Likewise.
888         * modules/malloc (License): Likewise.
889         * modules/malloca (License): Likewise.
890         * modules/memmem (License): Likewise.
891         * modules/mempcpy (License): Likewise.
892         * modules/memset (License): Likewise.
893         * modules/minmax (License): Likewise.
894         * modules/mktime (License): Likewise.
895         * modules/netinet_in (License): Likewise.
896         * modules/pathmax (License): Likewise.
897         * modules/poll (License): Likewise.
898         * modules/regex (License): Likewise.
899         * modules/snprintf (License): Likewise.
900         * modules/stdbool (License): Likewise.
901         * modules/stdint (License): Likewise.
902         * modules/stdio (License): Likewise.
903         * modules/strcase (License): Likewise.
904         * modules/strcasestr (License): Likewise.
905         * modules/strdup (License): Likewise.
906         * modules/string (License): Likewise.
907         * modules/strndup (License): Likewise.
908         * modules/strnlen (License): Likewise.
909         * modules/strpbrk (License): Likewise.
910         * modules/strptime (License): Likewise.
911         * modules/strsep (License): Likewise.
912         * modules/sys_select (License): Likewise.
913         * modules/sys_socket (License): Likewise.
914         * modules/sys_stat (License): Likewise.
915         * modules/sys_time (License): Likewise.
916         * modules/time (License): Likewise.
917         * modules/time_r (License): Likewise.
918         * modules/timegm (License): Likewise.
919         * modules/unistd (License): Likewise.
920         * modules/vsnprintf (License): Likewise.
921         * modules/wctype (License): Likewise.
922
923 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
924
925         * modules/argz (License): LGPLv2+.
926
927 2007-07-15  Karl Berry  <karl@gnu.org>
928
929         * doc/gnulib.texi: revise node structure per new fdl.texi.
930
931 2007-07-14  Bruno Haible  <bruno@clisp.org>
932
933         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
934         the output file.
935         * lib/uniname/uninames.h: Regenerated.
936
937 2007-07-14  Karl Berry  <karl@gnu.org>
938
939         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
940         omitting sectioning and index commands.
941
942 2007-07-13  Bruno Haible  <bruno@clisp.org>
943
944         New gnulib-tool option --more-symlinks.
945         * gnulib-tool (func_usage): Document --more-symlinks.
946         (do_copyrights): New variable.
947         Recognize option --more-symlinks.
948         (func_import): Don't add a copyright notice transform to
949         sed_transform_lib_file if do_copyrights is empty.
950
951 2007-07-13  Bruno Haible  <bruno@clisp.org>
952
953         * lib/vasnprintf.c (decimal_point_char): Define also if
954         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
955         && !NEED_PRINTF_DIRECTIVE_A.
956         Reported by Clemens Koller <clemens.koller@anagramm.de> via
957         Gary V. Vaughan <gary@gnu.org>.
958
959 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
960
961         * lib/inttypes_.h: Undo previous change, since it was fixed
962         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
963
964 2007-07-13  Bruno Haible  <bruno@clisp.org>
965
966         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
967         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
968
969 2007-07-13  Jim Meyering  <jim@meyering.net>
970
971         df: Don't fail for Tru64's "file-on-file mount".
972         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
973         so we fall through and use statfs instead.  Details here:
974         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
975         Reported by Albert Chin.
976
977 2007-07-13  Bruno Haible  <bruno@clisp.org>
978
979         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
980         * modules/configmake (License): Likewise.
981         * modules/gettext (License): Likewise.
982         * modules/gettext-h (License): Likewise.
983         * modules/include_next (License): Likewise.
984         * modules/link-warning (License): Likewise.
985         * modules/localcharset (License): Likewise.
986         * modules/localename (License): Likewise.
987         * modules/lock (License): Likewise.
988         * modules/relocatable-lib-lgpl (License): Likewise.
989         * modules/size_max (License): Likewise.
990         * modules/vasnprintf (License): Likewise.
991         * modules/wchar (License): Likewise.
992         * modules/xsize (License): Likewise.
993
994 2007-07-13  Bruno Haible  <bruno@clisp.org>
995
996         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
997         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
998
999 2007-07-12  Bruno Haible  <bruno@clisp.org>
1000
1001         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
1002         in the modules files.
1003
1004 2007-07-11  Karl Berry  <karl@gnu.org>
1005
1006         * MODULES.html.sh (func_module): use
1007          sed -e '\|^'"${includefile}"'$|d'
1008          instead of /.../d, to avoid errors on $includefile's containing /.
1009
1010 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
1011
1012         * gnulib-tool (func_import): Avoid duplication of --avoid
1013         statements
1014         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
1015         names to `_' in variable names.
1016
1017 2007-07-10  Eric Blake  <ebb9@byu.net>
1018
1019         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
1020         * NEWS: Document this change.
1021
1022 2007-07-08  Bruno Haible  <bruno@clisp.org>
1023
1024         Update to Unicode 5.0.
1025         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
1026         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
1027         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
1028         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
1029         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
1030         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
1031         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
1032         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
1033         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
1034         U+10A3F, U+1D242..U+1D244.
1035         (nonspacing_table_ind): Update.
1036         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
1037         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
1038
1039 2007-07-08  Bruno Haible  <bruno@clisp.org>
1040
1041         Update to Unicode 5.0.
1042         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
1043         code transform. Extend the name index field of unicode_name_to_code and
1044         unicode_code_to_name from 16 to 24 bits.
1045         * lib/uniname/uniname.c (unicode_character_name,
1046         unicode_name_character): Add the range 0x12xxx to the code transform.
1047         * lib/uniname/uninames.h: Regenerated.
1048         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
1049
1050 2007-07-07  Bruno Haible  <bruno@clisp.org>
1051
1052         * modules/wcwidth-tests: New file.
1053         * tests/test-wcwidth.c: New file.
1054
1055         Work around MacOS X wcwidth() bug.
1056         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
1057         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
1058         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
1059         original wcwidth in non-UTF-8 locales.
1060         * modules/wcwidth (Depends-on): Add localcharset, streq,
1061         uniwidth/width.
1062         * doc/functions/wcwidth.texi: Update.
1063
1064 2007-07-07  Bruno Haible  <bruno@clisp.org>
1065
1066         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
1067         (wcwidth): New declaration.
1068         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
1069         macros.
1070         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
1071         here. Prepare for creating <wchar.h> unconditionally.
1072         * modules/wchar (Depends-on): Add link-warning.
1073         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
1074         REPLACE_WCWIDTH, and GL_LINK_WARNING.
1075         * lib/wcwidth.h: Remove file.
1076         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
1077         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
1078         * modules/wcwidth (Files): Remove lib/wcwidth.h.
1079         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
1080         (Include): Replace wcwidth.h with <wchar.h>.
1081         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
1082         * lib/mbchar.h: Don't include wcwidth.h.
1083         * lib/mbswidth.c: Likewise.
1084         * NEWS: Mention the change.
1085
1086 2007-07-07  Bruno Haible  <bruno@clisp.org>
1087
1088         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
1089         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
1090         definition with an external declaration.
1091         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
1092         defined as a function. Remove AC_C_INLINE requirement.
1093         * modules/wcwidth (Files): Add lib/wcwidth.c.
1094         (Makefile.am): Remove redundant statement.
1095
1096 2007-07-07  Bruno Haible  <bruno@clisp.org>
1097
1098         * MODULES.html.sh (Unicode string functions): Add the new modules.
1099
1100         * tests/uniwidth/test-u32-strwidth.c: New file.
1101         * modules/uniwidth/u32-strwidth-tests: New file.
1102
1103         * lib/uniwidth/u32-strwidth.c: New file.
1104         * modules/uniwidth/u32-strwidth: New file.
1105
1106         * tests/uniwidth/test-u16-strwidth.c: New file.
1107         * modules/uniwidth/u16-strwidth-tests: New file.
1108
1109         * lib/uniwidth/u16-strwidth.c: New file.
1110         * modules/uniwidth/u16-strwidth: New file.
1111
1112         * tests/uniwidth/test-u8-strwidth.c: New file.
1113         * modules/uniwidth/u8-strwidth-tests: New file.
1114
1115         * lib/uniwidth/u8-strwidth.c: New file.
1116         * modules/uniwidth/u8-strwidth: New file.
1117
1118         * tests/uniwidth/test-u32-width.c: New file.
1119         * modules/uniwidth/u32-width-tests: New file.
1120
1121         * lib/uniwidth/u32-width.c: New file.
1122         * modules/uniwidth/u32-width: New file.
1123
1124         * tests/uniwidth/test-u16-width.c: New file.
1125         * modules/uniwidth/u16-width-tests: New file.
1126
1127         * lib/uniwidth/u16-width.c: New file.
1128         * modules/uniwidth/u16-width: New file.
1129
1130         * tests/uniwidth/test-u8-width.c: New file.
1131         * modules/uniwidth/u8-width-tests: New file.
1132
1133         * lib/uniwidth/u8-width.c: New file.
1134         * modules/uniwidth/u8-width: New file.
1135
1136         * tests/uniwidth/test-uc_width.c: New file.
1137         * modules/uniwidth/width-tests: New file.
1138
1139         * lib/uniwidth/width.c: New file, from GNU libiconv.
1140         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
1141         * modules/uniwidth/width: New file.
1142
1143         * lib/uniwidth.h: New file, from GNU libiconv.
1144         * modules/uniwidth/base: New file.
1145
1146 2007-07-07  Bruno Haible  <bruno@clisp.org>
1147
1148         * lib/uniname.h: New file, from GNU gettext.
1149         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
1150         * lib/uniname/uninames.h: New file, from GNU gettext.
1151         * lib/uniname/uniname.c: New file, from GNU gettext.
1152         * tests/uniname/test-uninames.sh: New file.
1153         * tests/uniname/test-uninames.c: New file, from GNU gettext.
1154         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
1155         * modules/uniname/base: New file.
1156         * modules/uniname/uniname: New file.
1157         * modules/uniname/uniname-tests: New file.
1158         * MODULES.html.sh (Unicode string functions): Add the new modules.
1159
1160 2007-07-06  Bruno Haible  <bruno@clisp.org>
1161
1162         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
1163
1164 2007-07-06  Bruno Haible  <bruno@clisp.org>
1165
1166         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
1167         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
1168         includes <cygwin/sys_time.h> which includes <sys/select.h> which
1169         include <sys/time.h>.
1170         Reported by Eric Blake.
1171
1172 2007-07-06  Eric Blake  <ebb9@byu.net>
1173
1174         Fix testing canonicalize on cygwin.
1175         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
1176         Revert patch from 2007-06-19.
1177         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
1178         canonicalize module is also in use.
1179         * tests/test-canonicalize.c: New file.
1180         * tests/test-canonicalize.sh: Likewise.
1181         * modules/canonicalize-tests: Likewise.
1182
1183 2007-07-06  Jim Meyering  <jim@meyering.net>
1184
1185         * lib/getugroups.c (getugroups): Detect getgrent failure.
1186         Adjust comment to reflect reality: this function may return -1.
1187
1188 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
1189
1190         * build-aux/bootstrap (TP_URL,get_translations): Update to use
1191         the new TP address.
1192         (usage): Fix typo
1193         (gnulib_mk): New variable.
1194
1195 2007-07-05  Jim Meyering  <jim@meyering.net>
1196
1197         Don't let endgrent clobber errno, no matter how improbable.
1198         * lib/getugroups.c (getugroups): Save and restore errno around
1199         endgrent call.
1200
1201         Close the group DB even when failing with 2^31 or more members.
1202         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
1203
1204 2007-07-04  Jim Meyering  <jim@meyering.net>
1205
1206         * lib/getugroups.h: New file.
1207         * lib/getugroups.c: Include "getugroups.h".
1208         Remove uses of "register" keyword.
1209         Move local variable, "cp", down into scope where used.
1210         Give "username" parameter the "const" attribute.
1211         * modules/getugroups (Files): Add lib/getugroups.h
1212
1213 2007-07-04  Karl Berry  <karl@gnu.org>
1214
1215         * MODULES.html.sh (func_all_modules): Complete rename of
1216         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
1217
1218 2007-07-02  Bruno Haible  <bruno@clisp.org>
1219
1220         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
1221         mode, when inttypes.h comes from gnulib.
1222         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1223
1224 2007-07-02  Simon Josefsson  <simon@josefsson.org>
1225
1226         * NEWS: Mention lgpl module name change.
1227
1228         * modules/lgpl-2.1: Renamed from lgpl.
1229
1230         * NEWS: Mention gpl module name change.
1231
1232         * modules/gpl-3.0: New file, based on gpl-2.0.
1233
1234         * modules/gpl-2.0: Renamed from gpl.
1235
1236         * modules/gpl: Fix filename, doc/gpl.texi is now found at
1237         doc/gpl-2.0.texi.
1238
1239 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
1240
1241         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
1242         #define __STDC_LIMIT_MACROS temporarily while including
1243         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
1244         Problem reported by Joel E. Denny in
1245         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
1246
1247 2007-07-01  Bruno Haible  <bruno@clisp.org>
1248
1249         * lib/unistdio.h: New file.
1250         * lib/unistdio/u-asnprintf.h: New file.
1251         * lib/unistdio/u-asprintf.h: New file.
1252         * lib/unistdio/u-printf-args.c: New file.
1253         * lib/unistdio/u-printf-args.h: New file.
1254         * lib/unistdio/u-printf-parse.h: New file.
1255         * lib/unistdio/u-snprintf.h: New file.
1256         * lib/unistdio/u-sprintf.h: New file.
1257         * lib/unistdio/u-vasprintf.h: New file.
1258         * lib/unistdio/u-vsnprintf.h: New file.
1259         * lib/unistdio/u-vsprintf.h: New file.
1260         * lib/unistdio/ulc-asnprintf.c: New file.
1261         * lib/unistdio/ulc-asprintf.c: New file.
1262         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
1263         * lib/unistdio/ulc-printf-parse.c: New file.
1264         * lib/unistdio/ulc-snprintf.c: New file.
1265         * lib/unistdio/ulc-sprintf.c: New file.
1266         * lib/unistdio/ulc-vasnprintf.c: New file.
1267         * lib/unistdio/ulc-vasprintf.c: New file.
1268         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
1269         * lib/unistdio/ulc-vsnprintf.c: New file.
1270         * lib/unistdio/ulc-vsprintf.c: New file.
1271         * lib/unistdio/u8-asnprintf.c: New file.
1272         * lib/unistdio/u8-asprintf.c: New file.
1273         * lib/unistdio/u8-printf-parse.c: New file.
1274         * lib/unistdio/u8-snprintf.c: New file.
1275         * lib/unistdio/u8-sprintf.c: New file.
1276         * lib/unistdio/u8-vasnprintf.c: New file.
1277         * lib/unistdio/u8-vasprintf.c: New file.
1278         * lib/unistdio/u8-vsnprintf.c: New file.
1279         * lib/unistdio/u8-vsprintf.c: New file.
1280         * lib/unistdio/u8-u8-asnprintf.c: New file.
1281         * lib/unistdio/u8-u8-asprintf.c: New file.
1282         * lib/unistdio/u8-u8-snprintf.c: New file.
1283         * lib/unistdio/u8-u8-sprintf.c: New file.
1284         * lib/unistdio/u8-u8-vasnprintf.c: New file.
1285         * lib/unistdio/u8-u8-vasprintf.c: New file.
1286         * lib/unistdio/u8-u8-vsnprintf.c: New file.
1287         * lib/unistdio/u8-u8-vsprintf.c: New file.
1288         * lib/unistdio/u16-asnprintf.c: New file.
1289         * lib/unistdio/u16-asprintf.c: New file.
1290         * lib/unistdio/u16-printf-parse.c: New file.
1291         * lib/unistdio/u16-snprintf.c: New file.
1292         * lib/unistdio/u16-sprintf.c: New file.
1293         * lib/unistdio/u16-vasnprintf.c: New file.
1294         * lib/unistdio/u16-vasprintf.c: New file.
1295         * lib/unistdio/u16-vsnprintf.c: New file.
1296         * lib/unistdio/u16-vsprintf.c: New file.
1297         * lib/unistdio/u16-u16-asnprintf.c: New file.
1298         * lib/unistdio/u16-u16-asprintf.c: New file.
1299         * lib/unistdio/u16-u16-snprintf.c: New file.
1300         * lib/unistdio/u16-u16-sprintf.c: New file.
1301         * lib/unistdio/u16-u16-vasnprintf.c: New file.
1302         * lib/unistdio/u16-u16-vasprintf.c: New file.
1303         * lib/unistdio/u16-u16-vsnprintf.c: New file.
1304         * lib/unistdio/u16-u16-vsprintf.c: New file.
1305         * lib/unistdio/u32-asnprintf.c: New file.
1306         * lib/unistdio/u32-asprintf.c: New file.
1307         * lib/unistdio/u32-printf-parse.c: New file.
1308         * lib/unistdio/u32-snprintf.c: New file.
1309         * lib/unistdio/u32-sprintf.c: New file.
1310         * lib/unistdio/u32-vasnprintf.c: New file.
1311         * lib/unistdio/u32-vasprintf.c: New file.
1312         * lib/unistdio/u32-vsnprintf.c: New file.
1313         * lib/unistdio/u32-vsprintf.c: New file.
1314         * lib/unistdio/u32-u32-asnprintf.c: New file.
1315         * lib/unistdio/u32-u32-asprintf.c: New file.
1316         * lib/unistdio/u32-u32-snprintf.c: New file.
1317         * lib/unistdio/u32-u32-sprintf.c: New file.
1318         * lib/unistdio/u32-u32-vasnprintf.c: New file.
1319         * lib/unistdio/u32-u32-vasprintf.c: New file.
1320         * lib/unistdio/u32-u32-vsnprintf.c: New file.
1321         * lib/unistdio/u32-u32-vsprintf.c: New file.
1322         * tests/unistdio/test-ulc-asnprintf1.c: New file.
1323         * tests/unistdio/test-ulc-asnprintf1.h: New file.
1324         * tests/unistdio/test-ulc-printf1.h: New file.
1325         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
1326         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
1327         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
1328         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
1329         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
1330         * tests/unistdio/test-ulc-vasprintf1.c: New file.
1331         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
1332         * tests/unistdio/test-ulc-vsprintf1.c: New file.
1333         * tests/unistdio/test-u8-asnprintf1.c: New file.
1334         * tests/unistdio/test-u8-asnprintf1.h: New file.
1335         * tests/unistdio/test-u8-printf1.h: New file.
1336         * tests/unistdio/test-u8-vasnprintf1.c: New file.
1337         * tests/unistdio/test-u8-vasnprintf2.c: New file.
1338         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
1339         * tests/unistdio/test-u8-vasnprintf3.c: New file.
1340         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
1341         * tests/unistdio/test-u8-vasprintf1.c: New file.
1342         * tests/unistdio/test-u8-vsnprintf1.c: New file.
1343         * tests/unistdio/test-u8-vsprintf1.c: New file.
1344         * tests/unistdio/test-u16-asnprintf1.c: New file.
1345         * tests/unistdio/test-u16-asnprintf1.h: New file.
1346         * tests/unistdio/test-u16-printf1.h: New file.
1347         * tests/unistdio/test-u16-vasnprintf1.c: New file.
1348         * tests/unistdio/test-u16-vasnprintf2.c: New file.
1349         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
1350         * tests/unistdio/test-u16-vasnprintf3.c: New file.
1351         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
1352         * tests/unistdio/test-u16-vasprintf1.c: New file.
1353         * tests/unistdio/test-u16-vsnprintf1.c: New file.
1354         * tests/unistdio/test-u16-vsprintf1.c: New file.
1355         * tests/unistdio/test-u32-asnprintf1.c: New file.
1356         * tests/unistdio/test-u32-asnprintf1.h: New file.
1357         * tests/unistdio/test-u32-printf1.h: New file.
1358         * tests/unistdio/test-u32-vasnprintf1.c: New file.
1359         * tests/unistdio/test-u32-vasnprintf2.c: New file.
1360         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
1361         * tests/unistdio/test-u32-vasnprintf3.c: New file.
1362         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
1363         * tests/unistdio/test-u32-vasprintf1.c: New file.
1364         * tests/unistdio/test-u32-vsnprintf1.c: New file.
1365         * tests/unistdio/test-u32-vsprintf1.c: New file.
1366         * modules/unistdio/base: New file.
1367         * modules/unistdio/u-printf-args: New file.
1368         * modules/unistdio/ulc-asnprintf: New file.
1369         * modules/unistdio/ulc-asprintf: New file.
1370         * modules/unistdio/ulc-fprintf: New file.
1371         * modules/unistdio/ulc-printf-parse: New file.
1372         * modules/unistdio/ulc-snprintf: New file.
1373         * modules/unistdio/ulc-sprintf: New file.
1374         * modules/unistdio/ulc-vasnprintf: New file.
1375         * modules/unistdio/ulc-vasprintf: New file.
1376         * modules/unistdio/ulc-vfprintf: New file.
1377         * modules/unistdio/ulc-vsnprintf: New file.
1378         * modules/unistdio/ulc-vsprintf: New file.
1379         * modules/unistdio/u8-asnprintf: New file.
1380         * modules/unistdio/u8-asprintf: New file.
1381         * modules/unistdio/u8-printf-parse: New file.
1382         * modules/unistdio/u8-snprintf: New file.
1383         * modules/unistdio/u8-sprintf: New file.
1384         * modules/unistdio/u8-vasnprintf: New file.
1385         * modules/unistdio/u8-vasprintf: New file.
1386         * modules/unistdio/u8-vsnprintf: New file.
1387         * modules/unistdio/u8-vsprintf: New file.
1388         * modules/unistdio/u8-u8-asnprintf: New file.
1389         * modules/unistdio/u8-u8-asprintf: New file.
1390         * modules/unistdio/u8-u8-snprintf: New file.
1391         * modules/unistdio/u8-u8-sprintf: New file.
1392         * modules/unistdio/u8-u8-vasnprintf: New file.
1393         * modules/unistdio/u8-u8-vasprintf: New file.
1394         * modules/unistdio/u8-u8-vsnprintf: New file.
1395         * modules/unistdio/u8-u8-vsprintf: New file.
1396         * modules/unistdio/u16-asnprintf: New file.
1397         * modules/unistdio/u16-asprintf: New file.
1398         * modules/unistdio/u16-printf-parse: New file.
1399         * modules/unistdio/u16-snprintf: New file.
1400         * modules/unistdio/u16-sprintf: New file.
1401         * modules/unistdio/u16-vasnprintf: New file.
1402         * modules/unistdio/u16-vasprintf: New file.
1403         * modules/unistdio/u16-vsnprintf: New file.
1404         * modules/unistdio/u16-vsprintf: New file.
1405         * modules/unistdio/u16-u16-asnprintf: New file.
1406         * modules/unistdio/u16-u16-asprintf: New file.
1407         * modules/unistdio/u16-u16-snprintf: New file.
1408         * modules/unistdio/u16-u16-sprintf: New file.
1409         * modules/unistdio/u16-u16-vasnprintf: New file.
1410         * modules/unistdio/u16-u16-vasprintf: New file.
1411         * modules/unistdio/u16-u16-vsnprintf: New file.
1412         * modules/unistdio/u16-u16-vsprintf: New file.
1413         * modules/unistdio/u32-asnprintf: New file.
1414         * modules/unistdio/u32-asprintf: New file.
1415         * modules/unistdio/u32-printf-parse: New file.
1416         * modules/unistdio/u32-snprintf: New file.
1417         * modules/unistdio/u32-sprintf: New file.
1418         * modules/unistdio/u32-vasnprintf: New file.
1419         * modules/unistdio/u32-vasprintf: New file.
1420         * modules/unistdio/u32-vsnprintf: New file.
1421         * modules/unistdio/u32-vsprintf: New file.
1422         * modules/unistdio/u32-u32-asnprintf: New file.
1423         * modules/unistdio/u32-u32-asprintf: New file.
1424         * modules/unistdio/u32-u32-snprintf: New file.
1425         * modules/unistdio/u32-u32-sprintf: New file.
1426         * modules/unistdio/u32-u32-vasnprintf: New file.
1427         * modules/unistdio/u32-u32-vasprintf: New file.
1428         * modules/unistdio/u32-u32-vsnprintf: New file.
1429         * modules/unistdio/u32-u32-vsprintf: New file.
1430         * modules/unistdio/ulc-asnprintf-tests: New file.
1431         * modules/unistdio/ulc-vasnprintf-tests: New file.
1432         * modules/unistdio/ulc-vasprintf-tests: New file.
1433         * modules/unistdio/ulc-vsnprintf-tests: New file.
1434         * modules/unistdio/ulc-vsprintf-tests: New file.
1435         * modules/unistdio/u8-asnprintf-tests: New file.
1436         * modules/unistdio/u8-vasnprintf-tests: New file.
1437         * modules/unistdio/u8-vasprintf-tests: New file.
1438         * modules/unistdio/u8-vsnprintf-tests: New file.
1439         * modules/unistdio/u8-vsprintf-tests: New file.
1440         * modules/unistdio/u16-asnprintf-tests: New file.
1441         * modules/unistdio/u16-vasnprintf-tests: New file.
1442         * modules/unistdio/u16-vasprintf-tests: New file.
1443         * modules/unistdio/u16-vsnprintf-tests: New file.
1444         * modules/unistdio/u16-vsprintf-tests: New file.
1445         * modules/unistdio/u32-asnprintf-tests: New file.
1446         * modules/unistdio/u32-vasnprintf-tests: New file.
1447         * modules/unistdio/u32-vasprintf-tests: New file.
1448         * modules/unistdio/u32-vsnprintf-tests: New file.
1449         * modules/unistdio/u32-vsprintf-tests: New file.
1450         * MODULES.html.sh (Unicode string functions): Add the new modules.
1451
1452 2007-07-01  Bruno Haible  <bruno@clisp.org>
1453
1454         * lib/sprintf.c (sprintf): Limit the available length estimation,
1455         to avoid address wraparound.
1456         * lib/vsprintf.c (vsprintf): Likewise.
1457         * modules/sprintf-posix (Dependencies): Add stdint.
1458         * modules/vsprintf-posix (Dependencies): Likewise.
1459
1460 2007-07-01  Bruno Haible  <bruno@clisp.org>
1461
1462         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
1463         Windows PATH as well. Conservative double-quoting. Comments.
1464
1465 2007-07-01  Bruno Haible  <bruno@clisp.org>
1466             Eric Blake  <ebb9@byu.net>
1467             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1468
1469         * gnulib-tool (self_abspathname): Fix algorithm to cope with
1470         empty components in $PATH, denoting '.'.
1471
1472 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1473
1474         * gnulib-tool: Fix indentation.
1475         (func_create_megatestdir): Likewise.
1476         Report by Bruno Haible.
1477
1478 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1479
1480         Sync from Automake.
1481         * build-aux/gnupload: Fix shell portability issues with for loops.
1482         Report by Karl Berry.
1483
1484 2007-06-29  Simon Josefsson  <simon@josefsson.org>
1485
1486         * build-aux/maint.mk (POURL): Use translationproject.org.
1487
1488 2007-06-27  Simon Josefsson  <simon@josefsson.org>
1489             Bruno Haible  <bruno@clisp.org>
1490
1491         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
1492         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
1493         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
1494         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
1495         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
1496
1497 2007-06-27  Bruno Haible  <bruno@clisp.org>
1498
1499         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
1500         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
1501
1502 2007-06-26  Karl Berry  <karl@gnu.org>
1503
1504         * MODULES.html.sh: remove xreadlink-with-size.
1505
1506 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1507
1508         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
1509         method that I hope also handles the double-include problem noted
1510         by Bruno Haible in
1511         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
1512
1513 2007-06-23  Bruno Haible  <bruno@clisp.org>
1514
1515         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1516         Don't let the 'mostlyclean' target fail if the last subdirectory could
1517         not be removed.
1518         Reported by Karl Berry.
1519
1520 2007-06-23  Bruno Haible  <bruno@clisp.org>
1521
1522         * gnulib-tool (echo): Add a speedier workaround for ksh.
1523         * tests/test-echo.sh: Likewise.
1524
1525 2007-06-23  Bruno Haible  <bruno@clisp.org>
1526
1527         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
1528         * tests/test-echo.sh: Likewise.
1529
1530 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1531
1532         * gnulib-tool (IFS): Initialize early, so we don't set it to
1533         empty later.
1534         (self_abspathname): Rewrite algorithm to set it, reindent.
1535         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
1536         (func_create_megatestdir): Merge some sed scripts.
1537
1538 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1539
1540         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
1541         exposed by Sun Studio 11 cc on Solaris 8.
1542
1543 2007-06-22  Bruno Haible  <bruno@clisp.org>
1544
1545         * gnulib-tool (echo): Ensure the echo primitive does not interpret
1546         backslashes.
1547         * tests/test-echo.sh: New file.
1548
1549 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1550
1551         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
1552         simplify `sed_replace_build_aux' scripts, they are portable but
1553         echoing them with `echo' is not.
1554         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
1555
1556 2007-06-21  Karl Berry  <karl@gnu.org>
1557
1558         * config/srclist.txt: guess we can't handle the licenses via
1559         srclist at the moment.
1560
1561 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
1562
1563         * MODULES.html.sh: Add include_next.
1564         * modules/include_next: New file.
1565
1566 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1567
1568         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
1569         INCLUDE_NEXT.
1570         (gl_CHECK_NEXT_HEADERS): New macro.
1571         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
1572         the obsolescent gl_ABSOLUTE_HEADER.
1573         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
1574         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
1575         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
1576         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
1577         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
1578         * m4/math_h.m4 (gl_MATH_H): Likewise.
1579         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
1580         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
1581         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
1582         * m4/stdint.m4 (gl_STDINT_H): Likewise.
1583         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
1584         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
1585         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
1586         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1587         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
1588         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
1589         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
1590         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
1591         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
1592         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
1593         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
1594         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1595         * m4/inttypes.m4 (gl_INTTYPES_H): Define
1596         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
1597         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
1598         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
1599         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
1600         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
1601         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
1602         * lib/float_.h: Likewise.
1603         * lib/inttypes_.h: Likewise.
1604         * lib/math_.h: Likewise.
1605         * lib/search_.h: Likewise.
1606         * lib/signal_.h: Likewise.
1607         * lib/stdint_.h: Likewise.
1608         * lib/stdio_.h: Likewise.
1609         * lib/stdlib_.h: Likewise.
1610         * lib/string_.h: Likewise.
1611         * lib/sys_stat_.h: Likewise.
1612         * lib/sys_time_.h: Likewise.
1613         * lib/time_.h: Likewise.
1614         * lib/unistd_.h: Likewise.
1615         * lib/wchar_.h: Likewise.
1616         * lib/wctype_.h: Likewise.
1617         * lib/dirent_.h: Likewise.
1618         * lib/iconv_.h: Likewise.
1619         * lib/locale_.h: Likewise.
1620         * lib/netinet_in_.h: Likewise.
1621         * lib/sys_select_.h: Likewise.
1622         * lib/sys_socket_.h: Likewise.
1623         * lib/sysexits_.h: Likewise.
1624         * modules/fcntl (Depends-on): Depend on include_next, not
1625         absolute_header.
1626         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
1627         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
1628         * modules/fchdir: Likewise.
1629         * modules/float: Likewise.
1630         * modules/iconv_open: Likewise.
1631         * modules/inttypes: Likewise.
1632         * modules/locale: Likewise.
1633         * modules/math: Likewise.
1634         * modules/netinet_in: Likewise.
1635         * modules/search: Likewise.
1636         * modules/signal: Likewise.
1637         * modules/stdint: Likewise.
1638         * modules/stdio: Likewise.
1639         * modules/stdlib: Likewise.
1640         * modules/string: Likewise.
1641         * modules/sys_select: Likewise.
1642         * modules/sys_socket: Likewise.
1643         * modules/sys_stat: Likewise.
1644         * modules/sys_time: Likewise.
1645         * modules/sysexits: Likewise.
1646         * modules/time: Likewise.
1647         * modules/unistd: Likewise.
1648         * modules/wchar: Likewise.
1649         * modules/wctype: Likewise.
1650         * modules/sys_stat: Change maintainer to "all".
1651         * modules/unistd: Likewise.
1652
1653 2007-06-20  Karl Berry  <karl@gnu.org>
1654
1655         * config/srclist.txt: track www changes in license files.
1656
1657 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
1658
1659         * build-aux/bootstrap: Remove stray dot.
1660         Make sure build_aux settings are honored when linking
1661         gnulib_extra_files.
1662
1663 2007-06-19  Eric Blake  <ebb9@byu.net>
1664
1665         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
1666         Allow compilation on cygwin.
1667
1668 2007-06-19  Jim Meyering  <jim@meyering.net>
1669
1670         xreadlink-with-size: Remove module.  No longer used.
1671         Ex-callers now use xreadlink or mreadlink-with-size.
1672         * modules/xreadlink-with-size: Remove module.
1673         * lib/xreadlink-with-size.c: Remove file.
1674         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
1675         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
1676         just before the function definition *is* accurate.
1677
1678         Eliminate one way canonicalize_filename_mode could exit.
1679         * lib/canonicalize.c (canonicalize_filename_mode):
1680         Use mreadlink_with_size, not xreadlink_with_size.
1681
1682 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
1683
1684         Detect porting problems to FreeBSD/arm, which has time_t wider than
1685         long int.  Original problem reported for GNU diff by Xin Li in
1686         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
1687         * modules/getdate (Depends-on): Add intprops, verify.
1688         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
1689         is an integer type no wider than long int.
1690
1691 2007-06-18  Jim Meyering  <jim@meyering.net>
1692
1693         New module: mreadlink-with-size.
1694         * MODULES.html.sh: Add mreadlink-with-size.
1695         * modules/mreadlink-with-size: New module
1696         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
1697         not xreadlink-with-size.
1698         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
1699
1700 2007-06-16  Bruno Haible  <bruno@clisp.org>
1701
1702         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
1703         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
1704         Reported by Gary V. Vaughan <gary@gnu.org>.
1705
1706 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
1707
1708         Revamp lchown so that it lives in unistd.h where it belongs.
1709         * lib/lchown.h: Remove.
1710         * lib/dirchownmod.c: Don't include lib/lchown.h.
1711         * lib/fchownat.c: Likewise.
1712         * lib/openat.c: Likewise.
1713         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
1714         does not follow symlinks.
1715         (EOPNOTSUPP): Define if not defined.
1716         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
1717         is defined to 0.
1718         (lchown): New decl.
1719         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
1720         Do not check for lchown decl.
1721         Set REPLACE_LCHOWN.
1722         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
1723         REPLACE_LCHOWN.
1724         * modules/chown: Make it clear it follows symlinks.
1725         * modules/lchown: Make it clear it doesn't follow symlinks.
1726         (Files): Remove lib/lchown.h
1727         (Depends-on): Add unistd.
1728         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
1729         (Include): Include <unistd.h>, not "lchown.h".
1730         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
1731         REPLACE_LCHOWN.
1732
1733 2007-06-15  Jim Meyering  <jim@meyering.net>
1734
1735         Change license (GPL to LGPL) of fsusage and dependents.
1736         * modules/fsusage (License): Change to LGPL.
1737         * modules/full-read (License): Likewise.
1738         * modules/full-write (License): Likewise.
1739         * modules/safe-read (License): Likewise.
1740         * modules/safe-write (License): Likewise.
1741
1742 2007-06-14  Ben Pfaff  <blp@gnu.org>
1743
1744         Missing part of allocsa -> malloca transition.
1745         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
1746         gl_MALLOCA.
1747
1748 2007-06-12  Bruno Haible  <bruno@clisp.org>
1749
1750         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
1751         to ia64, x86_64, i386.
1752         Reported by Eric Blake.
1753
1754 2007-06-12  Bruno Haible  <bruno@clisp.org>
1755
1756         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
1757         cross-compiling to x86_64.
1758
1759 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
1760
1761         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
1762         glitch reported by Ralf Wildenhues in
1763         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
1764
1765         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
1766         Vin Shelton.
1767
1768 2007-06-11  Bruno Haible  <bruno@clisp.org>
1769
1770         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
1771         replacement string.
1772         Reported by Eric Blake.
1773
1774 2007-06-10  Bruno Haible  <bruno@clisp.org>
1775
1776         Prepare vasnprintf code for use with Unicode strings.
1777         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
1778         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
1779         TYPE_U32_STRING.
1780         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
1781         a_u32_string variants.
1782         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1783         * lib/printf-args.c: Don't include config.h and the specification
1784         header if PRINTF_FETCHARGS is already defined.
1785         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1786         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
1787         TYPE_U16_STRING, TYPE_U32_STRING.
1788         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
1789         u16_directive, u16_directives, u32_directive, u32_directives): New
1790         types.
1791         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
1792         New declarations.
1793         * lib/printf-parse.c: Don't include config.h and the specification
1794         header if PRINTF_PARSE is already defined. Eliminate the set of
1795         parameters for WIDE_CHAR_VERSION; the user of this file must provide
1796         them now. Include c-ctype.h.
1797         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
1798         directive and CHAR_T_ONLY_ASCII.
1799         * lib/vasnprintf.c: Don't include config.h and the specification header
1800         if VASNPRINTF is already defined.
1801         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
1802         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
1803         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
1804         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
1805         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
1806         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
1807         code accordingly.
1808         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
1809         pad_ourselves also in this case, with the 'c' and 's' directives, and
1810         with a different notion of "width".
1811         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
1812
1813 2007-06-10  Bruno Haible  <bruno@clisp.org>
1814
1815         * modules/unistr/u32-mbsnlen: New file.
1816         * lib/unistr/u32-mbsnlen.c: New file.
1817
1818         * modules/unistr/u16-mbsnlen: New file.
1819         * lib/unistr/u16-mbsnlen.c: New file.
1820
1821         * modules/unistr/u8-mbsnlen: New file.
1822         * lib/unistr/u8-mbsnlen.c: New file.
1823
1824         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
1825         declarations.
1826
1827 2007-06-10  Bruno Haible  <bruno@clisp.org>
1828
1829         * lib/string_.h (mbsnlen): New declaration.
1830         * lib/mbsnlen.c: New file.
1831         * m4/mbsnlen.m4: New file.
1832         * modules/mbsnlen: New file.
1833         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
1834         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
1835         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
1836
1837 2007-06-10  Bruno Haible  <bruno@clisp.org>
1838
1839         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
1840
1841 2007-06-10  Bruno Haible  <bruno@clisp.org>
1842
1843         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
1844         * lib/mbuiter.h: Likewise.
1845
1846 2007-06-10  Bruno Haible  <bruno@clisp.org>
1847
1848         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
1849         declaration.
1850
1851 2007-06-10  Karl Berry  <karl@gnu.org>
1852
1853         * config/srclist.txt: remove gettext entries, Bruno prefers
1854         to update individually.
1855
1856 2007-06-10  Bruno Haible  <bruno@clisp.org>
1857
1858         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
1859         'maxlen'. Ensure only length + width bytes are allocated, not
1860         length + 1 + width.
1861
1862 2007-06-09  Bruno Haible  <bruno@clisp.org>
1863
1864         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
1865         (CHAR_T): Remove macro.
1866         (VASNPRINTF): Update.
1867
1868 2007-06-09  Bruno Haible  <bruno@clisp.org>
1869
1870         * MODULES.html.sh (Unicode string functions): Add the new modules.
1871
1872         * modules/uniconv/u32-conv-to-enc: New file.
1873         * lib/uniconv/u32-conv-to-enc.c: New file.
1874         * modules/uniconv/u32-conv-to-enc-tests: New file.
1875         * tests/uniconv/test-u32-conv-to-enc.c: New file.
1876
1877         * modules/uniconv/u16-conv-to-enc: New file.
1878         * lib/uniconv/u16-conv-to-enc.c: New file.
1879         * lib/uniconv/u-conv-to-enc.h: New file.
1880         * modules/uniconv/u16-conv-to-enc-tests: New file.
1881         * tests/uniconv/test-u16-conv-to-enc.c: New file.
1882
1883         * modules/uniconv/u8-conv-to-enc: New file.
1884         * lib/uniconv/u8-conv-to-enc.c: New file.
1885         * modules/uniconv/u8-conv-to-enc-tests: New file.
1886         * tests/uniconv/test-u8-conv-to-enc.c: New file.
1887
1888         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
1889         u32_conv_to_encoding): New declarations.
1890
1891 2007-06-09  Bruno Haible  <bruno@clisp.org>
1892
1893         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
1894
1895 2007-06-09  Bruno Haible  <bruno@clisp.org>
1896
1897         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
1898         * modules/malloca: Renamed from modules/allocsa, updated.
1899         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
1900         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
1901         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
1902         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
1903         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
1904         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
1905         * modules/xmalloca: Renamed from modules/xallocsa, updated.
1906         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
1907         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
1908         * modules/c-strcasestr (Depends-on): Update.
1909         * lib/c-strcasestr.c: Update.
1910         * modules/c-strstr (Depends-on): Update.
1911         * lib/c-strstr.c: Update.
1912         * modules/canonicalize-lgpl (Depends-on): Update.
1913         * lib/canonicalize-lgpl.c: Update.
1914         * modules/clean-temp (Depends-on): Update.
1915         * lib/clean-temp.c: Update.
1916         * modules/csharpcomp (Depends-on): Update.
1917         * lib/csharpcomp.c: Update.
1918         * modules/csharpexec (Depends-on): Update.
1919         * lib/csharpexec.c: Update.
1920         * modules/javacomp (Depends-on): Update.
1921         * lib/javacomp.c: Update.
1922         * modules/javaexec (Depends-on): Update.
1923         * lib/javaexec.c: Update.
1924         * modules/mbscasestr (Depends-on): Update.
1925         * lib/mbscasestr.c: Update.
1926         * modules/mbsstr (Depends-on): Update.
1927         * lib/mbsstr.c: Update.
1928         * modules/setenv (Depends-on): Update.
1929         * lib/setenv.c: Update.
1930         * modules/strcasestr (Depends-on): Update.
1931         * lib/strcasestr.c: Update.
1932         * modules/striconveha (Depends-on): Update.
1933         * lib/striconveha.c: Update.
1934         * modules/relocatable-prog-wrapper (Files): Update.
1935         * lib/relocwrapper.c: Update.
1936         * build-aux/install-reloc: Update.
1937         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
1938
1939 2007-06-08  Bruno Haible  <bruno@clisp.org>
1940
1941         Port to uClibc.
1942         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
1943         * lib/fpurge.c (fpurge): Likewise.
1944         * lib/freading.c (freading): Likewise.
1945         * lib/fseeko.c (rpl_fseeko): Likewise.
1946         * lib/fseterr.c (fseterr): Likewise.
1947         * lib/fwriting.c (fwriting): Likewise.
1948         * tests/test-fflush.c (main): Avoid a failure on uClibc.
1949
1950 2007-06-08  Bruno Haible  <bruno@clisp.org>
1951
1952         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
1953         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
1954         * modules/gettext (Files): Add m4/intlmacosx.m4.
1955
1956 2007-06-07  Bruno Haible  <bruno@clisp.org>
1957
1958         * modules/localename-tests: New file.
1959         * tests/test-localename.c: New file.
1960
1961         New module 'localename'.
1962         * lib/localename.h: New file.
1963         * lib/localename.c: New file, from GNU gettext.
1964         * m4/localename.m4: New file.
1965         * modules/localename: New file.
1966
1967 2007-06-07  Bruno Haible  <bruno@clisp.org>
1968
1969         Work around the lack of <wchar.h> on some builds of uClibc.
1970         * doc/headers/wchar.texi: Update.
1971         * lib/wchar_.h: Include <wchar.h> only if it exists.
1972         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
1973         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
1974         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
1975         doesn't exist.
1976         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
1977         * modules/mbfile (Depends-on): Add wchar.
1978         * modules/mbiter (Depends-on): Likewise.
1979         * modules/mbuiter (Depends-on): Likewise.
1980         Reported by Simon Josefsson.
1981
1982 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1983
1984         Work around problem reported by Steven M. Schweda in
1985         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
1986         Tru64 5.1B with the Compaq compiler environment installed declares
1987         an 'isblank' function but does not define it in the C library.
1988         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
1989         * lib/regex_internal.h (isblank): Likewise.
1990         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
1991         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1992
1993 2007-06-05  Bruno Haible  <bruno@clisp.org>
1994
1995         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
1996         ia64.
1997         * modules/printf-safe: New file.
1998         * modules/fprintf-posix (Depends-on): Add printf-safe.
1999         * modules/printf-posix (Depends-on): Likewise.
2000         * modules/snprintf-posix (Depends-on): Likewise.
2001         * modules/sprintf-posix (Depends-on): Likewise.
2002         * modules/vasnprintf-posix (Depends-on): Likewise.
2003         * modules/vasprintf-posix (Depends-on): Likewise.
2004         * modules/vfprintf-posix (Depends-on): Likewise.
2005         * modules/vprintf-posix (Depends-on): Likewise.
2006         * modules/vsnprintf-posix (Depends-on): Likewise.
2007         * modules/vsprintf-posix (Depends-on): Likewise.
2008         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
2009         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
2010         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
2011         "no" on i386, x86_64, ia64.
2012         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
2013         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
2014         on i386, x86_64, ia64.
2015         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
2016         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
2017         on i386, x86_64, ia64.
2018         * tests/test-vasnprintf-posix.c: Include float.h.
2019         (LDBL80_WORDS): New macro.
2020         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
2021         on i386, x86_64, ia64.
2022         * tests/test-vasprintf-posix.c: Include float.h.
2023         (LDBL80_WORDS): New macro.
2024         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
2025         on i386, x86_64, ia64.
2026         * tests/test-snprintf-posix.c: Include float.h.
2027         * tests/test-sprintf-posix.c: Likewise.
2028         * tests/test-vsnprintf-posix.c: Likewise.
2029         * tests/test-vsprintf-posix.c: Likewise.
2030
2031 2007-06-05  Bruno Haible  <bruno@clisp.org>
2032
2033         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
2034         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
2035         non-IEEE numbers on i386, x86_64, ia64.
2036         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
2037         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
2038         * tests/test-isnanl.h: Include float.h.
2039         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
2040
2041 2007-06-05  Bruno Haible  <bruno@clisp.org>
2042
2043         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
2044         also the %a / %A. Handle the %a / %A code before this extra handling.
2045
2046 2007-06-05  Bruno Haible  <bruno@clisp.org>
2047
2048         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
2049         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
2050
2051 2007-06-05  Bruno Haible  <bruno@clisp.org>
2052
2053         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
2054         typo in variable name.
2055
2056 2007-06-05  Eric Blake  <ebb9@byu.net>
2057
2058         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
2059         Reported by Simon Josefsson.
2060
2061 2007-06-04  Bruno Haible  <bruno@clisp.org>
2062
2063         Avoid test failures on some PowerPC platforms.
2064         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
2065         Define differently for PowerPC.
2066         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
2067         Reported by Gary V. Vaughan <gary@gnu.org>.
2068
2069 2007-06-02  Bruno Haible  <bruno@clisp.org>
2070
2071         Fix test-stdint failure on FreeBSD/ia64.
2072         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
2073         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
2074         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
2075         * doc/headers/stdint.texi: Update.
2076
2077 2007-06-01  Bruno Haible  <bruno@clisp.org>
2078
2079         * tests/test-binary-io.c (main): Pass a third argument to open().
2080         Reported by Gary V. Vaughan <gary@gnu.org>.
2081
2082 2007-06-01  Bruno Haible  <bruno@clisp.org>
2083
2084         * doc/functions/frexpl.texi: Update for mingw.
2085
2086 2007-06-01  Bruno Haible  <bruno@clisp.org>
2087
2088         * tests/test-lseek.c (main): Disable test of errno for invalid third
2089         argument.
2090         * doc/functions/lseek.texi: Update.
2091         Reported by Gary V. Vaughan <gary@gnu.org>.
2092
2093 2007-05-28  Bruno Haible  <bruno@clisp.org>
2094
2095         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
2096
2097 2007-05-31  Eric Blake  <ebb9@byu.net>
2098
2099         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
2100         cross compiling.
2101
2102 2007-05-30  Eric Blake  <ebb9@byu.net>
2103         and Bruno Haible  <bruno@clisp.org>
2104
2105         Work around mingw test failures exposed by m4-1.4.9b.
2106         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
2107         * tests/test-unistd.c: Disable uid_t and git_t tests for the
2108         moment.
2109
2110 2007-05-30  Bruno Haible  <bruno@clisp.org>
2111
2112         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
2113         assuming that they are closed. Needed on HP-UX 11.
2114
2115 2007-05-29  Bruno Haible  <bruno@clisp.org>
2116
2117         Fix a problem with #include_next.
2118         * lib/dirent_.h: Split the double-inclusion guard.
2119         * lib/fcntl_.h: Likewise.
2120         * lib/float_.h: Likewise.
2121         * lib/iconv_.h: Likewise.
2122         * lib/inttypes_.h: Likewise.
2123         * lib/locale_.h: Likewise.
2124         * lib/math_.h: Likewise.
2125         * lib/netinet_in_.h: Likewise.
2126         * lib/search_.h: Likewise.
2127         * lib/signal_.h: Likewise.
2128         * lib/stdint_.h: Likewise.
2129         * lib/stdio_.h: Likewise.
2130         * lib/stdlib_.h: Likewise.
2131         * lib/string_.h: Likewise.
2132         * lib/sys_select_.h: Likewise.
2133         * lib/sys_socket_.h: Likewise.
2134         * lib/sys_stat_.h: Likewise.
2135         * lib/sys_time_.h: Likewise.
2136         * lib/sysexits_.h: Likewise.
2137         * lib/time_.h: Likewise.
2138         * lib/unistd_.h: Likewise.
2139         * lib/wchar_.h: Likewise.
2140         * lib/wctype_.h: Likewise.
2141
2142 2007-05-29  Bruno Haible  <bruno@clisp.org>
2143
2144         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
2145         for the moment.
2146
2147 2007-05-29  Bruno Haible  <bruno@clisp.org>
2148
2149         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
2150         invocation.
2151         Reported by Eric Blake.
2152
2153 2007-05-29  Bruno Haible  <bruno@clisp.org>
2154
2155         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
2156         compiling case.
2157
2158 2007-05-29  Eric Blake  <ebb9@byu.net>
2159             Bruno Haible  <bruno@clisp.org>
2160
2161         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
2162         cross compiles.
2163
2164 2007-05-28  Eric Blake  <ebb9@byu.net>
2165
2166         * modules/closein-tests (test_closein_LDADD): Support test on
2167         cygwin with libtool.
2168
2169 2007-05-28  Bruno Haible  <bruno@clisp.org>
2170
2171         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
2172         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
2173         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
2174         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
2175         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
2176         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
2177         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
2178         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
2179         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
2180
2181 2007-05-28  Eric Blake  <ebb9@byu.net>
2182
2183         Unconditionally include <config.h> in unit tests.
2184         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
2185         * tests/test-allocsa.c, tests/test-arcfour.c,
2186         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
2187         tests/test-array_list.c, tests/test-array_oset.c,
2188         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
2189         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
2190         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
2191         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
2192         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
2193         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
2194         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
2195         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
2196         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
2197         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
2198         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
2199         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
2200         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
2201         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
2202         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
2203         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
2204         test-md5.c, test-memmem.c, test-printf-posix.c,
2205         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
2206         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
2207         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
2208         test-strcasestr.c, test-striconv.c, test-striconveh.c,
2209         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
2210         test-vasnprintf-posix2.c, test-vasnprintf.c,
2211         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
2212         test-vfprintf-posix.c, test-vprintf-posix.c,
2213         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
2214         test-xvasprintf.c: Likewise.
2215
2216 2007-05-28  Bruno Haible  <bruno@clisp.org>
2217
2218         * gnulib-tool (func_import): Remember the --with-tests command-line
2219         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
2220         Reported by Eric Blake.
2221
2222 2007-05-28  Bruno Haible  <bruno@clisp.org>
2223
2224         * modules/ftell-tests: New file.
2225         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
2226         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
2227
2228         * lib/ftell.c: New file.
2229         * modules/ftell: New file.
2230         * m4/ftell.m4: New file.
2231         * doc/functions/ftell.texi: Update.
2232         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
2233         REPLACE_FTELL.
2234         * lib/stdio_.h (rpl_ftell): New declaration.
2235         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
2236         REPLACE_FTELL.
2237
2238 2007-05-28  Eric Blake  <ebb9@byu.net>
2239
2240         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
2241
2242 2007-05-28  Bruno Haible  <bruno@clisp.org>
2243
2244         * modules/fseek-tests: New file.
2245         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
2246         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
2247
2248         * lib/fseek.c: New file.
2249         * modules/fseek: New file.
2250         * m4/fseek.m4: New file.
2251         * doc/functions/fseek.texi: Update.
2252         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
2253         REPLACE_FSEEK.
2254         * lib/stdio_.h (rpl_fseek): New declaration.
2255         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
2256         REPLACE_FSEEK.
2257
2258 2007-05-28  Bruno Haible  <bruno@clisp.org>
2259
2260         * lib/stdio_.h (fflush): More comments.
2261
2262 2007-05-28  Bruno Haible  <bruno@clisp.org>
2263
2264         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
2265         runtime test.
2266
2267 2007-05-28  Eric Blake  <ebb9@byu.net>
2268
2269         Improve lseek module.
2270         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
2271         * lib/unistd_.h (lseek): Scale back link warning message.
2272         * tests/test-lseek.c: Beef up test.
2273         * tests/test-lseek.sh: Exercise more facets of lseek.
2274         Reported by Bruno Haible.
2275
2276 2007-05-28  Bruno Haible  <bruno@clisp.org>
2277
2278         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
2279         to define.
2280
2281 2007-05-27  Bruno Haible  <bruno@clisp.org>
2282
2283         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
2284
2285 2007-05-27  Bruno Haible  <bruno@clisp.org>
2286
2287         * modules/openmp: New file.
2288         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
2289         Noah Misch.
2290
2291 2007-05-26  Bruno Haible  <bruno@clisp.org>
2292
2293         * modules/chdir-long (Depends-on): Add fchdir.
2294         * modules/chdir-safer (Depends-on): Likewise.
2295         * modules/fts (Depends-on): Likewise.
2296         * modules/fts-lgpl (Depends-on): Likewise.
2297         * modules/openat (Depends-on): Likewise.
2298         * modules/savewd (Depends-on): Likewise.
2299
2300 2007-05-24  Eric Blake  <ebb9@byu.net>
2301
2302         Fix lseek on mingw.
2303         * modules/lseek: New module.
2304         * m4/lseek.m4: New file.
2305         * lib/lseek.c: New file.
2306         * modules/lseek-tests: New file.
2307         * tests/test-lseek.c: New file.
2308         * tests/test-lseek.sh: New file.
2309         * MODULES.html.sh: Document lseek module.
2310         * modules/fflush (Depends-on): Add lseek, fseeko.
2311         * modules/fseeko (Depends-on): Likewise.
2312         * modules/ftello (Depends-on): Likewise.
2313         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
2314         broken.
2315         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
2316         broken.
2317         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
2318         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
2319         * lib/ftello.c (rpl_ftello): Likewise.
2320         * tests/test-fseeko.c (main): Test this.
2321         * tests/test-fseeko.sh: Likewise.
2322         * tests/test-ftello.c (main): Likewise.
2323         * tests/test-ftello.sh: Likewise.
2324         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
2325         implies replacing fseek.
2326         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
2327         HAVE_FTELLO.
2328         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
2329         * modules/unistd (Makefile.am): Likewise.
2330         * lib/unistd_.h (lseek): Declare a replacement.
2331         * doc/functions/lseek.texi (lseek): Document this fix.
2332         * doc/functions/fseek.texi (fseek): Likewise.
2333         * doc/functions/ftell.texi (ftell): Likewise.
2334
2335 2007-05-24  Bruno Haible  <bruno@clisp.org>
2336
2337         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
2338         in the printed representation of a NaN.
2339         * tests/test-vasprintf-posix.c (test_function): Likewise.
2340         * tests/test-snprintf-posix.h (test_function): Likewise.
2341         * tests/test-sprintf-posix.h (test_function): Likewise.
2342         Reported by Eric Blake.
2343
2344 2007-05-23  Eric Blake  <ebb9@byu.net>
2345
2346         Fix fseeko/ftello on cygwin 1.5.24.
2347         * doc/functions/fseeko.texi (fseeko): Document the fix.
2348         * doc/functions/ftello.texi (ftello): Document the fix.
2349         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
2350         * doc/functions/stdout.text (stdout): New file.
2351         * doc/functions/stderr.text (stderr): New file.
2352         * doc/gnulib.texi (Function Substitutes): Use new files.
2353         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
2354         prior to 1.7.0.
2355         * tests/test-ftello.c (main): Likewise for ftello.
2356         * tests/test-fseeko.sh: New file.
2357         * tests/test-ftello.sh: New file.
2358         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
2359         with seekable stdin.
2360         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
2361         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
2362         (gl_REPLACE_FSEEKO): New macro.
2363         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
2364         * modules/fseeko (Files): Distribute fseeko.c.
2365         * modules/ftello (Files): Distribute ftello.c.
2366         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
2367         mode.
2368         * lib/ftello.c (rpl_ftello): New file.
2369         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
2370         fseeko, ftello.
2371         (gl_STDIN_LARGE_OFFSET): New macro.
2372         * modules/stdio (Makefile.am): Perform the replacement.
2373         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
2374
2375 2007-05-23  Bruno Haible  <bruno@clisp.org>
2376
2377         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
2378         GNULIB_POSIXCHECK is defined.
2379
2380 2007-05-21  Bruno Haible  <bruno@clisp.org>
2381
2382         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
2383         Check also the output for NaN arguments. When cross-compiling, guess
2384         no on IRIX.
2385         * lib/vasnprintf.c: Update comments.
2386         * tests/test-vasnprintf-posix.c (strisnan): New function.
2387         (test_function): Use it.
2388         * tests/test-vasprintf-posix.c (strisnan): New function.
2389         (test_function): Use it.
2390         * tests/test-snprintf-posix.h (strisnan): New function.
2391         (test_function): Use it.
2392         * tests/test-sprintf-posix.h (strisnan): New function.
2393         (test_function): Use it.
2394         Reported by Eric Blake.
2395
2396 2007-05-20  Bruno Haible  <bruno@clisp.org>
2397
2398         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
2399         numbers that fails on BeOS.
2400         * doc/functions/frexpl.texi: Update.
2401
2402 2007-05-20  Jim Meyering  <jim@meyering.net>
2403
2404         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
2405         forced upon us by glibc-2.6.
2406
2407 2007-05-20  Bruno Haible  <bruno@clisp.org>
2408
2409         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
2410         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
2411         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
2412         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
2413         NEED_PRINTF_INFINITE.
2414         (is_infinitel): New function.
2415         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
2416         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
2417         gl_PREREQ_VASNPRINTF_INFINITE.
2418         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
2419         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2420         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
2421         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
2422         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
2423         gl_PREREQ_VASNPRINTF_INFINITE.
2424         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2425         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2426         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2427         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2428         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2429         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2430         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2431         * doc/functions/fprintf.texi: Update.
2432         * doc/functions/printf.texi: Update.
2433         * doc/functions/snprintf.texi: Update.
2434         * doc/functions/sprintf.texi: Update.
2435         * doc/functions/vfprintf.texi: Update.
2436         * doc/functions/vprintf.texi: Update.
2437         * doc/functions/vsnprintf.texi: Update.
2438         * doc/functions/vsprintf.texi: Update.
2439
2440 2007-05-20  Bruno Haible  <bruno@clisp.org>
2441
2442         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
2443         was not found in libc.
2444         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
2445
2446 2007-05-20  Bruno Haible  <bruno@clisp.org>
2447
2448         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
2449         printed as "-nan" instead of "nan".
2450         * tests/test-vasprintf-posix.c (test_function): Likewise.
2451         * tests/test-snprintf-posix.h (test_function): Likewise.
2452         * tests/test-sprintf-posix.h (test_function): Likewise.
2453         Needed for HP-UX 11.
2454
2455 2007-05-20  Jim Meyering  <jim@meyering.net>
2456
2457         Fix buggy test for the fchownat-deref bug.
2458         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
2459         symlink required for the run-test.  Without it, this test would
2460         always declare that fchownat doesn't work, and client code would
2461         unnecessarily use the replacement function with fixed libc.
2462         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
2463         Reported by Greg Schafer.
2464
2465 2007-05-19  Bruno Haible  <bruno@clisp.org>
2466
2467         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
2468         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
2469         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
2470         Needed for IRIX 6.5 and Solaris 2.5.1.
2471
2472 2007-05-19  Bruno Haible  <bruno@clisp.org>
2473
2474         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
2475         (test_function): Skip tests involving -0.0 on platforms where
2476         -0.0 = 0.0.
2477         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
2478         (test_function): Skip tests involving -0.0 on platforms where
2479         -0.0 = 0.0.
2480         * tests/test-snprintf-posix.h (have_minus_zero): New function.
2481         (test_function): Skip tests involving -0.0 on platforms where
2482         -0.0 = 0.0.
2483         * tests/test-sprintf-posix.h (have_minus_zero): New function.
2484         (test_function): Skip tests involving -0.0 on platforms where
2485         -0.0 = 0.0.
2486         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
2487         tests.
2488         * tests/test-printf-posix.h (test_function): Likewise.
2489         * tests/test-printf-posix.output: Remove all -0.0 related results.
2490         Needed for IRIX 6.5.
2491
2492 2007-05-19  Bruno Haible  <bruno@clisp.org>
2493
2494         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
2495         printed as "nan0x7fffffff" instead of "nan".
2496         * tests/test-vasprintf-posix.c (test_function): Likewise.
2497         * tests/test-snprintf-posix.h (test_function): Likewise.
2498         * tests/test-sprintf-posix.h (test_function): Likewise.
2499         * tests/test-fprintf-posix.h (NaN): Remove macro.
2500         (test_function): Remove all NaN related tests.
2501         * tests/test-printf-posix.h (NaN): Remove macro.
2502         (test_function): Remove all NaN related tests.
2503         * tests/test-printf-posix.output: Remove all NaN related results.
2504         Needed for IRIX 6.5.
2505
2506 2007-05-19  Bruno Haible  <bruno@clisp.org>
2507
2508         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
2509         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
2510
2511 2007-05-19  Bruno Haible  <bruno@clisp.org>
2512
2513         * lib/float_.h: New file.
2514         * m4/float_h.m4: New file.
2515         * modules/float: New file.
2516         * modules/isnanl (Dependencies): Add float.
2517         * modules/isnanl-nolibm (Dependencies): Likewise.
2518         * modules/mathl (Dependencies): Likewise.
2519         * modules/printf-frexpl (Dependencies): Likewise.
2520         * modules/signbit (Dependencies): Likewise.
2521         * modules/vasnprintf (Dependencies): Likewise.
2522         * doc/headers/float.texi: Update.
2523
2524 2007-05-19  Jim Meyering  <jim@meyering.net>
2525
2526         * lib/utimens.c (gl_futimens): Rename from futimens,
2527         now that glibc-2.6 declares futimens.
2528         * lib/utimens.h: Likewise.
2529
2530 2007-05-19  Bruno Haible  <bruno@clisp.org>
2531
2532         Avoid test failures on mingw.
2533         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
2534         * tests/test-printf-posix.sh: Likewise.
2535         * tests/test-vfprintf-posix.sh: Likewise.
2536         * tests/test-vprintf-posix.sh: Likewise.
2537
2538 2007-05-19  Bruno Haible  <bruno@clisp.org>
2539
2540         Fix *printf result for NaN, Inf, -0.0 on mingw.
2541         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
2542         * lib/vasnprintf.c: Include math.h and isnan.h.
2543         (is_infinite_or_zero): New function.
2544         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
2545         values in the %f, %F, %e, %E, %g, %G directives.
2546         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
2547         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2548         gl_PRINTF_INFINITE and test its result. Invoke
2549         gl_PREREQ_VASNPRINTF_INFINITE.
2550         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2551         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2552         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2553         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2554         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2555         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2556         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2557         * doc/functions/fprintf.texi: Update.
2558         * doc/functions/printf.texi: Update.
2559         * doc/functions/snprintf.texi: Update.
2560         * doc/functions/sprintf.texi: Update.
2561         * doc/functions/vfprintf.texi: Update.
2562         * doc/functions/vprintf.texi: Update.
2563         * doc/functions/vsnprintf.texi: Update.
2564         * doc/functions/vsprintf.texi: Update.
2565
2566 2007-05-19  Bruno Haible  <bruno@clisp.org>
2567
2568         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
2569         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
2570         Instead of multiplying with 10^k, set extra_zeroes to k.
2571         (scale10_round_long_double): Remove function.
2572
2573 2007-05-18  Bruno Haible  <bruno@clisp.org>
2574
2575         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
2576         introduced on 2007-05-06.
2577
2578 2007-05-18  Bruno Haible  <bruno@clisp.org>
2579
2580         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
2581         %g directives.
2582         * tests/test-vasprintf-posix.c (test_function): Likewise.
2583         * tests/test-snprintf-posix.h (test_function): Likewise.
2584         * tests/test-sprintf-posix.h (test_function): Likewise.
2585
2586 2007-05-18  Bruno Haible  <bruno@clisp.org>
2587
2588         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
2589         (strmatch): New function.
2590         (test_function): Test the %f directive on numbers of various exponents.
2591         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
2592         (strmatch): New function.
2593         (test_function): Test the %f directive on numbers of various exponents.
2594         * tests/test-snprintf-posix.h (strmatch): New function.
2595         (test_function): Test the %f directive on numbers of various exponents.
2596         * tests/test-sprintf-posix.h (strmatch): New function.
2597         (test_function): Test the %f directive on numbers of various exponents.
2598         * tests/test-snprintf-posix.c (SIZEOF): New macro.
2599         * tests/test-sprintf-posix.c (SIZEOF): New macro.
2600         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
2601         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
2602
2603 2007-05-18  Bruno Haible  <bruno@clisp.org>
2604
2605         Add support for 'long double' number output.
2606         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
2607         * lib/vasnprintf.c: Include math.h and float+.h.
2608         (mp_limb_t): New type.
2609         (GMP_LIMB_BITS): New macro.
2610         (mp_twolimb_t): New type.
2611         (GMP_TWOLIMB_BITS): New macro.
2612         (mpn_t): New type.
2613         (multiply, divide, convert_to_decimal, decode_long_double,
2614         scale10_round_long_double, scale10_round_decimal_long_double,
2615         floorlog10l): New functions.
2616         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
2617         for the %f, %F, %e, %E, %g, %G directives.
2618         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
2619         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2620         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
2621         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
2622         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2623         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2624         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2625         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2626         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2627         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2628         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2629         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
2630         * modules/snprintf-posix (Depends-on): Likewise.
2631         * modules/sprintf-posix (Depends-on): Likewise.
2632         * modules/vasnprintf-posix (Depends-on): Likewise.
2633         * modules/vasprintf-posix (Depends-on): Likewise.
2634         * modules/vfprintf-posix (Depends-on): Likewise.
2635         * modules/vsnprintf-posix (Depends-on): Likewise.
2636         * modules/vsprintf-posix (Depends-on): Likewise.
2637         * modules/vasnprintf (Files): Add lib/float+.h.
2638         * doc/functions/fprintf.texi: Update.
2639         * doc/functions/printf.texi: Update.
2640         * doc/functions/snprintf.texi: Update.
2641         * doc/functions/sprintf.texi: Update.
2642         * doc/functions/vfprintf.texi: Update.
2643         * doc/functions/vprintf.texi: Update.
2644         * doc/functions/vsnprintf.texi: Update.
2645         * doc/functions/vsprintf.texi: Update.
2646
2647 2007-05-18  Bruno Haible  <bruno@clisp.org>
2648
2649         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
2650
2651 2007-05-18  Bruno Haible  <bruno@clisp.org>
2652
2653         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
2654         for printing 64-bit integers. Needed for mingw.
2655
2656 2007-05-18  Bruno Haible  <bruno@clisp.org>
2657
2658         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
2659         gl_FUNC_FREXPL_WORKS.
2660         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
2661
2662 2007-05-18  Bruno Haible  <bruno@clisp.org>
2663
2664         * modules/frexpl-nolibm-tests: New file.
2665
2666         * modules/frexpl-nolibm: New file.
2667         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
2668
2669 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
2670
2671         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
2672         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
2673         GCC 4.2, which otherwise issues a lot of warnings.
2674         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
2675         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
2676         Likewise.
2677         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
2678         * modules/iconv_open (iconv.h): Likewise.
2679         * modules/locale (locale.h): Likewise.
2680         * modules/netinet_in (netinet/in.h): Likewise.
2681         * modules/sys_select (sys_select.h): Likewise.
2682         * modules/sys_socket (sys/socket.h): Likewise.
2683         * modules/sys_stat (sys/stat.h): Likewise.
2684         * modules/sysexits (sysexits.h): Likewise.
2685         * modules/unistd (unistd.h): Likewise.
2686
2687 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2688
2689         * modules/closein-tests (Makefile.am): Distribute
2690         `test-closein.sh'.
2691
2692 2007-05-17  Bruno Haible  <bruno@clisp.org>
2693
2694         * tests/test-printf-posix.output: Renamed from
2695         tests/test-fprintf-posix.out.
2696         * modules/fprintf-posix-tests: Update.
2697         * modules/printf-posix-tests: Update.
2698         * modules/vfprintf-posix-tests: Update.
2699         * modules/vprintf-posix-tests: Update.
2700         * tests/test-fprintf-posix.sh: Update.
2701         * tests/test-printf-posix.sh: Update.
2702         * tests/test-vfprintf-posix.sh: Update.
2703         * tests/test-vprintf-posix.sh: Update.
2704         Reported by Ralf Wildenhues.
2705
2706 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
2707
2708         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
2709         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
2710         GCC 4.2, which otherwise issues a lot of warnings.
2711         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
2712         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
2713         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
2714         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
2715         it should no longer be needed.
2716         * lib/string_.h: Likewise.
2717         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
2718         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
2719         * modules/inttypes (inttypes.h): Likewise.
2720         * modules/math (math.h): Likewise.
2721         * modules/search (search.h): Likewise.
2722         * modules/signal (signal.h): Likewise.
2723         * modules/stdint (stdint.h): Likewise.
2724         * modules/stdio (stdio.h): Likewise.
2725         * modules/stdlib (stdlib.h): Likewise.
2726         * modules/string (string.h): Likewise.
2727         * modules/sys_time (sys/time.h): Likewise.
2728         * modules/time (time.h): Likewise.
2729         * modules/wchar (wchar.h): Likewise.
2730         * modules/wctype (wtype.h): Likewise.
2731
2732 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
2733
2734         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
2735
2736 2007-05-13  Bruno Haible  <bruno@clisp.org>
2737
2738         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
2739         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2740         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
2741         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
2742         (gl_PREREQ_STRTOK_R): Don't require it here.
2743
2744 2007-05-13  Bruno Haible  <bruno@clisp.org>
2745
2746         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
2747         when used in C++ mode.
2748
2749 2007-05-12  Bruno Haible  <bruno@clisp.org>
2750
2751         * lib/linebuffer.h: Tweak doc.
2752         * lib/linebuffer.c: Likewise.
2753
2754 2007-05-12  James Youngman  <jay@gnu.org>
2755
2756         * lib/linebuffer.c (readlinebuffer_delim): New function,
2757         like readlinebuffer, but use a caller-specified delimiter.
2758         (readlinebuffer): Just call readlinebuffer_delim with '\n'
2759         as the delimiter.
2760         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
2761
2762 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2763
2764         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
2765         * modules/openat (Files): Remove openat-die.c.
2766         (Depends-on): Add openat-die.
2767         * modules/openat-die: New module.
2768
2769 2007-05-06  Bruno Haible  <bruno@clisp.org>
2770
2771         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
2772         Update with info about Cygwin.
2773         * doc/functions/fprintf.texi: Update.
2774         * doc/functions/printf.texi: Update.
2775         * doc/functions/snprintf.texi: Update.
2776         * doc/functions/sprintf.texi: Update.
2777         * doc/functions/vfprintf.texi: Update.
2778         * doc/functions/vprintf.texi: Update.
2779         * doc/functions/vsnprintf.texi: Update.
2780         * doc/functions/vsprintf.texi: Update.
2781         Reported by Eric Blake.
2782
2783 2007-05-06  Bruno Haible  <bruno@clisp.org>
2784
2785         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
2786         padding ourselves for the floating-point directives.
2787         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
2788         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
2789         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2790         gl_PRINTF_FLAG_ZERO and test its result. Invoke
2791         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
2792         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2793         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2794         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2795         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2796         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2797         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2798         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2799         * tests/test-snprintf-posix.h (test_function): Also check the width
2800         and some flags in the %f directive.
2801         * tests/test-sprintf-posix.h (test_function): Likewise.
2802         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2803         * tests/test-vasprintf-posix.c (test_function): Likewise.
2804         * doc/functions/fprintf.texi: Update.
2805         * doc/functions/printf.texi: Update.
2806         * doc/functions/snprintf.texi: Update.
2807         * doc/functions/sprintf.texi: Update.
2808         * doc/functions/vfprintf.texi: Update.
2809         * doc/functions/vprintf.texi: Update.
2810         * doc/functions/vsnprintf.texi: Update.
2811         * doc/functions/vsprintf.texi: Update.
2812
2813 2007-05-06  Bruno Haible  <bruno@clisp.org>
2814
2815         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
2816         pass the ' flag character to sprintf or snprintf.
2817         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
2818         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
2819         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2820         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
2821         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
2822         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2823         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2824         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2825         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2826         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2827         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2828         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2829         * tests/test-snprintf-posix.h (test_function): Also check the grouping
2830         flag.
2831         * tests/test-sprintf-posix.h (test_function): Likewise.
2832         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2833         * tests/test-vasprintf-posix.c (test_function): Likewise.
2834         * doc/functions/fprintf.texi: Update.
2835         * doc/functions/printf.texi: Update.
2836         * doc/functions/snprintf.texi: Update.
2837         * doc/functions/sprintf.texi: Update.
2838         * doc/functions/vfprintf.texi: Update.
2839         * doc/functions/vprintf.texi: Update.
2840         * doc/functions/vsnprintf.texi: Update.
2841         * doc/functions/vsprintf.texi: Update.
2842
2843 2007-05-01  Bruno Haible  <bruno@clisp.org>
2844
2845         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
2846
2847 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
2848
2849         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
2850         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
2851
2852 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2853
2854         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
2855         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
2856         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
2857
2858 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
2859
2860         * lib/argp-help.c (struct hol_entry): New member `ord'.
2861         (HOL_ENTRY_PTRCMP): Use ord for comparison
2862         (hol_sort): Initialize ord.
2863
2864 2007-05-01  Bruno Haible  <bruno@clisp.org>
2865
2866         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
2867         Reported by Eric Blake.
2868         * doc/gnulib.texi (Function Substitutes): Update.
2869
2870 2007-05-01  Bruno Haible  <bruno@clisp.org>
2871
2872         * doc/functions.texi: Remove file, now redundant through
2873         doc/functions/*.texi.
2874
2875 2007-05-01  Bruno Haible  <bruno@clisp.org>
2876
2877         * modules/argp (Depends-on): Add sleep.
2878
2879 2007-05-01  Bruno Haible  <bruno@clisp.org>
2880
2881         * modules/sleep-tests: New file.
2882         * tests/test-sleep.c: New file.
2883
2884         * modules/sleep: New file.
2885         * lib/sleep.c: New file.
2886         * m4/sleep.m4: New file.
2887         * lib/unistd_.h (sleep): New declaration.
2888         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
2889         HAVE_SLEEP.
2890         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
2891         * doc/functions/sleep.texi: Document the sleep module.
2892
2893 2007-05-01  Bruno Haible  <bruno@clisp.org>
2894
2895         * lib/sigprocmask.h: Remove file.
2896         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
2897         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
2898         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
2899         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
2900         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
2901         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
2902         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
2903         HAVE_SIGSET_T as a shell variable.
2904         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
2905         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
2906         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
2907         (Depends-on): Add signal. Remove verify.
2908         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
2909         (Include): Mention <signal.h> instead of sigprocmask.h.
2910         * NEWS: Mention the change.
2911         * lib/fatal-signal.c: Don't include sigprocmask.h.
2912
2913 2007-05-01  Bruno Haible  <bruno@clisp.org>
2914
2915         * modules/signal: New file.
2916         * lib/signal_.h: New file.
2917         * m4/signal_h.m4: New file.
2918
2919 2007-05-01  Bruno Haible  <bruno@clisp.org>
2920
2921         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
2922         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
2923         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
2924         HAVE_WCTYPE_CTMP_BUG into wctype.h.
2925
2926 2007-05-01  Bruno Haible  <bruno@clisp.org>
2927
2928         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
2929         configure time.
2930         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
2931         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
2932         * modules/sys_stat (Makefile.am): Substitute their values into
2933         sys/stat.h.
2934
2935 2007-05-01  Bruno Haible  <bruno@clisp.org>
2936
2937         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
2938         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
2939         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
2940
2941 2007-05-01  Bruno Haible  <bruno@clisp.org>
2942
2943         * doc/header/assert.texi: Undo last change: don't mention the gnulib
2944         'assert' module here.
2945
2946 2007-05-01  Bruno Haible  <bruno@clisp.org>
2947
2948         * doc/functions/*.texi: New files.
2949         * doc/functions/google-ranking.txt: New file.
2950         * doc/gnulib.texi (Function Substitutes): New chapter.
2951         (ctime, inet_ntoa): Remove sections.
2952         * doc/ctime.texi: Remove file.
2953         * doc/inet_ntoa.texi: Remove file.
2954         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
2955         dependencies.
2956         (%.info): New rule, specifying a --reference-limit.
2957
2958 2007-05-01  Bruno Haible  <bruno@clisp.org>
2959
2960         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
2961
2962 2007-05-01  Bruno Haible  <bruno@clisp.org>
2963
2964         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
2965         the portability of 'mkdir' to mingw systems.
2966
2967 2007-05-01  Bruno Haible  <bruno@clisp.org>
2968
2969         * doc/headers/google-ranking.txt: New file.
2970
2971 2007-04-30  Eric Blake  <ebb9@byu.net>
2972
2973         Prefer fseeko to fseek.
2974         * modules/getpass (Depends-on): Add fseeko.
2975         * lib/getpass.c (getpass): Use fseeko, not fseek.
2976
2977 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
2978
2979         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
2980         assumes the sorting is stable, while most qsort implementations
2981         are not.  Use argument addresses to ensure they never compare as
2982         equal.
2983
2984         * tests/test-argp-2.sh (usage-indent test): Fix output
2985         (func_compare): Restore diff options
2986         * tests/test-argp.c: Restore #include "progname.h"
2987
2988 2007-04-29  Bruno Haible  <bruno@clisp.org>
2989
2990         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
2991         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2992         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
2993         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2994         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
2995         (configure.ac): Define CHECK_SNPRINTF_POSIX.
2996         (TESTS, check_PROGRAMS): Add test-snprintf.
2997         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
2998         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
2999         (TESTS, check_PROGRAMS): Add test-vsnprintf.
3000         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
3001         assertions that fail on HP-UX, OSF/1, or IRIX.
3002         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
3003
3004 2007-04-29  Bruno Haible  <bruno@clisp.org>
3005
3006         * MODULES.html.sh (posix_functions): Remove 'contents'.
3007
3008 2007-04-29  Karl Berry  <karl@gnu.org>
3009
3010         * config/srclist.txt (gendocs_template_min): new entry.
3011
3012 2007-04-29  Bruno Haible  <bruno@clisp.org>
3013
3014         Work around fpurge bug on BSD systems.
3015         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
3016         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
3017         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
3018         fpurge to rpl_fpurge if the system already has this function.
3019         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
3020         the case where the system already has this function. Correct invariants
3021         on BSD systems.
3022         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
3023         BSD systems.
3024
3025 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
3026
3027         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
3028         proposed by Sven Verdoolaege.
3029
3030         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
3031         options.
3032         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
3033         (usage and help tests): Update
3034
3035 2007-04-29  Bruno Haible  <bruno@clisp.org>
3036
3037         * tests/test-fflush.c (main): Use a file of size 17, not 10.
3038         Print more information in case of failure. Disable a test on BeOS.
3039
3040 2007-04-29  Bruno Haible  <bruno@clisp.org>
3041
3042         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
3043         This helps debugging on systems on which no gdb is available.
3044
3045 2007-04-29  Bruno Haible  <bruno@clisp.org>
3046
3047         * lib/freading.h: Improve comments.
3048         * lib/fwriting.h: Likewise.
3049         * tests/test-freading.c (main): Don't check freading immediately after
3050         repositioning. Needed for glibc.
3051
3052 2007-04-29  Bruno Haible  <bruno@clisp.org>
3053
3054         * lib/freading.c (freading): Trivial simplification.
3055
3056 2007-04-28  Bruno Haible  <bruno@clisp.org>
3057
3058         * tests/test-fwriting.c (main): Also test the interaction between
3059         fflush and fwriting.
3060         * modules/fwriting-tests (Depends-on): Add fflush.
3061
3062         * tests/test-freading.c (main): Also test the interaction between
3063         fflush and freading.
3064         * modules/freading-tests (Depends-on): Add fflush.
3065
3066 2007-04-28  Bruno Haible  <bruno@clisp.org>
3067
3068         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
3069         fseeko and ftello.
3070         Suggested by Eric Blake.
3071
3072 2007-04-28  Jim Meyering  <jim@meyering.net>
3073
3074         Avoid false-negative in gl_STDINT_H's C99 conformance test.
3075         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
3076         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
3077
3078 2007-04-27  Eric Blake  <ebb9@byu.net>
3079
3080         * doc/headers/assert.texi (assert.h): Document assert module use.
3081
3082 2007-04-27  Bruno Haible  <bruno@clisp.org>
3083
3084         * doc/headers/*.texi: New files.
3085         * doc/gnulib.texi (Header File Substitutes): New chapter.
3086         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
3087         dependencies.
3088         (standards.info ,standards.html, standards.dvi): Update dependencies.
3089         (mostlyclean, clean): New targets.
3090
3091 2007-04-27  Bruno Haible  <bruno@clisp.org>
3092
3093         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
3094         * modules/sysexits (Files, Makefile.am): Update.
3095
3096         * lib/sys_socket_.h: Renamed from lib/socket_.h.
3097         * modules/sys_socket (Files, Makefile.am): Update.
3098
3099         * lib/sys_stat_.h: Renamed from lib/stat_.h.
3100         * modules/sys_stat (Files, Makefile.am): Update.
3101
3102 2007-04-27  Eric Blake  <ebb9@byu.net>
3103
3104         * lib/freading.h: Improve comments.
3105         * lib/fwriting.h: Likewise.
3106         * lib/fflush.c: Likewise.
3107
3108         Fix closein for mingw.
3109         * modules/closein-tests: Add tests for closein.
3110         * tests/test-closein.c: New file.
3111         * tests/test-closein.sh: Likewise.
3112         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
3113         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
3114
3115 2007-04-27  Bruno Haible  <bruno@clisp.org>
3116
3117         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
3118         version is < 6.
3119         * lib/math_.h [__DECC]: Likewise.
3120         * lib/stdio_.h [__DECC]: Likewise.
3121         * lib/stdlib_.h [__DECC]: Likewise.
3122         * lib/string_.h [__DECC]: Likewise.
3123         * lib/time_.h [__DECC]: Likewise.
3124         * lib/wchar_.h [__DECC]: Likewise.
3125         * lib/wctype_.h [__DECC]: Likewise.
3126
3127 2007-04-27  Bruno Haible  <bruno@clisp.org>
3128
3129         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
3130
3131 2007-04-27  Bruno Haible  <bruno@clisp.org>
3132
3133         * lib/fflush.c: Add comments.
3134         * modules/fpurge-tests (Depends-on): Add fflush.
3135         * modules/freadable-tests (Depends-on): Likewise.
3136         * modules/fwritable-tests (Depends-on): Likewise.
3137
3138 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
3139
3140         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
3141         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
3142         Report by Bruno Haible <bruno@clisp.org>.
3143
3144 2007-04-26  Eric Blake  <ebb9@byu.net>
3145
3146         Fix fflush on mingw.
3147         * modules/fflush (Depends-on): Add freading.
3148         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
3149         but unread data.
3150
3151 2007-04-26  Eric Blake  <ebb9@byu.net>
3152         and Bruno Haible  <bruno@clisp.org>
3153
3154         Implement freading and fwriting.
3155         * lib/freading.c: New file.
3156         * lib/freading.h: Likewise.
3157         * m4/freading.m4: Likewise.
3158         * modules/freading: Likewise.
3159         * modules/freading-tests: Likewise.
3160         * tests/test-freading.c: Likewise.
3161         * lib/fwriting.c: New file.
3162         * lib/fwriting.h: Likewise.
3163         * m4/fwriting.m4: Likewise.
3164         * modules/fwriting: Likewise.
3165         * modules/fwriting-tests: Likewise.
3166         * tests/test-fwriting.c: Likewise.
3167         * MODULES.html.sh (File stream based Input/Output): Mention them.
3168
3169 2007-04-26  Bruno Haible  <bruno@clisp.org>
3170
3171         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
3172         'long' when we assume it.
3173         Suggested by Eric Blake.
3174
3175 2007-04-26  Bruno Haible  <bruno@clisp.org>
3176
3177         Ensure fseeko, ftello are declared on glibc systems.
3178         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
3179         * modules/fseeko (configure.ac-early): Likewise.
3180         * modules/ftello (configure.ac-early): Likewise.
3181         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
3182         AC_FUNC_FSEEKO for this.
3183         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
3184         (gl_CHECK_FSEEKO): Remove macro.
3185
3186 2007-04-26  Bruno Haible  <bruno@clisp.org>
3187
3188         * tests/test-fflush.c (main): Also check the ftell result after
3189         fflush and fseek/fseeko.
3190         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
3191         file descriptor position cache in the stream.
3192         * lib/fseeko.c (rpl_fseeko): Likewise.
3193
3194 2007-04-26  Bruno Haible  <bruno@clisp.org>
3195
3196         * modules/fflush-tests (Depends-on): Add fseeko.
3197
3198 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
3199             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3200
3201         * lib/argz_.h: ensure error_t definition is obtained in same
3202         mechanism system argz.h would have.
3203         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
3204         argz facilities are known bad.  Err on the side of caution if
3205         cross-compiling.
3206
3207 2007-04-25  Eric Blake  <ebb9@byu.net>
3208
3209         * lib/fpurge.c (includes): Use stdlib.h for free.
3210         * tests/test-fflush.c (main): Also test fflush-fseeko.
3211
3212 2007-04-25  Bruno Haible  <bruno@clisp.org>
3213
3214         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
3215         * lib/fseeko.c: New file.
3216         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
3217         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
3218         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
3219         gl_FUNC_FSEEKO.
3220         (gl_FUNC_FSEEKO): Invoke it.
3221         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
3222         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
3223         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
3224
3225 2007-04-25  Bruno Haible  <bruno@clisp.org>
3226
3227         * modules/fflush (Depends-on): Add ftello.
3228
3229 2007-04-25  Bruno Haible  <bruno@clisp.org>
3230
3231         * modules/ftello-tests: New file.
3232         * tests/test-ftello.c: New file.
3233
3234         * modules/ftello: New file.
3235         * m4/ftello.m4: New file.
3236         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
3237         HAVE_FTELLO.
3238         * lib/stdio_.h (ftello): New declaration.
3239         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
3240         HAVE_FTELLO.
3241
3242 2007-04-25  Bruno Haible  <bruno@clisp.org>
3243
3244         * modules/fseeko-tests: New file.
3245         * tests/test-fseeko.c: New file.
3246
3247         * modules/fseeko: New file.
3248         * m4/fseeko.m4: New file.
3249         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
3250         HAVE_FSEEKO.
3251         * lib/stdio_.h (fseeko): New declaration.
3252         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
3253         HAVE_FSEEKO.
3254
3255 2007-04-25  Bruno Haible  <bruno@clisp.org>
3256
3257         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
3258
3259 2007-04-25  Bruno Haible  <bruno@clisp.org>
3260
3261         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
3262         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
3263         * tests/test-unistd.c: Likewise.
3264         * tests/test-fcntl.c: Likewise.
3265
3266 2007-04-23  Eric Blake  <ebb9@byu.net>
3267
3268         * lib/fflush.c: Fix missing include.
3269         Reported by Bruno Haible.
3270
3271 2007-04-23  Bruno Haible  <bruno@clisp.org>
3272
3273         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
3274         Reported by Eric Blake.
3275
3276 2007-04-23  Bruno Haible  <bruno@clisp.org>
3277
3278         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
3279
3280 2007-04-23  Bruno Haible  <bruno@clisp.org>
3281
3282         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
3283
3284 2007-04-23  Bruno Haible  <bruno@clisp.org>
3285
3286         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
3287         Needed on HP-UX 11.
3288
3289 2007-04-16  Eric Blake  <ebb9@byu.net>
3290
3291         Make fflush rely on fpurge.
3292         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
3293         open coding all variants.
3294         * modules/fflush (Depends-on): Add fpurge and unistd.
3295         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
3296         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
3297
3298         Fix --with-tests compilation on cygwin.
3299         * modules/argmatch-tests (Makefile.am): List gnulib library first
3300         in LDADD.
3301         * modules/argp-tests (Makefile.am): Likewise.
3302         * modules/array-list-tests (Makefile.am): Likewise.
3303         * modules/array-oset-tests (Makefile.am): Likewise.
3304         * modules/avltree-list-tests (Makefile.am): Likewise.
3305         * modules/avltree-oset-tests (Makefile.am): Likewise.
3306         * modules/avltreehash-list-tests (Makefile.am): Likewise.
3307         * modules/carray-list-tests (Makefile.am): Likewise.
3308         * modules/dirname-tests (Makefile.am): Likewise.
3309         * modules/frexp-tests (Makefile.am): Likewise.
3310         * modules/isnanl-tests (Makefile.am): Likewise.
3311         * modules/linked-list-tests (Makefile.am): Likewise.
3312         * modules/linkedhash-list-tests (Makefile.am): Likewise.
3313         * modules/lock-tests (Makefile.am): Likewise.
3314         * modules/rbtree-list-tests (Makefile.am): Likewise.
3315         * modules/rbtree-oset-tests (Makefile.am): Likewise.
3316         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
3317         * modules/tls-tests (Makefile.am): Likewise.
3318         * modules/tsearch-tests (Makefile.am): Likewise.
3319         * modules/xvasprintf-tests (Makefile.am): Likewise.
3320
3321         Fix fpurge for cygwin.
3322         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
3323         value.
3324         * modules/fpurge-tests (Depends-on): Clean up trash.
3325
3326 2007-04-16  Simon Josefsson  <simon@josefsson.org>
3327
3328         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
3329
3330         * m4/autobuild.m4: Re-indent.
3331
3332 2007-04-13  Bruno Haible  <bruno@clisp.org>
3333
3334         * modules/fpurge-tests: New file.
3335         * tests/test-fpurge.c: New file.
3336
3337         * modules/fpurge: New file.
3338         * lib/fpurge.h: New file.
3339         * lib/fpurge.c: New file.
3340         * m4/fpurge.m4: New file.
3341
3342 2007-04-13  Bruno Haible  <bruno@clisp.org>
3343
3344         * modules/fbufmode-tests: New file.
3345         * tests/test-fbufmode.c: New file.
3346
3347         * modules/fbufmode: New file.
3348         * lib/fbufmode.h: New file.
3349         * lib/fbufmode.c: New file.
3350         * m4/fbufmode.m4: New file.
3351
3352 2007-04-13  Bruno Haible  <bruno@clisp.org>
3353
3354         * modules/fwritable-tests: New file.
3355         * tests/test-fwritable.c: New file.
3356
3357         * modules/fwritable: New file.
3358         * lib/fwritable.h: New file.
3359         * lib/fwritable.c: New file.
3360         * m4/fwritable.m4: New file.
3361
3362 2007-04-13  Bruno Haible  <bruno@clisp.org>
3363
3364         * modules/freadable-tests: New file.
3365         * tests/test-freadable.c: New file.
3366
3367         * modules/freadable: New file.
3368         * lib/freadable.h: New file.
3369         * lib/freadable.c: New file.
3370         * m4/freadable.m4: New file.
3371
3372 2007-04-13  Bruno Haible  <bruno@clisp.org>
3373
3374         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
3375         MOSTLYCLEANFILES.
3376
3377 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
3378
3379         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
3380         gzip bootstrap.conf to avoid dragging in i18n machinery.
3381         (gnulib_tool_option): Use it.
3382
3383 2007-04-13  Bruno Haible  <bruno@clisp.org>
3384
3385         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
3386         %F directives.
3387         * tests/test-vasprintf-posix.c (test_function): Likewise.
3388         * tests/test-snprintf-posix.h (test_function): Likewise.
3389         * tests/test-sprintf-posix.h (test_function): Likewise.
3390         * tests/test-fprintf-posix.h (test_function): Likewise.
3391         * tests/test-printf-posix.h (test_function): Likewise.
3392         * tests/test-fprintf-posix.out: Likewise.
3393
3394 2007-04-13  Bruno Haible  <bruno@clisp.org>
3395
3396         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
3397         * modules/tls-tests (configure.ac): Likewise.
3398         Reported by Arto C. Nirkko <anirkko@insel.ch>.
3399
3400 2007-04-13  Bruno Haible  <bruno@clisp.org>
3401
3402         * lib/tls.c (glthread_tls_get): Fix return type.
3403         Patch by Arto C. Nirkko <anirkko@insel.ch>.
3404
3405 2007-04-12  Eric Blake  <ebb9@byu.net>
3406
3407         * modules/gettime (Depends-on): Remove gettime.
3408         Reported by Dmitry V. Levin.
3409
3410 2007-04-12  Bruno Haible  <bruno@clisp.org>
3411
3412         * modules/fflush (Include): Mention <stdio.h>.
3413         * modules/strtoimax (Include): Mention <inttypes.h>.
3414         * modules/strtoumax (Include): Likewise.
3415
3416 2007-04-12  Eric Blake  <ebb9@byu.net>
3417
3418         * .cvsignore: New file.
3419         * .gitignore: Likewise.
3420
3421 2007-04-12  Bruno Haible  <bruno@clisp.org>
3422
3423         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
3424         not before, since $(LDADD) often contains libgnu.a.
3425         * modules/striconv-tests (test_striconv_LDADD): Likewise.
3426         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
3427         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
3428         Needed on Cygwin.
3429
3430 2007-04-12  Eric Blake  <ebb9@byu.net>
3431
3432         Work around glibc's failure to flush stdin on fclose.
3433         * lib/closein.c (close_stdin): Flush stdin before closing.
3434
3435         Work around glibc's failure to reset seekable stdin on exit.
3436         * modules/closein: New module.
3437         * lib/closein.c: New file.
3438         * lib/closein.h: Likewise.
3439         * m4/closein.m4: Likewise.
3440         * MODULES.html.sh (File stream based Input/Output): Document it.
3441
3442 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3443
3444         * gnulib-tool: Rename generated 'autobuild' script to
3445         'do-autobuild' in --create-megatestdir output.
3446
3447         * doc/gnulib.texi (Build robot for gnulib): Fix.
3448
3449 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3450
3451         * modules/sysexits (Depends-on): Add absolute-header.
3452
3453 2007-04-12  Eric Blake  <ebb9@byu.net>
3454
3455         No need to preserve errno on success.
3456         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
3457         Reported by Bruno Haible.
3458
3459 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3460
3461         * MODULES.html.sh (Support for maintaining and releasing
3462         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
3463
3464 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3465
3466         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
3467
3468 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3469
3470         * modules/autobuild: New module.
3471
3472         * m4/autobuild.m4: New file.
3473
3474 2007-04-11  Bruno Haible  <bruno@clisp.org>
3475
3476         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
3477         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
3478         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
3479         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
3480         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3481         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3482         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3483         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
3484         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3485         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3486         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
3487         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3488         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3489         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
3490         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3491         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3492         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
3493         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3494         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3495         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
3496         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3497         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3498         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
3499         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3500         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3501         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
3502         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3503         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3504         Reported by Eric Blake.
3505
3506 2007-04-11  Bruno Haible  <bruno@clisp.org>
3507
3508         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
3509
3510 2007-04-10  Bruno Haible  <bruno@clisp.org>
3511
3512         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
3513         for NaN and Infinity. Needed on FreeBSD 6.1.
3514         * tests/test-vasnprintf-posix.c (test_function): Undo last change
3515         regarding results for "%010a" of Infinity and NaN.
3516         * tests/test-vasprintf-posix.c (test_function): Likewise.
3517         * tests/test-snprintf-posix.h (test_function): Likewise.
3518         * tests/test-sprintf-posix.h (test_function): Likewise.
3519         * tests/test-fprintf-posix.h (test_function): Likewise.
3520         * tests/test-printf-posix.h (test_function): Likewise.
3521         * tests/test-fprintf-posix.out: Likewise.
3522
3523 2007-04-10  Bruno Haible  <bruno@clisp.org>
3524
3525         * modules/locale-tests: New file.
3526         * tests/test-locale.c: New file.
3527
3528         * modules/locale: New file.
3529         * lib/locale_.h: New file.
3530         * m4/locale_h.m4: New file.
3531
3532 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3533             Bruno Haible  <bruno@clisp.org>
3534
3535         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
3536         be determined, test for availability of the copysignf, copysign,
3537         copysignl functions.
3538         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
3539         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
3540         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
3541
3542 2007-04-09  Eric Blake  <ebb9@byu.net>
3543
3544         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
3545         * modules/stdio (Makefile.am): Support fflush.
3546         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
3547         * modules/fflush: New file.
3548         * lib/fflush.c: Likewise.
3549         * m4/fflush.m4: Likewise.
3550         * modules/fflush-tests: New test.
3551         * tests/test-fflush.c: Likewise.
3552         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
3553
3554 2007-04-06  Bruno Haible  <bruno@clisp.org>
3555
3556         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
3557         (VASNPRINTF): Use signbit for faster determination whether to print a
3558         minus sign.
3559         * modules/vasnprintf (Files): Remove lib/float+.h.
3560         * modules/fprintf-posix (Depends-on): Add signbit.
3561         * modules/snprintf-posix (Depends-on): Likewise.
3562         * modules/sprintf-posix (Depends-on): Likewise.
3563         * modules/vasnprintf-posix (Depends-on): Likewise.
3564         * modules/vasprintf-posix (Depends-on): Likewise.
3565         * modules/vfprintf-posix (Depends-on): Likewise.
3566         * modules/vsnprintf-posix (Depends-on): Likewise.
3567         * modules/vsprintf-posix (Depends-on): Likewise.
3568
3569 2007-04-06  Bruno Haible  <bruno@clisp.org>
3570
3571         * tests/test-frexp.c (main): Test also the sign bit of zero results.
3572         * tests/test-frexpl.c (main): Likewise.
3573         * tests/test-ldexpl.c (main): Likewise.
3574         * modules/frexp-tests (Depends-on): Add signbit.
3575         * modules/frexpl-tests (Depdends-on): Likewise.
3576         * modules/ldexpl-tests (Depdends-on): Likewise.
3577
3578 2007-04-06  Bruno Haible  <bruno@clisp.org>
3579
3580         * modules/signbit-tests: New file.
3581         * tests/test-signbit.c: New file.
3582
3583         * modules/signbit: New file.
3584         * lib/signbitf.c: New file.
3585         * lib/signbitd.c: New file.
3586         * lib/signbitl.c: New file.
3587         * m4/signbit.m4: New file.
3588         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
3589         (signbit): New macro.
3590         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
3591         REPLACE_SIGNBIT.
3592         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
3593         REPLACE_FREXPL into math.h.
3594
3595 2007-04-06  Bruno Haible  <bruno@clisp.org>
3596
3597         * modules/isnanf-nolibm-tests: New file.
3598         * tests/test-isnanf.c: New file.
3599
3600         * modules/isnanf-nolibm: New file.
3601         * lib/isnanf.h: New file.
3602         * lib/isnanf.c: New file.
3603         * lib/isnan.c: Consider the USE_FLOAT macro.
3604         * m4/isnanf.m4: New file.
3605
3606 2007-04-06  Bruno Haible  <bruno@clisp.org>
3607
3608         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
3609         (Link): New section.
3610
3611         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
3612
3613 2007-04-06  Bruno Haible  <bruno@clisp.org>
3614
3615         Assume the 'long double' type.
3616         * m4/longdouble.m4: Remove file.
3617         * config/srclist.txt: Don't mention longdouble.m4.
3618         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
3619         * lib/float+.h: Likewise.
3620         * lib/frexp.c: Likewise.
3621         * lib/printf-args.h: Likewise.
3622         * lib/printf-args.c: Likewise.
3623         * lib/printf-frexp.c: Likewise.
3624         * lib/printf-parse.c: Likewise.
3625         * lib/vasnprintf.c: Likewise.
3626         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
3627         * m4/intl.m4: Likewise.
3628         * m4/isnanl.m4: Likewise.
3629         * m4/printf.m4: Likewise.
3630         * m4/printf-frexpl.m4: Likewise.
3631         * m4/vasnprintf.m4: Likewise.
3632         * modules/allocsa (Files): Remove m4/longdouble.m4.
3633         * modules/gettext (Files): Likewise.
3634         * modules/relocatable-prog-wrapper (Files): Likewise.
3635         * modules/vasnprintf (Files): Likewise.
3636         * modules/isnanl (Files): Likewise.
3637         (Include): Simplify.
3638         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
3639         (Include): Simplify.
3640         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
3641         (Include): Simplify.
3642         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
3643         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3644         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
3645         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3646         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
3647         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3648         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
3649         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3650         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
3651         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3652         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
3653         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3654         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
3655         * tests/test-isnanl.c: Likewise.
3656         * tests/test-snprintf-posix.h: Likewise.
3657         * tests/test-sprintf-posix.h: Likewise.
3658         * tests/test-vasnprintf-posix.c: Likewise.
3659         * tests/test-vasnprintf-posix2.c: Likewise.
3660         * tests/test-vasprintf-posix.c: Likewise.
3661
3662 2007-04-06  Bruno Haible  <bruno@clisp.org>
3663
3664         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
3665         * lib/math_.h [__DECC]: Include the overridden include file through
3666         #include_next, outside the double-inclusion guard.
3667         * lib/stdio_.h [__DECC]: Likewise.
3668         * lib/stdlib_.h [__DECC]: Likewise.
3669         * lib/string_.h [__DECC]: Likewise.
3670         * lib/time_.h [__DECC]: Likewise.
3671         * lib/wchar_.h [__DECC]: Likewise.
3672         * lib/wctype_.h [__DECC]: Likewise.
3673         * lib/inttypes_.h [__DECC]: Likewise.
3674         Reported by Albert Chin <china@thewrittenword.com> in
3675         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
3676
3677 2007-04-04  Eric Blake  <ebb9@byu.net>
3678
3679         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
3680         1.5.x.
3681
3682 2007-04-04  Bruno Haible  <bruno@clisp.org>
3683
3684         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
3685         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
3686
3687 2007-04-04  Bruno Haible  <bruno@clisp.org>
3688
3689         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
3690         results for "%010a" of Infinity and NaN.
3691         * tests/test-vasprintf-posix.c (test_function): Likewise.
3692         * tests/test-snprintf-posix.h (test_function): Likewise.
3693         * tests/test-sprintf-posix.h (test_function): Likewise.
3694         * tests/test-fprintf-posix.h (test_function): Remove these tests.
3695         * tests/test-printf-posix.h (test_function): Likewise.
3696         * tests/test-fprintf-posix.out: Update.
3697         Needed for FreeBSD 6.1.
3698
3699 2007-04-04  Bruno Haible  <bruno@clisp.org>
3700
3701         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
3702         directly used by the gnulib modules nor by gnulib-tool.
3703
3704 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
3705
3706         * DEPENDENCIES: Give overall description of version dependency
3707         desirability.  Use more-typical names for apps.
3708         Add shell, coreutils, diffutils, grep, tar, gzip.
3709
3710 2007-04-04  Simon Josefsson  <simon@josefsson.org>
3711
3712         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
3713
3714 2007-04-04  Karl Berry  <karl@gnu.org>
3715
3716         * MODULES.html.sh (func_module): missing '.
3717
3718 2007-04-03  Bruno Haible  <bruno@clisp.org>
3719
3720         * modules/argmatch-tests (Makefile.am): New variable
3721         test_argmatch_LDADD.
3722         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
3723         * modules/array-list-tests (Makefile.am): New variable
3724         test_array_list_LDADD.
3725         * modules/array-oset-tests (Makefile.am): New variable
3726         test_array_oset_LDADD.
3727         * modules/avltree-list-tests (Makefile.am): New variable
3728         test_avltree_list_LDADD.
3729         * modules/avltree-oset-tests (Makefile.am): New variable
3730         test_avltree_oset_LDADD.
3731         * modules/avltreehash-list-tests (Makefile.am): New variable
3732         test_avltreehash_list_LDADD.
3733         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
3734         test_canonicalize_lgpl_LDADD.
3735         * modules/carray-list-tests (Makefile.am): New variable
3736         test_carray_list_LDADD.
3737         * modules/dirname-tests (Makefile.am): New variable
3738         test_dirname_LDADD.
3739         * modules/linked-list-tests (Makefile.am): New variable
3740         test_linked_list_LDADD.
3741         * modules/linkedhash-list-tests (Makefile.am): New variable
3742         test_linkedhash_list_LDADD.
3743         * modules/rbtree-list-tests (Makefile.am): New variable
3744         test_rbtree_list_LDADD.
3745         * modules/rbtree-oset-tests (Makefile.am): New variable
3746         test_rbtree_oset_LDADD.
3747         * modules/rbtreehash-list-tests (Makefile.am): New variable
3748         test_rbtreehash_list_LDADD.
3749         * modules/xvasprintf-tests (Makefile.am): New variable
3750         test_xvasprintf_LDADD.
3751         Reported by Eric Blake.
3752
3753 2007-04-03  Eric Blake  <ebb9@byu.net>
3754
3755         * DEPENDENCIES: Weaken m4 requirements.
3756
3757 2007-04-03  Bruno Haible  <bruno@clisp.org>
3758
3759         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
3760         * modules/isnanl-tests (configure.ac): Likewise.
3761
3762 2007-04-03  Ben Pfaff  <blp@gnu.org>
3763
3764         * modules/iconv_open: Add $(srcdir)/ to source directory
3765         references in Makefile fragments that call gperf, to fix VPATH
3766         builds.
3767
3768 2007-04-03  Bruno Haible  <bruno@clisp.org>
3769
3770         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
3771         * lib/ldexpl.c: Undo last change.
3772
3773 2007-04-03  Bruno Haible  <bruno@clisp.org>
3774
3775         * modules/printf-frexpl (Depends-on): Undo last change.
3776         (Files): Add m4/ldexpl.m4.
3777
3778 2007-04-03  Bruno Haible  <bruno@clisp.org>
3779
3780         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
3781         * modules/isnanl (Link): New section.
3782
3783         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
3784         * modules/frexp (Link): New section.
3785
3786         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
3787         * modules/frexpl (Link): New section.
3788
3789         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
3790         * modules/ldexpl (Link): New section.
3791
3792 2007-04-03  Bruno Haible  <bruno@clisp.org>
3793
3794         * modules/TEMPLATE-EXTENDED: New file.
3795         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
3796
3797 2007-04-03  Bruno Haible  <bruno@clisp.org>
3798
3799         * DEPENDENCIES: New file.
3800         Suggested by Simon Josefsson.
3801
3802 2007-04-03  Bruno Haible  <bruno@clisp.org>
3803
3804         * doc/gnulib.texi: Escape @.
3805
3806 2007-04-03  James Youngman  <jay@gnu.org>
3807         and Paul Eggert  <eggert@cs.ucla.edu>
3808
3809         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
3810         birthtime on all systems that have birthtime, not just those which
3811         use st_birthtimensec rather than st_birthtim.  Putting zero in
3812         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
3813         that the birth time is not available for files on an NFS mount.
3814
3815 2007-04-03  Simon Josefsson  <simon@josefsson.org>
3816
3817         * modules/memxor: Move back from crypto/, suggested by Bruno.
3818         * modules/crypto/hmac-sha1: Fix memxor dependency.
3819
3820         * modules/crypto/gc: Moved from ../.
3821
3822 2007-04-02  Eric Blake  <ebb9@byu.net>
3823
3824         * lib/ldexpl.c (includes): Avoid libm.
3825
3826         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
3827
3828 2007-04-02  Bruno Haible  <bruno@clisp.org>
3829
3830         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
3831         on IRIX.
3832
3833 2007-04-02  Bruno Haible  <bruno@clisp.org>
3834
3835         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
3836         x86 or x86_64 platforms running MacOS X.
3837         Reported by Ryan Schmidt <@ryandesign.com>.
3838
3839 2007-04-02  Bruno Haible  <bruno@clisp.org>
3840
3841         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
3842         i386.
3843
3844 2007-04-01  Simon Josefsson  <simon@josefsson.org>
3845
3846         * modules/crypto/arcfour: Moved from ../.
3847         * modules/crypto/arcfour-tests: Moved from ../.
3848         * modules/crypto/arctwo: Moved from ../.
3849         * modules/crypto/arctwo-tests: Moved from ../.
3850         * modules/crypto/des: Moved from ../.
3851         * modules/crypto/des-tests: Moved from ../.
3852         * modules/crypto/gc-arcfour: Moved from ../.
3853         * modules/crypto/gc-arcfour-tests: Moved from ../.
3854         * modules/crypto/gc-arctwo: Moved from ../.
3855         * modules/crypto/gc-arctwo-tests: Moved from ../.
3856         * modules/crypto/gc-des: Moved from ../.
3857         * modules/crypto/gc-des-tests: Moved from ../.
3858         * modules/crypto/gc-hmac-md5: Moved from ../.
3859         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
3860         * modules/crypto/gc-hmac-sha1: Moved from ../.
3861         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
3862         * modules/crypto/gc-md2: Moved from ../.
3863         * modules/crypto/gc-md2-tests: Moved from ../.
3864         * modules/crypto/gc-md4: Moved from ../.
3865         * modules/crypto/gc-md4-tests: Moved from ../.
3866         * modules/crypto/gc-md5: Moved from ../.
3867         * modules/crypto/gc-md5-tests: Moved from ../.
3868         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
3869         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
3870         * modules/crypto/gc-random: Moved from ../.
3871         * modules/crypto/gc-rijndael: Moved from ../.
3872         * modules/crypto/gc-rijndael-tests: Moved from ../.
3873         * modules/crypto/gc-sha1: Moved from ../.
3874         * modules/crypto/gc-sha1-tests: Moved from ../.
3875         * modules/crypto/gc-tests: Moved from ../.
3876         * modules/crypto/hmac-md5: Moved from ../.
3877         * modules/crypto/hmac-md5-tests: Moved from ../.
3878         * modules/crypto/hmac-sha1: Moved from ../.
3879         * modules/crypto/hmac-sha1-tests: Moved from ../.
3880         * modules/crypto/md2: Moved from ../.
3881         * modules/crypto/md2-tests: Moved from ../.
3882         * modules/crypto/md4: Moved from ../.
3883         * modules/crypto/md4-tests: Moved from ../.
3884         * modules/crypto/md5: Moved from ../.
3885         * modules/crypto/md5-tests: Moved from ../.
3886         * modules/crypto/memxor: Moved from ../.
3887         * modules/crypto/rijndael: Moved from ../.
3888         * modules/crypto/rijndael-tests: Moved from ../.
3889         * modules/crypto/sha1: Moved from ../.
3890
3891 2007-03-30  James Youngman  <jay@gnu.org>
3892
3893         * tests/test-stat-time.c (prepare_test): use chmod() rather than
3894         rename() to change the ctime of a file (because ctime is unaffected
3895         by rename on jfs2 on AIX 5.1).
3896         (main): Start by doing cleanup, in case a previous run failed leaving
3897         test files behind.
3898
3899 2007-03-31  Bruno Haible  <bruno@clisp.org>
3900
3901         Support old proprietary implementations of iconv.
3902         * modules/iconv_open: New file.
3903         * lib/iconv_.h: New file.
3904         * m4/iconv_h.m4: New file.
3905         * lib/iconv_open.c: New file.
3906         * lib/iconv_open-aix.gperf: New file.
3907         * lib/iconv_open-hpux.gperf: New file.
3908         * lib/iconv_open-irix.gperf: New file.
3909         * lib/iconv_open-osf.gperf: New file.
3910         * m4/iconv_open.m4: New file.
3911         * modules/linebreak (Depends-on): Add iconv_open.
3912         * modules/striconv (Depends-on): Likewise.
3913         * modules/striconveh (Depends-on): Likewise.
3914         * modules/unicodeio (Depends-on): Likewise.
3915         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
3916         (iconv_t)(-1).
3917         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
3918         conversion if cd is (iconv_t)(-1).
3919         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
3920         is not possible.
3921
3922 2007-03-31  Bruno Haible  <bruno@clisp.org>
3923
3924         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3925         work on Solaris either. Protect also second use of "autodetect_jp".
3926
3927 2007-03-31  Bruno Haible  <bruno@clisp.org>
3928
3929         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
3930         the function is not present.
3931
3932 2007-03-31  Bruno Haible  <bruno@clisp.org>
3933
3934         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
3935         the function is not present.
3936
3937 2007-03-31  Bruno Haible  <bruno@clisp.org>
3938
3939         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
3940         a bug in HP-UX iconv_open().
3941
3942 2007-03-31  Bruno Haible  <bruno@clisp.org>
3943
3944         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
3945         (Mathematics <math.h>): New section, add fpieee.
3946         (Input/output <stdio.h>): Add fseterr.
3947         (Mathematics <math.h>): New section, add printf-frexp.
3948         (Container data structures): Add sublist.
3949         (Core language properties): Add fpucw, inline.
3950         (Functions for greatest-width integer types <inttypes.h>): Add
3951         imaxabs, imaxdiv, inttypes.
3952         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
3953         isnanl-nolibm, ldexp.
3954         (Mathematics <math.h>): New section, add printf-frexpl.
3955         (Support for systems lacking POSIX:2001): Add fprintf-posix,
3956         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
3957         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
3958         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
3959         (Unicode string functions): Add unistr/u*-mbtoucr.
3960         (Java): Add javacomp-script, javaexec-script.
3961         (C#): Add csharpcomp-script, csharpexec-script.
3962         (Support for building libraries and executables): Add havelib,
3963         relocatable-*.
3964         (Support for maintaining and releasing projects): Renamed from
3965         'Support for maintaining and release projects'. Add announce-gen.
3966
3967 2007-03-31  Bruno Haible  <bruno@clisp.org>
3968
3969         * README: Talk primarily about git.
3970         (git and CVS): Renamed from CVS.
3971         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
3972         gnulib is available through git.
3973         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
3974
3975 2007-03-30  Bruno Haible  <bruno@clisp.org>
3976
3977         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
3978         * lib/poll_.h: Likewise.
3979         * lib/stat_.h: Likewise.
3980         * lib/sys_time_.h: Likewise.
3981         * lib/sysexit_.h: Likewise.
3982         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
3983         * lib/stdbool_.h: Likewise.
3984         * lib/byteswap_.h: Add double-inclusion guard.
3985
3986 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
3987
3988         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
3989
3990 2007-03-30  Karl Berry  <karl@gnu.org>
3991
3992         * config/srclist-update: double space after USA in the license
3993         substitution, since that's how it's usually (?) written.
3994
3995 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3996
3997         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
3998         reported by Bruno Haible.
3999
4000 2007-03-29  Bruno Haible  <bruno@clisp.org>
4001
4002         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
4003         a bug in AIX iconv().
4004
4005 2007-03-29  Bruno Haible  <bruno@clisp.org>
4006
4007         * modules/ldexpl-tests: New file.
4008         * tests/test-ldexpl.c: New file.
4009
4010 2007-03-29  Bruno Haible  <bruno@clisp.org>
4011
4012         * lib/ldexpl.c: Include fpucw.h.
4013         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
4014         multiplication.
4015         * modules/ldexpl (Depends-on): Add fpucw.
4016
4017 2007-03-29  Bruno Haible  <bruno@clisp.org>
4018
4019         * modules/ldexpl: New file.
4020         * m4/ldexpl.m4: New file.
4021         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
4022         set.
4023         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
4024         REPLACE_LDEXPL.
4025         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
4026         REPLACE_LDEXPL.
4027         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
4028         gl_FUNC_LDEXPL_WORKS.
4029         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
4030         * modules/mathl (Files): Remove lib/ldexpl.c.
4031         (Depends-on): Add ldexpl.
4032
4033 2007-03-29  Bruno Haible  <bruno@clisp.org>
4034
4035         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
4036
4037 2007-03-29  Bruno Haible  <bruno@clisp.org>
4038
4039         * tests/test-striconveh.c (main): Don't assume that a direct conversion
4040         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
4041         and possibly also HP-UX.
4042         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
4043         work on AIX, IRIX, HP-UX, OSF/1.
4044         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
4045         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
4046         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
4047         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
4048         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
4049         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
4050
4051 2007-03-29  Bruno Haible  <bruno@clisp.org>
4052
4053         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
4054
4055 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
4056
4057         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
4058         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
4059
4060 2007-03-29  Eric Blake  <ebb9@byu.net>
4061
4062         * lib/acl-internal.h: Remove redundant include.
4063         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
4064         Cygwin when a file is locked.
4065
4066 2007-03-29  Bruno Haible  <bruno@clisp.org>
4067
4068         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
4069         file.
4070         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
4071
4072 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
4073
4074         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
4075         try to remove a parent directory if the child couldn't be removed
4076         (except for the first rmdir, which could fail because the child
4077         doesn't exist).  Problem reported by Jeff Blaine in
4078         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
4079
4080 2007-03-28  Bruno Haible  <bruno@clisp.org>
4081
4082         * lib/striconveh.c (utf8conv_carefully): New function.
4083         (mem_cd_iconveh_internal): Invoke it.
4084
4085 2007-03-28  Bruno Haible  <bruno@clisp.org>
4086
4087         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
4088         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
4089         input.
4090         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
4091         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
4092         unistr/u8-uctomb.
4093
4094 2007-03-28  Bruno Haible  <bruno@clisp.org>
4095
4096         * modules/unistr/u8-mbtoucr: New file.
4097         * lib/unistr/u8-mbtoucr.c: New file.
4098         * modules/unistr/u16-mbtoucr: New file.
4099         * lib/unistr/u16-mbtoucr.c: New file.
4100         * modules/unistr/u16-mbtoucr: New file.
4101         * lib/unistr/u16-mbtoucr.c: New file.
4102         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
4103
4104 2007-03-27  Simon Josefsson  <simon@josefsson.org>
4105             Bruno Haible  <bruno@clisp.org>
4106
4107         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
4108         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
4109         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
4110
4111         * m4/stdio_h.m4: Add stubs for vasprintf too.
4112
4113         * modules/stdio: Support vasprintf in sed command.
4114
4115         * modules/vasprintf: Depend on stdio for prototypes.  Remove
4116         vasprintf.h.  Add stdio module indicator.
4117
4118         * lib/stdio_.h: Declare asprintf and vasprintf, based on
4119         vasprintf.h.
4120
4121         * lib/vasprintf.h: File removed.
4122
4123         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
4124         * lib/vasprintf.c: Ditto.
4125         * lib/xvasprintf.c: Ditto.
4126         * tests/test-vasprintf-posix.c: Ditto.
4127         * tests/test-vasprintf.c: Ditto.
4128
4129 2007-03-27  Bruno Haible  <bruno@clisp.org>
4130
4131         Make vasnprintf multithread-safe.
4132         * lib/vasnprintf.c (decimal_point_char): New function.
4133         (VASNPRINTF): Use it.
4134         Suggested by Simon Josefsson.
4135
4136 2007-03-27  Eric Blake  <ebb9@byu.net>
4137
4138         Support sub-second birthtime on cygwin.
4139         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
4140         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
4141         (get_stat_birthtime): Also work with st_birthtim.
4142
4143 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
4144
4145         * lib/stat-time.h (USE_BIRTHTIME): Remove.
4146         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
4147         (get_stat_birthtime_ns): Do not try to use "spare" fields.
4148         (get_stat_birthtime_ns): Simplify compile-time tests.
4149         (get_stat_birthtime): Change the API to look like
4150         get_stat_mtime etc., except return a negative tv_nsec on error.
4151         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
4152         Don't check for "spare" fields.
4153         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
4154         or for struct stat.st_birthtime, as these tests aren't used.
4155         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
4156
4157 2007-03-27  Bruno Haible  <bruno@clisp.org>
4158
4159         * lib/stat-time.h: Include <sys/stat.h>.
4160
4161 2007-03-27  James Youngman  <jay@gnu.org>
4162
4163         * lib/stat-time.h (get_stat_birthtime): New function for
4164           retrieving st_birthtime as provided by UFS2 (hence *BSD).
4165         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
4166           and its variants.
4167         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
4168         * modules/stat-time-test: New file.
4169         * tests/test-stat-time.c: New test, devised by Bruno Haible.
4170
4171 2007-03-26  Bruno Haible  <bruno@clisp.org>
4172
4173         Better support of signalling NaNs.
4174         * lib/atanl.c: Include isnanl.h.
4175         (atanl): Perform test for NaN at the beginning of the function and
4176         through a call to isnanl.
4177         * lib/cosl.c: Include isnanl.h.
4178         (cosl): Perform test for NaN at the beginning of the function and
4179         through a call to isnanl.
4180         * lib/ldexpl.c: Include isnanl.h.
4181         (ldexpl): Perform test for NaN through a call to isnanl.
4182         * lib/logl.c: Include isnanl.h.
4183         (logl): Perform test for NaN at the beginning of the function and
4184         through a call to isnanl.
4185         * lib/sinl.c: Include isnanl.h.
4186         (sinl): Perform test for NaN at the beginning of the function and
4187         through a call to isnanl.
4188         * lib/sqrtl.c: Include isnanl.h.
4189         (sqrtl): Perform test for NaN at the beginning of the function and
4190         through a call to isnanl.
4191         * lib/tanl.c: Include isnanl.h.
4192         (tanl): Perform test for NaN at the beginning of the function and
4193         through a call to isnanl.
4194         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
4195         * modules/mathl (Depends-on): Add isnanl.
4196
4197 2007-03-26  Eric Blake  <ebb9@byu.net>
4198
4199         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
4200         regression in logic sense of previous patch.
4201
4202 2007-03-26  Bruno Haible  <bruno@clisp.org>
4203
4204         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
4205         unportable shell command "if ! ...".
4206         Reported by Ralf Wildenhues.
4207
4208 2007-03-25  Bruno Haible  <bruno@clisp.org>
4209
4210         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
4211         <sysexits.h> file, and only add EX_CONFIG.
4212         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
4213         absolute file name and whether it is sufficient. Substitute also
4214         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
4215         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
4216         ABSOLUTE_SYSEXITS_H into sysexits.h.
4217
4218 2007-03-25  Bruno Haible  <bruno@clisp.org>
4219
4220         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
4221         hints is NULL.
4222
4223 2007-03-25  Bruno Haible  <bruno@clisp.org>
4224
4225         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
4226         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
4227
4228 2007-03-25  Bruno Haible  <bruno@clisp.org>
4229
4230         * lib/vasnprintf.c: Include langinfo.h.
4231         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
4232         multithread-safe.
4233         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
4234         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
4235         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4236         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4237         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4238         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4239         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4240         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
4241         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4242         Reported by Simon Josefsson.
4243
4244 2007-03-25  Bruno Haible  <bruno@clisp.org>
4245
4246         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
4247         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
4248         * modules/vasnprintf (Depends-on): Add stdint.
4249
4250 2007-03-25  Bruno Haible  <bruno@clisp.org>
4251
4252         * modules/fpieee: New file.
4253         * m4/fpieee.m4: New file.
4254         * modules/isnan-nolibm (Depends-on): Add fpieee.
4255         * modules/isnanl-nolibm (Depends-on): Add fpieee.
4256         * modules/isnanl (Depends-on): Add fpieee.
4257
4258 2007-03-25  Bruno Haible  <bruno@clisp.org>
4259
4260         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
4261
4262 2007-03-25  Bruno Haible  <bruno@clisp.org>
4263
4264         Avoid test failures on IRIX 6.5.
4265         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
4266         (main): Use it.
4267         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
4268         macros.
4269         (main): Use them.
4270
4271 2007-03-25  Bruno Haible  <bruno@clisp.org>
4272
4273         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
4274         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
4275         exists but doesn't work.
4276         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
4277         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
4278         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
4279         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
4280
4281 2007-03-25  Bruno Haible  <bruno@clisp.org>
4282
4283         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
4284         returns inf. Needed on IRIX 6.5.
4285
4286 2007-03-25  Bruno Haible  <bruno@clisp.org>
4287
4288         * tests/test-frexpl.c: Include isnanl-nolibm.h.
4289         (main): Use isnanl instead of x != x idiom.
4290         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
4291
4292         * tests/test-frexp.c: Include isnan.h.
4293         (main): Use isnan instead of x != x idiom.
4294         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
4295
4296 2007-03-25  Bruno Haible  <bruno@clisp.org>
4297
4298         * tests/test-frexp.c (NaN): New function/macro.
4299         (main): Use it instead of 0.0 / 0.0.
4300         * tests/test-isnan.c (NaN): New function/macro.
4301         (main): Use it instead of 0.0 / 0.0.
4302         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
4303         (test_function): Use it instead of 0.0 / 0.0.
4304         * tests/test-vasprintf-posix.c (NaN): New function/macro.
4305         (test_function): Use it instead of 0.0 / 0.0.
4306         * tests/test-snprintf-posix.h (NaN): New function/macro.
4307         (test_function): Use it instead of 0.0 / 0.0.
4308         * tests/test-sprintf-posix.h (NaN): New function/macro.
4309         (test_function): Use it instead of 0.0 / 0.0.
4310         * tests/test-fprintf-posix.h (NaN): New function/macro.
4311         (test_function): Use it instead of 0.0 / 0.0.
4312         * tests/test-printf-posix.h (NaN): New function/macro.
4313         (test_function): Use it instead of 0.0 / 0.0.
4314
4315         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
4316
4317 2007-03-25  Bruno Haible  <bruno@clisp.org>
4318
4319         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
4320
4321 2007-03-25  Bruno Haible  <bruno@clisp.org>
4322
4323         * lib/regexec.c (merge_state_with_log): Make static.
4324
4325 2007-03-25  Bruno Haible  <bruno@clisp.org>
4326
4327         * lib/trigl.c (kernel_rem_pio2): Make static.
4328
4329 2007-03-25  Bruno Haible  <bruno@clisp.org>
4330
4331         * lib/sincosl.c (sincosl_table): Make static.
4332
4333 2007-03-25  Bruno Haible  <bruno@clisp.org>
4334
4335         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
4336         if the compiler does not support C99.
4337
4338 2007-03-25  Bruno Haible  <bruno@clisp.org>
4339
4340         * modules/time (Makefile.am): Ensure all rule action lines start with a
4341         tab.
4342
4343 2007-03-24  Bruno Haible  <bruno@clisp.org>
4344
4345         * modules/tsearch-tests: New file.
4346         * tests/test-tsearch.sh: New file.
4347         * tests/test-tsearch.c: New file, mostly copied from glibc.
4348
4349         * modules/search-tests: New file.
4350         * tests/test-search.c: New file.
4351
4352         * modules/search: New file.
4353         * lib/search_.h: New file, incorporating lib/tsearch.h.
4354         * m4/search_h.m4: New file.
4355         * lib/tsearch.h: Remove file.
4356         * lib/tsearch.c: Include search.h instead of tsearch.h.
4357         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
4358         HAVE_TSEARCH.
4359         * modules/tsearch (Files): Remove lib/tsearch.h.
4360         (Depends-on): Add search.
4361         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
4362         (Include): Change tsearch.h into search.h.
4363
4364 2007-03-24  Bruno Haible  <bruno@clisp.org>
4365
4366         * modules/fpucw: New file.
4367         * lib/fpucw.h: New file.
4368         * lib/frexp.c: Include fpucw.h.
4369         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
4370         (FUNC): Use them.
4371         * lib/printf-frexp.c: Include fpucw.h.
4372         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
4373         (FUNC): Use them.
4374         * lib/vasnprintf.c: Include fpucw.h.
4375         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
4376         'long double' calculations.
4377         * tests/test-frexpl.c: Include fpucw.h.
4378         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
4379         * tests/test-printf-frexpl.c: Include fpucw.h.
4380         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
4381         * modules/frexpl (Depends-on): Add fpucw.
4382         * modules/printf-frexpl (Depends-on): Likewise.
4383         * modules/fprintf-posix (Depends-on): Likewise.
4384         * modules/snprintf-posix (Depends-on): Likewise.
4385         * modules/sprintf-posix (Depends-on): Likewise.
4386         * modules/vasnprintf-posix (Depends-on): Likewise.
4387         * modules/vasprintf-posix (Depends-on): Likewise.
4388         * modules/vfprintf-posix (Depends-on): Likewise.
4389         * modules/vsnprintf-posix (Depends-on): Likewise.
4390         * modules/vsprintf-posix (Depends-on): Likewise.
4391         * modules/frexpl-tests (Depends-on): Likewise.
4392         * modules/printf-frexpl-tests (Depends-on): Likewise.
4393
4394 2007-03-24  Bruno Haible  <bruno@clisp.org>
4395
4396         * lib/float+.h: New file.
4397         * lib/isnan.c: Include float+.h.
4398         (SIZE): New macro.
4399         (FUNC): Compare only SIZE bytes of the value.
4400         * lib/vasnprintf.c: Include float+.h.
4401         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
4402         SIZEOF_LDBL or SIZEOF_DBL bytes.
4403         * modules/isnan-nolibm (Files): Add lib/float+.h.
4404         * modules/isnanl-nolibm (Files): Add lib/float+.h.
4405         * modules/isnanl (Files): Add lib/float+.h.
4406         * modules/vasnprintf (Files): Add lib/float+.h.
4407
4408 2007-03-24  Bruno Haible  <bruno@clisp.org>
4409
4410         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
4411         include isnanl-nolibm.h.
4412
4413 2007-03-24  Bruno Haible  <bruno@clisp.org>
4414
4415         * tests/test-read-file.c (main): Don't produce spurious output for
4416         expected situations. Make the test fail if it encountered unexpected
4417         results.
4418
4419 2007-03-24  Bruno Haible  <bruno@clisp.org>
4420
4421         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
4422         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
4423
4424 2007-03-24  Bruno Haible  <bruno@clisp.org>
4425
4426         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
4427
4428 2007-03-24  Bruno Haible  <bruno@clisp.org>
4429
4430         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
4431         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
4432
4433         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
4434         * modules/utf8-ucs4: Turn into a symbolic link to module
4435         unistr/u8-mbtouc.
4436
4437         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
4438         utf8-ucs4-unsafe.
4439         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
4440         unistr/u8-mbtouc-unsafe.
4441
4442         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
4443         * modules/utf16-ucs4: Turn into a symbolic link to module
4444         unistr/u16-mbtouc.
4445
4446         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
4447         utf16-ucs4-unsafe.
4448         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
4449         unistr/u16-mbtouc-unsafe.
4450
4451         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
4452         * modules/ucs4-utf8: Turn into a symbolic link to module
4453         unistr/u8-ubtomb.
4454
4455         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
4456         * modules/ucs4-utf16: Turn into a symbolic link to module
4457         unistr/u16-ubtomb.
4458
4459 2007-03-24  Bruno Haible  <bruno@clisp.org>
4460
4461         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
4462         Enable the function only if HAVE_INLINE.
4463         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
4464         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
4465         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
4466         Enable the function only if HAVE_INLINE.
4467         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
4468         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
4469         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
4470         Enable the function only if HAVE_INLINE.
4471         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
4472         Enable the function only if HAVE_INLINE.
4473         * modules/utf8-ucs4: Update.
4474         * modules/utf8-ucs4-unsafe: Update.
4475         * modules/utf16-ucs4: Update.
4476         * modules/utf16-ucs4-unsafe: Update.
4477         * modules/ucs4-utf8: Update.
4478         * modules/ucs4-utf16: Update.
4479
4480 2007-03-24  Bruno Haible  <bruno@clisp.org>
4481
4482         * lib/utf8-ucs4.h: Remove file.
4483         * lib/utf8-ucs4-unsafe.h: Remove file.
4484         * lib/utf16-ucs4.h: Remove file.
4485         * lib/utf16-ucs4-unsafe.h: Remove file.
4486         * lib/ucs4-utf8.h: Remove file.
4487         * lib/ucs4-utf16.h: Remove file.
4488         * lib/unistr.h: Include their previous contents.
4489         * m4/utf-ucs4.m4: Remove file.
4490         * m4/ucs4-utf.m4: Remove file.
4491         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
4492         (Depends-on): Add unistr/base.
4493         (configure.ac): Remove gl_UTF_UCS4.
4494         (Makefile.am): Update.
4495         (Include): Change to unistr.h.
4496         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
4497         (Depends-on): Add unistr/base.
4498         (configure.ac): Remove gl_UTF_UCS4.
4499         (Makefile.am): Update.
4500         (Include): Change to unistr.h.
4501         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
4502         (Depends-on): Add unistr/base.
4503         (configure.ac): Remove gl_UTF_UCS4.
4504         (Makefile.am): Update.
4505         (Include): Change to unistr.h.
4506         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
4507         (Depends-on): Add unistr/base.
4508         (configure.ac): Remove gl_UTF_UCS4.
4509         (Makefile.am): Update.
4510         (Include): Change to unistr.h.
4511         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
4512         (Depends-on): Add unistr/base.
4513         (configure.ac): Remove gl_UCS4_UTF.
4514         (Makefile.am): Update.
4515         (Include): Change to unistr.h.
4516         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
4517         (Depends-on): Add unistr/base.
4518         (configure.ac): Remove gl_UCS4_UTF.
4519         (Makefile.am): Update.
4520         (Include): Change to unistr.h.
4521         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
4522         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
4523         utf8-ucs4-unsafe.h.
4524         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
4525         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
4526         utf16-ucs4-unsafe.h.
4527         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
4528         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
4529         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
4530         * lib/unistr/u8-strchr.c: Likewise.
4531         * lib/unistr/u8-strrchr.c: Likewise.
4532         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
4533         * lib/unistr/u16-strchr.c: Likewise.
4534         * lib/unistr/u16-strrchr.c: Likewise.
4535         * lib/striconveh.c: Update.
4536         * lib/linebreak.c: Update.
4537
4538 2007-03-24  Bruno Haible  <bruno@clisp.org>
4539
4540         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
4541         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
4542
4543 2007-03-22  Bruno Haible  <bruno@clisp.org>
4544
4545         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
4546
4547 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
4548
4549         * MODULES.html.sh (File system functions): New module write-any-file.
4550         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
4551         * m4/write-any-file.m4: New files.
4552
4553 2007-03-23  Eric Blake  <ebb9@byu.net>
4554
4555         * gnulib-tool: Rearrange space-tab sequences, since some editors
4556         like to eat them.
4557
4558 2007-03-23  Eric Blake  <ebb9@byu.net>
4559
4560         * lib/version-etc.c (version_etc_va): Update license wording to
4561         be more concise.  Recommended by Richard Stallman.
4562
4563 2007-03-22  Bruno Haible  <bruno@clisp.org>
4564
4565         * lib/poll.c (MSG_PEEK): New fallback definition.
4566
4567 2007-03-22  Bruno Haible  <bruno@clisp.org>
4568
4569         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
4570         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
4571         (main): Update.
4572         Fixes a compilation error on BeOS.
4573
4574 2007-03-22  Bruno Haible  <bruno@clisp.org>
4575
4576         * modules/frexpl-tests: New file.
4577         * tests/test-frexpl.c: New file.
4578
4579         * modules/frexpl: New file.
4580         * m4/frexpl.m4: New file.
4581         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
4582         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
4583         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
4584         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
4585         (Depends-on): Add frexpl. Remove isnanl-nolibm.
4586         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
4587
4588 2007-03-22  Bruno Haible  <bruno@clisp.org>
4589
4590         * lib/frexpl.c: Share code with lib/frexp.c.
4591         * modules/mathl (Files): Add lib/frexp.c.
4592         (Depends-on): Add isnanl-nolibm.
4593
4594 2007-03-22  Bruno Haible  <bruno@clisp.org>
4595
4596         * modules/printf-frexp (Files): Add m4/frexp.m4.
4597         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
4598         only if the found frexp function actually works.
4599
4600 2007-03-22  Bruno Haible  <bruno@clisp.org>
4601
4602         * lib/frexp.c: Remove older implementation that uses divisions.
4603
4604 2007-03-21  Bruno Haible  <bruno@clisp.org>
4605
4606         * modules/frexp-tests: New file.
4607         * tests/test-frexp.c: New file.
4608
4609         * modules/frexp: New file.
4610         * lib/frexp.c: New file.
4611         * m4/frexp.m4: New file.
4612         * lib/math_.h (frexp): New declaration.
4613         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
4614         REPLACE_FREXP.
4615         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
4616
4617 2007-03-21  Bruno Haible  <bruno@clisp.org>
4618
4619         * modules/isnanl-tests: New file.
4620         * tests/test-isnanl.c: New file.
4621
4622         * modules/isnanl: New file.
4623         * lib/isnanl.h: New file.
4624         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
4625         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
4626         gl_FUNC_ISNANL_WORKS.
4627         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
4628         New macros.
4629
4630 2007-03-21  Bruno Haible  <bruno@clisp.org>
4631
4632         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
4633         lib/isnanl.h.
4634         (Include): Update.
4635         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
4636         * lib/vasnprintf.c: Update.
4637         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
4638         tests/test-isnanl.h, remove tests/test-isnanl.c.
4639         (Makefile.am): Update.
4640         * tests/test-isnanl-nolibm.c: New file.
4641         * tests/test-isnanl.h: New file.
4642         * tests/test-isnanl.c: Remove file.
4643
4644 2007-03-21  Jim Meyering  <jim@meyering.net>
4645
4646         When trying to open ".", treat ESTALE like EACCES.
4647         * lib/savewd.c (savewd_save): Resort to forking not just upon
4648         failure with EACCES, but also when errno is ESTALE.
4649
4650 2007-03-20  Bruno Haible  <bruno@clisp.org>
4651
4652         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
4653         Needed on AIX 5.1. Reported by Matthew Woehlke.
4654
4655 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4656
4657         Suggestions by Bruno Haible:
4658         * lib/acl-internal.h: Include "gettext.h" rather than rolling
4659         our own.
4660         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
4661         * modules/acl (Depends-on): Add gettext.
4662
4663 2007-03-19  Bruno Haible  <bruno@clisp.org>
4664
4665         * modules/iconvme: Remove file.
4666         * lib/iconvme.h: Remove file.
4667         * lib/iconvme.c: Remove file.
4668         * m4/iconvme.m4: Remove file.
4669
4670 2007-03-19  Bruno Haible  <bruno@clisp.org>
4671
4672         * doc/relocatable-maint.texi: Break long shell script line.
4673         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
4674
4675 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4676
4677         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
4678         handle file_has_acl.
4679         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
4680         * lib/acl.c: Move header inclusions and related macro defns into
4681         lib/acl-internal.h.
4682         (S_ISLNK): Remove defn, since that's now done for us.
4683         (file_has_acl): Move to lib/file-has-acl.c.
4684         Call acl_trivial if available.  This is the crucial part of the fix.
4685         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
4686         shared within the library.  Rewrite a bit, partly to make it compatible
4687         with the GNU coding style.
4688         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
4689         Remove unnecessary double-quotes.
4690         Don't test for acl_to_text; the build will catch that.
4691         Replace acl_entries if it doesn't exist and it is needed.
4692         Check for -lsec and acl_trivial (as used on Solaris 10).
4693         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
4694         lib/file-has-acl.c.
4695         (Depends-on): Add sys_stat, for S_ISLNK.
4696
4697 2007-03-19  Ben Pfaff  <blp@gnu.org>
4698
4699         * doc/gnulib.texi: Fix typos.
4700         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
4701
4702 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4703
4704         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
4705         If size is zero here, buf must be zero.
4706
4707 2007-03-19  Simon Josefsson  <simon@josefsson.org>
4708
4709         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
4710         <bruno@clisp.org>.
4711
4712 2007-03-18  Bruno Haible  <bruno@clisp.org>
4713
4714         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
4715         Suggested by Eric Blake.
4716
4717 2007-03-18  Ben Pfaff  <blp@gnu.org>
4718
4719         * doc/relocatable.texi: Recommend using as prefix a directory
4720         that does not exist and will never be created.  Based on
4721         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
4722         and others.
4723
4724 2007-03-17  Bruno Haible  <bruno@clisp.org>
4725
4726         * lib/fchownat.c: Include lchown.h.
4727
4728 2007-03-17  Bruno Haible  <bruno@clisp.org>
4729
4730         Fix endless loop when the given allocated size was > INT_MAX.
4731         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
4732         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
4733         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
4734         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
4735         * lib/sprintf.c (sprintf): Likewise.
4736
4737 2007-03-17  Bruno Haible  <bruno@clisp.org>
4738
4739         * tests/test-argp-2.sh (func_compare): Output a context diff.
4740
4741 2007-03-17  Bruno Haible  <bruno@clisp.org>
4742
4743         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
4744         locale's decimal-point character.
4745
4746 2007-03-17  Bruno Haible  <bruno@clisp.org>
4747
4748         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
4749         before comparing it. Needed because on some platforms (e.g. x86) a
4750         'long double' occupies less bytes than sizeof (long double).
4751
4752 2007-03-17  Bruno Haible  <bruno@clisp.org>
4753
4754         * tests/test-crc.c (main): Make printf statements 64-bit clean.
4755         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
4756         * tests/test-getaddrinfo.c (simple): Likewise.
4757         * tests/test-read-file.c (main): Likewise.
4758
4759 2007-03-17  Bruno Haible  <bruno@clisp.org>
4760
4761         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
4762
4763 2007-03-17  Bruno Haible  <bruno@clisp.org>
4764
4765         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
4766         unused variable.
4767
4768 2007-03-17  Bruno Haible  <bruno@clisp.org>
4769
4770         * tests/test-c-strcasecmp.c: Include c-strcase.h.
4771         * tests/test-c-strncasecmp.c: Likewise.
4772
4773 2007-03-17  Bruno Haible  <bruno@clisp.org>
4774
4775         * modules/stdlib (Depends-on): Add unistd.
4776         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
4777         Needed for MacOS X 10.3.
4778
4779 2007-03-17  Bruno Haible  <bruno@clisp.org>
4780
4781         * lib/unistr/u-strdup.h: Include <stdlib.h>.
4782
4783 2007-03-17  Bruno Haible  <bruno@clisp.org>
4784
4785         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
4786
4787 2007-03-17  Bruno Haible  <bruno@clisp.org>
4788
4789         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
4790         to reflect files copied from gnulib (with or without modifications).
4791         Suggested by Jim Meyering.
4792
4793 2007-03-17  Eric Blake  <ebb9@byu.net>
4794
4795         * NEWS: Document stdlib change from 2007-02-18.
4796
4797 2007-03-17  Jim Meyering  <jim@meyering.net>
4798
4799         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
4800         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
4801         someone uses a name containing shell meta-characters.
4802         Reported by Alfred M. Szmidt.
4803
4804         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
4805
4806 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4807
4808         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
4809         and copy gettext configuration files only if configure.ac contains
4810         a use of AM_GNU_GETTEXT_VERSION.
4811
4812 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4813
4814         * build-aux/bootstrap (gnulib_name): New variable.
4815         (gnulib_tool_options): Use it.
4816
4817 2007-03-13  Simon Josefsson  <simon@josefsson.org>
4818
4819         * tests/test-des.c: Use new namespace.
4820
4821 2007-03-15  Bruno Haible  <bruno@clisp.org>
4822
4823         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
4824         Reported by James Youngman <jay@gnu.org>.
4825
4826 2007-03-15  Bruno Haible  <bruno@clisp.org>
4827
4828         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
4829         declared prototype. Needed with cc on OSF/1 5.1.
4830
4831 2007-03-15  Bruno Haible  <bruno@clisp.org>
4832
4833         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
4834         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
4835         (struct gl_list_implementation): Add dispose_fn argument to the
4836         'create_empty', 'create' methods.
4837         (struct gl_list_impl_base): Add field 'dispose_fn'.
4838         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
4839         argument.
4840         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
4841         dispose_fn argument.
4842         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
4843         dispose_fn on the dropped values.
4844         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
4845         dispose_fn argument.
4846         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
4847         dropped values.
4848         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
4849         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4850         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
4851         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4852         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
4853         argument.
4854         (gl_tree_list_free): Call dispose_fn on the dropped values.
4855         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
4856         the dropped values.
4857         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
4858         Add dispose_fn argument.
4859         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
4860         Call dispose_fn on the dropped values.
4861         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
4862         Add dispose_fn argument.
4863         (gl_sublist_create): Initialize the 'dispose_fn' field.
4864         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
4865         * tests/test-array_list.c (main): Update.
4866         * tests/test-carray_list.c (main): Update.
4867         * tests/test-avltree_list.c (main): Update.
4868         * tests/test-rbtree_list.c (main): Update.
4869         * tests/test-avltreehash_list.c (main): Update.
4870         * tests/test-rbtreehash_list.c (main): Update.
4871         * tests/test-linked_list.c (main): Update.
4872         * tests/test-linkedhash_list.c (main): Update.
4873         * tests/test-array_oset.c (main): Update.
4874
4875 2007-03-15  Bruno Haible  <bruno@clisp.org>
4876
4877         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
4878         (gl_oset_create_empty): Add dispose_fn argument.
4879         (struct gl_oset_implementation): Add dispose_fn argument to
4880         'create_empty' method.
4881         (struct gl_oset_impl_base): Add dispose_fn field.
4882         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
4883         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
4884         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
4885         values.
4886         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
4887         (gl_tree_oset_free): Call dispose_fn on the dropped values.
4888         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4889         dropped value.
4890         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4891         dropped value.
4892         * tests/test-array_oset.c (main): Update.
4893         * tests/test-avltree_oset.c (main): Update.
4894         * tests/test-rbtree_oset.c (main): Update.
4895         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
4896
4897 2007-03-13  Bruno Haible  <bruno@clisp.org>
4898
4899         * tests/test-stdbool.c (i): Update after last patch.
4900
4901 2007-03-12  Bruno Haible  <bruno@clisp.org>
4902
4903         * lib/quotearg.c: Include <wctype.h> early, before the definition of
4904         the iswprint macro. Needed on Solaris 2.5.1.
4905
4906 2007-03-12  Bruno Haible  <bruno@clisp.org>
4907
4908         * tests/test-printf-frexp.c (main): Declare x as volatile.
4909
4910 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4911
4912         * doc/gnulib.texi (Build robot for gnulib): New section.
4913
4914 2007-03-12  Jim Meyering  <jim@meyering.net>
4915
4916         * build-aux/bootstrap: New file.
4917         * build-aux/bootstrap.conf: New file, from coreutils.
4918
4919 2007-03-11  Bruno Haible  <bruno@clisp.org>
4920
4921         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
4922
4923 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4924
4925         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
4926         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
4927         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
4928
4929 2007-03-11  Bruno Haible  <bruno@clisp.org>
4930
4931         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
4932         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
4933
4934 2007-03-11  Bruno Haible  <bruno@clisp.org>
4935
4936         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
4937         formula. Needed for SunPRO C 5.0.
4938
4939 2007-03-11  Bruno Haible  <bruno@clisp.org>
4940
4941         * modules/long-options (Depends-on): Add getopt.
4942
4943 2007-03-11  Bruno Haible  <bruno@clisp.org>
4944
4945         * modules/modechange (Depends-on): Add stdbool.
4946
4947 2007-03-11  Bruno Haible  <bruno@clisp.org>
4948
4949         * modules/i-ring (Depends-on): Add stdbool.
4950
4951 2007-03-11  Bruno Haible  <bruno@clisp.org>
4952
4953         * modules/gc-des (Depends-on): Add stdbool.
4954
4955 2007-03-11  Bruno Haible  <bruno@clisp.org>
4956
4957         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
4958
4959 2007-03-11  Bruno Haible  <bruno@clisp.org>
4960
4961         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
4962
4963 2007-03-11  Bruno Haible  <bruno@clisp.org>
4964
4965         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
4966
4967 2007-03-11  Bruno Haible  <bruno@clisp.org>
4968
4969         * lib/vasnprintf.c (sprintf): Undefine.
4970
4971 2007-03-11  Bruno Haible  <bruno@clisp.org>
4972
4973         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
4974         initializers in SunPRO C and Compaq C compilers.
4975
4976 2007-03-11  Bruno Haible  <bruno@clisp.org>
4977
4978         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
4979         decrementing code ANSI C compliant.
4980
4981 2007-03-11  Bruno Haible  <bruno@clisp.org>
4982
4983         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
4984         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
4985
4986 2007-03-11  Bruno Haible  <bruno@clisp.org>
4987
4988         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
4989         <stdbool.h> substitute doesn't pass.
4990
4991 2007-03-11  Bruno Haible  <bruno@clisp.org>
4992
4993         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
4994
4995 2007-03-11  Bruno Haible  <bruno@clisp.org>
4996
4997         * gnulib-tool (func_create_megatestdir): Create also an autobuild
4998         script, for submission to autobuild.josefsson.org.
4999
5000 2007-03-10  Bruno Haible  <bruno@clisp.org>
5001
5002         * modules/canonicalize-lgpl-tests: New file.
5003         * tests/test-canonicalize-lgpl.sh: New file.
5004         * tests/test-canonicalize-lgpl.c: New file.
5005
5006         * modules/c-strcase-tests: New file.
5007         * tests/test-c-strcase.sh: New file.
5008         * tests/test-c-strcasecmp.c: New file.
5009         * tests/test-c-strncasecmp.c: New file.
5010
5011         * modules/atexit-tests: New file.
5012         * tests/test-atexit.sh: New file.
5013         * tests/test-atexit.c: New file.
5014
5015 2007-03-10  Bruno Haible  <bruno@clisp.org>
5016
5017         * tests/test-binary-io.sh: Use temporary filenames that are not so
5018         likely to clash with those of other tests (in a parallel make).
5019         * tests/test-binary-io.c: Likewise.
5020
5021 2007-03-10  Bruno Haible  <bruno@clisp.org>
5022
5023         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
5024         fallback; use #error instead.
5025         Suggested by Simon Josefsson.
5026
5027 2007-03-10  Bruno Haible  <bruno@clisp.org>
5028
5029         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
5030         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
5031         first and the last.
5032
5033 2007-03-10  Bruno Haible  <bruno@clisp.org>
5034
5035         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
5036
5037 2007-03-10  Bruno Haible  <bruno@clisp.org>
5038
5039         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
5040         "make distcheck".
5041         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
5042         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
5043         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
5044
5045 2007-03-10  Bruno Haible  <bruno@clisp.org>
5046
5047         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
5048         variable.
5049         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
5050         variable.
5051
5052 2007-03-09  Eric Blake  <ebb9@byu.net>
5053         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
5054
5055         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
5056         types are not being provided by gnulib.
5057         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
5058         types are supported.
5059
5060 2007-03-10  Bruno Haible  <bruno@clisp.org>
5061
5062         * lib/stdio_.h (__attribute__): New macro.
5063         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
5064         vsprintf): Specify __attribute__ __format__ for GCC.
5065         Suggested by Eric Blake.
5066
5067 2007-03-09  Bruno Haible  <bruno@clisp.org>
5068
5069         * modules/printf-posix-tests: New file.
5070         * tests/test-printf-posix.sh: New file.
5071         * tests/test-printf-posix.c: New file.
5072
5073         * modules/printf-posix: New file.
5074         * lib/printf.c: New file.
5075         * m4/printf-posix-rpl.m4: New file.
5076         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
5077         REPLACE_PRINTF.
5078         * lib/stdio_.h (printf): New declaration.
5079         (format, __format__, ____printf____, ____scanf____, ____strftime____,
5080         ____strfmon____): New macros.
5081         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
5082         REPLACE_PRINTF.
5083
5084 2007-03-09  Bruno Haible  <bruno@clisp.org>
5085
5086         * tests/test-vasnprintf-posix2.sh: New file.
5087         * tests/test-vasnprintf-posix2.c: New file.
5088         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
5089         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
5090         (Makefile.am): Activate test-vasnprintf-posix2.sh.
5091
5092         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
5093         a locale dependent decimal point, rather than always '.'.
5094
5095 2007-03-09  Eric Blake  <ebb9@byu.net>
5096
5097         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
5098         spite of platforms like Tandem/NSK that define it to -1.
5099
5100 2007-03-08  Bruno Haible  <bruno@clisp.org>
5101
5102         * modules/vprintf-posix-tests: New file.
5103         * tests/test-vprintf-posix.sh: New file.
5104         * tests/test-vprintf-posix.c: New file.
5105         * tests/test-printf-posix.h: New file.
5106
5107         * modules/vprintf-posix: New file.
5108         * lib/vprintf.c: New file.
5109         * m4/vprintf-posix.m4: New file.
5110         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
5111         REPLACE_VPRINTF.
5112         * lib/stdio_.h (vprintf): New declaration.
5113         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
5114         REPLACE_VPRINTF.
5115
5116 2007-03-08  Bruno Haible  <bruno@clisp.org>
5117
5118         * modules/fprintf-posix-tests: New file.
5119         * tests/test-fprintf-posix.sh: New file.
5120         * tests/test-fprintf-posix.c: New file.
5121
5122         * modules/fprintf-posix: New file.
5123         * lib/fprintf.c: New file.
5124         * m4/fprintf-posix.m4: New file.
5125         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
5126         REPLACE_FPRINTF.
5127         * lib/stdio_.h (fprintf): New declaration.
5128         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
5129         REPLACE_FPRINTF.
5130
5131 2007-03-08  Bruno Haible  <bruno@clisp.org>
5132
5133         * modules/vfprintf-posix-tests: New file.
5134         * tests/test-vfprintf-posix.sh: New file.
5135         * tests/test-vfprintf-posix.c: New file.
5136         * tests/test-fprintf-posix.h: New file.
5137         * tests/test-fprintf-posix.out: New file.
5138
5139         * modules/vfprintf-posix: New file.
5140         * lib/vfprintf.c: New file.
5141         * m4/vfprintf-posix.m4: New file.
5142         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
5143         REPLACE_VFPRINTF.
5144         * lib/stdio_.h (vfprintf): New declaration.
5145         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
5146         REPLACE_VFPRINTF.
5147
5148 2007-03-08  Bruno Haible  <bruno@clisp.org>
5149
5150         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
5151
5152 2007-03-08  Bruno Haible  <bruno@clisp.org>
5153
5154         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
5155         instead of 'expr' invocations.
5156         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5157         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5158         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5159         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5160         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5161         Suggested by Paul Eggert.
5162
5163 2007-03-08  Bruno Haible  <bruno@clisp.org>
5164
5165         * modules/fseterr-tests: New file.
5166         * tests/test-fseterr.c: New file.
5167
5168         * modules/fseterr: New file.
5169         * lib/fseterr.h: New file.
5170         * lib/fseterr.c: New file.
5171
5172 2007-03-08  Bruno Haible  <bruno@clisp.org>
5173
5174         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
5175         * lib/getopt_.h: Likewise.
5176         * lib/mbswidth.h: Likewise.
5177         * lib/setenv.h: Likewise.
5178         * lib/vasnprintf.h: Likewise.
5179         * lib/vasprintf.h: Likewise.
5180         * lib/verror.h: Likewise.
5181         * lib/xsetenv.h: Likewise.
5182         * lib/xvasprintf.h: Likewise.
5183
5184 2007-03-08  Jim Meyering  <jim@meyering.net>
5185
5186         * users.txt: Add parted.
5187
5188         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
5189
5190 2007-03-07  Bruno Haible  <bruno@clisp.org>
5191
5192         * m4/printf.m4: Make the shell script snippets copy&pastable.
5193
5194 2007-03-02  Bruno Haible  <bruno@clisp.org>
5195
5196         * lib/netinet_in_.h: New file.
5197         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
5198         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
5199         * modules/netinet_in (Files): Add lib/netinet_in_.h.
5200         (Depends-on): Add absolute-header.
5201         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
5202         into netinet/in.h.
5203
5204 2007-03-03  Bruno Haible  <bruno@clisp.org>
5205
5206         * lib/sys_select_.h: New file.
5207         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
5208         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
5209         * modules/sys_select (Files): Add lib/sys_select_.h.
5210         (Depends-on): Add absolute-header.
5211         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
5212         into sys/select.h.
5213
5214 2007-03-02  Bruno Haible  <bruno@clisp.org>
5215
5216         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
5217         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
5218         values.
5219         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
5220         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
5221         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
5222         * modules/sys_socket (Depends-on): Add absolute-header.
5223         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
5224         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
5225         (Include): Remove requirement of inclusion of <sys/types.h>.
5226
5227 2007-03-02  Bruno Haible  <bruno@clisp.org>
5228
5229         * lib/byteswap_.h (bswap_32): Fix formula.
5230
5231 2007-03-06  Bruno Haible  <bruno@clisp.org>
5232
5233         * modules/sprintf-posix-tests: New file.
5234         * tests/test-sprintf-posix.c: New file.
5235
5236         * modules/sprintf-posix: New file.
5237         * lib/sprintf.c: New file.
5238         * m4/sprintf-posix.m4: New file.
5239         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
5240         REPLACE_SPRINTF.
5241         * lib/stdio_.h (sprintf): New declaration.
5242         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
5243         REPLACE_SPRINTF.
5244
5245 2007-03-06  Bruno Haible  <bruno@clisp.org>
5246
5247         * modules/vsprintf-posix-tests: New file.
5248         * tests/test-vsprintf-posix.c: New file.
5249         * tests/test-sprintf-posix.h: New file.
5250
5251         * modules/vsprintf-posix: New file.
5252         * lib/vsprintf.c: New file.
5253         * m4/vsprintf-posix.m4: New file.
5254         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
5255         REPLACE_VSPRINTF.
5256         * lib/stdio_.h (vsprintf): New declaration.
5257         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
5258         REPLACE_VSPRINTF.
5259
5260 2007-03-06  Bruno Haible  <bruno@clisp.org>
5261
5262         * modules/vsnprintf (Depend-on): Remove minmax.
5263
5264 2007-03-06  Bruno Haible  <bruno@clisp.org>
5265
5266         * modules/snprintf-posix-tests: New file.
5267         * tests/test-snprintf-posix.c: New file.
5268
5269         * modules/snprintf-posix: New file.
5270         * m4/snprintf-posix.m4: New file.
5271         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
5272         gl_FUNC_SNPRINTF.
5273         (gl_FUNC_SNPRINTF): Invoke it.
5274         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
5275         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
5276         is set.
5277         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
5278
5279 2007-03-06  Bruno Haible  <bruno@clisp.org>
5280
5281         * modules/vsnprintf-posix-tests: New file.
5282         * tests/test-vsnprintf-posix.c: New file.
5283         * tests/test-snprintf-posix.h: New file.
5284
5285         * modules/vsnprintf-posix: New file.
5286         * m4/vsnprintf-posix.m4: New file.
5287         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
5288         gl_FUNC_VSNPRINTF.
5289         (gl_FUNC_VSNPRINTF): Invoke it.
5290         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
5291         * lib/stdio_.h (vsnprintf): Define as a replacement if
5292         REPLACE_VSNPRINTF is set.
5293         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
5294
5295 2007-03-06  Bruno Haible  <bruno@clisp.org>
5296
5297         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
5298         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
5299
5300 2007-03-06  Bruno Haible  <bruno@clisp.org>
5301
5302         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
5303         (asinl): Declare also if HAVE_DECL_ASINL is set.
5304         (atanl): Declare also if HAVE_DECL_ATANL is set.
5305         (ceill): Declare also if HAVE_DECL_CEILL is set.
5306         (cosl): Declare also if HAVE_DECL_COSL is set.
5307         (expl): Declare also if HAVE_DECL_EXPL is set.
5308         (floorl): Declare also if HAVE_DECL_FLOORL is set.
5309         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
5310         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
5311         (logl): Declare also if HAVE_DECL_LOGL is set.
5312         (sinl): Declare also if HAVE_DECL_SINL is set.
5313         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
5314         (tanl): Declare also if HAVE_DECL_TANL is set.
5315         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
5316         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
5317         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
5318         declaration of frexpl, ldexpl.
5319         * modules/printf-frexpl (Depends-on): Add math.
5320         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
5321
5322 2007-03-05  Bruno Haible  <bruno@clisp.org>
5323
5324         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
5325         frexpl and ldexpl are declared.
5326         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
5327
5328 2007-03-05  Bruno Haible  <bruno@clisp.org>
5329
5330         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
5331         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
5332
5333 2007-03-05  Bruno Haible  <bruno@clisp.org>
5334
5335         * lib/stdio_.h: Include <stddef.h>.
5336
5337 2007-03-05  Bruno Haible  <bruno@clisp.org>
5338
5339         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
5340
5341 2007-03-05  Bruno Haible  <bruno@clisp.org>
5342
5343         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
5344         NetBSD 4, from Ralf Wildenhues.
5345
5346 2007-03-04  Bruno Haible  <bruno@clisp.org>
5347
5348         * lib/vasprintf.h: Update #if logic for the case when the functions
5349         exist but are overridden.
5350
5351 2007-03-04  Bruno Haible  <bruno@clisp.org>
5352
5353         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
5354         implementations: glibc-2.4 and MacOS X 10.3.
5355         * tests/test-vasnprintf-posix.c (test_function): Test also the case
5356         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
5357         * tests/test-vasprintf-posix.c (test_function): Likewise.
5358
5359 2007-03-04  Bruno Haible  <bruno@clisp.org>
5360
5361         * modules/vasprintf-posix-tests: New file.
5362         * tests/test-vasprintf-posix.c: New file.
5363
5364         * modules/vasprintf-posix: New file.
5365         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
5366         defined.
5367         * m4/vasprintf-posix.m4: New file.
5368         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
5369         gl_FUNC_VASPRINTF.
5370         (gl_FUNC_VASPRINTF): Invoke it.
5371         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
5372         here.
5373         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
5374
5375 2007-03-04  Bruno Haible  <bruno@clisp.org>
5376
5377         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
5378         REPLACE_GETTIMEOFDAY.
5379         * modules/sys_time (Makefile.am): Likewise.
5380         * m4/sys_time_h.m4: Likewise.
5381         * m4/gettimeofday.m4: Likewise.
5382
5383 2007-03-04  Bruno Haible  <bruno@clisp.org>
5384
5385         * modules/vasnprintf-posix-tests: New file.
5386         * tests/test-vasnprintf-posix.c: New file.
5387
5388         * modules/vasnprintf-posix: New file.
5389         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
5390         printf-frexpl.h.
5391         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
5392         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
5393         REPLACE_VASNPRINTF is defined.
5394         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
5395         gl_FUNC_VASNPRINTF.
5396         (gl_FUNC_VASNPRINTF): Invoke it.
5397         * m4/vasnprintf-posix.m4: New file.
5398         * m4/printf.m4: New file.
5399
5400 2007-03-04  Bruno Haible  <bruno@clisp.org>
5401
5402         Compile progreloc.c only if --enable-relocatable is specified.
5403         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
5404         if --enable-relocatable was specified.
5405         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
5406         lib_SOURCES.
5407
5408 2007-03-04  Jim Meyering  <jim@meyering.net>
5409
5410         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
5411         Use it consistently, rather than enumerating errno constants.
5412
5413 2007-03-04  Bruno Haible  <bruno@clisp.org>
5414
5415         * modules/xvasprintf-tests: New file.
5416         * tests/test-xvasprintf.c: New file.
5417
5418         * modules/vasprintf-tests: New file.
5419         * tests/test-vasprintf.c: New file.
5420
5421         * modules/vasnprintf-tests: New file.
5422         * tests/test-vasnprintf.c: New file.
5423
5424         * modules/vsnprintf-tests: New file.
5425         * tests/test-vsnprintf.c: New file.
5426
5427         * modules/snprintf-tests: New file.
5428         * tests/test-snprintf.c: New file.
5429
5430 2007-03-04  Bruno Haible  <bruno@clisp.org>
5431
5432         Compile relocatable.c only if --enable-relocatable is specified.
5433         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
5434         gl_RELOCATABLE_LIBRARY.
5435         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
5436         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
5437         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
5438         gl_RELOCATABLE_LIBRARY.
5439         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
5440         (Makefile.am): Remove lib_SOURCES.
5441         * modules/relocatable-lib-lgpl (configure.ac): Invoke
5442         gl_RELOCATABLE_LIBRARY.
5443         (Makefile.am): Remove lib_SOURCES.
5444         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
5445         always.
5446         * modules/relocatable-prog-wrapper (configure.ac): Invoke
5447         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
5448
5449 2007-03-04  Bruno Haible  <bruno@clisp.org>
5450
5451         * modules/argmatch-tests: New file.
5452         * tests/test-argmatch.c: New file.
5453
5454         * tests/test-allocsa.c (main): Halve the number of loop runs.
5455
5456         * modules/alloca-opt-tests: New file.
5457         * tests/test-alloca-opt.c: New file.
5458
5459 2007-03-04  Jim Meyering  <jim@meyering.net>
5460
5461         Work around difference between Linux ACLs and Solaris 10 ZFS.
5462         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
5463         for EINVAL.
5464
5465 2007-03-03  Bruno Haible  <bruno@clisp.org>
5466
5467         * modules/relocatable-prog (Depends-on): Add back progreloc's
5468         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
5469
5470 2007-03-03  Bruno Haible  <bruno@clisp.org>
5471
5472         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
5473         * modules/relocatable-lib: New file.
5474
5475 2007-03-03  Bruno Haible  <bruno@clisp.org>
5476
5477         * modules/relocatable-prog: Renamed from modules/relocatable.
5478         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
5479
5480 2007-03-03  Bruno Haible  <bruno@clisp.org>
5481
5482         * modules/relocatable-script (Files): Add doc/relocatable.texi,
5483         m4/relocatable-lib.m4.
5484         (Depends-on): Remove 'relocatable'.
5485         (configure.ac): Add gl_RELOCATABLE_NOP.
5486
5487 2007-03-03  Bruno Haible  <bruno@clisp.org>
5488
5489         * modules/relocatable-prog-wrapper: New file.
5490         * modules/relocatable (Depends-on): Add it. Remove all other
5491         dependencies except progname.
5492         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
5493
5494         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
5495         (gl_FUNC_STRERROR): Nop.
5496         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
5497
5498         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
5499         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
5500
5501         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
5502         (gl_FUNC_READLINK): Update.
5503
5504         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
5505
5506 2007-03-03  Bruno Haible  <bruno@clisp.org>
5507
5508         * lib/xreadlink.c: Include <unistd.h> unconditionally.
5509         * modules/xreadlink (Depends-on): Add unistd.
5510         * modules/xreadlink-with-size (Depends-on): Likewise.
5511
5512 2007-03-03  Bruno Haible  <bruno@clisp.org>
5513
5514         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
5515         extracted from gt_FUNC_SETENV.
5516         (gt_FUNC_SETENV): Remove macro.
5517         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
5518         remove gt_FUNC_SETENV.
5519
5520 2007-03-03  Bruno Haible  <bruno@clisp.org>
5521
5522         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
5523         ENABLE_RELOCATABLE here.
5524         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
5525
5526 2007-03-03  Bruno Haible  <bruno@clisp.org>
5527
5528         * modules/rbtreehash-list-tests (Depends-on): Add progname.
5529         * tests/test-rbtreehash_list.c: Include progname.h.
5530         (main): Call set_program_name.
5531
5532         * modules/rbtree-oset-tests (Depends-on): Add progname.
5533         * tests/test-rbtree_oset.c: Include progname.h.
5534         (main): Call set_program_name.
5535
5536         * modules/rbtree-list-tests (Depends-on): Add progname.
5537         * tests/test-rbtree_list.c: Include progname.h.
5538         (main): Call set_program_name.
5539
5540         * modules/linked-list-tests (Depends-on): Add progname.
5541         * tests/test-linked_list.c: Include progname.h.
5542         (main): Call set_program_name.
5543
5544 2007-03-03  Bruno Haible  <bruno@clisp.org>
5545
5546         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
5547         All uses of __restrict changed to _Restrict_.
5548         * lib/glob_.h (__restrict): Remove macro.
5549
5550 2007-03-02  Bruno Haible  <bruno@clisp.org>
5551
5552         * modules/gettext (configure.ac): Require gettext infrastructure
5553         from version 0.16.1.
5554
5555 2007-03-02  Bruno Haible  <bruno@clisp.org>
5556
5557         * modules/linkedhash-list-tests (Depends-on): Add progname.
5558         * tests/test-linkedhash_list.c: Include progname.h.
5559         (main): Call set_program_name.
5560
5561         * modules/carray-list-tests (Depends-on): Add progname.
5562         * tests/test-carray_list.c: Include progname.h.
5563         (main): Call set_program_name.
5564
5565         * modules/avltreehash-list-tests (Depends-on): Add progname.
5566         * tests/test-avltreehash_list.c: Include progname.h.
5567         (main): Call set_program_name.
5568
5569         * modules/avltree-oset-tests (Depends-on): Add progname.
5570         * tests/test-avltree_oset.c: Include progname.h.
5571         (main): Call set_program_name.
5572
5573         * modules/avltree-list-tests (Depends-on): Add progname.
5574         * tests/test-avltree_list.c: Include progname.h.
5575         (main): Call set_program_name.
5576
5577         * modules/array-oset-tests (Depends-on): Add progname.
5578         * tests/test-array_oset.c: Include progname.h.
5579         (main): Call set_program_name.
5580
5581         * modules/array-list-tests (Depends-on): Add progname.
5582         * tests/test-array_list.c: Include progname.h.
5583         (main): Call set_program_name.
5584
5585         * modules/argp-tests (Depends-on): Add progname.
5586         * tests/test-argp.c: Include argp.h first. Include progname.h.
5587         (main): Call set_program_name.
5588
5589 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
5590
5591         * doc/gnulib-tool.texi (Initial import): Reword description of
5592         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
5593         limited effect even if defined after the first system include.
5594
5595 2007-03-01  Bruno Haible  <bruno@clisp.org>
5596
5597         * build-aux/config.libpath: Update to libtool-1.5.22.
5598         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
5599
5600 2007-03-01  Bruno Haible  <bruno@clisp.org>
5601
5602         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
5603         foo_CFLAGS.
5604         Reported by Ralf Wildenhues.
5605
5606 2007-03-01  Bruno Haible  <bruno@clisp.org>
5607
5608         * build-aux/install-reloc: Remove object files left over by some
5609         compilers.
5610         Reported by Ralf Wildenhues.
5611
5612 2007-03-01  Bruno Haible  <bruno@clisp.org>
5613
5614         * build-aux/install-reloc: Break long lines.
5615
5616 2007-03-01  Bruno Haible  <bruno@clisp.org>
5617
5618         * doc/relocatable.texi: Document that it may not work on OpenBSD.
5619         Reported by Ralf Wildenhues.
5620
5621 2007-03-01  Bruno Haible  <bruno@clisp.org>
5622
5623         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
5624         include ordering constraints.
5625
5626 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
5627
5628         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
5629         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
5630         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
5631         as another example.
5632         * lib/time_.h: Fix misspelling.
5633         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5634         Require gl_HEADER_TIME_H_DEFAULTS.
5635         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
5636         * m4/time_r.m4 (gl_TIME_R): Likewise.
5637         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
5638
5639 2007-03-01  Bruno Haible  <bruno@clisp.org>
5640
5641         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
5642         * m4/utimens.m4 (gl_UTIMENS): Likewise.
5643
5644 2007-03-01  Jim Meyering  <jim@meyering.net>
5645
5646         * modules/xreadlink (Maintainer): Add my name.
5647         * modules/xreadlink-with-size (Depends-on): Alphabetize.
5648
5649 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
5650             Bruno Haible  <bruno@clisp.org>
5651
5652         * build-aux/install-reloc: Compile also c-ctype.c.
5653         * build-aux/relocatable.sh.in: New file.
5654         * doc/relocatable.texi: New file.
5655         * doc/relocatable-maint.texi: New file.
5656         * doc/gnulib.texi: Include relocatable-maint.texi.
5657         * lib/progreloc.c: Include unistd.h unconditionally.
5658         * lib/relocwrapper.c: Include unistd.h unconditionally.
5659         Include c-ctype.h.
5660         (add_dotbin): Use c_tolower.
5661         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
5662         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
5663         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
5664         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
5665         to m4/relocatable-lib.m4.
5666         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
5667         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
5668         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
5669         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
5670         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
5671         * modules/relocatable: New file.
5672         * modules/relocatable-lib: New file.
5673         * modules/relocatable-script: New file.
5674
5675 2007-02-28  Bruno Haible  <bruno@clisp.org>
5676
5677         Import --enable-relocatable infrastructure.
5678         * build-aux/config.libpath: New file, from GNU gettext.
5679         * build-aux/install-reloc: New file, from GNU gettext.
5680         * build-aux/reloc-ldflags: New file, from GNU gettext.
5681         * lib/relocatable.h: New file, from GNU gettext.
5682         * lib/relocatable.c: New file, from GNU gettext.
5683         * lib/relocwrapper.c: New file, from GNU gettext.
5684         * m4/relocatable.m4: New file, from GNU gettext.
5685
5686 2007-02-28  Bruno Haible  <bruno@clisp.org>
5687
5688         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
5689
5690         * modules/xreadlink: New file, from GNU gettext with modifications.
5691         * lib/xreadlink.c: New file, from GNU gettext.
5692         * lib/xreadlink.h: Add comments.
5693         (xreadlink): New declaration.
5694
5695         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
5696         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
5697         lib/xreadlink-with-size.c.
5698         (configure.ac): Remove gl_XREADLINK invocation.
5699         (Makefile.am): Augment lib_SOURCES.
5700         * m4/xreadlink.m4: Remove file.
5701         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
5702         (xreadlink_with_size): Renamed from xreadink.
5703         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
5704         * modules/canonicalize (Depends-on): Replace xreadlink with
5705         xreadlink-with-size.
5706         * lib/canonicalize.c (canonicalize_filename_mode): Update.
5707
5708 2007-02-25  Jim Meyering  <jim@meyering.net>
5709
5710         * build-aux/announce-gen: When complaining about excess arguments,
5711         list them.
5712
5713 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
5714
5715         * README: Document signed integer overflow situation more
5716         accurately.
5717
5718 2007-02-25  Bruno Haible  <bruno@clisp.org>
5719
5720         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
5721         'a' or 'A' conversion.
5722
5723 2007-02-25  Bruno Haible  <bruno@clisp.org>
5724
5725         * modules/filename: Renamed from modules/pathname.
5726         (Files): Replace lib/pathname.h with lib/filename.h. Replace
5727         lib/concatpath.c with lib/concat-filename.c.
5728         (Makefile.am): Update.
5729         (Include): Replace pathname.h with filename.h.
5730         * lib/filename.h: Renamed from lib/pathname.h.
5731         (concatenated_filename): Renamed from concatenated_pathname.
5732         * lib/concat-filename.c: Renamed from lib/concatpath.c.
5733         (concatenated_filename): Renamed from concatenated_pathname.
5734         * lib/findprog.c: Include filename.h instead of pathname.h.
5735         (find_in_path): Update.
5736         * lib/javacomp.c: Include filename.h instead of pathname.h.
5737         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
5738         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
5739         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
5740         is_oldgcj_14_13_usable, is_javac_usable): Update.
5741         * lib/javaexec.c: Include filename.h instead of pathname.h.
5742         (execute_java_class): Update.
5743         * modules/findprog: Update.
5744         * modules/javacomp: Update.
5745         * modules/javaexec: Update.
5746         * MODULES.html.sh (File system functions): Add 'filename', remove
5747         'pathname'.
5748
5749 2007-02-25  Bruno Haible  <bruno@clisp.org>
5750
5751         * modules/printf-frexpl-tests: New file.
5752         * tests/test-printf-frexpl.c: New file.
5753
5754         * modules/printf-frexpl: New file.
5755         * lib/printf-frexpl.h: New file.
5756         * lib/printf-frexpl.c: New file.
5757         * m4/printf-frexpl.m4: New file.
5758
5759 2007-02-25  Bruno Haible  <bruno@clisp.org>
5760
5761         * modules/printf-frexp-tests: New file.
5762         * tests/test-printf-frexp.c: New file.
5763
5764         * modules/printf-frexp: New file.
5765         * lib/printf-frexp.h: New file.
5766         * lib/printf-frexp.c: New file.
5767         * m4/printf-frexp.m4: New file.
5768
5769 2007-02-25  Bruno Haible  <bruno@clisp.org>
5770
5771         Assume automake >= 1.10 for the tests.
5772         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
5773         * modules/arctwo-tests: Likewise.
5774         * modules/argp-tests: Likewise.
5775         * modules/avltree-list-tests: Likewise.
5776         * modules/avltree-oset-tests: Likewise.
5777         * modules/avltreehash-list-tests: Likewise.
5778         * modules/carray-list-tests: Likewise.
5779         * modules/crc-tests: Likewise.
5780         * modules/des-tests: Likewise.
5781         * modules/gc-arcfour-tests: Likewise.
5782         * modules/gc-arctwo-tests: Likewise.
5783         * modules/gc-des-tests: Likewise.
5784         * modules/gc-hmac-md5-tests: Likewise.
5785         * modules/gc-hmac-sha1-tests: Likewise.
5786         * modules/gc-md2-tests: Likewise.
5787         * modules/gc-md4-tests: Likewise.
5788         * modules/gc-md5-tests: Likewise.
5789         * modules/gc-pbkdf2-sha1-tests: Likewise.
5790         * modules/gc-rijndael-tests: Likewise.
5791         * modules/gc-sha1-tests: Likewise.
5792         * modules/gc-tests: Likewise.
5793         * modules/getaddrinfo-tests: Likewise.
5794         * modules/hmac-md5-tests: Likewise.
5795         * modules/hmac-sha1-tests: Likewise.
5796         * modules/linked-list-tests: Likewise.
5797         * modules/linkedhash-list-tests: Likewise.
5798         * modules/lock-tests: Likewise.
5799         * modules/md2-tests: Likewise.
5800         * modules/md4-tests: Likewise.
5801         * modules/md5-tests: Likewise.
5802         * modules/rbtree-list-tests: Likewise.
5803         * modules/rbtree-oset-tests: Likewise.
5804         * modules/rbtreehash-list-tests: Likewise.
5805         * modules/read-file-tests: Likewise.
5806         * modules/rijndael-tests: Likewise.
5807         * modules/stdint-tests: Likewise.
5808         * modules/tls-tests: Likewise.
5809
5810 2007-02-24  Bruno Haible  <bruno@clisp.org>
5811
5812         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
5813         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
5814         function; instead check whether isnan with a double argument links.
5815         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
5816         function; instead check whether isnan with a 'long double' argument
5817         links.
5818         Reported by Eric Blake <ebb9@byu.net>.
5819
5820 2007-02-24  Bruno Haible  <bruno@clisp.org>
5821
5822         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
5823         defined.
5824         * lib/isnanl.c: Remove all code. Just include isnan.c.
5825         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
5826
5827 2007-02-25  Jim Meyering  <jim@meyering.net>
5828
5829         Avoid conflicting types for 'unsetenv' on FreeBSD.
5830         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
5831         conflicting with FreeBSD's (5.0 and 6.1) function declaration
5832         in stdlib.h.
5833
5834 2007-02-24  Bruno Haible  <bruno@clisp.org>
5835
5836         * modules/isnanl-nolibm-tests: New file.
5837         * tests/test-isnanl.c: New file.
5838
5839         * modules/isnanl-nolibm: New file.
5840         * lib/isnanl.h: New file.
5841         * lib/isnanl.c: New file.
5842         * m4/isnanl.m4: New file.
5843
5844 2007-02-24  Bruno Haible  <bruno@clisp.org>
5845
5846         * modules/isnan-nolibm-tests: New file.
5847         * tests/test-isnan.c: New file.
5848
5849         * modules/isnan-nolibm: New file.
5850         * lib/isnan.h: New file.
5851         * lib/isnan.c: New file.
5852         * m4/isnan.m4: New file.
5853
5854 2007-02-24  Bruno Haible  <bruno@clisp.org>
5855
5856         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
5857         assume that an exponent fits in 20 bits.
5858
5859 2007-02-24  Jim Meyering  <jim@meyering.net>
5860
5861         * m4/regex.m4: Update the description of the configure-time option,
5862         --without-included-regex, to state accurately what the defaults are,
5863         and perhaps to give people an idea why using this option is risky.
5864
5865 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
5866
5867         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
5868         loops on small arguments.  This attempts to avoid the problem
5869         Bruno Haible reported for AIX 4.3.2 in
5870         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
5871
5872 2007-02-23  Bruno Haible  <bruno@clisp.org>
5873
5874         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
5875         Needed for help2man.
5876
5877 2007-02-23  Karl Berry  <karl@gnu.org>
5878
5879         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
5880         exists, foo.h should be cvs-ignored, not committed.
5881
5882 2007-02-23  Eric Blake  <ebb9@byu.net>
5883
5884         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
5885         * lib/stat-time.h (includes): Likewise.
5886         * lib/utimecmp.c (includes): Likewise.
5887         * lib/utimens.h (includes): Likewise.
5888         * lib/getdate.y (includes): Also include "timespec.h" for use
5889         internal to the module.
5890         * modules/utimens (Depends-on): Revert yesterday's patch.
5891         * modules/nanosleep (Depends-on): Add missing dependency.
5892
5893 2007-02-22  Bruno Haible  <bruno@clisp.org>
5894
5895         * lib/glob.c: Don't include getlogin_r.h.
5896
5897 2007-02-22  Jim Meyering  <jim@meyering.net>
5898
5899         * modules/utimens (Depends-on): Add timespec, required for
5900         utimens.h's inclusion of timespec.h.
5901
5902 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
5903
5904         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
5905         long unreadable paths in GNU/Linux.  Problem reported by Andreas
5906         Schwab in
5907         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
5908         I'll try to think of a better way to fix the Solaris problem.
5909
5910         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
5911         like glibc; on Solaris 10, it fails with errno == EINVAL.
5912         POSIX says the behavior is unspecified if the first argument is NULL,
5913         so play it safe and never pass NULL to the system getcwd.
5914
5915 2007-02-21  Jim Meyering  <jim@meyering.net>
5916
5917         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
5918         of gettimeofday.  It would conflict with the one now always
5919         provided via sys_time_.h.  Reported by Matthew Woehlke, as
5920         an IRIX 6.5 build failure.
5921
5922 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
5923
5924         Minor fixups to port to Solaris 10 with Sun C 5.8.
5925         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
5926         * modules/getcwd (Depends-on): Add dirfd.
5927         * lib/putenv.c (putenv): #undef it.
5928         (rpl_putenv): New decl.
5929         (malloc, free): Include <stdlib.h> rather than prototyping separately.
5930
5931 2007-02-20  Bruno Haible  <bruno@clisp.org>
5932
5933         * modules/stdio-tests: New file.
5934         * tests/test-stdio.c: New file.
5935
5936         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
5937         (Depends-on): Add stdio.
5938         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5939         (Include): Use <stdio.h> instead of vsnprintf.h.
5940         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5941         HAVE_DECL_VSNPRINTF.
5942         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
5943
5944         * modules/snprintf (Files): Remove lib/snprintf.h.
5945         (Depends-on): Add stdio.
5946         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5947         (Include): Use <stdio.h> instead of snprintf.h.
5948         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5949         HAVE_DECL_SNPRINTF.
5950         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
5951         * lib/getaddrinfo.c: Likewise.
5952
5953         * modules/stdio: New file.
5954         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
5955         * lib/snprintf.h: Remove file.
5956         * lib/vsnprintf.h: Remove file.
5957         * lib/.cppi-disable: Remove snprintf.h.
5958         * m4/stdio_h.m4: New file.
5959         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
5960
5961 2007-02-20  Jim Meyering  <jim@meyering.net>
5962
5963         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
5964         used by e.g., mingw.  From Bruno Haible.
5965
5966 2007-02-19  Bruno Haible  <bruno@clisp.org>
5967
5968         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
5969         warnings.
5970         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5971
5972 2007-02-19  Bruno Haible  <bruno@clisp.org>
5973
5974         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
5975         from mingw users.
5976
5977 2007-02-19  Bruno Haible  <bruno@clisp.org>
5978
5979         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
5980         warnings.
5981         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
5982
5983 2007-02-19  Jim Meyering  <jim@meyering.net>
5984
5985         Don't use FD after a successful "fdopendir (fd)".
5986         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
5987         Reset it by calling dirfd on the just-obtained DIR*.
5988
5989         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
5990         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
5991
5992 2007-02-18  Bruno Haible  <bruno@clisp.org>
5993
5994         * lib/readlink.c: Include <unistd.h>.
5995         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
5996         HAVE_READLINK.
5997         * modules/readlink (Depends-on): Add unistd.
5998         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5999         (Include): Add <unistd.h>.
6000
6001         * lib/getlogin_r.h: Remove file.
6002         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
6003         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
6004         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
6005         HAVE_DECL_GETLOGIN_R.
6006         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
6007         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6008         (Include): Use <unistd.h> instead of getlogin_r.h.
6009
6010         * lib/getcwd.h: Remove file.
6011         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
6012         * lib/xgetcwd.c: Likewise.
6013         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
6014         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
6015         * modules/getcwd (Files): Remove lib/getcwd.h.
6016         (Depends-on): Add unistd.
6017         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6018         (Include): Use <unistd.h> instad of getcwd.h.
6019
6020         * lib/ftruncate.c: Include <unistd.h> first.
6021         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
6022         Set HAVE_FTRUNCATE.
6023         * modules/ftruncate (Depends-on): Add unistd.
6024         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6025
6026         * lib/fchdir.c: Include <unistd.h> first.
6027         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
6028         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
6029         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
6030         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6031         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
6032
6033         * lib/dup2.c: Include <unistd.h> first.
6034         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
6035         HAVE_DUP2.
6036         * modules/dup2 (Depends-on): Add unistd.
6037         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6038
6039         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
6040         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
6041         REPLACE_CHOWN. Don't define chown as a macro here.
6042         * modules/chown (Depends-on): Add unistd.
6043         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6044
6045         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
6046         Add definition for GL_LINK_WARNING.
6047         (chown, dup2): New declarations.
6048         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
6049         link warning.
6050         (ftruncate): New declaration.
6051         (getcwd): New declaration, taken from old getcwd.h.
6052         (getlogin_r): New declaration, taken from old getlogin_r.h.
6053         (readlink): New declaration.
6054         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
6055         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
6056         (gl_PREREQ_UNISTD): Remove macro.
6057         (gl_UNISTD_MODULE_INDICATOR): New macro.
6058         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
6059         many new variables. Don't set UNISTD_H.
6060         * modules/unistd (Description): Change.
6061         (Depends-on): Add link-warning.
6062         (configure.ac): Update.
6063         (Makefile.am): Create unistd.h always. Substitute many new variables
6064         into it.
6065
6066 2007-02-18  Bruno Haible  <bruno@clisp.org>
6067
6068         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
6069         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
6070         HAVE_GETSUBOPT.
6071         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
6072         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
6073         * lib/getsubopt.h: Remove file.
6074         * modules/getsubopt (Files): Remove lib/getsubopt.h.
6075         (Depends-on): Add stdlib.
6076         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6077         (Includes): Use <stdlib.h> instead of getsubopt.h.
6078         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
6079         Set HAVE_GETSUBOPT.
6080         * lib/getsubopt.c: Don't include getsubopt.h.
6081
6082 2007-02-18  Bruno Haible  <bruno@clisp.org>
6083
6084         * modules/fchdir (Depends-on): Add dup2.
6085
6086 2007-02-18  Bruno Haible  <bruno@clisp.org>
6087
6088         * lib/stdlib_.h: Handle glibc's special invocation convention
6089         specially.
6090
6091 2007-02-18  Bruno Haible  <bruno@clisp.org>
6092
6093         * modules/stdlib-tests: New file.
6094         * tests/test-stdlib.c: New file.
6095
6096         * modules/mkstemp (Files): Remove lib/mkstemp.h.
6097         (Depends-on): Add stdlib.
6098         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6099         (Includes): Use <stdlib.h> instead of mkstemp.h.
6100         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
6101         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
6102         * lib/mkstemp.c: Don't include mkstemp.h.
6103         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
6104         * lib/stdlib--.h: Don't include mkstemp.h.
6105
6106         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
6107         (Depends-on): Add stdlib.
6108         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6109         (Includes): Use <stdlib.h> instead of mkdtemp.h.
6110         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
6111         HAVE_MKDTEMP.
6112         * lib/mkdtemp.c: Don't include mkdtemp.h.
6113         * lib/clean-temp.c: Don't include mkdtemp.h.
6114
6115         * modules/exit (Files): Remove lib/exit.h.
6116         (Depends-on): Add stdlib.
6117         (Makefile.am): Remove lib_SOURCES.
6118         (Include): Use <stdlib.h> instead of exit.h.
6119         * lib/argmatch.c: Don't include exit.h.
6120         * lib/execute.c: Likewise.
6121         * lib/pagealign_alloc.c: Likewise.
6122         * lib/pipe.c: Likewise.
6123         * lib/wait-process.c: Likewise.
6124         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
6125         * lib/exitfail.c: Likewise.
6126         * lib/savewd.c: Likewise.
6127         * lib/xsetenv.c: Likewise.
6128
6129         * modules/stdlib: New file.
6130         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
6131         and extra comments about mkstemp().
6132         * lib/exit.h: Remove file.
6133         * lib/mkdtemp.h: Remove file.
6134         * lib/mkstemp.h: Remove file.
6135         * m4/stdlib_h.m4: New file.
6136         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
6137
6138 2007-02-18  Bruno Haible  <bruno@clisp.org>
6139
6140         * modules/math-tests: New file.
6141         * tests/test-math.c: New file.
6142
6143         * modules/math: New file.
6144         * modules/mathl (Files): Remove lib/mathl.h.
6145         (Depends-on): Add math.
6146         (Makefile.am): Don't mention mathl.h.
6147         (Include): Use <math.h> instead of mathl.h.
6148         * lib/math_.h: New file.
6149         * lib/mathl.h: Remove file.
6150         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
6151         mathl.h.
6152         * lib/asinl.c: Likewise.
6153         * lib/atanl.c: Likewise.
6154         * lib/ceill.c: Likewise.
6155         * lib/cosl.c: Likewise.
6156         * lib/expl.c: Likewise.
6157         * lib/floorl.c: Likewise.
6158         * lib/frexpl.c: Likewise.
6159         * lib/ldexpl.c: Likewise.
6160         * lib/logl.c: Likewise.
6161         * lib/sincosl.c: Likewise.
6162         * lib/sinl.c: Likewise.
6163         * lib/sqrtl.c: Likewise.
6164         * lib/tanl.c: Likewise.
6165         * lib/trigl.c: Likewise.
6166         * m4/math_h.m4: New file.
6167         * MODULES.html.sh (Mathematics): Add math.
6168
6169 2007-02-17  Bruno Haible  <bruno@clisp.org>
6170
6171         * modules/wctype-tests: New file.
6172         * tests/test-wctype.c: New file.
6173
6174         * modules/wchar-tests: New file.
6175         * tests/test-wchar.c: New file.
6176
6177         * modules/unistd-tests: New file.
6178         * tests/test-unistd.c: New file.
6179
6180         * modules/time-tests: New file.
6181         * tests/test-time.c: New file.
6182
6183         * modules/sysexits-tests: New file.
6184         * tests/test-sysexits.c: New file.
6185
6186         * modules/sys_time-tests: New file.
6187         * tests/test-sys_time.c: New file.
6188
6189         * modules/sys_stat-tests: New file.
6190         * tests/test-sys_stat.c: New file.
6191
6192         * modules/sys_socket-tests: New file.
6193         * tests/test-sys_socket.c: New file.
6194
6195         * modules/sys_select-tests: New file.
6196         * tests/test-sys_select.c: New file.
6197
6198         * modules/string-tests: New file.
6199         * tests/test-string.c: New file.
6200
6201         * modules/stdbool-tests: New file.
6202         * tests/test-stdbool.c: New file.
6203
6204         * modules/netinet_in-tests: New file.
6205         * tests/test-netinet_in.c: New file.
6206
6207         * modules/inttypes-tests: New file.
6208         * tests/test-inttypes.c: New file.
6209
6210         * modules/fcntl-tests: New file.
6211         * tests/test-fcntl.c: New file.
6212
6213         * modules/byteswap-tests: New file.
6214         * tests/test-byteswap.c: New file.
6215
6216         * modules/arpa_inet-tests: New file.
6217         * tests/test-arpa_inet.c: New file.
6218
6219 2007-02-17  Bruno Haible  <bruno@clisp.org>
6220
6221         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
6222         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
6223         if the corresponding module is not enabled. Emit link warnings if
6224         the function is used nevertheless.
6225         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
6226         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
6227         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
6228         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
6229         * modules/inttypes (Depends-on): Add link-warning.
6230         (Makefile.am): Copy the contents of build-aux/link-warning.h into
6231         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
6232         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
6233         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
6234         * modules/imaxdiv (configure.ac): Likewise.
6235         * modules/strtoimax (configure.ac): Likewise.
6236         * modules/strtoumax (configure.ac): Likewise.
6237
6238 2007-02-17  Bruno Haible  <bruno@clisp.org>
6239
6240         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
6241         gl_STRING_MODULE_INDICATOR_DEFAULTS.
6242         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
6243         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
6244
6245 2007-02-17  Bruno Haible  <bruno@clisp.org>
6246
6247         * modules/link-warning: New file.
6248         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
6249         * lib/string_.h (GL_LINK_WARNING): Remove definition.
6250         * modules/string (Depends-on): Add link-warning.
6251         (Makefile.am): Copy the contents of build-aux/link-warning.h into
6252         string.h.
6253         * MODULES.html.sh (Support for building libraries and executables): Add
6254         link-warning.
6255
6256 2007-02-17  Bruno Haible  <bruno@clisp.org>
6257
6258         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
6259         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
6260         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
6261         long lines.
6262
6263 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
6264             Bruno Haible  <bruno@clisp.org>
6265
6266         * modules/tmpfile: New file.
6267         * lib/tmpfile.c: New file.
6268         * m4/tmpfile.m4: New file.
6269         * MODULES.html.sh (func_all_modules): New section "Input/output".
6270
6271 2007-02-15  Bruno Haible  <bruno@clisp.org>
6272
6273         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
6274         (supports_delete_on_close): New function.
6275         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
6276
6277 2007-02-14  Bruno Haible  <bruno@clisp.org>
6278
6279         * modules/mbspcasecmp-tests: New file.
6280         * tests/test-mbspcasecmp.sh: New file.
6281         * tests/test-mbspcasecmp.c: New file.
6282
6283         New module mbspcasecmp.
6284         * modules/mbspcasecmp: New file.
6285         * lib/mbspcasecmp.c: New file.
6286         * lib/string_.h (strncasecmp): Change warning message.
6287         (mbspcasecmp): New declaration.
6288         * m4/mbspcasecmp.m4: New file.
6289         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6290         GNULIB_MBSPCASECMP.
6291         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
6292         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
6293
6294 2007-02-14  Bruno Haible  <bruno@clisp.org>
6295
6296         * modules/mbsncasecmp-tests: New file.
6297         * tests/test-mbsncasecmp.sh: New file.
6298         * tests/test-mbsncasecmp.c: New file.
6299
6300         New module mbsncasecmp.
6301         * modules/mbsncasecmp: New file.
6302         * lib/mbsncasecmp.c: New file.
6303         * lib/string_.h (mbsncasecmp): New declaration.
6304         * m4/mbsncasecmp.m4: New file.
6305         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6306         GNULIB_MBSNCASECMP.
6307         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
6308         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
6309
6310 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
6311
6312         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
6313         Verify that it doesn't overlap with our flags.
6314         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
6315         do not have the desired effect in multibyte locales; instead, use
6316         mbscasecmp.
6317         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
6318         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
6319         we don't require GNU fnmatch ourselves (if our users require it, they
6320         should do so explicitly).
6321
6322         Fix regex code so it doesn't rely on strcasecmp.
6323         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
6324         Otherwise, include gnulib's langinfo.h.
6325         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
6326         undesirable behavior in non-C locales.  Instead, rely on localecharset.
6327         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
6328         * modules/regex (FILES): Remove m4/codeset.m4.
6329         (Depends-on): Add localcharset.  Remove strcase.
6330
6331 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6332
6333         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
6334         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
6335
6336 2007-02-13  Bruno Haible  <bruno@clisp.org>
6337
6338         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
6339         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6340
6341 2007-02-12  Bruno Haible  <bruno@clisp.org>
6342
6343         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6344         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
6345         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
6346         time warning rather than a link error.
6347
6348 2007-02-12  Bruno Haible  <bruno@clisp.org>
6349
6350         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
6351         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
6352         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6353
6354 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
6355
6356         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
6357         args, not 2.
6358
6359 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
6360
6361         New module 'time', so that apps can include <time.h> as per
6362         POSIX and GNU instead of separate include files like time_r.h
6363         and timegm.h.  This implementation tries out a simpler approach
6364         for replacing decls in standard include files (as compared to
6365         the string module), somewhat as an experiment.
6366
6367         * config/srclist.txt: Comment out mktime.c for now.
6368         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
6369         since it doesn't apply any more.  Use generic wording instead.
6370         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
6371         'time'.
6372         * lib/time_.h, m4/time_h.m4, modules/time: New files.
6373         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
6374         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
6375         Don't include <sys/types.h>; no longer needed since we assume C89.
6376         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
6377         * lib/strftime.c: Likewise.
6378         * lib/time_r.c: Likewise.
6379         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
6380         * lib/nanosleep.c: Include <time.h> first, to check interface.
6381         * lib/strptime.c: Likewise.
6382         * lib/time_r.c: Likewise.
6383         * lib/timegm.c: Likewise.
6384         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
6385         needed.
6386         * lib/timegm.c: Don't include timegm.h; no longer needed.
6387         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
6388         time.h now handles any problems in that area.
6389         (struct timespec, nanosleep): Remove; time.h now arranges for these.
6390         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
6391         that time.h defines struct timespec.
6392         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
6393         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
6394         handles that.
6395         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
6396         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
6397         needed.  Set REPLACE_LOCALTIME.
6398         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
6399         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
6400         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
6401         nanosleep; time_h.m4 now does that.  Don't require
6402         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
6403         module handles this now.
6404         * modules/getdate (Depends-on): Remove timespec.  Add time.
6405         * modules/nanosleep (Depends-on): Likewise.
6406         * modules/stat-time (Depends-on): Likewise.
6407         * modules/nanosleep (Include): Include time.h, not timespec.h.
6408         * modules/strptime (Files): Remove lib/strptime.h.
6409         (Depends-on): Add extensions, time.
6410         (Include): Include time.h, not strptime.h.
6411         * modules/time_r (Files): Remove lib/time_r.h.
6412         (Depends-on): Add time.
6413         (Include): Include time.h, not time_r.h.
6414         * modules/timegm: Likewise.
6415         * modules/timespec (Description): Now does timespec-related decls
6416         of our own, instead of struct timespec itself.
6417         (Depends-on): Add time; remove extensions.
6418         (Maintainer): Add self.
6419         * modules/utimecmp (Depends-on): Add time; remove timespec.
6420         * modules/utimens (Depends-on): Likewise.
6421         * modules/xnanosleep (Depends-on): Likewise.
6422
6423 2007-02-11  Bruno Haible  <bruno@clisp.org>
6424
6425         * lib/c-strstr.c: Include allocsa.h.
6426         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6427         * lib/c-strcasestr.c: Include allocsa.h.
6428         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6429         * lib/strcasestr.c: Include allocsa.h.
6430         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6431         * lib/mbsstr.c: Include allocsa.h.
6432         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
6433         allocsa/freesa instead of malloc/free.
6434         * lib/mbscasestr.c: Include allocsa.h.
6435         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
6436         allocsa/freesa instead of malloc/free.
6437         * modules/c-strstr (Depends-on): Add allocsa.
6438         * modules/c-strcasestr (Depends-on): Likewise.
6439         * modules/strcasestr (Depends-on): Likewise.
6440         * modules/mbsstr (Depends-on): Likewise.
6441         * modules/mbscasestr (Depends-on): Likewise.
6442
6443 2007-02-11  Bruno Haible  <bruno@clisp.org>
6444
6445         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
6446
6447         * modules/mbsspn-tests: New file.
6448         * tests/test-mbsspn.sh: New file.
6449         * tests/test-mbsspn.c: New file.
6450
6451 2007-02-11  Bruno Haible  <bruno@clisp.org>
6452
6453         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
6454
6455         * modules/mbspbrk-tests: New file.
6456         * tests/test-mbspbrk.sh: New file.
6457         * tests/test-mbspbrk.c: New file.
6458
6459 2007-02-11  Bruno Haible  <bruno@clisp.org>
6460
6461         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
6462         unneeded cast.
6463
6464         * modules/mbscspn-tests: New file.
6465         * tests/test-mbscspn.sh: New file.
6466         * tests/test-mbscspn.c: New file.
6467
6468 2007-02-11  Bruno Haible  <bruno@clisp.org>
6469
6470         * modules/mbscasecmp-tests: New file.
6471         * tests/test-mbscasecmp.sh: New file.
6472         * tests/test-mbscasecmp.c: New file.
6473
6474 2007-02-11  Bruno Haible  <bruno@clisp.org>
6475
6476         Ensure O(n) worst-case complexity of mbscasestr.
6477         * lib/mbscasestr.c: Include stdbool.h.
6478         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
6479         functions.
6480         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
6481         the bookkeeping indicates that it's worth it.
6482         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
6483
6484         * modules/mbscasestr-tests: New file.
6485         * tests/test-mbscasestr1.c: New file.
6486         * tests/test-mbscasestr2.sh: New file.
6487         * tests/test-mbscasestr2.c: New file.
6488         * tests/test-mbscasestr3.sh: New file.
6489         * tests/test-mbscasestr3.c: New file.
6490         * tests/test-mbscasestr4.sh: New file.
6491         * tests/test-mbscasestr4.c: New file.
6492         * m4/locale-tr.m4: New file.
6493
6494 2007-02-11  Bruno Haible  <bruno@clisp.org>
6495
6496         Ensure O(n) worst-case complexity of mbsstr.
6497         * lib/mbsstr.c: Include stdbool.h.
6498         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
6499         functions.
6500         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
6501         bookkeeping indicates that it's worth it.
6502         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
6503
6504         * modules/mbsstr-tests: New file.
6505         * tests/test-mbsstr1.c: New file.
6506         * tests/test-mbsstr2.sh: New file.
6507         * tests/test-mbsstr2.c: New file.
6508         * tests/test-mbsstr3.sh: New file.
6509         * tests/test-mbsstr3.c: New file.
6510         * m4/locale-fr.m4: New file.
6511
6512 2007-02-11  Bruno Haible  <bruno@clisp.org>
6513
6514         * lib/mbsrchr.c (mbsrchr): Fix bug.
6515
6516         * modules/mbsrchr-tests: New file.
6517         * tests/test-mbsrchr.sh: New file.
6518         * tests/test-mbsrchr.c: New file.
6519
6520 2007-02-11  Bruno Haible  <bruno@clisp.org>
6521
6522         * lib/mbschr.c (mbschr): Fix bug.
6523
6524         * modules/mbschr-tests: New file.
6525         * tests/test-mbschr.sh: New file.
6526         * tests/test-mbschr.c: New file.
6527         * m4/locale-zh.m4: New file.
6528
6529 2007-02-11  Bruno Haible  <bruno@clisp.org>
6530
6531         Support for copying multibyte string iterators.
6532         * lib/mbiter.h: Include <string.h>.
6533         (mbiter_multi_copy): New function.
6534         (mbi_copy): New macro.
6535         * lib/mbuiter.h: Include <string.h>.
6536         (mbuiter_multi_copy): New function.
6537         (mbui_copy): New macro.
6538
6539 2007-02-11  Bruno Haible  <bruno@clisp.org>
6540
6541         New module mbslen.
6542         * modules/mbslen: New file.
6543         * lib/mbslen.c: New file.
6544         * lib/string_.h (mbslen): New declaration.
6545         * m4/mbslen.m4: New file.
6546         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6547         GNULIB_MBSLEN.
6548         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
6549         * MODULES.html.sh (Internationalization functions): Add mbslen.
6550
6551 2007-02-11  Bruno Haible  <bruno@clisp.org>
6552
6553         Ensure O(n) worst-case complexity of strcasestr substitute.
6554         * lib/strcasestr.c: Include stdbool.h.
6555         (knuth_morris_pratt): New function.
6556         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6557         bookkeeping indicates that it's worth it.
6558         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
6559
6560         * modules/strcasestr-tests: New file.
6561         * tests/test-strcasestr.c: New file.
6562
6563 2007-02-11  Bruno Haible  <bruno@clisp.org>
6564
6565         Ensure O(n) worst-case complexity of c_strcasestr.
6566         * lib/c-strcasestr.c: Include stdbool.h, string.h.
6567         (knuth_morris_pratt): New function.
6568         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
6569         the bookkeeping indicates that it's worth it.
6570         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
6571
6572         * modules/c-strcasestr-tests: New file.
6573         * tests/test-c-strcasestr.c: New file.
6574
6575 2007-02-11  Bruno Haible  <bruno@clisp.org>
6576
6577         Ensure O(n) worst-case complexity of c_strstr.
6578         * lib/c-strstr.c: Include stdbool.h, string.h.
6579         (knuth_morris_pratt): New function.
6580         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6581         bookkeeping indicates that it's worth it.
6582         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
6583
6584         * lib/c-strstr.c: Complete rewrite for maintainability.
6585
6586         * modules/c-strstr-tests: New file.
6587         * tests/test-c-strstr.c: New file.
6588
6589 2007-02-11  Bruno Haible  <bruno@clisp.org>
6590
6591         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
6592         5.2.1 and earlier, whereby \055 was treated just like the range
6593         delimiter '-'.
6594         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
6595
6596 2007-02-08  Bruno Haible  <bruno@clisp.org>
6597
6598         * modules/regex (Depends-on): Add stdbool.
6599         Reported by Dalibor Topic <robilad@kaffe.org>.
6600
6601 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
6602
6603         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
6604         Prefer returning from main to exiting from it.
6605         Remove unnecessary parens after sizeof.
6606
6607 2007-02-05  Bruno Haible  <bruno@clisp.org>
6608
6609         New module mbssep.
6610         * modules/mbssep: New file.
6611         * lib/mbssep.c: New file.
6612         * lib/string_.h (strsep): Add a conditional link warning.
6613         (mbssep): New declaration.
6614         * m4/mbssep.m4: New file.
6615         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6616         GNULIB_MBSSEP.
6617         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
6618         * MODULES.html.sh (Internationalization functions): Add mbssep.
6619
6620 2007-02-05  Bruno Haible  <bruno@clisp.org>
6621
6622         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
6623         Optimize search in case of 1 delimiter.
6624
6625 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
6626
6627         * lib/acl.h: Include sys/types.h before sys/acl.h.
6628
6629 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
6630
6631         Merge upstream fix for glibc bugzilla #3957:
6632
6633         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
6634
6635         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
6636         bit for RE_HAT_LISTS_NOT_NEWLINE.
6637         (build_charclass_op): Remove bogus comment.
6638
6639 2007-02-05  Simon Josefsson  <simon@josefsson.org>
6640
6641         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
6642
6643 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6644
6645         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
6646         * lib/memmem.c [!defined _LIBC]: Include config.h.
6647
6648 2007-02-04  Bruno Haible  <bruno@clisp.org>
6649
6650         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
6651         warning message.
6652
6653 2007-02-04  Bruno Haible  <bruno@clisp.org>
6654
6655         New module mbstok_r.
6656         * modules/mbstok_r: New file.
6657         * lib/mbstok_r.c: New file.
6658         * lib/string_.h (strtok_r): Change argument names to match the
6659         comments. Add a conditional link warning.
6660         (mbstok_r): New declaration.
6661         * m4/mbstok_r.m4: New file.
6662         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6663         GNULIB_MBSTOK_R.
6664         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
6665         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
6666
6667 2007-02-04  Bruno Haible  <bruno@clisp.org>
6668
6669         New module mbsspn.
6670         * modules/mbsspn: New file.
6671         * lib/mbsspn.c: New file.
6672         * lib/string_.h (strspn): Add a conditional link warning.
6673         (mbsspn): New declaration.
6674         * m4/mbsspn.m4: New file.
6675         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6676         GNULIB_MBSSPN.
6677         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
6678         * MODULES.html.sh (Internationalization functions): Add mbsspn.
6679
6680 2007-02-04  Bruno Haible  <bruno@clisp.org>
6681
6682         New module mbspbrk.
6683         * modules/mbspbrk: New file.
6684         * lib/mbspbrk.c: New file.
6685         * lib/string_.h (strpbrk): Add a conditional link warning.
6686         (mbspbrk): New declaration.
6687         * m4/mbspbrk.m4: New file.
6688         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6689         GNULIB_MBSPBRK.
6690         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
6691         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
6692
6693 2007-02-04  Bruno Haible  <bruno@clisp.org>
6694
6695         New module mbscspn.
6696         * modules/mbscspn: New file.
6697         * lib/mbscspn.c: New file.
6698         * lib/string_.h (strcspn): Add a conditional link warning.
6699         (mbscspn): New declaration.
6700         * m4/mbscspn.m4: New file.
6701         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6702         GNULIB_MBSCSPN.
6703         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
6704         * MODULES.html.sh (Internationalization functions): Add mbscspn.
6705
6706 2007-02-04  Bruno Haible  <bruno@clisp.org>
6707
6708         New module mbscasestr, reduced goal of strcasestr.
6709         * modules/mbscasestr: New file.
6710         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
6711         (mbscasestr): Renamed from strcasestr.
6712         * lib/strcasestr.c: Don't include mbuiter.h.
6713         (strcasestr): Remove support for multibyte locales.
6714         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
6715         Change the conditional link warning.
6716         (mbscasestr): New declaration.
6717         * m4/mbscasestr.m4: New file.
6718         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
6719         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
6720         REPLACE_STRCASESTR.
6721         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
6722         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6723         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
6724         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
6725         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
6726         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
6727         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
6728         (Depends-on): Remove mbuiter.
6729         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
6730
6731 2007-02-04  Bruno Haible  <bruno@clisp.org>
6732
6733         Simplify handling of strncasecmp.
6734         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
6735         the conditional link warning.
6736         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6737         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
6738         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
6739         * modules/strcase (configure.ac): Don't invoke
6740         gl_STRING_MODULE_INDICATOR.
6741         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
6742
6743 2007-02-04  Bruno Haible  <bruno@clisp.org>
6744
6745         New module mbscasecmp, reduced goal of strcasecmp.
6746         * modules/mbscasecmp: New file.
6747         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
6748         (mbscasecmp): Renamed from strcasecmp.
6749         * lib/strcasecmp.c: Don't include mbuiter.h.
6750         (strcasecmp): Remove support for multibyte locales.
6751         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
6752         Change the conditional link warning.
6753         (mbscasecmp): New declaration.
6754         * m4/mbscasecmp.m4: New file.
6755         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
6756         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
6757         REPLACE_STRCASECMP.
6758         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
6759         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6760         GNULIB_MBSCASECMP.
6761         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
6762         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
6763         * modules/strcase (Files): Remove m4/mbrtowc.m4.
6764         (Depends-on): Remove mbuiter.
6765         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
6766
6767 2007-02-04  Bruno Haible  <bruno@clisp.org>
6768
6769         New module mbsstr. Remove module strstr.
6770         * modules/mbsstr: New file.
6771         * modules/strstr: Remove file.
6772         * lib/mbsstr.c: Renamed from lib/strstr.c.
6773         (mbsstr): Renamed from strstr.
6774         * lib/string_.h (strstr): Remove declaration. Change the conditional
6775         link warning.
6776         (mbsstr): New declaration.
6777         * m4/mbsstr.m4: New file.
6778         * m4/strstr.m4: Remove file.
6779         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
6780         REPLACE_STRSTR.
6781         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
6782         Don't initialize GNULIB_STRSTR.
6783         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
6784         substitute GNULIB_STRSTR and REPLACE_STRSTR.
6785         * MODULES.html.sh (Internationalization functions): Add mbsstr.
6786         (Support for systems lacking ANSI C 89): Remove strstr.
6787
6788 2007-02-04  Bruno Haible  <bruno@clisp.org>
6789
6790         New module mbsrchr.
6791         * modules/mbsrchr: New file.
6792         * lib/mbsrchr.c: New file.
6793         * lib/string_.h (strrchr): Add a conditional link warning.
6794         (mbsrchr): New declaration.
6795         * m4/mbsrchr.m4: New file.
6796         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6797         GNULIB_MBSRCHR.
6798         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
6799         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
6800
6801 2007-02-04  Bruno Haible  <bruno@clisp.org>
6802
6803         New module mbschr.
6804         * modules/mbschr: New file.
6805         * lib/mbschr.c: New file.
6806         * lib/string_.h (strchr): Add a conditional link warning.
6807         (mbschr): New declaration.
6808         * m4/mbschr.m4: New file.
6809         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6810         GNULIB_MBSCHR.
6811         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
6812         * MODULES.html.sh (Internationalization functions): Add mbschr.
6813
6814 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6815
6816         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
6817
6818         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
6819
6820 2007-02-04  Bruno Haible  <bruno@clisp.org>
6821
6822         New module description section 'configure.ac-early'.
6823         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
6824         (func_get_autoconf_early_snippet): New function.
6825         (func_import, func_create_testdir): Use it. Remove special cases for
6826         modules 'extensions' and 'lock'.
6827         * modules/extensions (configure.ac-early): Require
6828         gl_USE_SYSTEM_EXTENSIONS.
6829         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
6830
6831 2007-02-04  Bruno Haible  <bruno@clisp.org>
6832
6833         Make use of gcj-4.3's -fsource and -ftarget option.
6834         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
6835         and if so try the options -fsource and -ftarget.
6836         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
6837         source_version, ftarget_option, target_version arguments.
6838         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
6839         (is_envjavac_oldgcj_14_14_usable): Renamed from
6840         is_envjavac_gcj_14_14_usable.
6841         (is_envjavac_oldgcj_14_13_usable): Renamed from
6842         is_envjavac_gcj_14_13_usable.
6843         (is_gcj_present): Update.
6844         (is_gcj_43, is_gcj43_usable): New functions.
6845         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
6846         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
6847         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
6848         try the options -fsource and -ftarget.
6849
6850 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
6851
6852         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
6853         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
6854         larger value.
6855
6856 2007-02-03  Jim Meyering  <jim@meyering.net>
6857
6858         Give tools a better chance to allocate space for very large buffers.
6859         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
6860
6861         Make pwd and readlink work also when run with an unreadable parent dir
6862         on systems with openat support.
6863         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
6864         provided getcwd function, even when we have openat support.
6865         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
6866
6867 2007-02-02  Bruno Haible  <bruno@clisp.org>
6868
6869         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6870         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
6871         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
6872         portability problems if one of these functions is only used on specific
6873         platforms.
6874         Reported by Paul Eggert.
6875
6876 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
6877
6878         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
6879         is causing more trouble than it's curing.
6880         * lib/regex_internal.h (__mempcpy): Remove.
6881         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
6882         (and make the code a tad smaller to boot).
6883         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
6884
6885 2007-02-02  Jim Meyering  <jim@meyering.net>
6886
6887         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
6888         section, not in the Makefile.am: one.
6889
6890 2007-02-02  Eric Blake  <ebb9@byu.net>
6891
6892         * lib/strchrnul.c: Always include config.h first.
6893
6894         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
6895         gnulib strstr is not necessary here.
6896
6897 2007-02-02  Simon Josefsson  <simon@josefsson.org>
6898
6899         * m4/socklen.m4: Fix typo.
6900
6901 2007-02-02  Eric Blake  <ebb9@byu.net>
6902
6903         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
6904         * modules/netinet_in (Makefile.am): Likewise.
6905
6906 2007-02-01  Bruno Haible  <bruno@clisp.org>
6907
6908         * lib/string_.h (GL_LINK_WARNING): New macro.
6909         (strcasecmp, strstr, strcasestr): If provided by the system,
6910         conditionally define as a macro that leads to a warning instead of to
6911         an error.
6912         (strncasecmp): Conditionally define as a macro that leads to a warning.
6913
6914 2007-02-01  Karl Berry  <karl@gnu.org>
6915
6916         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
6917
6918 2007-02-01  Bruno Haible  <bruno@clisp.org>
6919
6920         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
6921         renamings.
6922
6923 2007-02-01  Eric Blake  <ebb9@byu.net>
6924
6925         * modules/regex (Depends-on): Revert dependence on mempcpy.
6926         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
6927         module's definition of mempcpy.
6928         Reported by Paul Eggert.
6929
6930 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
6931
6932         * lib/string_.h: If the gnulib module XYZ is not present, undefine
6933         the symbol XYZ before redefining it.  This fixes a problem with
6934         programs that don't use XYZ, when compiled on systems that define
6935         XYZ to something else.
6936
6937 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
6938
6939         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
6940         occurs when "mkdir -m foo" creates a setgid directory that is (1)
6941         writeable to group or other and (2) is intended to have a special
6942         mode bit that is set or cleared.  In such a case, the directory
6943         should be neither group- nor other-writeable until the special
6944         mode bits are right.
6945
6946 2007-01-31  Eric Blake  <ebb9@byu.net>
6947
6948         * modules/mountlist (Depends-on): Add strstr.
6949
6950         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
6951         bug.
6952         * modules/string (Makefile.am): Remove redundant replacement.
6953         * modules/regex (Depends-on): Add mempcpy.
6954
6955 2007-01-31  Bruno Haible  <bruno@clisp.org>
6956
6957         New module description field 'Link'.
6958         * gnulib-tool (func_usage): Document --extract-link-directive.
6959         (sed_extract_prog): Recognize 'Link' directive.
6960         (func_get_link_directive): New function.
6961         (func_import): Show summary of link directives.
6962         Handle --extract-link-directive option.
6963         * modules/acl (Link): New section.
6964         * modules/clock-time (Link): New section.
6965         * modules/euidaccess (Link): New section.
6966         * modules/gettext (Link): New section.
6967         * modules/iconv (Link): New section.
6968         * modules/lock (Link): New section.
6969         * modules/nanosleep (Link): New section.
6970         * modules/readline (Link): New section.
6971
6972 2007-01-27  Bruno Haible  <bruno@clisp.org>
6973
6974         Enforce the use of gnulib modules for unportable <string.h> functions.
6975         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
6976         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
6977         (gl_HEADER_STRING_H_BODY): Require it.
6978         * lib/string_.h: If the gnulib module XYZ is not present, redefine
6979         the symbol XYZ to one that gives a link error.
6980         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
6981         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
6982         * modules/mempcpy (configure.ac): Likewise.
6983         * modules/memrchr (configure.ac): Likewise.
6984         * modules/stpcpy (configure.ac): Likewise.
6985         * modules/stpncpy (configure.ac): Likewise.
6986         * modules/strcase (configure.ac): Likewise.
6987         * modules/strcasestr (configure.ac): Likewise.
6988         * modules/strchrnul (configure.ac): Likewise.
6989         * modules/strdup (configure.ac): Likewise.
6990         * modules/strndup (configure.ac): Likewise.
6991         * modules/strnlen (configure.ac): Likewise.
6992         * modules/strpbrk (configure.ac): Likewise.
6993         * modules/strsep (configure.ac): Likewise.
6994         * modules/strstr (configure.ac): Likewise.
6995         * modules/strtok_r (configure.ac): Likewise.
6996
6997 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
6998
6999         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
7000
7001 2007-01-30  Jim Meyering  <jim@meyering.net>
7002
7003         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
7004
7005 2007-01-29  Bruno Haible  <bruno@clisp.org>
7006
7007         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
7008         * lib/execute.c: Likewise.
7009         * lib/pipe.c: Likewise.
7010         * lib/printf-args.h: Likewise.
7011         * lib/printf-args.c: Likewise.
7012         * lib/printf-parse.c: Likewise.
7013         * lib/vasnprintf.c: Likewise.
7014
7015 2007-01-29  Eric Blake  <ebb9@byu.net>
7016
7017         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
7018         declaration.
7019
7020 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
7021
7022         * lib/strptime.h (strptime): Use 'restrict' for args where
7023         POSIX requires this.
7024         * lib/strptime.c (strptime): Likewise.
7025         Change license notice from LGPL to GPL, since gnulib-tool will
7026         change this as needed.
7027         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
7028         defined.
7029         Include "strptime.h" first, to check interface.
7030         Do not #undef _LIBC and _NL_CURRENT.
7031         Do not include <stdlib.h>; no longer needed.
7032         Include "time_r.h" and declare ptime_locale_status
7033         only if _LIBC is not defined.
7034         (__P): Remove unused macro.
7035         (match_string): Bring back glibc version, but use it only if _LIBC
7036         is defined.
7037         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
7038         Remove unnecessary assertion and abort() call.
7039         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
7040         * m4/strptime.m4: Fix serial number comment.
7041         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
7042         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
7043         (Depends-on): Add time_r.
7044
7045 2007-01-29  Bruno Haible  <bruno@clisp.org>
7046
7047         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
7048         strptime.
7049         * modules/strptime (Depends-on): Add stdbool.
7050         * lib/strptime.h: Include <time.h> always. Add comments.
7051
7052 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
7053
7054         * modules/strptime: New file.
7055         * lib/strptime.h: New file.
7056         * lib/strptime.c: New file.
7057         * m4/strptime.m4: New file.
7058
7059 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
7060
7061         * MODULES.html.sh: New module mpsort.
7062         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
7063
7064         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
7065         a circularity problem with HP-UX ia64 reported by Bob Proulx in
7066         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
7067         All uses changed.
7068         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
7069         All uses changed.
7070         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
7071         to _Restrict_.
7072         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
7073         the parameter matches the prototype.
7074
7075 2007-01-28  Jim Meyering  <jim@meyering.net>
7076
7077         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
7078         sys/time.h here, reverting that part of the previous patch:
7079         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
7080
7081 2007-01-28  Bruno Haible  <bruno@clisp.org>
7082
7083         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
7084         value of $(SYS_TIME_H).
7085         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
7086         remove it conditionally, too. [added by Jim Meyering]
7087         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
7088         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
7089         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
7090         GETTIMEOFDAY_REPLACEMENT to 1.
7091
7092 2007-01-28  Bruno Haible  <bruno@clisp.org>
7093
7094         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
7095         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
7096         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
7097         Set UNISTD_H instead of UNISTD_H2.
7098         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
7099
7100 2007-01-28  Bruno Haible  <bruno@clisp.org>
7101
7102         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
7103         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
7104
7105 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7106
7107         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
7108         (func_create_testdir): Ensure C locale for `grep' and `tr'
7109         character ranges.
7110         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
7111         ACLOCAL_AMFLAGS parsing state machine.
7112
7113 2007-01-27  Bruno Haible  <bruno@clisp.org>
7114
7115         * modules/unistr/base: Update.
7116
7117 2007-01-27  Bruno Haible  <bruno@clisp.org>
7118
7119         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
7120         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
7121         * modules/unistr/u32-mbtouc-unsafe: Renamed from
7122         modules/unistr/u32-mbtouc.
7123         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
7124         * lib/unistr.h: Update.
7125         * lib/linebreak.c: Update.
7126         * modules/unistr/u32-mbtouc: Renamed from
7127         modules/unistr/u32-mbtouc-safe.
7128         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
7129         * lib/unistr.h: Update.
7130         * lib/unistr/u32-to-u8.c: Update.
7131         * lib/unistr/u32-to-u16.c: Update.
7132
7133 2007-01-27  Bruno Haible  <bruno@clisp.org>
7134
7135         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
7136         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
7137         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
7138         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
7139         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
7140         * modules/unistr/u16-mbtouc-unsafe: Renamed from
7141         modules/unistr/u16-mbtouc.
7142         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
7143         * lib/unistr.h: Update.
7144         * lib/linebreak.c: Update.
7145         * modules/linebreak: Update.
7146         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
7147         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
7148         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
7149         * modules/unistr/u16-mbtouc: Renamed from
7150         modules/unistr/u16-mbtouc-safe.
7151         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
7152         * lib/unistr.h: Update.
7153         * lib/unistr/u16-to-u8.c: Update.
7154         * modules/unistr/u16-to-u8: Update.
7155         * lib/unistr/u16-to-u32.c: Update.
7156         * modules/unistr/u16-to-u32: Update.
7157
7158 2007-01-27  Bruno Haible  <bruno@clisp.org>
7159
7160         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
7161         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
7162         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
7163         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
7164         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
7165         * modules/unistr/u8-mbtouc-unsafe: Renamed from
7166         modules/unistr/u8-mbtouc.
7167         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
7168         * lib/unistr.h: Update.
7169         * lib/striconveh.c: Update.
7170         * modules/striconveh: Update.
7171         * lib/linebreak.c: Update.
7172         * modules/linebreak: Update.
7173         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
7174         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
7175         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
7176         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
7177         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
7178         * lib/unistr.h: Update.
7179         * lib/striconveh.c: Update.
7180         * modules/striconveh: Update.
7181         * lib/unistr/u8-to-u16.c: Update.
7182         * modules/unistr/u8-to-u16: Update.
7183         * lib/unistr/u8-to-u32.c: Update.
7184         * modules/unistr/u8-to-u32: Update.
7185
7186 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7187
7188         Sync from Libtool.
7189         * lib/argz.c: Do not include strings.h nor memory.h, include
7190         string.h unconditionally.  Patch by Simon Josefsson.
7191
7192 2007-01-27  Bruno Haible  <bruno@clisp.org>
7193
7194         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
7195         from gl_HEADER_STRING_H_BODY.
7196         (gl_HEADER_STRING_H_BODY): Require it.
7197         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
7198         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
7199         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
7200         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
7201         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
7202         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
7203         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
7204         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
7205         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
7206         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
7207         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
7208         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
7209         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
7210         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
7211         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
7212
7213 2007-01-27  Bruno Haible  <bruno@clisp.org>
7214
7215         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
7216         check_PROGRAMS into noinst_PROGRAMS.
7217         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
7218         check_PROGRAMS in this case.
7219         (func_import): Set for_test to false.
7220         (func_create_testdir): Set for_test to true.
7221
7222 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
7223             Bruno Haible  <bruno@clisp.org>
7224
7225         * modules/strcasestr (Files): Remove lib/strcasestr.h.
7226         (Depends-on): Add string.
7227         (Includes): Use <string.h> instead of strcasestr.h.
7228         * modules/string (Makefile.am): Also substitute the value of
7229         REPLACE_STRCASESTR.
7230         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
7231         assume strcasestr is declared in <string.h> not <strings.h>. Also
7232         set REPLACE_STRCASESTR.
7233         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
7234         REPLACE_STRCASESTR.
7235         * lib/strcasestr.h: Remove file.
7236         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
7237         * lib/string_.h (strcasestr): New declaration.
7238
7239 2007-01-27  Bruno Haible  <bruno@clisp.org>
7240
7241         * lib/string_.h: Use 'extern'.
7242
7243 2007-01-27  Jim Meyering  <jim@meyering.net>
7244
7245         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
7246         of set-but-not-used local, "q".
7247
7248         * lib/mempcpy.c: Include <config.h> before <string.h>.
7249         This fixes a compilation error on HP-UX, due to the system's
7250         "restrict"-using mempcpy prototype.
7251
7252 2007-01-26  Bruno Haible  <bruno@clisp.org>
7253
7254         Small optimization.
7255         * lib/javacomp.c: Include c-strstr.h.
7256          (is_envjavac_gcj): Use c_strstr instead of strstr.
7257         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
7258
7259 2007-01-26  Bruno Haible  <bruno@clisp.org>
7260
7261         * MODULES.html.sh (Unicode string functions): Add the new modules.
7262
7263         * modules/uniconv/u32-strconv-to-locale: New file.
7264         * lib/uniconv/u32-strconv-to-locale.c: New file.
7265
7266         * modules/uniconv/u16-strconv-to-locale: New file.
7267         * lib/uniconv/u16-strconv-to-locale.c: New file.
7268
7269         * modules/uniconv/u8-strconv-to-locale: New file.
7270         * lib/uniconv/u8-strconv-to-locale.c: New file.
7271
7272         * modules/uniconv/u32-strconv-from-locale: New file.
7273         * lib/uniconv/u32-strconv-from-locale.c: New file.
7274
7275         * modules/uniconv/u16-strconv-from-locale: New file.
7276         * lib/uniconv/u16-strconv-from-locale.c: New file.
7277
7278         * modules/uniconv/u8-strconv-from-locale: New file.
7279         * lib/uniconv/u8-strconv-from-locale.c: New file.
7280
7281         * modules/uniconv/u32-strconv-to-enc: New file.
7282         * lib/uniconv/u32-strconv-to-enc.c: New file.
7283         * modules/uniconv/u32-strconv-to-enc-tests: New file.
7284         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
7285
7286         * modules/uniconv/u16-strconv-to-enc: New file.
7287         * lib/uniconv/u16-strconv-to-enc.c: New file.
7288         * lib/uniconv/u-strconv-to-enc.h: New file.
7289         * modules/uniconv/u16-strconv-to-enc-tests: New file.
7290         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
7291
7292         * modules/uniconv/u8-strconv-to-enc: New file.
7293         * lib/uniconv/u8-strconv-to-enc.c: New file.
7294         * modules/uniconv/u8-strconv-to-enc-tests: New file.
7295         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
7296
7297         * modules/uniconv/u32-strconv-from-enc: New file.
7298         * lib/uniconv/u32-strconv-from-enc.c: New file.
7299         * modules/uniconv/u32-strconv-from-enc-tests: New file.
7300         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
7301
7302         * modules/uniconv/u16-strconv-from-enc: New file.
7303         * lib/uniconv/u16-strconv-from-enc.c: New file.
7304         * modules/uniconv/u16-strconv-from-enc-tests: New file.
7305         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
7306
7307         * modules/uniconv/u8-strconv-from-enc: New file.
7308         * lib/uniconv/u8-strconv-from-enc.c: New file.
7309         * lib/uniconv/u-strconv-from-enc.h: New file.
7310         * modules/uniconv/u8-strconv-from-enc-tests: New file.
7311         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
7312
7313         * modules/uniconv/u32-conv-from-enc: New file.
7314         * lib/uniconv/u32-conv-from-enc.c: New file.
7315         * modules/uniconv/u32-conv-from-enc-tests: New file.
7316         * tests/uniconv/test-u32-conv-from-enc.c: New file.
7317
7318         * modules/uniconv/u16-conv-from-enc: New file.
7319         * lib/uniconv/u16-conv-from-enc.c: New file.
7320         * lib/uniconv/u-conv-from-enc.h: New file.
7321         * modules/uniconv/u16-conv-from-enc-tests: New file.
7322         * tests/uniconv/test-u16-conv-from-enc.c: New file.
7323
7324         * modules/uniconv/u8-conv-from-enc: New file.
7325         * lib/uniconv/u8-conv-from-enc.c: New file.
7326         * modules/uniconv/u8-conv-from-enc-tests: New file.
7327         * tests/uniconv/test-u8-conv-from-enc.c: New file.
7328
7329         * modules/uniconv/base: New file.
7330         * lib/uniconv.h: New file.
7331
7332 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
7333
7334         * doc/gnulib-tool.texi (Initial import): Update to match current
7335         behavior with strdup module.
7336         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
7337         * lib/memmem.h: Remove; all uses removed.  This is now done
7338         by <string.h>.
7339         * lib/mempcpy.h: Likewise.
7340         * lib/memrchr.h: Likewise.
7341         * lib/stpcpy.h: Likewise.
7342         * lib/stpncpy.h: Likewise.
7343         * lib/strcase.h: Likewise.
7344         * lib/strchrnul.h: Likewise.
7345         * lib/strdup.h: Likewise.
7346         * lib/strndup.h: Likewise.
7347         * lib/strnlen.h: Likewise.
7348         * lib/strpbrk.h: Likewise.
7349         * lib/strsep.h: Likewise.
7350         * lib/strstr.h: Likewise.
7351         * lib/strtok_r.h: Likewise.
7352         * lib/string_.h: New file.
7353         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
7354         Rely on <string.h> instead.
7355         * lib/canon-host.c: Likewise.
7356         * lib/chdir-long.c: Likewise.
7357         * lib/concatpath.c: Likewise.
7358         * lib/exclude.c: Likewise.
7359         * lib/fchdir.c: Likewise.
7360         * lib/getaddrinfo.c: Likewise.
7361         * lib/getcwd.c: Likewise.
7362         * lib/getsubopt.c: Likewise.
7363         * lib/glob.c: Likewise.
7364         * lib/hard-locale.c: Likewise.
7365         * lib/iconvme.c: Likewise.
7366         * lib/javacomp.c: Likewise.
7367         * lib/mempcpy.c: Likewise.
7368         * lib/memrchr.c: Likewise.
7369         * lib/regex_internal.h: Likewise.
7370         * lib/stpncpy.c: Likewise.
7371         * lib/strcasecmp.c: Likewise.
7372         * lib/strchrnul.c: Likewise.
7373         * lib/strdup.c: Likewise.
7374         * lib/striconv.c: Likewise.
7375         * lib/striconveh.c: Likewise.
7376         * lib/striconveha.c: Likewise.
7377         * lib/strncasecmp.c: Likewise.
7378         * lib/strndup.c: Likewise.
7379         * lib/strnlen.c: Likewise.
7380         * lib/strsep.c: Likewise.
7381         * lib/strstr.c: Likewise.
7382         * lib/strtok_r.c: Likewise.
7383         * lib/userspec.c: Likewise.
7384         * lib/w32spawn.h: Likewise.
7385         * lib/xstrndup.c: Likewise.
7386         * lib/mountlist.c (strstr): Remove decl.
7387         * m4/string_h.m4: New file.
7388         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
7389         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
7390         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
7391         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
7392         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
7393         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
7394         Set REPLACE_STRCASECMP if necessary.
7395         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
7396         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
7397         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
7398         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
7399         HAVE_DECL_STRDUP if necessary.
7400         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
7401         since gl_FUNC_STRNDUP does that now.
7402         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
7403         Check for decl here...
7404         (gl_PREREQ_STRNLEN): ... not here.
7405         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
7406         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
7407         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
7408         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
7409         necessary.
7410         * modules/string: New file.
7411         * modules/memmem (Files): Remove special-purpose include file.
7412         (Depends-on): Add string.
7413         (Include): Include <string.h>, not the removed file.
7414         * modules/mempcpy: Likewise.
7415         * modules/memrchr: Likewise.
7416         * modules/stpcpy: Likewise.
7417         * modules/stpncpy: Likewise.
7418         * modules/strcase: Likewise.
7419         * modules/strchrnul: Likewise.
7420         * modules/strdup: Likewise.
7421         * modules/strndup: Likewise.
7422         * modules/strnlen: Likewise.
7423         * modules/strpbrk: Likewise.
7424         * modules/strsep: Likewise.
7425         * modules/strstr: Likewise.
7426         * modules/strtok_r: Likewise.
7427         * tests/test-dirname.c: Don't include "strdup.h", since
7428         <string.h> now suffices.
7429         * tests/test-memmem.c: Don't include "memmem.h", since
7430         <string.h> now suffices.
7431
7432 2007-01-25  Bruno Haible  <bruno@clisp.org>
7433
7434         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
7435         *resultp is 0.
7436
7437         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
7438         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
7439         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
7440         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
7441
7442         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
7443         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
7444         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
7445         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
7446         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
7447         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
7448
7449 2007-01-24  Bruno Haible  <bruno@clisp.org>
7450
7451         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
7452         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
7453         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
7454         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
7455         gl_FUNC_FTS_CORE.
7456         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
7457         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
7458         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
7459         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
7460         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
7461         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
7462         gl_FUNC_FCHOWNAT.
7463         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
7464         gl_FUNC_STRFTIME.
7465         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
7466         Reported by Ralf Wildenhues.
7467
7468 2007-01-24  Bruno Haible  <bruno@clisp.org>
7469
7470         Drop AC_REQUIRE calls that are redundant with the module dependencies.
7471         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
7472         gl_GETADDRINFO.
7473         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
7474         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
7475         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
7476
7477 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
7478
7479         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
7480         Don't use 'exit'; just return from 'main'.
7481         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
7482
7483         * lib/fnmatch_.h: Readjust white space and comments to match
7484         glibc, to avoid spurious diffs.
7485
7486 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7487
7488         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
7489         2004-12-01 change by Jakub Jelinek, since this code won't compile
7490         if !LIBC.  Problem reported by Bob Proulx.
7491
7492 2007-01-23  Bruno Haible  <bruno@clisp.org>
7493
7494         * lib/striconveh.c: Include c-strcaseeq.h.
7495         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
7496         * modules/striconveh (Depends-on): Add c-strcaseeq.
7497
7498 2007-01-23  Bruno Haible  <bruno@clisp.org>
7499
7500         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
7501
7502         * modules/c-strcaseeq: New file.
7503         * lib/c-strcaseeq.h: New file.
7504
7505         * modules/streq: New file.
7506         * lib/streq.h: New file.
7507
7508 2007-01-23  Bruno Haible  <bruno@clisp.org>
7509
7510         * modules/striconveha-tests: New file.
7511         * tests/test-striconveha.c: New file.
7512
7513         * lib/striconveha.h: Include <stdbool.h>.
7514         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
7515         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
7516         (mem_iconveha_notranslit): Renamed from mem_iconveha.
7517         (mem_iconveha): New function.
7518         (str_iconveha_notranslit): Renamed from str_iconveha.
7519         (str_iconveha): New function.
7520         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
7521         c-strcase.
7522
7523 2007-01-23  Bruno Haible  <bruno@clisp.org>
7524
7525         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
7526         encodings without forgiving before trying any encoding with handler.
7527         (str_iconveha): Try all encodings without forgiving before trying any
7528         encoding with handler.
7529
7530 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7531
7532         Import the following changes from libc.
7533
7534         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
7535
7536         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
7537
7538         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
7539
7540         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
7541         normal_bracket label.
7542
7543         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
7544
7545         [BZ #361]
7546         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
7547         to normal_bracket after fetching the next character.
7548
7549 2007-01-22  Bruno Haible  <bruno@clisp.org>
7550
7551         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
7552         argument.
7553         * lib/striconveh.c (iconv_carefully_1): New function.
7554         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
7555         argument.
7556         (str_cd_iconveh): Update.
7557         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
7558         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
7559         * tests/test-striconveh.c (MAGIC): New macro.
7560         (new_offsets): New function.
7561         (main): Test call with and without offsets.
7562
7563 2007-01-22  Bruno Haible  <bruno@clisp.org>
7564
7565         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
7566         * modules/sys_select (Makefile.am): Likewise.
7567         * modules/sys_socket (Makefile.am): Likewise.
7568         * modules/sys_time (Makefile.am): Likewise.
7569
7570 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
7571
7572         * modules/gettimeofday (License): Change from GPL to LGPL, since
7573         gettimeofday is a library function.
7574
7575 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7576
7577         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
7578
7579 2007-01-21  Bruno Haible  <bruno@clisp.org>
7580
7581         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
7582
7583 2007-01-21  Bruno Haible  <bruno@clisp.org>
7584
7585         * modules/striconveha: New file.
7586         * lib/striconveha.h: New file.
7587         * lib/striconveha.c: New file.
7588         * MODULES.html.sh (Internationalization functions): Add striconveha.
7589         * lib/striconv.c (str_iconv): Optimize the case of an empty input
7590         string.
7591         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
7592
7593 2007-01-21  Bruno Haible  <bruno@clisp.org>
7594
7595         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
7596         * lib/striconveh.c (str_iconveh): Likewise.
7597
7598 2007-01-21  Bruno Haible  <bruno@clisp.org>
7599
7600         * lib/striconveh.h (mem_iconveh): New declaration.
7601         * lib/striconveh.c (mem_iconveh): New function.
7602         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
7603
7604 2007-01-21  Bruno Haible  <bruno@clisp.org>
7605
7606         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
7607
7608         * lib/striconveh.h (mem_cd_iconveh): Change specification.
7609         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
7610         original result buffer.
7611         (str_cd_iconveh): Update.
7612         * tests/test-striconveh.c (main): Update.
7613
7614         * lib/striconv.h (mem_cd_iconv): Change specification.
7615         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
7616         result buffer.
7617         (str_cd_iconv): Update.
7618         * tests/test-striconv.c (main): Update.
7619
7620 2007-01-21  Bruno Haible  <bruno@clisp.org>
7621
7622         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
7623
7624 2007-01-20  Jim Meyering  <jim@meyering.net>
7625
7626         * lib/userspec.c (parse_with_separator): If a user or group string
7627         starts with "+", skip the corresponding name-to-ID look-up, since
7628         such a look-up must fail: user and group names may not include "+".
7629
7630 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
7631
7632         * lib/poll.c: Include sys/time.h and time.h unconditionally,
7633         since we now assume the sys_time module.
7634         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
7635         check for sys/time.h; no longer needed.
7636         * modules/poll (Depends-on): Depend on sys_time.
7637
7638 2007-01-18  Bruno Haible  <bruno@clisp.org>
7639
7640         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
7641         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
7642
7643         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
7644         gettimeofday.
7645
7646         * tests/test-gettimeofday.c: Include <time.h>.
7647         (dummy): Remove variable.
7648
7649         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
7650         gl_HEADER_SYS_TIME_H.
7651         (gl_HEADER_SYS_TIME_H): New macro.
7652
7653         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
7654         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7655         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
7656         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
7657         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7658         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
7659         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
7660         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7661         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
7662         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
7663         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7664
7665         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
7666         last change; it caused a compilation error when cross-compiling to
7667         Cygwin.
7668
7669 2007-01-18  Jim Meyering  <jim@meyering.net>
7670
7671         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
7672         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
7673         than the race-prone "test -d sys || mkdir sys".
7674         (configure.ac): Use AC_PROG_MKDIR_P.
7675         * modules/sys_select: Likewise.
7676         * modules/sys_socket: Likewise.
7677         * modules/sys_time: Likewise.
7678
7679 2007-01-18  Eric Blake  <ebb9@byu.net>
7680
7681         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
7682         replace gettimeofday.
7683         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
7684         name, to avoid infinite recursion.
7685
7686 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
7687
7688         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
7689         module sys_time.
7690         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
7691         assume timespec.h defines struct timeval.
7692         * lib/settime.c: Likewise.
7693         * lib/utimens.c: Likewise.
7694         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
7695         since we now assume the gettimeofday module.
7696         * lib/tempname.c (__gen_tempname): Likewise.
7697         * lib/gettimeofday.h: Remove.
7698         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
7699         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
7700         Include <time.h>, for 'time()'.
7701         (localtime_buffer_addr): Also use this workaround if
7702         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
7703         to simplify the uses.  All uses changed.
7704         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
7705         that #undef is inside {}, and 'const' follows type name consistently.
7706         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
7707         (gettimeofday): Do not use the maximum possible value for
7708         tv->tv_usec, since that might break usages other than ls.c.
7709         Instead, we'll leave ls.c alone.  This undoes today's patch
7710         by Bruno.  Add a compile-time warning for 1s-clock resolution;
7711         we've never observed the problem but might as well keep the
7712         canary.
7713         * lib/nanosleep.c: Include timespec.h first, for interface check.
7714         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
7715         now assume the sys_time module.
7716         * lib/tempname.c: Likewise.
7717         * lib/timespec.h: Likewise.
7718         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
7719         needed.
7720         * lib/strftime.c: Likewise.
7721         * lib/timespec.h: Likewise.
7722         * lib/posixtm.c: Include posixtm.h first, for interface check.
7723         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
7724         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
7725         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
7726         * lib/sys_time_.h: New file.
7727         * lib/timespec.h (struct timespec): Use long int, not long.
7728         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
7729         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
7730         Remove obsolescent call to AC_HEADER_TIME.
7731         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
7732         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7733         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
7734         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
7735         Likewise.
7736         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
7737         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
7738         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
7739         into the sys_time module.  Check for gettimeofday just once.
7740         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
7741         for gettimeofday signature to just check the signature.  Merely
7742         compile it, since linking doesn't test signature.  Improve test for
7743         whether gettimeofday.o is actually needed.
7744         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
7745         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
7746         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
7747         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7748         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
7749         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
7750         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
7751         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
7752         than worrying about sys/time.h.
7753         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7754         Don't bother worrying about TIME_WITH_SYS_TIME.
7755         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
7756         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
7757         * m4/sys_time_h.m4: New file.
7758         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
7759         Don't include sys/time.h.  Return from main rather than exiting.
7760         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
7761         all uses changed.
7762         * modules/gethrxtime (Depends-on): Add sys_time.
7763         * modules/gettime (Depends-on): Likewise.
7764         * modules/gettimeofday (Depends-on): Likewise.
7765         * modules/nanosleep (Depends-on): Likewise.
7766         * modules/settime (Depends-on): Likewise.
7767         * modules/tempname (Depends-on): Likewise.
7768         * modules/utimens (Depends-on): Likewise.
7769         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
7770         (Include:) Change back to <sys/time.h>.
7771         (Maintainer:) Add self.
7772         * modules/sys_time: New file.
7773         * modules/tempname (Depends-on): Add gettimeofday.
7774         * tests/test-gettimeofday.c: Include <sys/time.h>
7775         rather than gettimeofday.h.
7776
7777 2007-01-17  Bruno Haible  <bruno@clisp.org>
7778
7779         * gnulib-tool (func_get_license): Revert last patch. Instead, let
7780         the license default to GPL.
7781         (func_create_testdir): Don't complain if a module is LGPL and its
7782         tests module depends on GPLed modules.
7783
7784 2007-01-17  Bruno Haible  <bruno@clisp.org>
7785
7786         * lib/gettimeofday.c (gettimeofday): Add code for the case
7787         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
7788         maximum possible value for tv->tv_usec, rather than the minimum one.
7789
7790 2005-10-08  Martin Lambers  <marlam@marlam.de>
7791 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7792 2007-01-16  Bruno Haible  <bruno@clisp.org>
7793
7794         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
7795         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
7796         gl_FUNC_GETTIMEOFDAY.
7797         (Include): Add gettimeofday.h.
7798         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
7799         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
7800         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
7801         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
7802         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
7803         * lib/gettimeofday.h: New file.
7804         * lib/gettimeofday.c: Include <sys/timeb.h>.
7805         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
7806         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7807         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
7808         fall back on time().
7809
7810         * tests/test-gettimeofday.c: New file.
7811         * modules/gettimeofday-tests: New file.
7812
7813 2007-01-16  Eric Blake  <ebb9@byu.net>
7814
7815         * modules/fnmatch (Depends-on): Depend on wchar.
7816         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
7817         * m4/fnmatch.m4: Likewise.
7818         * modules/mbchar (Makefile.am): Assume <wchar.h>.
7819         * m4/mbchar.m4: Likewise.
7820         * modules/mbswidth (Depends-on): Depend on wchar.
7821         * lib/mbswidth.c: Assume <wchar.h>.
7822         * m4/mbswidth.m4: Likewise.
7823         * modules/quotearg (Depends-on): Depend on wchar.
7824         * lib/quotearg.c: Assume <wchar.h>.
7825         * m4/quotearg.m4: Likewise.
7826         * modules/regex (Depends-on): Depend on wchar.
7827         * lib/regex_internal.h: Assume <wchar.h>.
7828         * m4/regex.m4: Likewise.
7829         * modules/stdint (Depends-on): Depend on wchar.
7830         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
7831         * m4/stdint.m4: Likewise.
7832         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
7833         * modules/strftime (Depends-on): Depend on wchar.
7834         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
7835         * modules/strtol (Depends-on): Depend on wchar.
7836         * lib/strtol.c: Assume <wchar.h>.
7837         * modules/wcwidth (Depends-on): Depend on wchar.
7838         * lib/wcwidth.h: Assume <wchar.h>.
7839         * m4/wcwidth.m4: Likewise.
7840
7841 2007-01-16  Bruno Haible  <bruno@clisp.org>
7842
7843         * modules/csharpexec-script: New, created from...
7844         * modules/csharpexec: ... this.
7845
7846 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
7847
7848         * modules/javaexec-script: New, created from...
7849         * modules/javaexec: ... this.
7850
7851 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7852
7853         * modules/poll (Dependencies): Add sys_select.
7854
7855 2007-01-15  Jim Meyering  <jim@meyering.net>
7856
7857         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
7858         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
7859         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
7860         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
7861
7862 2007-01-15  Bruno Haible  <bruno@clisp.org>
7863
7864         * modules/striconveh: New file.
7865         * lib/striconveh.h: New file.
7866         * lib/striconveh.c: New file.
7867         * MODULES.html.sh (Internationalization functions): Add striconveh.
7868
7869         * modules/striconveh-tests: New file.
7870         * tests/test-striconveh.c: New file.
7871
7872 2007-01-15  Bruno Haible  <bruno@clisp.org>
7873
7874         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
7875         not from GNU libiconv or GNU libc.
7876
7877 2007-01-15  Bruno Haible  <bruno@clisp.org>
7878
7879         * doc/gnulib-intro.texi (Copyright): Explain the different license
7880         terms for module descriptions, autoconf macros, tests, documentation.
7881
7882 2007-01-14  Bruno Haible  <bruno@clisp.org>
7883
7884         * modules/striconv-tests: New file.
7885         * tests/test-striconv.c: New file.
7886
7887 2007-01-14  Bruno Haible  <bruno@clisp.org>
7888
7889         * modules/iconv-tests: New file.
7890         * tests/test-iconv.c: New file.
7891
7892 2007-01-14  Bruno Haible  <bruno@clisp.org>
7893
7894         * gnulib-tool (func_get_license): For test modules, use the license of
7895         the main module.
7896
7897 2007-01-14  Bruno Haible  <bruno@clisp.org>
7898
7899         * modules/iconv (Include): Clarify that <iconv.h> can only be included
7900         if iconv is found to exist.
7901
7902 2007-01-14  Bruno Haible  <bruno@clisp.org>
7903
7904         * modules/c-ctype-tests: New file.
7905         * tests/test-c-ctype.c: New file.
7906
7907 2007-01-14  Bruno Haible  <bruno@clisp.org>
7908
7909         * modules/binary-io-tests: New file.
7910         * tests/test-binary-io.sh: New file.
7911         * tests/test-binary-io.c: New file.
7912
7913 2007-01-14  Bruno Haible  <bruno@clisp.org>
7914
7915         * modules/array-oset-tests: New file.
7916         * tests/test-array_oset.c: New file.
7917
7918 2007-01-14  Bruno Haible  <bruno@clisp.org>
7919
7920         * modules/array-list-tests: New file.
7921         * tests/test-array_list.c: New file.
7922
7923 2007-01-14  Bruno Haible  <bruno@clisp.org>
7924
7925         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
7926         and make.
7927         Reported by Simon Josefsson in
7928         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
7929
7930 2007-01-14  Bruno Haible  <bruno@clisp.org>
7931
7932         * modules/allocsa-tests: New file.
7933         * tests/test-allocsa.c: New file.
7934
7935 2007-01-14  Bruno Haible  <bruno@clisp.org>
7936
7937         * modules/fchdir (Depends-on): Add absolute-header.
7938         * modules/unistd (Depends-on): Likewise.
7939
7940 2006-12-30  Bruno Haible  <bruno@clisp.org>
7941
7942         * modules/fchdir: New file.
7943         * modules/unistd (Files): Add lib/unistd_.h.
7944         (Makefile.am): Generate unistd.h from unistd_.h.
7945         * lib/fchdir.c: New file.
7946         * lib/dirent_.h: New file.
7947         * lib/unistd_.h: New file.
7948         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
7949         * m4/fchdir.m4: New file.
7950         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
7951         (gl_HEADER_UNISTD): Invoke it.
7952         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
7953         function.
7954         * lib/backupfile.c (opendir, closedir): Undefine.
7955         * lib/chown.c (open, close): Undefine.
7956         * lib/clean-temp.c (open, close): Undefine.
7957         * lib/copy-file.c (open, close): Undefine.
7958         * lib/execute.c (open, close): Undefine.
7959         * lib/fsusage.c (open, close): Undefine.
7960         * lib/gc-gnulib.c (open, close): Undefine.
7961         * lib/getcwd.c (opendir, closedir): Undefine.
7962         * lib/glob.c (opendir, closedir): Undefine.
7963         * lib/javacomp.c (open, close): Undefine.
7964         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
7965         * lib/openat-proc.c (open, close): Undefine.
7966         * lib/pagealign_alloc.c (open, close): Undefine.
7967         * lib/pipe.c (open, close): Undefine.
7968         * lib/progreloc.c (open, close): Undefine.
7969         * lib/savedir.c (opendir, closedir): Undefine.
7970         * lib/utime.c (open, close): Undefine.
7971         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
7972
7973 2007-01-10  Bruno Haible  <bruno@clisp.org>
7974
7975         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
7976
7977 2007-01-12  Eric Blake  <ebb9@byu.net>
7978
7979         Provide a robust <wchar.h>.  Further simplifications are now
7980         possible in other modules, but not included here.
7981         * modules/wchar: New module.
7982         * m4/wchar.m4: New file.
7983         * lib/wchar_.h: Likewise.
7984         * modules/mbchar (Depends-on): Depend on wchar, as the first use
7985         of the new module.
7986         * MODULES.html.sh (Extended multibyte and wide character utilities):
7987         New section.
7988
7989 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
7990
7991         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
7992         to a reasonable default for memory allocation.
7993         (xreadlink): Don't allocate a huge buffer, to work around a buggy
7994         file system that reports garbage st_size values for symlinks.
7995         Problem reported by Liyang Hu.
7996
7997 2007-01-11  Simon Josefsson  <simon@josefsson.org>
7998
7999         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
8000         Emacs .#* auto-save files).
8001
8002 2007-01-11  Bruno Haible  <bruno@clisp.org>
8003
8004         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
8005         directory.
8006
8007 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8008
8009         Use @...@ consistently in lib/wctype_.h.
8010         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
8011         on it being set to 1 or 0.
8012         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
8013         go back to AC_SUBSTing it.
8014         * modules/wctype (Makefile.am): Undo previous change.
8015
8016 2007-01-10  Eric Blake  <ebb9@byu.net>
8017
8018         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
8019         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
8020         * modules/wctype (Makefile.am): Likewise.
8021         Reported by Chris McGuire.
8022
8023 2007-01-10  Jim Meyering  <jim@meyering.net>
8024
8025         fts.c: a small readability/maintainability improvement
8026         * lib/fts.c (fts_read): Make this code slightly more readable and
8027         maintainable by hoisting the "sp->fts_cur = p" assignments to
8028         immediately follow the statements that set P.  Derived from
8029         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
8030
8031 2007-01-10  Eric Blake  <ebb9@byu.net>
8032
8033         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
8034         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
8035         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
8036         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
8037         Reported by Chris McGuire.
8038
8039 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8040
8041         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
8042         in sed script.
8043
8044 2007-01-09  Bruno Haible  <bruno@clisp.org>
8045
8046         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
8047         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
8048         variables.
8049         (func_module): Use them.
8050
8051 2007-01-09  Bruno Haible  <bruno@clisp.org>
8052
8053         * modules/unistr/base: New file.
8054         * lib/unistr.h: New file.
8055
8056         * modules/unistr/u8-to-u16: New file.
8057         * lib/unistr/u8-to-u16.c: New file.
8058
8059         * modules/unistr/u8-to-u32: New file.
8060         * lib/unistr/u8-to-u32.c: New file.
8061
8062         * modules/unistr/u16-to-u8: New file.
8063         * lib/unistr/u16-to-u8.c: New file.
8064
8065         * modules/unistr/u16-to-u32: New file.
8066         * lib/unistr/u16-to-u32.c: New file.
8067
8068         * modules/unistr/u32-to-u8: New file.
8069         * lib/unistr/u32-to-u8.c: New file.
8070
8071         * modules/unistr/u32-to-u16: New file.
8072         * lib/unistr/u32-to-u16.c: New file.
8073
8074         * modules/unistr/u8-check: New file.
8075         * modules/unistr/u16-check: New file.
8076         * modules/unistr/u32-check: New file.
8077         * lib/unistr/u8-check.c: New file.
8078         * lib/unistr/u16-check.c: New file.
8079         * lib/unistr/u32-check.c: New file.
8080
8081         * modules/unistr/u8-chr: New file.
8082         * modules/unistr/u16-chr: New file.
8083         * modules/unistr/u32-chr: New file.
8084         * lib/unistr/u8-chr.c: New file.
8085         * lib/unistr/u16-chr.c: New file.
8086         * lib/unistr/u32-chr.c: New file.
8087
8088         * modules/unistr/u8-cmp: New file.
8089         * modules/unistr/u16-cmp: New file.
8090         * modules/unistr/u32-cmp: New file.
8091         * lib/unistr/u8-cmp.c: New file.
8092         * lib/unistr/u16-cmp.c: New file.
8093         * lib/unistr/u32-cmp.c: New file.
8094
8095         * modules/unistr/u8-cpy: New file.
8096         * modules/unistr/u16-cpy: New file.
8097         * modules/unistr/u32-cpy: New file.
8098         * lib/unistr/u8-cpy.c: New file.
8099         * lib/unistr/u16-cpy.c: New file.
8100         * lib/unistr/u32-cpy.c: New file.
8101         * lib/unistr/u-cpy.h: New file.
8102
8103         * modules/unistr/u8-cpy-alloc: New file.
8104         * modules/unistr/u16-cpy-alloc: New file.
8105         * modules/unistr/u32-cpy-alloc: New file.
8106         * lib/unistr/u8-cpy-alloc.c: New file.
8107         * lib/unistr/u16-cpy-alloc.c: New file.
8108         * lib/unistr/u32-cpy-alloc.c: New file.
8109         * lib/unistr/u-cpy-alloc.h: New file.
8110
8111         * modules/unistr/u8-endswith: New file.
8112         * modules/unistr/u16-endswith: New file.
8113         * modules/unistr/u32-endswith: New file.
8114         * lib/unistr/u8-endswith.c: New file.
8115         * lib/unistr/u16-endswith.c: New file.
8116         * lib/unistr/u32-endswith.c: New file.
8117         * lib/unistr/u-endswith.h: New file.
8118
8119         * modules/unistr/u8-mblen: New file.
8120         * modules/unistr/u16-mblen: New file.
8121         * modules/unistr/u32-mblen: New file.
8122         * lib/unistr/u8-mblen.c: New file.
8123         * lib/unistr/u16-mblen.c: New file.
8124         * lib/unistr/u32-mblen.c: New file.
8125
8126         * modules/unistr/u8-mbtouc: New file.
8127         * modules/unistr/u16-mbtouc: New file.
8128         * modules/unistr/u32-mbtouc: New file.
8129         * lib/unistr/u8-mbtouc.c: New file.
8130         * lib/unistr/u16-mbtouc.c: New file.
8131         * lib/unistr/u32-mbtouc.c: New file.
8132
8133         * modules/unistr/u8-mbtouc-safe: New file.
8134         * modules/unistr/u16-mbtouc-safe: New file.
8135         * modules/unistr/u32-mbtouc-safe: New file.
8136         * lib/unistr/u8-mbtouc-safe.c: New file.
8137         * lib/unistr/u16-mbtouc-safe.c: New file.
8138         * lib/unistr/u32-mbtouc-safe.c: New file.
8139
8140         * modules/unistr/u8-move: New file.
8141         * modules/unistr/u16-move: New file.
8142         * modules/unistr/u32-move: New file.
8143         * lib/unistr/u8-move.c: New file.
8144         * lib/unistr/u16-move.c: New file.
8145         * lib/unistr/u32-move.c: New file.
8146         * lib/unistr/u-move.h: New file.
8147
8148         * modules/unistr/u8-next: New file.
8149         * modules/unistr/u16-next: New file.
8150         * modules/unistr/u32-next: New file.
8151         * lib/unistr/u8-next.c: New file.
8152         * lib/unistr/u16-next.c: New file.
8153         * lib/unistr/u32-next.c: New file.
8154
8155         * modules/unistr/u8-prev: New file.
8156         * modules/unistr/u16-prev: New file.
8157         * modules/unistr/u32-prev: New file.
8158         * lib/unistr/u8-prev.c: New file.
8159         * lib/unistr/u16-prev.c: New file.
8160         * lib/unistr/u32-prev.c: New file.
8161
8162         * modules/unistr/u8-set: New file.
8163         * modules/unistr/u16-set: New file.
8164         * modules/unistr/u32-set: New file.
8165         * lib/unistr/u8-set.c: New file.
8166         * lib/unistr/u16-set.c: New file.
8167         * lib/unistr/u32-set.c: New file.
8168         * lib/unistr/u-set.h: New file.
8169
8170         * modules/unistr/u8-startswith: New file.
8171         * modules/unistr/u16-startswith: New file.
8172         * modules/unistr/u32-startswith: New file.
8173         * lib/unistr/u8-startswith.c: New file.
8174         * lib/unistr/u16-startswith.c: New file.
8175         * lib/unistr/u32-startswith.c: New file.
8176         * lib/unistr/u-startswith.h: New file.
8177
8178         * modules/unistr/u8-stpcpy: New file.
8179         * modules/unistr/u16-stpcpy: New file.
8180         * modules/unistr/u32-stpcpy: New file.
8181         * lib/unistr/u8-stpcpy.c: New file.
8182         * lib/unistr/u16-stpcpy.c: New file.
8183         * lib/unistr/u32-stpcpy.c: New file.
8184         * lib/unistr/u-stpcpy.h: New file.
8185
8186         * modules/unistr/u8-stpncpy: New file.
8187         * modules/unistr/u16-stpncpy: New file.
8188         * modules/unistr/u32-stpncpy: New file.
8189         * lib/unistr/u8-stpncpy.c: New file.
8190         * lib/unistr/u16-stpncpy.c: New file.
8191         * lib/unistr/u32-stpncpy.c: New file.
8192         * lib/unistr/u-stpncpy.h: New file.
8193
8194         * modules/unistr/u8-strcat: New file.
8195         * modules/unistr/u16-strcat: New file.
8196         * modules/unistr/u32-strcat: New file.
8197         * lib/unistr/u8-strcat.c: New file.
8198         * lib/unistr/u16-strcat.c: New file.
8199         * lib/unistr/u32-strcat.c: New file.
8200         * lib/unistr/u-strcat.h: New file.
8201
8202         * modules/unistr/u8-strchr: New file.
8203         * modules/unistr/u16-strchr: New file.
8204         * modules/unistr/u32-strchr: New file.
8205         * lib/unistr/u8-strchr.c: New file.
8206         * lib/unistr/u16-strchr.c: New file.
8207         * lib/unistr/u32-strchr.c: New file.
8208
8209         * modules/unistr/u8-strcmp: New file.
8210         * modules/unistr/u16-strcmp: New file.
8211         * modules/unistr/u32-strcmp: New file.
8212         * lib/unistr/u8-strcmp.c: New file.
8213         * lib/unistr/u16-strcmp.c: New file.
8214         * lib/unistr/u32-strcmp.c: New file.
8215
8216         * modules/unistr/u8-strcpy: New file.
8217         * modules/unistr/u16-strcpy: New file.
8218         * modules/unistr/u32-strcpy: New file.
8219         * lib/unistr/u8-strcpy.c: New file.
8220         * lib/unistr/u16-strcpy.c: New file.
8221         * lib/unistr/u32-strcpy.c: New file.
8222         * lib/unistr/u-strcpy.h: New file.
8223
8224         * modules/unistr/u8-strcspn: New file.
8225         * modules/unistr/u16-strcspn: New file.
8226         * modules/unistr/u32-strcspn: New file.
8227         * lib/unistr/u8-strcspn.c: New file.
8228         * lib/unistr/u16-strcspn.c: New file.
8229         * lib/unistr/u32-strcspn.c: New file.
8230         * lib/unistr/u-strcspn.h: New file.
8231
8232         * modules/unistr/u8-strdup: New file.
8233         * modules/unistr/u16-strdup: New file.
8234         * modules/unistr/u32-strdup: New file.
8235         * lib/unistr/u8-strdup.c: New file.
8236         * lib/unistr/u16-strdup.c: New file.
8237         * lib/unistr/u32-strdup.c: New file.
8238         * lib/unistr/u-strdup.h: New file.
8239
8240         * modules/unistr/u8-strlen: New file.
8241         * modules/unistr/u16-strlen: New file.
8242         * modules/unistr/u32-strlen: New file.
8243         * lib/unistr/u8-strlen.c: New file.
8244         * lib/unistr/u16-strlen.c: New file.
8245         * lib/unistr/u32-strlen.c: New file.
8246         * lib/unistr/u-strlen.h: New file.
8247
8248         * modules/unistr/u8-strmblen: New file.
8249         * modules/unistr/u16-strmblen: New file.
8250         * modules/unistr/u32-strmblen: New file.
8251         * lib/unistr/u8-strmblen.c: New file.
8252         * lib/unistr/u16-strmblen.c: New file.
8253         * lib/unistr/u32-strmblen.c: New file.
8254
8255         * modules/unistr/u8-strmbtouc: New file.
8256         * modules/unistr/u16-strmbtouc: New file.
8257         * modules/unistr/u32-strmbtouc: New file.
8258         * lib/unistr/u8-strmbtouc.c: New file.
8259         * lib/unistr/u16-strmbtouc.c: New file.
8260         * lib/unistr/u32-strmbtouc.c: New file.
8261
8262         * modules/unistr/u8-strncat: New file.
8263         * modules/unistr/u16-strncat: New file.
8264         * modules/unistr/u32-strncat: New file.
8265         * lib/unistr/u8-strncat.c: New file.
8266         * lib/unistr/u16-strncat.c: New file.
8267         * lib/unistr/u32-strncat.c: New file.
8268         * lib/unistr/u-strncat.h: New file.
8269
8270         * modules/unistr/u8-strncmp: New file.
8271         * modules/unistr/u16-strncmp: New file.
8272         * modules/unistr/u32-strncmp: New file.
8273         * lib/unistr/u8-strncmp.c: New file.
8274         * lib/unistr/u16-strncmp.c: New file.
8275         * lib/unistr/u32-strncmp.c: New file.
8276
8277         * modules/unistr/u8-strncpy: New file.
8278         * modules/unistr/u16-strncpy: New file.
8279         * modules/unistr/u32-strncpy: New file.
8280         * lib/unistr/u8-strncpy.c: New file.
8281         * lib/unistr/u16-strncpy.c: New file.
8282         * lib/unistr/u32-strncpy.c: New file.
8283         * lib/unistr/u-strncpy.h: New file.
8284
8285         * modules/unistr/u8-strnlen: New file.
8286         * modules/unistr/u16-strnlen: New file.
8287         * modules/unistr/u32-strnlen: New file.
8288         * lib/unistr/u8-strnlen.c: New file.
8289         * lib/unistr/u16-strnlen.c: New file.
8290         * lib/unistr/u32-strnlen.c: New file.
8291         * lib/unistr/u-strnlen.h: New file.
8292
8293         * modules/unistr/u8-strpbrk: New file.
8294         * modules/unistr/u16-strpbrk: New file.
8295         * modules/unistr/u32-strpbrk: New file.
8296         * lib/unistr/u8-strpbrk.c: New file.
8297         * lib/unistr/u16-strpbrk.c: New file.
8298         * lib/unistr/u32-strpbrk.c: New file.
8299         * lib/unistr/u-strpbrk.h: New file.
8300
8301         * modules/unistr/u8-strrchr: New file.
8302         * modules/unistr/u16-strrchr: New file.
8303         * modules/unistr/u32-strrchr: New file.
8304         * lib/unistr/u8-strrchr.c: New file.
8305         * lib/unistr/u16-strrchr.c: New file.
8306         * lib/unistr/u32-strrchr.c: New file.
8307
8308         * modules/unistr/u8-strspn: New file.
8309         * modules/unistr/u16-strspn: New file.
8310         * modules/unistr/u32-strspn: New file.
8311         * lib/unistr/u8-strspn.c: New file.
8312         * lib/unistr/u16-strspn.c: New file.
8313         * lib/unistr/u32-strspn.c: New file.
8314         * lib/unistr/u-strspn.h: New file.
8315
8316         * modules/unistr/u8-strstr: New file.
8317         * modules/unistr/u16-strstr: New file.
8318         * modules/unistr/u32-strstr: New file.
8319         * lib/unistr/u8-strstr.c: New file.
8320         * lib/unistr/u16-strstr.c: New file.
8321         * lib/unistr/u32-strstr.c: New file.
8322         * lib/unistr/u-strstr.h: New file.
8323
8324         * modules/unistr/u8-strtok: New file.
8325         * modules/unistr/u16-strtok: New file.
8326         * modules/unistr/u32-strtok: New file.
8327         * lib/unistr/u8-strtok.c: New file.
8328         * lib/unistr/u16-strtok.c: New file.
8329         * lib/unistr/u32-strtok.c: New file.
8330         * lib/unistr/u-strtok.h: New file.
8331
8332         * modules/unistr/u8-uctomb: New file.
8333         * modules/unistr/u16-uctomb: New file.
8334         * modules/unistr/u32-uctomb: New file.
8335         * lib/unistr/u8-uctomb.c: New file.
8336         * lib/unistr/u16-uctomb.c: New file.
8337         * lib/unistr/u32-uctomb.c: New file.
8338
8339         * MODULES.html.sh (Unicode string functions): Add the new modules.
8340
8341 2007-01-08  Bruno Haible  <bruno@clisp.org>
8342
8343         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
8344         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
8345         subdirectories.
8346
8347 2007-01-08  Karl Berry  <karl@gnu.org>
8348
8349         * doc/error.texi: mention that main() fns must set program_name
8350         when progname is used.
8351
8352 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
8353
8354         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
8355         WCTYPE_H is empty, for the benefit of builds from non-distclean
8356         directories.  Problem reported by Eric Blake in
8357         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
8358
8359 2007-01-08  Bruno Haible  <bruno@clisp.org>
8360
8361         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
8362         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
8363         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
8364         PROVIDE_CANONICALIZE_FILENAME_MODE.
8365         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
8366
8367 2007-01-08  Bruno Haible  <bruno@clisp.org>
8368
8369         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
8370         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
8371         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
8372         * lib/fts.c: Likewise.
8373         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
8374
8375 2006-12-25  Bruno Haible  <bruno@clisp.org>
8376
8377         * modules/utf8-ucs4-safe: New file.
8378         * lib/utf8-ucs4-safe.h: New file.
8379         * lib/unistr/utf8-ucs4-safe.c: New file.
8380
8381         * modules/utf16-ucs4-safe: New file.
8382         * lib/utf16-ucs4-safe.h: New file.
8383         * lib/unistr/utf16-ucs4-safe.c: New file.
8384
8385         * MODULES.html.sh (Unicode string functions): Add the new modules.
8386
8387 2007-01-08  Bruno Haible  <bruno@clisp.org>
8388
8389         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
8390         (Depends-on): Add unitypes.
8391         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
8392         (u8_mbtouc_aux): Move out to separate file.
8393         (u8_mbtouc): Use ucs4_t, uint8_t types.
8394         * lib/unistr/utf8-ucs4.c: New file.
8395
8396         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
8397         (Depends-on): Add unitypes.
8398         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
8399         (u16_mbtouc_aux): Move out to separate file.
8400         (u16_mbtouc): Use ucs4_t, uint16_t types.
8401         * lib/unistr/utf16-ucs4.c: New file.
8402
8403         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
8404         (Depends-on): Add unitypes.
8405         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
8406         (u8_uctomb_aux): Move out to separate file.
8407         (u8_uctomb): Use ucs4_t, uint8_t types.
8408         * lib/unistr/ucs4-utf8.c: New file.
8409
8410         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
8411         (Depends-on): Add unitypes.
8412         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
8413         (u16_uctomb_aux): Move out to separate file.
8414         (u16_uctomb): Use ucs4_t, uint16_t types.
8415         * lib/unistr/ucs4-utf16.c: New file.
8416
8417 2006-12-25  Bruno Haible  <bruno@clisp.org>
8418
8419         * modules/unitypes: New file.
8420         * lib/unitypes.h: New file.
8421         * MODULES.html.sh (func_all_modules): New section "Unicode string
8422         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
8423         this section. Add unitypes.
8424
8425 2007-01-08  Bruno Haible  <bruno@clisp.org>
8426
8427         Avoid variable names that conflict with those from libtool.
8428         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
8429         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
8430         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
8431         library_names_spec to acl_library_names_spec, hardcode_* to
8432         acl_hardcode_*.
8433         Reported by Ralf Wildenhues.
8434
8435 2007-01-08  Bruno Haible  <bruno@clisp.org>
8436
8437         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
8438         definition.
8439         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
8440         definition.
8441         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
8442         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
8443         definition.
8444         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
8445         definition.
8446         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
8447         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
8448         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
8449         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
8450         definition.
8451         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
8452         definition.
8453         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
8454         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
8455         GC_USE_<algorithm>.
8456         * lib/gc-libgcrypt.c: Likewise.
8457         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
8458         * modules/gc-arctwo (configure.ac): Likewise.
8459         * modules/gc-des (configure.ac): Likewise.
8460         * modules/gc-hmac-md5 (configure.ac): Likewise.
8461         * modules/gc-hmac-sha1 (configure.ac): Likewise.
8462         * modules/gc-md2 (configure.ac): Likewise.
8463         * modules/gc-md4 (configure.ac): Likewise.
8464         * modules/gc-md5 (configure.ac): Likewise.
8465         * modules/gc-random (configure.ac): Likewise.
8466         * modules/gc-rijndael (configure.ac): Likewise.
8467         * modules/gc-sha1 (configure.ac): Likewise.
8468
8469 2007-01-08  Bruno Haible  <bruno@clisp.org>
8470
8471         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
8472         macro definition.
8473         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
8474         definition.
8475         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
8476         definition.
8477         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
8478         * modules/fcntl-safer (configure.ac): Likewise.
8479         * modules/fopen-safer (configure.ac): Likewise.
8480         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
8481         GNULIB_FWRITEERROR macro definition.
8482
8483 2007-01-08  Bruno Haible  <bruno@clisp.org>
8484
8485         * m4/gnulib-common.m4: New file.
8486         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
8487         (func_get_filelist): Add m4/gnulib-common.m4.
8488
8489 2007-01-08  Bruno Haible  <bruno@clisp.org>
8490
8491         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
8492         command.
8493
8494 2007-01-08  Jim Meyering  <jim@meyering.net>
8495
8496         Use a more robust test for a "can't happen" condition.
8497         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
8498         narrowed the st_size value.  Presuming the "can't happen" condition
8499         is true, that narrowing could conceivably convert an invalid st_size
8500         value into a valid one.  Instead, use a change based on Matthew
8501         Woehlke's original patch.
8502
8503         Slight readability improvement: use an assert-like macro
8504         in place of literal "abort ()" uses.
8505         * lib/fts.c (fts_assert): Define.
8506         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
8507         Use this macro instead of a bare 'abort'.
8508
8509 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
8510
8511         Don't worry about using IRIX 5.3's wctype.h broken definitions;
8512         simply work around them.
8513         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
8514         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
8515         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
8516         declaring.
8517         Don't bother to define as macros, since the standard doesn't require it.
8518         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
8519         longer worry about IRIX 5.3.
8520         (HAVE_WCTYPE_CTMP_BUG): Remove.
8521
8522 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8523
8524         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
8525         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
8526         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
8527         Problems reported by Georg Schwarz for IRIX 5.3.
8528
8529         * gnulib-tool (autoconf_minversion): Take the maximum version number
8530         found, not the minimum.  Problem reported by James Youngman.
8531
8532 2007-01-03  Karl Berry  <karl@gnu.org>
8533
8534         * doc/error.texi: new file, explaining interaction with progname.
8535         * doc/gnulib.texi: include it.  Update copyright.
8536
8537 2007-01-03  Simon Josefsson  <simon@josefsson.org>
8538
8539         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
8540         AC_CANONICAL_HOST, to improve autobuild outputs.
8541
8542 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
8543             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
8544
8545         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
8546         sockets, server sockets, and other file descriptors.  Count errors
8547         to compute the return value.  Reorder the code a bit to be easier
8548         to follow.  Don't set event bits that were not requested (except
8549         POLLERR and POLLHUP).
8550
8551 2007-01-01  Bruno Haible  <bruno@clisp.org>
8552
8553         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
8554
8555 2007-01-03  Jim Meyering  <jim@meyering.net>
8556
8557         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
8558
8559 2007-01-02  Bruno Haible  <bruno@clisp.org>
8560
8561         * modules/settime (Include): Require timespec.h.
8562         * modules/nanosleep (Include): Likewise.
8563
8564 2007-01-01  Bruno Haible  <bruno@clisp.org>
8565
8566         * gnulib-tool (func_emit_copyright_notice): Bump year.
8567         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
8568
8569 2007-01-01  Bruno Haible  <bruno@clisp.org>
8570
8571         Improve support for OpenBSD.
8572         * build-aux/config.rpath (libname_spec): Export.
8573         (library_names_spec): New variable. Export.
8574         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
8575         library_names_spec from the config.rpath output. Locate shared library
8576         through the name pattern in library_names_spec.
8577
8578 2007-01-01  Eric Blake  <ebb9@byu.net>
8579
8580         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
8581
8582 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
8583
8584         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
8585         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
8586         assume the C locale, and avoid an "eval" that could cause trouble.
8587         Problem with SORT reported by Bob Proulx.
8588
8589         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
8590         Define.  Trivial patch from Henning Nielsen Lund, originally
8591         sent to bug-grep@gnu.org today.
8592
8593 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
8594
8595         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
8596         struct stat.  Problem reported by Henning Nielsen Lund.
8597         * lib/acl.c: Include acl.h first, to check interface.  Don't
8598         bother to include sys/types.h and sys/stat.h again.
8599
8600 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
8601
8602         Import the following change from libc; problem reported by
8603         Sven Verdoolaege.
8604
8605         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
8606
8607         [BZ #1373]
8608         * lib/argp.h: Remove __NTH for __argp_usage inline function.
8609
8610 2006-12-28  Jim Meyering  <jim@meyering.net>
8611
8612         * build-aux/announce-gen: Do not assume that the package
8613         builds any of tar.gz, tar.bz2, and .xdelta files.
8614         Suggestion from Simon Josefsson.
8615
8616 2006-12-28  Simon Josefsson  <simon@josefsson.org>
8617
8618         * modules/announce-gen: New file.
8619
8620 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
8621
8622         * lib/mbchar.h: Just include <wctype.h>; the wctype module
8623         handles its gotchas now.
8624         * lib/mbswidth.c: Likewise.
8625         * lib/wcwidth.h: Likewise.
8626         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
8627         and iswcntrl; the wctype module does this stuff now.
8628         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
8629         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
8630         * modules/mbchar (Depends-on): Add wctype.
8631         * modules/mbswidth (Depends-on): Likewise.
8632         * modules/wcwidth (Depends-on): Likewise.
8633
8634 2006-12-27  Eric Blake  <ebb9@byu.net>
8635
8636         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
8637         module uses more than what <wctype.h> is required to provide.
8638
8639 2006-12-26  Eric Blake  <ebb9@byu.net>
8640
8641         * gnulib-tool (sed_extract_prog): Avoid space-tab.
8642
8643 2006-12-26  Eric Blake  <ebb9@byu.net>
8644
8645         * modules/absolute-header: New module.
8646         * modules/fcntl (Depends-on): Depend on it.
8647         * modules/inttypes (Depends-on): Likewise.
8648         * modules/stdint (Depends-on): Likewise.
8649         * modules/sys_stat (Depends-on): Likewise.
8650         * modules/wctype (Depends-on): Likewise.
8651         * MODULES.html.sh (Support for building libraries and
8652         executables): Document it.
8653
8654 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
8655
8656         * gnulib-tool (SED): Remove, undoing previous change.
8657         The problem was that it broke coreutils on Solaris, because
8658         "sed --posix" leaked into a makefile.
8659         (sed): New alias, if 'alias' and GNU sed.
8660
8661 2006-12-24  Jim Meyering  <jim@meyering.net>
8662
8663         Work around an fchownat bug in glibc-2.4:
8664         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
8665         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
8666         in spite of the -P option.
8667         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
8668         New macros.
8669         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
8670         * modules/openat (Files): Add lib/fchownat.c.
8671         * lib/openat.c (fchownat): Don't define here.  Move to...
8672         * lib/fchownat.c: ...this new file.
8673
8674 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
8675
8676         Fix bug reported by Bruno Haible in
8677         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
8678         where quotearg.c didn't compile on Mac OS X 10.2 because it
8679         lacks <wchar.h> and wint_t.
8680         * lib/wctype_.h (__wctype_wint_t): New type.
8681         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
8682         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
8683         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
8684         Arg is now of type __wctype_wint_t, not wint_t.
8685         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
8686         substitute HAVE_WINT_T.
8687         * modules/wctype (Files): Add m4/wint_t.m4.
8688         (wctype.h): Substitute HAVE_WINT_T.
8689
8690 2006-12-23  Bruno Haible  <bruno@clisp.org>
8691
8692         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
8693
8694 2006-12-23  Bruno Haible  <bruno@clisp.org>
8695
8696         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
8697         S_ISLNK.
8698         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
8699         mingw.
8700
8701 2006-12-22  Bruno Haible  <bruno@clisp.org>
8702
8703         * lib/copy-file.c: Include acl.h.
8704         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
8705         Close the file descriptors only after being done with copy_acl.
8706         * modules/copy-file (Depends-on): Add acl.
8707
8708 2006-12-22  Bruno Haible  <bruno@clisp.org>
8709
8710         * gnulib-tool (SED): New variable.
8711         Use $SED instead of sed everywhere.
8712
8713 2006-12-22  Bruno Haible  <bruno@clisp.org>
8714
8715         * modules/no-c++: New file.
8716         * m4/no-c++.m4: New file.
8717         * MODULES.html.sh (Support for building libraries and executables):
8718         Add no-c++.
8719
8720 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
8721
8722         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
8723         Include <limits.h>, and use its INT_MAX to rewrite the
8724         j loop so that it does not overflow 'int'.  Problem reported by
8725         Ralf Wildenhues in
8726         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
8727         Play it safe by shifting left by 1 rather than multiplying by 2,
8728         as GCC is less likely to optimize this away when the value
8729         is signed (when it assumes overflow leads to undefined behavior).
8730         Also, don't assume time_t uses two's complement.
8731
8732 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
8733
8734         * MODULES.html.sh: New module wctype.
8735         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
8736         * lib/fnmatch.c: Don't bother to include <wchar.h> before
8737         <wctype.h>, since the new wctype module should fix this.
8738         * lib/quotearg.c: Include <wctype.h> unconditionally, since
8739         the wctype module should arrange for it.
8740         * lib/regex_internal.h: Likewise.
8741         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
8742         since the wctype module should handle this now.
8743         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
8744         * modules/fnmatch (Depends-on): Add wctype.
8745         * modules/quotearg (Depends-on): Likewise.
8746         * modules/regex (Depends-on): Likewise.
8747
8748 2006-12-19  Bruno Haible  <bruno@clisp.org>
8749
8750         * lib/strdup.h [C++]: Wrap definitions in extern "C".
8751         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
8752
8753 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8754
8755         * modules/savewd (Depends-on): Fix dependency on fcntl.
8756
8757 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8758
8759         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
8760         conforms to C99, rather than relying on the user's environment
8761         setting of STDINT_H.
8762
8763 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8764         and Eric Blake  <ebb9@byu.net>
8765
8766         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
8767         This is more consistent with the other defines here.
8768         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
8769         Port to z/OS.  Problem reported by Paul Gilmartin.
8770         Change local vars to use gl_ prefix rather than ac_.
8771         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
8772         with other defines.
8773         * modules/double-slash-root: New module.
8774         * modules/dirname (Files): Remove m4/double-slash-root.m4.
8775         (Depends-on): Add double-slash-root.
8776         * MODULES.html.sh (File system functions): Mention new module.
8777
8778 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
8779
8780         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
8781         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
8782         This is for the benefit of gzip, which doesn't do i18n.
8783
8784 2006-12-12  Jim Meyering  <jim@meyering.net>
8785
8786         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
8787         Reported by Andreas Schwab <schwab@suse.de>.
8788
8789 2006-12-12  Bruno Haible  <bruno@clisp.org>
8790
8791         Merge these changes.
8792         2006-09-05  Bruno Haible  <bruno@clisp.org>
8793         * lib/iconvme.c (iconv_string): No need to save and restore errno when
8794         iconv_alloc succeeded.
8795         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
8796         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
8797         test for " && dest " at the end - dest is always != NULL there. Call
8798         iconv with 4xNULL arguments initially, to reset the state. Call iconv
8799         with 2xNULL arguments, also to flush the state storage. Handle the
8800         IRIX iconv behaviour. Realloc the final result, to throw away unused
8801         memory.
8802
8803 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
8804
8805         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
8806         and fchmodat unconditionally, since glibc 2.4 has them.
8807         Problem reported by Arkadiusz Miskiewicz.
8808
8809 2006-12-10  Bruno Haible  <bruno@clisp.org>
8810
8811         * gnulib-tool (func_import): Show the include files only for those
8812         modules that are copied and specified.
8813         Reported by Karl Berry.
8814
8815 2006-12-08  Jim Meyering  <jim@meyering.net>
8816
8817         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
8818         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
8819
8820         * build-aux/announce-gen: Add two new options, both optional:
8821         --bootstrap-tools=TOOL_LIST
8822               a comma-separated list of tools, e.g.,
8823               autoconf,automake,bison,gnulib
8824         --gnulib-snapshot-date=DATE
8825               if gnulib is in the bootstrap tool list,
8826               then report this as the snapshot date.
8827               If not specified, use the current date/time.
8828               If you specify a date here, be sure it's UTC.
8829
8830 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8831
8832         * tests/test-argp-2.sh: Fix test to match actual output.
8833         (func_compare): Fix sed script to be portable.
8834
8835 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
8836
8837         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
8838         workaround for this case.  It is not autoconfigured now; offhand
8839         it's hard to see how to autoconfigure it.
8840
8841 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
8842
8843         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
8844         a directory that is about to be chowned.  Such a directory's
8845         initial file permissions should permit the owner only and this
8846         should not be changed until after the chown, since the group and
8847         other bits would be incorrect if they granted permission before
8848         the chown.
8849
8850         Fix porting problem for iswctype reported by Georg Schwarz in:
8851         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
8852         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
8853         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
8854         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
8855         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8856
8857 2006-12-03  Jim Meyering  <jim@meyering.net>
8858
8859         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
8860         p->fts_statp may not yet be defined.
8861         (fts_read): Instead, set it in the caller, once p->fts_statp is
8862         sure to be defined, and corresponds to a top-level directory.
8863         This bug made du -x fail.  Here's the coreutils test case:
8864         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
8865         Reported by Mike Frysinger.
8866
8867 2006-12-01  Jim Meyering  <jim@meyering.net>
8868
8869         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
8870         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
8871         Reported by Simon Josefsson.
8872
8873 2006-11-30  Jim Meyering  <jim@meyering.net>
8874
8875         * m4/warning.m4: Use the all-permissive copyright notice
8876         recommended by RMS (rather than LGPL).
8877         * m4/vararrays.m4: Likewise.
8878         * m4/flexmember.m4: Likewise.
8879
8880 2006-11-29  Bruno Haible  <bruno@clisp.org>
8881
8882         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8883         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
8884         using +=.
8885         Reported by Simon Josefsson <simon@josefsson.org>.
8886
8887 2006-11-28  James Youngman <jay@gnu.org>
8888
8889         * README: Advise users that they might find the bug-gnulib@gnu.org
8890         and autotools-announce@gnu.org mailing lists useful.
8891
8892 2006-11-28  Bruno Haible  <bruno@clisp.org>
8893
8894         * m4/ptrdiff_max.m4: Remove file.
8895
8896 2006-11-21  Bruno Haible  <bruno@clisp.org>
8897
8898         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
8899         _AC_COMPUTE_INT.
8900         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8901         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
8902         _AC_COMPUTE_INT.
8903         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8904         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
8905         _AC_COMPUTE_INT.
8906         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8907
8908 2006-11-28  Jim Meyering  <jim@meyering.net>
8909
8910         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
8911         warning from "gcc -Wshadow" about shadowing the builtin.
8912
8913 2006-11-27  Bruno Haible  <bruno@clisp.org>
8914
8915         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
8916         _AC_COMPUTE_INT.
8917         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8918
8919 2006-11-27  Bruno Haible  <bruno@clisp.org>
8920             Paul Eggert  <eggert@cs.ucla.edu>
8921
8922         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
8923
8924 2006-11-26  Bruno Haible  <bruno@clisp.org>
8925
8926         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8927         noinst_LTLIBRARIES.
8928
8929 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
8930             Bruno Haible  <bruno@clisp.org>
8931
8932         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
8933         if compiling with "gcc -ansi".
8934
8935 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
8936
8937         Fix some incompatibilities with gcc -ansi -pedantic.
8938         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
8939         if compiling pedantically with GCC, unless it's C99 or later.
8940         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
8941         it mishandles gcc -ansi -pedantic as well.
8942         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
8943         if gcc -pedantic.
8944         * lib/regexec.c (check_node_accept_bytes): Don't use auto
8945         initializers for struct if -pedantic, unless it's C99 or later.
8946
8947 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
8948
8949         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
8950         Don't close an fd more than once. Identical atimes indicate
8951         success, not failure.
8952
8953 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
8954
8955         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
8956
8957 2006-11-23  Jim Meyering  <jim@meyering.net>
8958
8959         * build-aux/announce-gen: New file.  From coreutils.
8960
8961 2006-11-22  Jim Meyering  <jim@meyering.net>
8962
8963         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
8964         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
8965         (fts_read): Use a temporary to narrow the overused st_size member
8966         before using it in a switch statement.  Reported by Matthew Woehlke.
8967
8968         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
8969         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
8970
8971 2006-11-20  Bruno Haible  <bruno@clisp.org>
8972
8973         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
8974         changequote instead of pairs of brackets.
8975         Reported by Andreas Schwab <schwab@suse.de>.
8976
8977 2006-11-21  Jim Meyering  <jim@meyering.net>
8978
8979         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
8980         so as to remain compatible with older compilers.
8981         Patch from Michael Deutschmann.
8982
8983 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8984
8985         * MODULES.html.sh (File system functions): Add openat.
8986
8987         * lib/openat.h (rpl_fstatat): New macro, if
8988         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
8989         (fstatat): Define to rpl_fstatat under the same conditions,
8990         unless COMPILING_FSTATAT.
8991         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
8992         seems to have the bug.
8993         * lib/fstatat.c: New file.
8994         * modules/openat (Files): Add it.
8995
8996 2006-11-20  Bruno Haible  <bruno@clisp.org>
8997
8998         * Makefile: New file.
8999
9000 2006-11-20  Jim Meyering  <jim@meyering.net>
9001
9002         The beginnings of syntax-related checks for gnulib.
9003         * lib/Makefile: New file.
9004         * lib/t-idcache: New script.  Ensure that the two halves of
9005         idcache.c stay in sync.
9006
9007         * lib/idcache.c: Adjust comments in user- and group- portions to
9008         be more accurate, and to be consistent with one another.
9009
9010 2006-11-20  Jim Meyering  <jim@meyering.net>
9011
9012         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
9013         continue using the flexible array member (thus, this module performs
9014         half as many malloc calls), with the addition that...
9015         (getgroup, getuser): Consistently record a non-match via an empty
9016         "name" string, and map an empty string match to a NULL return value.
9017         * modules/idcache (Depends-on): Re-add flexmember.
9018
9019         * lib/idcache.c (getuser): Remove all uses of the register keyword.
9020         (getuidbyname, getgroup, getgidbyname): Likewise.
9021
9022         Use cleaner syntax: NULL rather than 0.
9023         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
9024
9025 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
9026
9027         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
9028         It mishandled the case where the group was missing.
9029         Problem reported by Greg Schafer.
9030         * modules/idcache: Likewise.
9031
9032 2006-11-18  Jim Meyering  <jim@meyering.net>
9033
9034         * check-module (%exempt_header): Add exception for some
9035         conditionally-included headers.
9036
9037         * modules/i-ring (Depends-on): Add verify.
9038         (License): Change to LGPL.
9039
9040 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
9041
9042         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
9043         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
9044         and inttostr.h.  Use snprintf rather than uinttostr, so that
9045         LGPLed code doesn't depend on GPLed.
9046
9047 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
9048
9049         * modules/inline (License): Change from GPL to LGPL.
9050
9051 2006-11-17  Jim Meyering  <jim@meyering.net>
9052
9053         * modules/d-type (License): Switch to LGPL.
9054
9055 2006-11-15  Bruno Haible  <bruno@clisp.org>
9056
9057         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
9058
9059 2006-11-15  Eric Blake  <ebb9@byu.net>
9060
9061         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
9062         the module dependency.
9063
9064 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9065             Bruno Haible  <bruno@clisp.org>
9066
9067         * gnulib-tool (func_create_testdir): Add license consistency check.
9068
9069 2006-11-15  Eric Blake  <ebb9@byu.net>
9070
9071         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
9072         random "(cached)" in configure output.
9073
9074 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9075
9076         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
9077         test for conforming inttypes.h is both announced and cached.
9078
9079         * MODULES.html.sh (seen_modules, seen_files): New variables.
9080         (func_module): Rewrite to use a few less gnulib-tool and sed
9081         invocations.  Avoid a couple of quadratic algorithms for ...
9082         (missed_modules, missed_files): ... these, with ...
9083         (func_append, func_tmpdir): ... these new functions, from
9084         gnulib-tool.  Analogously, install traps for cleanup.
9085
9086         * tests/test-gc.c (main): Remove unused variables.
9087         * tests/test-read-file.c: Include stdlib.h, for 'free'.
9088
9089 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
9090
9091         * modules/inttostr (License): Change to LGPL.
9092
9093 2006-11-14  Eric Blake  <ebb9@byu.net>
9094
9095         * modules/tempname (License): Change to LGPL.
9096
9097 2006-11-14  Eric Blake  <ebb9@byu.net>
9098
9099         * doc/functions.texi (Function Portability): *printf functions on
9100         Cygwin now understand all POSIX size specifiers.
9101
9102 2006-11-14  Bruno Haible  <bruno@clisp.org>
9103
9104         * modules/c-ctype (License): Change to LGPL.
9105
9106 2006-11-12  Bruno Haible  <bruno@clisp.org>
9107
9108         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
9109         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
9110         for GNOME libraries, for which the include files are installed in
9111         subdirectories of $prefix/include.
9112
9113 2006-11-12  Bruno Haible  <bruno@clisp.org>
9114
9115         * m4/lib-link.m4: Require at least autoconf-2.54.
9116         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
9117         name to underscores for the --with option.
9118
9119 2006-11-13  Bruno Haible  <bruno@clisp.org>
9120
9121         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
9122         the tests directory.
9123         Reported by Ralf Wildenhues.
9124
9125 2006-11-13  Bruno Haible  <bruno@clisp.org>
9126
9127         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
9128         (func_emit_initmacro_end): Undo the override here.
9129         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
9130         Works around the famous automake error in coreutils.
9131
9132 2006-11-13  Eric Blake  <ebb9@byu.net>
9133
9134         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
9135         element, not its node.
9136
9137 2006-11-12  Bruno Haible  <bruno@clisp.org>
9138
9139         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
9140         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
9141
9142 2006-11-12  Bruno Haible  <bruno@clisp.org>
9143
9144         * gnulib-tool: New option --local-symlink.
9145         (func_usage): Document it.
9146         (lsymbolic): New variable.
9147         (func_import, func_create_testdir): If --symlink was not specified,
9148         test whether --local-symlink was specified and the file comes from
9149         the local_gnulib_dir.
9150
9151 2006-11-12  Bruno Haible  <bruno@clisp.org>
9152
9153         * gnulib-tool (func_ln): New function.
9154         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
9155
9156 2006-11-12  Bruno Haible  <bruno@clisp.org>
9157
9158         Finish support for source files in subdirectories.
9159         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
9160         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
9161         AUTOMAKE_OPTIONS.
9162         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
9163
9164 2006-11-12  Bruno Haible  <bruno@clisp.org>
9165
9166         * gnulib-tool (func_get_automake_snippet): Synthesize also an
9167         EXTRA_lib_SOURCES augmentation.
9168         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
9169
9170 2006-11-12  Jim Meyering  <jim@meyering.net>
9171
9172         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
9173         file descriptors.  This also averts a failure on systems with
9174         native openat support when a traversed directory lacks "x" access.
9175         * lib/fts_.h: Include "i-ring.h"
9176         (struct FTS) [fts_fd_ring]: New member.
9177         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
9178         (FCHDIR): Add parentheses.
9179         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
9180         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
9181         When descending, rather than simply closing the previous
9182         fts_cwd_fd value, push that file descriptor onto the ring.
9183         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
9184         (fts_open): Initialize the new fd_ring member.
9185         (fts_close): Clear the ring.
9186         (fts_safe_changedir): When possible, use our new fd_ring to skip
9187         the diropen and fstat and dev/ino comparison that would normally
9188         accompany a virtual `chdir ("..")'.
9189
9190         * modules/fts (Depends-on): Add i-ring.
9191         * modules/i-ring: New module.
9192         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
9193         * m4/i-ring.m4: New file.
9194
9195 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9196
9197         * gnulib-tool (func_create_testdir): Fix replacement of
9198         `build-aux' in configure.ac.  Run autotools in gltests
9199         subdirectory.
9200         (func_create_testdir, func_create_megatestdir, test): There is
9201         no need for '--force' in most autotool invocations in a new
9202         tree.  Actually fail the whole test if any of the tools, or the
9203         configure or make stages fail.
9204
9205         Sync from Automake.
9206         * build-aux/gnupload: Revert last change.  Add pointer to upload
9207         instructions of the GNU Maintenance Instructions.
9208         Suggestion by Karl Berry.
9209
9210 2006-11-10  Jim Meyering  <jim@meyering.net>
9211
9212         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
9213
9214 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
9215
9216         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
9217         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
9218         (bind_textdomain_codeset) [! ENABLE_NLS]:
9219         Evaluate all the arguments.  That way, callers get compatible behavior
9220         if the arguments have side effects.  Also, it avoids some GCC
9221         diagnostics in some cases; Joel E. Denny reported problems when Bison
9222         was configured with --enable-gcc-warnigs.
9223
9224 2006-11-10  Jim Meyering  <jim@meyering.net>
9225
9226         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
9227         relevant options in CFLAGS (like -O, -fno-inline) are taken into
9228         account.
9229
9230 2006-11-10  Jim Meyering  <jim@meyering.net>
9231
9232         * modules/inline: New file/module.
9233         * modules/xalloc (Files): Remove m4/inline.m4.
9234         (Depends-on): Add inline, instead.
9235         * modules/oset: Likewise.
9236         * modules/list: Likewise.
9237
9238 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
9239
9240         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
9241         Problem reported by Matthew Woehlke.
9242
9243 2006-11-09  Bruno Haible  <bruno@clisp.org>
9244
9245         * lib/tempname.c (gen_tempname): Remove variant that invokes
9246         __gen_tempname.
9247         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
9248         __gen_tempname.
9249
9250 2006-11-08  Bruno Haible  <bruno@clisp.org>
9251
9252         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
9253         to 'yes' instead of 'cross-compiling'.
9254
9255 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
9256
9257         * lib/quotearg.h (quotearg_free): New decl.
9258         * lib/quotearg.c (quotearg_free): New function.
9259         (slot0, nslots, slotvec0, slotvec):
9260         Now file-scope so that quotearg_free can get at them.
9261
9262 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9263
9264         Sync from Automake.
9265         * build-aux/gnupload: Add missing 'gnu' to example URL.
9266         Report by Karl Berry.
9267
9268 2006-11-08  Bruno Haible  <bruno@clisp.org>
9269
9270         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
9271         Suggested by Paul Eggert.
9272
9273 2006-11-08  Jim Meyering  <jim@meyering.net>
9274
9275         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
9276         It's already included if !_LIBC.
9277         (fts_safe_changedir): Add a comment.
9278
9279 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
9280
9281         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
9282         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
9283         Matthew Woehlke.
9284
9285         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
9286         definitions up, to avoid colliding with change below.
9287         (static_inline) [HAVE_INLINE]: New macro.
9288         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
9289         Provide extern decls when !HAVE_INLINE.  Do not define unless
9290         static_inline is defined, either by us or by xmalloc.c.  Use
9291         static_inline rather than static inline.
9292         (XCALLOC): Optimize sizeof(T) = 1 case.
9293         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
9294
9295 2006-11-07  Bruno Haible  <bruno@clisp.org>
9296
9297         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
9298         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
9299         AC_C_INLINE.
9300         * modules/xalloc (Files): Add m4/inline.m4.
9301
9302 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9303
9304         * README: Fix typo.
9305         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
9306         (Miscellanous Notes): ...from this.
9307
9308 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
9309
9310         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
9311         Mention that offsetof should be used instead of sizeof.
9312         From Bruno Haible.
9313
9314 2006-11-07  Bruno Haible  <bruno@clisp.org>
9315
9316         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
9317
9318 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
9319
9320         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
9321         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
9322         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
9323         (gl_tree_add_before, gl_tree_add_after):
9324         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
9325         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
9326         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
9327         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
9328         (gl_linked_add_after, gl_linked_add_at): Likewise.
9329         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
9330         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
9331         (gl_tree_add_before, gl_tree_add_after): Likewise.
9332         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
9333         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
9334         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
9335
9336 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9337
9338         * lib/gl_oset.h: Use C comment style, not C++ comment style.
9339
9340 2006-11-06  Bruno Haible  <bruno@clisp.org>
9341
9342         * m4/inline.m4: New file.
9343         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
9344         * modules/list (Files): Add m4/inline.m4.
9345         * modules/oset (Files): Likewise.
9346
9347 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
9348
9349         * lib/idcache.c: Include <stddef.h>, for offsetof.
9350         (struct userid.name): Change from char * to a flexible array member.
9351         All uses changed.
9352         * modules/idcache (Depends-on): Add flexmember.
9353
9354         * MODULES.html.sh (Core language properties): New module flexmember.
9355         * modules/flexmember, m4/flexmember.m4: New files.
9356
9357         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
9358         inline functions that are identical with the old xnmalloc_inline,
9359         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
9360         that we can avoid some unnecessary integer multiplications and
9361         divisions in the common case where the element size is known at
9362         compile time.
9363         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
9364         needed.
9365         (xnboundedmalloc): Remove.
9366         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
9367         arguments, for consistency with rest of this header.
9368         (xcharalloc): Rewrite using XNMALLOC.
9369         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
9370         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
9371         versions have been moved to lib/xalloc.h and renamed to be the
9372         non-*_inline versions.
9373         (xmalloc, xrealloc): Implement without reference to the xnmalloc
9374         and xnrealloc functions, since those functions are now inline and
9375         now call us.
9376         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
9377         renaming described above.
9378         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
9379         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
9380         captures the dependency in AC_C_INLINE.
9381
9382         New module canonicalize-lgpl, proposed by Charles Wilson in
9383         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
9384         with a few small changes afterwards.
9385         * MODULES.html.sh (File system functions): New module
9386         canonicalize-lgpl.
9387         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
9388         and canonicalize_file_name.
9389         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
9390         * modules/canonicalize-lgpl: New files.
9391
9392 2006-11-05  Bruno Haible  <bruno@clisp.org>
9393
9394         * gnulib-tool (func_import, func_create_testdir): Create directories
9395         also for files in subdirectories of lib/.
9396
9397 2006-11-05  Bruno Haible  <bruno@clisp.org>
9398
9399         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
9400         ANSI C compliant.
9401
9402 2006-11-03  Bruno Haible  <bruno@clisp.org>
9403
9404         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
9405         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
9406         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
9407         (xnboundedmalloc): New inline function.
9408         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
9409         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
9410         xmalloc.
9411         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
9412         xmalloc.
9413         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
9414         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
9415         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
9416         xmalloc.
9417         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
9418         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
9419         xmalloc.
9420         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
9421         gl_tree_add_after): Use XMALLOC instead of xmalloc.
9422         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
9423         xmalloc.
9424         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
9425         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
9426         gl_tree_add_after): Use XMALLOC instead of xmalloc.
9427         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
9428         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
9429         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
9430         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
9431
9432 2006-11-03  Bruno Haible  <bruno@clisp.org>
9433
9434         * lib/c-ctype.h [C++]: Define functions without name mangling.
9435         * lib/fwriteerror.h [C++]: Likewise.
9436         * lib/gcd.h [C++]: Likewise.
9437         * lib/linebreak.h [C++]: Likewise.
9438
9439 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
9440
9441         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
9442         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
9443         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
9444         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
9445         Check for functions and headers just once.
9446         Check for declaration of canonicalize_file_name.
9447         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
9448
9449 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9450
9451         * gnulib-tool (func_import): Fix typo in actioncmd.
9452
9453 2006-11-02  Bruno Haible  <bruno@clisp.org>
9454
9455         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
9456         newline sequence in the Makefile.am snippet as a space, like "make"
9457         does.
9458         Reported by Roger Persson <perrog@gmail.com>.
9459
9460 2006-11-01  Bruno Haible  <bruno@clisp.org>
9461
9462         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
9463         already declared in <string.h>.
9464         * lib/strcase.h (strncasecmp): Don't declare it if yes.
9465
9466 2006-11-01  Bruno Haible  <bruno@clisp.org>
9467
9468         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
9469         * lib/strcase.h: Include <string.h>.
9470         (strcasecmp): Define to rpl_strcasecmp here.
9471
9472 2006-11-01  Bruno Haible  <bruno@clisp.org>
9473
9474         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
9475
9476 2006-11-01  Eric Blake  <ebb9@byu.net>
9477
9478         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
9479
9480         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
9481
9482 2006-10-29  Bruno Haible  <bruno@clisp.org>
9483
9484         Make it compile in C++ mode.
9485         * lib/full-write.c (full_rw): Add a cast.
9486
9487 2006-11-01  Bruno Haible  <bruno@clisp.org>
9488
9489         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
9490         be POSIX compliant.
9491         Reported by Roger Persson <perrog@gmail.com>.
9492
9493 2006-11-01  Eric Blake  <ebb9@byu.net>
9494
9495         * lib/getopt_.h: Fix comments.
9496
9497 2006-10-31  Eric Blake  <ebb9@byu.net>
9498
9499         * modules/tmpdir (Depends-on): Add sys_stat.
9500         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
9501         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
9502         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
9503         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
9504         tempname.
9505
9506 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
9507
9508         Avoid some C++ diagnostics reported by Bruno Haible.
9509         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
9510         xmalloc.
9511         (quotearg_alloc): Use xcharalloc rather than xmalloc.
9512         (struct slotvec): Move to top level.
9513         (quotearg_n_options): Rewrite to avoid xmalloc.
9514         * lib/xalloc.h (xcharalloc): New function.
9515         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
9516         [defined __cplusplus]: Add function template that provides result
9517         type propagation.  This part of the change is from Bruno Haible.
9518
9519 2006-10-29  Bruno Haible  <bruno@clisp.org>
9520
9521         Make it compile in C++ mode.
9522         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
9523         * lib/strnlen1.c (strnlen1): Cast memchr result.
9524         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
9525         * lib/clean-temp.c (string_equals, string_hash): Add casts.
9526         (create_temp_dir): Rename local variable 'template'.
9527         (compile_csharp_using_sscli): Add cast.
9528         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
9529         * lib/findprog.c (find_in_path): Likewise.
9530         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
9531         * lib/wait-process.c (register_slave_subprocess): Likewise.
9532
9533 2006-10-22  Bruno Haible  <bruno@clisp.org>
9534
9535         * modules/tsearch: New file.
9536         * lib/tsearch.h: New file.
9537         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
9538         * m4/tsearch.m4: New file.
9539         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
9540
9541 2006-10-29  Eric Blake  <ebb9@byu.net>
9542
9543         * lib/arcfour.c: Assume config.h.
9544         * lib/arctwo.c: Likewise.
9545         * lib/base64.c: Likewise.
9546         * lib/check-version.c: Likewise.
9547         * lib/crc.c: Likewise.
9548         * lib/des.c: Likewise.
9549         * lib/gc-gnulib.c: Likewise.
9550         * lib/gc-libgcrypt.c: Likewise.
9551         * lib/gc-pbkdf2-sha1.c: Likewise.
9552         * lib/getaddrinfo.c: Likewise.
9553         * lib/getdelim.c: Likewise.
9554         * lib/getline.c: Likewise.
9555         * lib/hmac-md5.c: Likewise.
9556         * lib/hmac-sha1.c: Likewise.
9557         * lib/iconvme.c: Likewise.
9558         * lib/md2.c: Likewise.
9559         * lib/md4.c: Likewise.
9560         * lib/memxor.c: Likewise.
9561         * lib/read-file.c: Likewise.
9562         * lib/readline.c: Likewise.
9563         * lib/rijndael-alg-fst.c: Likewise.
9564         * lib/rijndael-api-fst.c: Likewise.
9565         * lib/xgetdomainname.c: Likewise.
9566
9567 2006-10-28  Eric Blake  <ebb9@byu.net>
9568
9569         * lib/xstrndup.c: Assume config.h.
9570
9571 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
9572
9573         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
9574         stat-macros.h is now for our own macros, whereas stat_h is for
9575         macros in the <sys/stat.h> name space.
9576         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
9577         (STAT_MACROS_H): Remove.
9578         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
9579         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
9580         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
9581         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
9582         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
9583         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
9584         Move these macros to ...
9585         * lib/stat_.h: here.  Don't include stat-macros.h.
9586         * lib/canonicalize.c: Don't include stat-macros.h.
9587         * lib/chown.c: Likewise.
9588         * lib/euidaccess.c: Likewise.
9589         * lib/file-type.c: Likewise.
9590         * lib/filemode.c: Likewise.
9591         * lib/glob.c: Likewise.
9592         * lib/isapipe.c: Likewise.
9593         * lib/lchown.c: Likewise.
9594         * lib/lstat.c: Likewise.
9595         * lib/mkdir-p.c: Likewise.
9596         * lib/rmdir.c: Likewise.
9597         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
9598         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
9599         unless mkdir isn't declared, to speed up 'configure'.
9600         Always create sys/stat.h, since it's unlikely any real sys/stat.h
9601         would define all the S_* symbols.
9602         * modules/canonicalize (Depends-on):
9603         Depend on sys_stat, not stat-macros.
9604         * modules/chown: Likewise.
9605         * modules/euidaccess: Likewise.
9606         * modules/filemode: Likewise.
9607         * modules/file-type: Likewise.
9608         * modules/glob: Likewise.
9609         * modules/isapipe: Likewise.
9610         * modules/lchown: Likewise.
9611         * modules/lstat: Likewise.
9612         * modules/mkancesdirs: Likewise.
9613         * modules/rmdir: Likewise.
9614         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
9615         * modules/modechange: Likewise.
9616         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
9617         (configure.ac): Remove gl_STAT_MACROS.
9618         * modules/sys_stat (Depends-on): Remove stat-macros.
9619
9620 2006-10-27  Bruno Haible  <bruno@clisp.org>
9621
9622         * m4/signed.m4: Remove file.
9623         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
9624         invocation.
9625         * modules/vasnprintf (Files): Remove m4/signed.m4.
9626
9627 2006-10-27  Bruno Haible  <bruno@clisp.org>
9628
9629         Update to GNU gettext 0.16.
9630         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
9631         m4/inttypes-h.m4, m4/signed.m4.
9632         * m4/gettext.m4: Update to GNU gettext 0.16.
9633         * m4/intl.m4: New file, from GNU gettext.
9634         * m4/intldir.m4: New file, from GNU gettext.
9635         * config/srclist.txt: Update
9636
9637 2006-10-27  Eric Blake  <ebb9@byu.net>
9638
9639         * MODULES.html.sh: Document tempname.
9640         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
9641         dependencies.
9642         (Files): Move lib/tempname.c...
9643         * modules/tempname: ...to this new module.
9644         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
9645         (gl_PREREQ_TEMPNAME): Move...
9646         * m4/tempname.m4: ...to this new file.
9647         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
9648         * modules/sys_stat (Depends-on): Add stat-macros.
9649         * lib/stat_.h (includes): Pick up stat macros.
9650         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
9651         if stat macros are broken.
9652         * lib/tempname.c (includes): No need to include "stat-macros.h".
9653         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
9654         (direxists, __path_search) [!_LIBC]: Don't compile these in
9655         gnulib; the tmpdir module covers that.
9656         * lib/tempname.h: New file.
9657
9658 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
9659
9660         * COPYING: Explain how gnulib-tool converts licence headers.
9661         Almost all wording by Eric Blake.
9662
9663 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
9664
9665         * lib/mbchar.h (is_basic_table): Make read-only.
9666         * lib/mbchar.c (is_basic_table): Likewise.
9667         Reported by John Darrington.
9668
9669 2006-10-25  Bruno Haible  <bruno@clisp.org>
9670
9671         * lib/progname.h (set_program_name): Undefine before defining.
9672
9673 2006-10-25  Bruno Haible  <bruno@clisp.org>
9674
9675         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
9676         false for non-gcc C++ compilers.
9677         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
9678
9679 2006-10-24  Bruno Haible  <bruno@clisp.org>
9680
9681         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
9682         iconv implementations like Irix iconv.
9683
9684 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9685
9686         * modules/vararrays: New file.
9687         * m4/vararrays.m4: New file, taken from diffutils.
9688         * MODULES.html.sh: New module vararrays.
9689
9690 2006-10-24  Karl Berry  <karl@gnu.org>
9691
9692         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
9693         Don't call GNU Unix.
9694
9695 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9696
9697         * users.txt: Add Libtool.
9698
9699         Sync from Libtool:
9700
9701         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9702
9703         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
9704         to gnulib's policy of including config.h unconditionally.
9705
9706 2006-10-24  Bruno Haible  <bruno@clisp.org>
9707
9708         * modules/wcwidth (Files): Add m4/wint_t.m4.
9709         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
9710         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
9711
9712 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9713
9714         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
9715         to pacify GCC with some -W flags enabled.  Problem reported by
9716         Bruno Haible.
9717
9718 2006-10-24  Jim Meyering  <jim@meyering.net>
9719
9720         * MODULES.html.sh: Remove uinttostr.  It's not a module.
9721         Reported by Karl Berry.
9722
9723 2006-10-23  Bruno Haible  <bruno@clisp.org>
9724
9725         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
9726
9727 2006-10-24  Bruno Haible  <bruno@clisp.org>
9728
9729         * lib/gl_list.h: Use C comment style, not C++ comment style.
9730
9731 2006-10-23  Eric Blake  <ebb9@byu.net>
9732
9733         * lib/getaddrinfo.c (includes): Add missing include.
9734
9735 2006-10-23  Bruno Haible  <bruno@clisp.org>
9736             Paul Eggert  <eggert@cs.ucla.edu>
9737
9738         Ability to rename obstack_free.
9739         * lib/obstack.h (__obstack_free): New macro. Declare instead of
9740         obstack_free.
9741         (obstack_free): Invoke the __obstack_free macro.
9742         * lib/obstack.c (obstack_free): Use __obstack_free macro.
9743
9744 2006-10-23  Bruno Haible  <bruno@clisp.org>
9745             Paul Eggert  <eggert@cs.ucla.edu>
9746
9747         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
9748         __argc, __argv from the declaration. (They are defined as macros on
9749         mingw.)
9750
9751 2006-10-22  Bruno Haible  <bruno@clisp.org>
9752
9753         * doc/gnulib-intro.texi: New file.
9754         * doc/gnulib.texi: Include it.
9755
9756 2006-10-21  Bruno Haible  <bruno@clisp.org>
9757
9758         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
9759         "Introduction", "Miscellanous Notes", "Particular Modules".
9760
9761 2006-10-21  Bruno Haible  <bruno@clisp.org>
9762
9763         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9764         Change mostlyclean-local rule to avoid sh syntax error from bash
9765         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
9766
9767 2006-10-23  Jim Meyering  <jim@meyering.net>
9768
9769         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
9770         in place of snprintf.
9771
9772         * modules/inttostr (Files): Add lib/uinttostr.c.
9773         * lib/uinttostr.c (inttostr): New file/function.
9774         * lib/inttostr.h (uinttostr): Declare.
9775         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
9776         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9777         Add uinttostr.
9778         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
9779
9780 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9781
9782         * lib/canonicalize.c (ELOOP): Define if not already defined.
9783         Problem reported by Bruno Haible in
9784         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
9785
9786 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9787
9788         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
9789         Problem reported by Perry Smith and Ville Laurikari.
9790
9791         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
9792         uses.
9793
9794 2006-10-19  Bruno Haible  <bruno@clisp.org>
9795
9796         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
9797         for mingw.
9798
9799 2006-10-19  Bruno Haible  <bruno@clisp.org>
9800
9801         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
9802         Needed for mingw.
9803
9804 2006-10-19  Bruno Haible  <bruno@clisp.org>
9805
9806         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
9807
9808 2006-10-19  Bruno Haible  <bruno@clisp.org>
9809
9810         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
9811         it.
9812
9813 2006-10-19  Bruno Haible  <bruno@clisp.org>
9814
9815         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
9816         invocation.
9817
9818 2006-10-19  Bruno Haible  <bruno@clisp.org>
9819
9820         * gnulib-tool (func_create_testdir): Don't include ftruncate and
9821         mountlist by default.
9822
9823 2006-10-16  Bruno Haible  <bruno@clisp.org>
9824
9825         * lib/c-strstr.c: Include c-strstr.h.
9826
9827 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9828
9829         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
9830         in a slash.
9831
9832 2006-10-18  Bruno Haible  <bruno@clisp.org>
9833
9834         * lib/lock.h [C++]: Wrap definitions in extern "C".
9835
9836 2006-10-18  Bruno Haible  <bruno@clisp.org>
9837
9838         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
9839         gl_LIBOBJS list.
9840
9841 2006-10-18  Bruno Haible  <bruno@clisp.org>
9842
9843         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
9844
9845 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
9846
9847         * lib/xstrtol.h: Include gettext.h.
9848         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
9849         Problem reported by Eric Blake.
9850         * modules/xstrtol (Depends-on): Add gettext-h.
9851
9852 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
9853
9854         * lib/strftime.c (advance): New macro.
9855         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
9856         incomplete type, so you can't add 0 to it.  Problem and patch
9857         reported by Eelco Dolstra for dietlibc.
9858
9859 2006-10-18  Jim Meyering  <jim@meyering.net>
9860
9861         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
9862         type for a local, and rename it: s/up/user_proc/.
9863
9864 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
9865
9866         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
9867         READ_UTMP_USER_PROCESS.
9868         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
9869
9870 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
9871
9872         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
9873         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
9874
9875 2006-10-17  Eric Blake  <ebb9@byu.net>
9876
9877         * lib/sigprocmask.c (sigprocmask): Fix typo.
9878
9879         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
9880
9881         * modules/clean-temp (Makefile.am): Don't add to make output...
9882         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
9883         config.h.
9884
9885 2006-10-17  Bruno Haible  <bruno@clisp.org>
9886
9887         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
9888         differently if DEFAULT_TEXT_DOMAIN is set.
9889
9890 2006-10-16  Bruno Haible  <bruno@clisp.org>
9891
9892         * lib/clean-temp.c: Include fwriteerror.h.
9893
9894 2006-10-16  Bruno Haible  <bruno@clisp.org>
9895
9896         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
9897
9898 2006-10-16  Bruno Haible  <bruno@clisp.org>
9899
9900         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
9901         * lib/sigprocmask.h: Include <sys/types.h>.
9902         (sigset_t): Use the system's definition if present.
9903
9904 2006-10-17  Eric Blake  <ebb9@byu.net>
9905
9906         * lib/xvasprintf.c (includes): Assume config.h.
9907         * lib/xasprintf.c (includes): Likewise.
9908
9909 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
9910
9911         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
9912         at least as wide as intmax_t.
9913
9914 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
9915
9916         (Imported from Automake.)
9917         * build-aux/gnupload: Update to version 1.1 of directive file.
9918
9919 2006-10-16  Eric Blake  <ebb9@byu.net>
9920
9921         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
9922         match Automake 1.10a.
9923
9924 2006-10-14  Bruno Haible  <bruno@clisp.org>
9925
9926         * modules/sigprocmask: New file.
9927         * lib/sigprocmask.h: New file.
9928         * lib/sigprocmask.c: New file.
9929         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
9930         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
9931         request sigprocmask.o.
9932         (gl_PREREQ_SIGPROCMASK): New macro.
9933         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
9934         (Depends-on): Add sigprocmask.
9935         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
9936         gt_SIGNALBLOCKING. Test for 'raise' only once.
9937         * lib/fatal-signal.c: Include sigprocmask.h.
9938         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
9939         unblock_fatal_signals): Define always.
9940         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9941         sigprocmask.
9942
9943 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9944
9945         Sync from Automake.
9946         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
9947         which incorrectly sets the mode of an existing destination
9948         directory.  In some cases the unpatched install-sh could do the
9949         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
9950         system.  We hope this is rare in practice, but it's clearly worth
9951         fixing.  Problem reported by Alex Unleashed in
9952         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
9953         Also, don't bother to check for -m bugs unless we're using -m;
9954         suggested by Stepan Kasal.
9955
9956 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9957
9958         Sync from Automake.
9959         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
9960         `-c' flag, so they appear at the same position as in %FASTDEP%
9961         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
9962         which ignores unknown options only after the first non-option.
9963         Bug report against M4 by Nelson H. F. Beebe.
9964
9965 2006-10-13  Jim Meyering  <jim@meyering.net>
9966
9967         Fix a bug in yesterday's change.
9968         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
9969         p->fts_statp->st_dev would be used uninitialized.
9970         Ensures that we always call fts_stat on the very first entry.
9971         Miklos Szeredi reported that find -xdev stopped working.
9972
9973 2006-10-12  Bruno Haible  <bruno@clisp.org>
9974
9975         * gnulib-tool (func_get_automake_snippet): Append an automatically
9976         computed EXTRA_DIST augmentation.
9977         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
9978         * modules/alloca-opt (Makefile.am): Likewise.
9979         * modules/allocsa (Makefile.am): Likewise.
9980         * modules/arcfour (Makefile.am): Likewise.
9981         * modules/arctwo (Makefile.am): Likewise.
9982         * modules/argmatch (Makefile.am): Likewise.
9983         * modules/argz (Makefile.am): Likewise.
9984         * modules/atexit (Makefile.am): Likewise.
9985         * modules/backupfile (Makefile.am): Likewise.
9986         * modules/byteswap (Makefile.am): Likewise.
9987         * modules/c-strtod (Makefile.am): Likewise.
9988         * modules/c-strtold (Makefile.am): Likewise.
9989         * modules/calloc (Makefile.am): Likewise.
9990         * modules/canon-host (Makefile.am): Likewise.
9991         * modules/canonicalize (Makefile.am): Likewise.
9992         * modules/chdir-long (Makefile.am): Likewise.
9993         * modules/chdir-safer (Makefile.am): Likewise.
9994         * modules/check-version (Makefile.am): Likewise.
9995         * modules/chown (Makefile.am): Likewise.
9996         * modules/cloexec (Makefile.am): Likewise.
9997         * modules/close-stream (Makefile.am): Likewise.
9998         * modules/closeout (Makefile.am): Likewise.
9999         * modules/crc (Makefile.am): Likewise.
10000         * modules/csharpexec (Makefile.am): Likewise.
10001         * modules/cycle-check (Makefile.am): Likewise.
10002         * modules/des (Makefile.am): Likewise.
10003         * modules/dev-ino (Makefile.am): Likewise.
10004         * modules/dirfd (Makefile.am): Likewise.
10005         * modules/dirname (Makefile.am): Likewise.
10006         * modules/dup2 (Makefile.am): Likewise.
10007         * modules/eealloc (Makefile.am): Likewise.
10008         * modules/error (Makefile.am): Likewise.
10009         * modules/euidaccess (Makefile.am): Likewise.
10010         * modules/exclude (Makefile.am): Likewise.
10011         * modules/exitfail (Makefile.am): Likewise.
10012         * modules/fcntl-safer (Makefile.am): Likewise.
10013         * modules/fcntl (Makefile.am): Likewise.
10014         * modules/file-type (Makefile.am): Likewise.
10015         * modules/fileblocks (Makefile.am): Likewise.
10016         * modules/filemode (Makefile.am): Likewise.
10017         * modules/filenamecat (Makefile.am): Likewise.
10018         * modules/fnmatch (Makefile.am): Likewise.
10019         * modules/fopen-safer (Makefile.am): Likewise.
10020         * modules/fpending (Makefile.am): Likewise.
10021         * modules/fprintftime (Makefile.am): Likewise.
10022         * modules/free (Makefile.am): Likewise.
10023         * modules/fsusage (Makefile.am): Likewise.
10024         * modules/ftruncate (Makefile.am): Likewise.
10025         * modules/fts (Makefile.am): Likewise.
10026         * modules/gc-arcfour (Makefile.am): Likewise.
10027         * modules/gc-des (Makefile.am): Likewise.
10028         * modules/gc-hmac-md5 (Makefile.am): Likewise.
10029         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
10030         * modules/gc-md4 (Makefile.am): Likewise.
10031         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
10032         * modules/gc-sha1 (Makefile.am): Likewise.
10033         * modules/gc (Makefile.am): Likewise.
10034         * modules/getaddrinfo (Makefile.am): Likewise.
10035         * modules/getcwd (Makefile.am): Likewise.
10036         * modules/getdelim (Makefile.am): Likewise.
10037         * modules/getdomainname (Makefile.am): Likewise.
10038         * modules/getgroups (Makefile.am): Likewise.
10039         * modules/gethostname (Makefile.am): Likewise.
10040         * modules/gethrxtime (Makefile.am): Likewise.
10041         * modules/getline (Makefile.am): Likewise.
10042         * modules/getloadavg (Makefile.am): Likewise.
10043         * modules/getlogin_r (Makefile.am): Likewise.
10044         * modules/getndelim2 (Makefile.am): Likewise.
10045         * modules/getopt (Makefile.am): Likewise.
10046         * modules/getpagesize (Makefile.am): Likewise.
10047         * modules/getpass-gnu (Makefile.am): Likewise.
10048         * modules/getpass (Makefile.am): Likewise.
10049         * modules/getsubopt (Makefile.am): Likewise.
10050         * modules/gettime (Makefile.am): Likewise.
10051         * modules/gettimeofday (Makefile.am): Likewise.
10052         * modules/getugroups (Makefile.am): Likewise.
10053         * modules/getusershell (Makefile.am): Likewise.
10054         * modules/glob (Makefile.am): Likewise.
10055         * modules/group-member (Makefile.am): Likewise.
10056         * modules/hard-locale (Makefile.am): Likewise.
10057         * modules/hash (Makefile.am): Likewise.
10058         * modules/hmac-md5 (Makefile.am): Likewise.
10059         * modules/hmac-sha1 (Makefile.am): Likewise.
10060         * modules/human (Makefile.am): Likewise.
10061         * modules/idcache (Makefile.am): Likewise.
10062         * modules/imaxabs (Makefile.am): Likewise.
10063         * modules/imaxdiv (Makefile.am): Likewise.
10064         * modules/inet_ntop (Makefile.am): Likewise.
10065         * modules/inet_pton (Makefile.am): Likewise.
10066         * modules/intprops (Makefile.am): Likewise.
10067         * modules/inttostr (Makefile.am): Likewise.
10068         * modules/inttypes (Makefile.am): Likewise.
10069         * modules/isapipe (Makefile.am): Likewise.
10070         * modules/javaversion (Makefile.am): Likewise.
10071         * modules/lchmod (Makefile.am): Likewise.
10072         * modules/lchown (Makefile.am): Likewise.
10073         * modules/localcharset (Makefile.am): Likewise.
10074         * modules/long-options (Makefile.am): Likewise.
10075         * modules/lstat (Makefile.am): Likewise.
10076         * modules/malloc (Makefile.am): Likewise.
10077         * modules/mathl (Makefile.am): Likewise.
10078         * modules/mbchar (Makefile.am): Likewise.
10079         * modules/md2 (Makefile.am): Likewise.
10080         * modules/md4 (Makefile.am): Likewise.
10081         * modules/md5 (Makefile.am): Likewise.
10082         * modules/memcasecmp (Makefile.am): Likewise.
10083         * modules/memchr (Makefile.am): Likewise.
10084         * modules/memcmp (Makefile.am): Likewise.
10085         * modules/memcoll (Makefile.am): Likewise.
10086         * modules/memcpy (Makefile.am): Likewise.
10087         * modules/memmem (Makefile.am): Likewise.
10088         * modules/memmove (Makefile.am): Likewise.
10089         * modules/mempcpy (Makefile.am): Likewise.
10090         * modules/memrchr (Makefile.am): Likewise.
10091         * modules/memset (Makefile.am): Likewise.
10092         * modules/memxor (Makefile.am): Likewise.
10093         * modules/mkancesdirs (Makefile.am): Likewise.
10094         * modules/mkdir-p (Makefile.am): Likewise.
10095         * modules/mkdir (Makefile.am): Likewise.
10096         * modules/mkdtemp (Makefile.am): Likewise.
10097         * modules/mkstemp (Makefile.am): Likewise.
10098         * modules/mktime (Makefile.am): Likewise.
10099         * modules/modechange (Makefile.am): Likewise.
10100         * modules/mountlist (Makefile.am): Likewise.
10101         * modules/nanosleep (Makefile.am): Likewise.
10102         * modules/obstack (Makefile.am): Likewise.
10103         * modules/openat (Makefile.am): Likewise.
10104         * modules/pagealign_alloc (Makefile.am): Likewise.
10105         * modules/pathmax (Makefile.am): Likewise.
10106         * modules/physmem (Makefile.am): Likewise.
10107         * modules/poll (Makefile.am): Likewise.
10108         * modules/posixtm (Makefile.am): Likewise.
10109         * modules/posixver (Makefile.am): Likewise.
10110         * modules/putenv (Makefile.am): Likewise.
10111         * modules/quote (Makefile.am): Likewise.
10112         * modules/quotearg (Makefile.am): Likewise.
10113         * modules/raise (Makefile.am): Likewise.
10114         * modules/read-file (Makefile.am): Likewise.
10115         * modules/readline (Makefile.am): Likewise.
10116         * modules/readlink (Makefile.am): Likewise.
10117         * modules/readtokens (Makefile.am): Likewise.
10118         * modules/readutmp (Makefile.am): Likewise.
10119         * modules/realloc (Makefile.am): Likewise.
10120         * modules/regex (Makefile.am): Likewise.
10121         * modules/rename-dest-slash (Makefile.am): Likewise.
10122         * modules/rename (Makefile.am): Likewise.
10123         * modules/rijndael (Makefile.am): Likewise.
10124         * modules/rmdir (Makefile.am): Likewise.
10125         * modules/rpmatch (Makefile.am): Likewise.
10126         * modules/safe-read (Makefile.am): Likewise.
10127         * modules/safe-write (Makefile.am): Likewise.
10128         * modules/same-inode (Makefile.am): Likewise.
10129         * modules/same (Makefile.am): Likewise.
10130         * modules/save-cwd (Makefile.am): Likewise.
10131         * modules/savedir (Makefile.am): Likewise.
10132         * modules/setenv (Makefile.am): Likewise.
10133         * modules/settime (Makefile.am): Likewise.
10134         * modules/sha1 (Makefile.am): Likewise.
10135         * modules/sig2str (Makefile.am): Likewise.
10136         * modules/snprintf (Makefile.am): Likewise.
10137         * modules/stat-macros (Makefile.am): Likewise.
10138         * modules/stat-time (Makefile.am): Likewise.
10139         * modules/stdbool (Makefile.am): Likewise.
10140         * modules/stdint (Makefile.am): Likewise.
10141         * modules/stdlib-safer (Makefile.am): Likewise.
10142         * modules/stpcpy (Makefile.am): Likewise.
10143         * modules/stpncpy (Makefile.am): Likewise.
10144         * modules/strcase (Makefile.am): Likewise.
10145         * modules/strcasestr (Makefile.am): Likewise.
10146         * modules/strchrnul (Makefile.am): Likewise.
10147         * modules/strcspn (Makefile.am): Likewise.
10148         * modules/strdup (Makefile.am): Likewise.
10149         * modules/strerror (Makefile.am): Likewise.
10150         * modules/strftime (Makefile.am): Likewise.
10151         * modules/strndup (Makefile.am): Likewise.
10152         * modules/strnlen (Makefile.am): Likewise.
10153         * modules/strpbrk (Makefile.am): Likewise.
10154         * modules/strsep (Makefile.am): Likewise.
10155         * modules/strstr (Makefile.am): Likewise.
10156         * modules/strtod (Makefile.am): Likewise.
10157         * modules/strtoimax (Makefile.am): Likewise.
10158         * modules/strtok_r (Makefile.am): Likewise.
10159         * modules/strtol (Makefile.am): Likewise.
10160         * modules/strtoll (Makefile.am): Likewise.
10161         * modules/strtoul (Makefile.am): Likewise.
10162         * modules/strtoull (Makefile.am): Likewise.
10163         * modules/strtoumax (Makefile.am): Likewise.
10164         * modules/strverscmp (Makefile.am): Likewise.
10165         * modules/sys_socket (Makefile.am): Likewise.
10166         * modules/sys_stat (Makefile.am): Likewise.
10167         * modules/sysexits (Makefile.am): Likewise.
10168         * modules/time_r (Makefile.am): Likewise.
10169         * modules/timegm (Makefile.am): Likewise.
10170         * modules/timespec (Makefile.am): Likewise.
10171         * modules/tmpfile-safer (Makefile.am): Likewise.
10172         * modules/trim (Makefile.am): Likewise.
10173         * modules/unistd-safer (Makefile.am): Likewise.
10174         * modules/unlinkdir (Makefile.am): Likewise.
10175         * modules/unlocked-io (Makefile.am): Likewise.
10176         * modules/userspec (Makefile.am): Likewise.
10177         * modules/utime (Makefile.am): Likewise.
10178         * modules/utimecmp (Makefile.am): Likewise.
10179         * modules/utimens (Makefile.am): Likewise.
10180         * modules/vasnprintf (Makefile.am): Likewise.
10181         * modules/vasprintf (Makefile.am): Likewise.
10182         * modules/vsnprintf (Makefile.am): Likewise.
10183         * modules/xalloc (Makefile.am): Likewise.
10184         * modules/xgetcwd (Makefile.am): Likewise.
10185         * modules/xnanosleep (Makefile.am): Likewise.
10186         * modules/xreadlink (Makefile.am): Likewise.
10187         * modules/xstrtod (Makefile.am): Likewise.
10188         * modules/xstrtol (Makefile.am): Likewise.
10189         * modules/xstrtold (Makefile.am): Likewise.
10190         * modules/yesno (Makefile.am): Likewise.
10191         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
10192
10193 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10194
10195         * modules/error (Makefile.am): Distribute files through
10196         EXTRA_DIST, not lib_SOURCES.
10197
10198 2006-10-12  Eric Blake  <ebb9@byu.net>
10199
10200         * modules/error (Makefile.am): Distribute files in /lib.
10201         * modules/obstack (Makefile.am): Likewise.
10202
10203 2006-10-12  Bruno Haible  <bruno@clisp.org>
10204
10205         * modules/acl (Makefile.am): Distribute all files in lib/ through
10206         EXTRA_DIST.
10207         * modules/arcfour (Makefile.am): Likewise.
10208         * modules/arctwo (Makefile.am): Likewise.
10209         * modules/argmatch (Makefile.am): Likewise.
10210         * modules/argz (Makefile.am): Likewise.
10211         * modules/atexit (Makefile.am): Likewise.
10212         * modules/backupfile (Makefile.am): Likewise.
10213         * modules/c-strtod (Makefile.am): Likewise.
10214         * modules/c-strtold (Makefile.am): Likewise.
10215         * modules/calloc (Makefile.am): Likewise.
10216         * modules/canon-host (Makefile.am): Likewise.
10217         * modules/canonicalize (Makefile.am): Likewise.
10218         * modules/chdir-long (Makefile.am): Likewise.
10219         * modules/chdir-safer (Makefile.am): Likewise.
10220         * modules/check-version (Makefile.am): Likewise.
10221         * modules/chown (Makefile.am): Likewise.
10222         * modules/cloexec (Makefile.am): Likewise.
10223         * modules/close-stream (Makefile.am): Likewise.
10224         * modules/closeout (Makefile.am): Likewise.
10225         * modules/crc (Makefile.am): Likewise.
10226         * modules/cycle-check (Makefile.am): Likewise.
10227         * modules/des (Makefile.am): Likewise.
10228         * modules/dirfd (Makefile.am): Likewise.
10229         * modules/dirname (Makefile.am): Likewise.
10230         * modules/dup2 (Makefile.am): Likewise.
10231         * modules/euidaccess (Makefile.am): Likewise.
10232         * modules/exclude (Makefile.am): Likewise.
10233         * modules/exitfail (Makefile.am): Likewise.
10234         * modules/fcntl-safer (Makefile.am): Likewise.
10235         * modules/file-type (Makefile.am): Likewise.
10236         * modules/fileblocks (Makefile.am): Likewise.
10237         * modules/filemode (Makefile.am): Likewise.
10238         * modules/filenamecat (Makefile.am): Likewise.
10239         * modules/fnmatch (Makefile.am): Likewise.
10240         * modules/fopen-safer (Makefile.am): Likewise.
10241         * modules/fpending (Makefile.am): Likewise.
10242         * modules/fprintftime (Makefile.am): Likewise.
10243         * modules/free (Makefile.am): Likewise.
10244         * modules/fsusage (Makefile.am): Likewise.
10245         * modules/ftruncate (Makefile.am): Likewise.
10246         * modules/fts (Makefile.am): Likewise.
10247         * modules/gc (Makefile.am): Likewise.
10248         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
10249         * modules/getaddrinfo (Makefile.am): Likewise.
10250         * modules/getcwd (Makefile.am): Likewise.
10251         * modules/getdelim (Makefile.am): Likewise.
10252         * modules/getdomainname (Makefile.am): Likewise.
10253         * modules/getgroups (Makefile.am): Likewise.
10254         * modules/gethostname (Makefile.am): Likewise.
10255         * modules/gethrxtime (Makefile.am): Likewise.
10256         * modules/getline (Makefile.am): Likewise.
10257         * modules/getloadavg (Makefile.am): Likewise.
10258         * modules/getlogin_r (Makefile.am): Likewise.
10259         * modules/getopt (Makefile.am): Likewise.
10260         * modules/getpass (Makefile.am): Likewise.
10261         * modules/getpass-gnu (Makefile.am): Likewise.
10262         * modules/getsubopt (Makefile.am): Likewise.
10263         * modules/gettime (Makefile.am): Likewise.
10264         * modules/gettimeofday (Makefile.am): Likewise.
10265         * modules/getugroups (Makefile.am): Likewise.
10266         * modules/getusershell (Makefile.am): Likewise.
10267         * modules/glob (Makefile.am): Likewise.
10268         * modules/group-member (Makefile.am): Likewise.
10269         * modules/hard-locale (Makefile.am): Likewise.
10270         * modules/hash (Makefile.am): Likewise.
10271         * modules/hmac-md5 (Makefile.am): Likewise.
10272         * modules/hmac-sha1 (Makefile.am): Likewise.
10273         * modules/human (Makefile.am): Likewise.
10274         * modules/idcache (Makefile.am): Likewise.
10275         * modules/imaxabs (Makefile.am): Likewise.
10276         * modules/imaxdiv (Makefile.am): Likewise.
10277         * modules/inet_ntop (Makefile.am): Likewise.
10278         * modules/inet_pton (Makefile.am): Likewise.
10279         * modules/inttostr (Makefile.am): Likewise.
10280         * modules/isapipe (Makefile.am): Likewise.
10281         * modules/lchown (Makefile.am): Likewise.
10282         * modules/long-options (Makefile.am): Likewise.
10283         * modules/lstat (Makefile.am): Likewise.
10284         * modules/malloc (Makefile.am): Likewise.
10285         * modules/mathl (Makefile.am): Likewise.
10286         * modules/mbchar (Makefile.am): Likewise.
10287         * modules/md2 (Makefile.am): Likewise.
10288         * modules/md4 (Makefile.am): Likewise.
10289         * modules/md5 (Makefile.am): Likewise.
10290         * modules/memcasecmp (Makefile.am): Likewise.
10291         * modules/memchr (Makefile.am): Likewise.
10292         * modules/memcmp (Makefile.am): Likewise.
10293         * modules/memcoll (Makefile.am): Likewise.
10294         * modules/memcpy (Makefile.am): Likewise.
10295         * modules/memmem (Makefile.am): Likewise.
10296         * modules/memmove (Makefile.am): Likewise.
10297         * modules/mempcpy (Makefile.am): Likewise.
10298         * modules/memrchr (Makefile.am): Likewise.
10299         * modules/memset (Makefile.am): Likewise.
10300         * modules/memxor (Makefile.am): Likewise.
10301         * modules/mkancesdirs (Makefile.am): Likewise.
10302         * modules/mkdir (Makefile.am): Likewise.
10303         * modules/mkdir-p (Makefile.am): Likewise.
10304         * modules/mkdtemp (Makefile.am): Likewise.
10305         * modules/mkstemp (Makefile.am): Likewise.
10306         * modules/mktime (Makefile.am): Likewise.
10307         * modules/modechange (Makefile.am): Likewise.
10308         * modules/mountlist (Makefile.am): Likewise.
10309         * modules/nanosleep (Makefile.am): Likewise.
10310         * modules/openat (Makefile.am): Likewise.
10311         * modules/pagealign_alloc (Makefile.am): Likewise.
10312         * modules/physmem (Makefile.am): Likewise.
10313         * modules/poll (Makefile.am): Likewise.
10314         * modules/posixtm (Makefile.am): Likewise.
10315         * modules/posixver (Makefile.am): Likewise.
10316         * modules/putenv (Makefile.am): Likewise.
10317         * modules/quote (Makefile.am): Likewise.
10318         * modules/quotearg (Makefile.am): Likewise.
10319         * modules/raise (Makefile.am): Likewise.
10320         * modules/read-file (Makefile.am): Likewise.
10321         * modules/readline (Makefile.am): Likewise.
10322         * modules/readlink (Makefile.am): Likewise.
10323         * modules/readtokens (Makefile.am): Likewise.
10324         * modules/readutmp (Makefile.am): Likewise.
10325         * modules/realloc (Makefile.am): Likewise.
10326         * modules/regex (Makefile.am): Likewise.
10327         * modules/rename (Makefile.am): Likewise.
10328         * modules/rename-dest-slash (Makefile.am): Likewise.
10329         * modules/rijndael (Makefile.am): Likewise.
10330         * modules/rmdir (Makefile.am): Likewise.
10331         * modules/rpmatch (Makefile.am): Likewise.
10332         * modules/safe-read (Makefile.am): Likewise.
10333         * modules/safe-write (Makefile.am): Likewise.
10334         * modules/same (Makefile.am): Likewise.
10335         * modules/save-cwd (Makefile.am): Likewise.
10336         * modules/savedir (Makefile.am): Likewise.
10337         * modules/setenv (Makefile.am): Likewise.
10338         * modules/settime (Makefile.am): Likewise.
10339         * modules/sha1 (Makefile.am): Likewise.
10340         * modules/sig2str (Makefile.am): Likewise.
10341         * modules/snprintf (Makefile.am): Likewise.
10342         * modules/stdlib-safer (Makefile.am): Likewise.
10343         * modules/stpcpy (Makefile.am): Likewise.
10344         * modules/stpncpy (Makefile.am): Likewise.
10345         * modules/strcase (Makefile.am): Likewise.
10346         * modules/strcasestr (Makefile.am): Likewise.
10347         * modules/strchrnul (Makefile.am): Likewise.
10348         * modules/strcspn (Makefile.am): Likewise.
10349         * modules/strdup (Makefile.am): Likewise.
10350         * modules/strerror (Makefile.am): Likewise.
10351         * modules/strftime (Makefile.am): Likewise.
10352         * modules/strndup (Makefile.am): Likewise.
10353         * modules/strnlen (Makefile.am): Likewise.
10354         * modules/strpbrk (Makefile.am): Likewise.
10355         * modules/strsep (Makefile.am): Likewise.
10356         * modules/strstr (Makefile.am): Likewise.
10357         * modules/strtod (Makefile.am): Likewise.
10358         * modules/strtoimax (Makefile.am): Likewise.
10359         * modules/strtok_r (Makefile.am): Likewise.
10360         * modules/strtol (Makefile.am): Likewise.
10361         * modules/strtoll (Makefile.am): Likewise.
10362         * modules/strtoul (Makefile.am): Likewise.
10363         * modules/strtoull (Makefile.am): Likewise.
10364         * modules/strtoumax (Makefile.am): Likewise.
10365         * modules/strverscmp (Makefile.am): Likewise.
10366         * modules/time_r (Makefile.am): Likewise.
10367         * modules/timegm (Makefile.am): Likewise.
10368         * modules/tmpfile-safer (Makefile.am): Likewise.
10369         * modules/unistd-safer (Makefile.am): Likewise.
10370         * modules/unlinkdir (Makefile.am): Likewise.
10371         * modules/userspec (Makefile.am): Likewise.
10372         * modules/utime (Makefile.am): Likewise.
10373         * modules/utimecmp (Makefile.am): Likewise.
10374         * modules/utimens (Makefile.am): Likewise.
10375         * modules/vasnprintf (Makefile.am): Likewise.
10376         * modules/vasprintf (Makefile.am): Likewise.
10377         * modules/vsnprintf (Makefile.am): Likewise.
10378         * modules/xalloc (Makefile.am): Likewise.
10379         * modules/xgetcwd (Makefile.am): Likewise.
10380         * modules/xnanosleep (Makefile.am): Likewise.
10381         * modules/xreadlink (Makefile.am): Likewise.
10382         * modules/xstrtod (Makefile.am): Likewise.
10383         * modules/xstrtol (Makefile.am): Likewise.
10384         * modules/xstrtold (Makefile.am): Likewise.
10385         * modules/yesno (Makefile.am): Likewise.
10386
10387 2006-10-12  Jim Meyering  <jim@meyering.net>
10388
10389         * m4/getloadavg.m4: Revert the change below.
10390
10391         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
10392         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
10393         fail with a symlink, which is what coreutils' ./bootstrap now
10394         creates by default.
10395
10396 2006-10-12  Bruno Haible  <bruno@clisp.org>
10397
10398         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
10399         mingw.
10400         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
10401         MSVC and mingw explicitly.
10402
10403 2006-10-11  Simon Josefsson  <jas@extundo.com>
10404             Bruno Haible  <bruno@clisp.org>
10405
10406         Add support for multiple gnulib-tool invocations in the scope of a
10407         single configure.ac file.
10408         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
10409         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
10410         with the same contents as the _LIBADD variable.
10411         (func_emit_initmacro_start, func_emit_initmacro_end,
10412         func_emit_initmacro_done): New functions.
10413         (func_import, func_create_testdir): Invoke them. Allow the identifiers
10414         gl_LIBOBJS and gl_LTLIBOBJS.
10415
10416 2006-10-11  Bruno Haible  <bruno@clisp.org>
10417
10418         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
10419         (func_create_testdir): Don't create po/Makefile.am, don't invoke
10420         autoreconf. Instead, invoke autopoint explicitly but move back the
10421         *.m4 files from gnulib.
10422
10423 2006-10-11  Bruno Haible  <bruno@clisp.org>
10424
10425         * gnulib-tool (func_usage): Make module names after --create-testdir
10426         optional.
10427         (func_create_testdir): If no module was specified, use nearly all
10428         modules.
10429
10430 2006-10-12  Jim Meyering  <jim@meyering.net>
10431
10432         Big performance improvement for fts-based tools that use FTS_NOSTAT.
10433         Avoid spurious inode-mismatch problems on non-POSIX file systems.
10434         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
10435         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
10436         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
10437         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
10438         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
10439         (fts_set_stat_required): New function.
10440         (fts_open): Defer the calls to fts_stat, if possible or requested.
10441         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
10442         into fts_stat itself.
10443         (fts_read): Perform any required (deferred) fts_stat call.
10444         (fts_build): Likewise, for the directory we're about to open and read.
10445         In the readdir loop, carefully decide whether each entry will require
10446         an eventual call to fts_stat, using dirent.d_type info if available.
10447         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
10448         a command line argument into this function.  Update all callers.
10449         Map a return value of FTS_DOT to FTS_D for a command line argument.
10450         * modules/fts (Depends-on): Add d-type.  Alphabetize.
10451         Thanks to Miklos Szeredi for his tenacity and for the initial
10452         bug report about "find" failing on a FUSE-based file system.
10453
10454         * lib/fts.c (fts_open): Use consistent indentation.
10455
10456 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10457
10458         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
10459         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
10460         reported by Jim Meyering.  All uses of cache variables renamed
10461         to match Autoconf's.
10462         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
10463         the other one.
10464
10465         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
10466         Fix misspelling in diagnostic.
10467
10468 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10469
10470         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
10471         defined.  Problem reported by Matthew Woehlke.
10472
10473         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
10474         Add support for Tandem NonStop R series.
10475         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
10476         Use new macro.
10477
10478         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
10479         (has_trailing_slash): Omit size arg; all callers changed.
10480         Omit 'inline', since it doesn't help performance and we'd
10481         need to configure it.
10482         Don't count //, ///, etc. as having a trailing slash.
10483         As a side effect, this removes a C99ism reported by Matthew Woehlke.
10484         (rpl_rename_dest_slash): On failure, use rename's errno rather
10485         than (in some cases) an incorrect or junk errno.
10486         Simplify code by removing need to compute length; this does
10487         cause it to make two passes instead of one over the file name,
10488         but it's worth it.
10489
10490         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
10491         change, since Autoconf's version may no longer be appropriate now
10492         that we are using CVS Autoconf's version.  Add support for Tandem.
10493
10494 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10495             Bruno Haible  <bruno@clisp.org>
10496
10497         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
10498         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
10499         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
10500         gl_AC_TYPE_LONG_LONG.
10501
10502         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
10503         instead of HAVE_LONG_LONG.
10504         * lib/printf-args.c (printf_fetchargs): Likewise.
10505         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
10506         * lib/vasnprintf.c (VASNPRINTF): Likewise.
10507         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
10508         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
10509         gl_AC_TYPE_LONG_LONG.
10510
10511 2006-10-11  Bruno Haible  <bruno@clisp.org>
10512
10513         * m4/longlong.m4: Add comments.
10514         * m4/ulonglong.m4: Likewise.
10515
10516 2006-10-10  Bruno Haible  <bruno@clisp.org>
10517
10518         Make it possible to #define stpcpy, strdup to aliases.
10519         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
10520         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
10521
10522 2006-10-10  Bruno Haible  <bruno@clisp.org>
10523
10524         Make it possible to #define gcd to an alias.
10525         * lib/gcd.c: Include config.h.
10526
10527 2006-10-10  Bruno Haible  <bruno@clisp.org>
10528
10529         Make it possible to #define c_isascii to an alias.
10530         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
10531         defined. Undefine the macros before defining them, to avoid gcc
10532         warnings.
10533         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
10534         define NO_C_CTYPE_MACROS early.
10535
10536 2006-10-10  Bruno Haible  <bruno@clisp.org>
10537
10538         Make it possible to #define set_program_name to an alias.
10539         * lib/progname.c: Don't undefine set_program_name; instead, undefine
10540         ENABLE_RELOCATABLE early.
10541
10542 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10543
10544         Port to Tandem NSK OSS, which has 64-bit signed int but at most
10545         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
10546         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
10547         More generally, don't assume that 64-bit signed int is available
10548         if unsigned int is, and vice versa.
10549         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
10550         unsigned symbols, not on their signed counterparts.
10551         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
10552         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
10553         (UINT64_C, UINTMAX_C):
10554         Likewise.
10555         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
10556         unsigned counterparts.
10557         (Have_long_long, Unsigned): New macros.
10558         (Int): Renamed from INT.
10559         (strtoimax): Use the new macros.
10560         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
10561         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
10562         * modules/inttypes (inttypes.h): Substitute
10563         HAVE_UNSIGNED_LONG_LONG_INT.
10564         * modules/stdint (stdint.h): Likewise.
10565         (Files): Add m4/ulonglong.m4.
10566
10567 2006-10-10  Bruno Haible  <bruno@clisp.org>
10568
10569         Fix a gcc -Wshadow warning.
10570         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
10571         to 'bucket'.
10572         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
10573         gl_linked_indexof_from_to): Likewise.
10574         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
10575         Likewise.
10576         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
10577         Likewise.
10578         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
10579         Reported by Eric Blake.
10580
10581 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
10582
10583         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
10584         for NetBSD.  Problem reported by Bruno Haible.
10585
10586 2006-10-09  Jim Meyering  <jim@meyering.net>
10587
10588         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
10589         Patch from Bruno Haible.
10590
10591 2006-10-09  Jim Meyering  <jim@meyering.net>
10592
10593         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
10594         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
10595         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
10596
10597 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
10598
10599         Don't include <config.h> twice; this doesn't work in some cases,
10600         e.g., when config.h has "#define intmax_t long long int" and
10601         we include <config.h>, <inttypes.h>, <config.h> in that order.
10602         Problem reported by Matthew Woehlke in:
10603         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
10604         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
10605         * lib/fts-cycle.c: Don't include config.h.
10606         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
10607         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
10608         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
10609         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
10610         inttypes.h.
10611         * lib/xstrtoumax.c: Likewise.
10612         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
10613         __strtol and the like, so that this module is more like its siblings.
10614         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
10615         Remove; no longer needed now that we assume gnulib inttypes.h.
10616
10617 2006-10-08  Bruno Haible  <bruno@clisp.org>
10618
10619         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
10620         option.
10621
10622 2006-10-07  Jim Meyering  <jim@meyering.net>
10623
10624         * modules/inttypes (inttypes.h): Revert what seems to have been
10625         an inadvertent part of today's change: use "|", not "/" in the
10626         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
10627
10628 2006-10-07  Bruno Haible  <bruno@clisp.org>
10629
10630         * modules/sublist: New file.
10631
10632 2006-10-07  Bruno Haible  <bruno@clisp.org>
10633
10634         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
10635         * modules/argz (argz.h): Likewise.
10636         * modules/arpa_inet (arpa/inet.h): Likewise.
10637         * modules/byteswap (byteswap.h): Likewise.
10638         * modules/configmake (configmake.h): Likewise.
10639         * modules/fcntl (fcntl.h): Likewise.
10640         * modules/fnmatch (fnmatch.h): Likewise.
10641         * modules/getopt (getopt.h): Likewise.
10642         * modules/glob (glob.h): Likewise.
10643         * modules/inttypes (inttypes.h): Likewise.
10644         * modules/netinet_in (netinet/in.h): Likewise.
10645         * modules/poll (poll.h): Likewise.
10646         * modules/stdbool (stdbool.h): Likewise.
10647         * modules/stdint (stdint.h): Likewise.
10648         * modules/sys_select (sys/select.h): Likewise.
10649         * modules/sys_socket (sys/socket.h): Likewise.
10650         * modules/sys_stat (sys/stat.h): Likewise.
10651         * modules/sysexits (sysexits.h): Likewise.
10652         * modules/unistd (unistd.h): Likewise.
10653         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10654         Add a "DO NOT EDIT" comment to the generated file.
10655         (func_import): Likewise for gnulib-comp.m4.
10656
10657 2006-10-07  Bruno Haible  <bruno@clisp.org>
10658
10659         * lib/gl_sublist.h: New file.
10660         * lib/gl_sublist.c: New file.
10661
10662 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
10663
10664         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
10665         name (relative to the original working directory) and the file
10666         name component (relative to the temporary working directory).  All
10667         callers changed.
10668         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
10669         * lib/mkdir-p.c (make_dir_parents): Likewise.
10670         * lib/mkdir-p.h (make_dir_parents): Likewise.
10671
10672 2006-10-06  Eric Blake  <ebb9@byu.net>
10673
10674         Define several macros for use by the clean-temp module.
10675         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
10676         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
10677         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
10678
10679         * lib/clean-temp.h (close_stream_temp): New declaration.
10680         * lib/clean-temp.c (includes): Pull in headers according to what
10681         other modules are in use.
10682         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
10683
10684 2006-10-06  Bruno Haible  <bruno@clisp.org>
10685
10686         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
10687         instead of fopen, fwriteerror.
10688
10689 2006-10-06  Bruno Haible  <bruno@clisp.org>
10690
10691         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
10692         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
10693         int.
10694         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
10695         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
10696         Return an error indicator.
10697         Suggested by Eric Blake.
10698
10699 2006-10-06  Bruno Haible  <bruno@clisp.org>
10700
10701         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
10702         Reported by Eric Blake.
10703
10704 2006-10-06  Bruno Haible  <bruno@clisp.org>
10705
10706         * modules/closeout (Description): Mention stderr too.
10707
10708 2006-10-06  Bruno Haible  <bruno@clisp.org>
10709         and Paul Eggert  <eggert@cs.ucla.edu>
10710
10711         * lib/closeout.c (close_stdout): Also close stderr.
10712         * lib/closeout.h: Update comment.
10713
10714 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
10715
10716         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
10717         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
10718         * lib/dirchownmod.c: Include lchown.h.
10719         * lib/lchown.c: Don't include files that lchown.h now includes.
10720         Don't declare chown, since lchown.h now does that.
10721         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
10722         (lchown): Define to rpl_chown if lchown is declared but
10723         does not exist.  Declare using a prototype if lchown is not
10724         declared.  Add a copyright notice.
10725         * lib/mkstemp.h: Include <unistd.h>.
10726         * lib/openat.c: Include lchown.h.
10727
10728         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
10729         we now test for that separately.
10730         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
10731         rather than O_NOFOLLOW, when testing whether it's possible to
10732         avoid a race condition reliably.
10733         * lib/savewd.c (savewd_chdir): Likewise.
10734
10735         Remove macros that are no longer needed now that stdint.h is
10736         reliable.
10737         * lib/fsusage.c (UINTMAX_MAX): Remove.
10738         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
10739         * lib/utimecmp.c (SIZE_MAX): Remove.
10740
10741         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
10742
10743         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
10744         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
10745         O_NOATIME works.
10746
10747 2006-10-05  Bruno Haible  <bruno@clisp.org>
10748
10749         * lib/gl_list.h (gl_sortedlist_search_from_to,
10750         gl_sortedlist_indexof_from_to): New declarations.
10751         (gl_list_implementation): New fields sortedlist_search_from_to,
10752         sortedlist_indexof_from_to.
10753         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
10754         inline functions.
10755         * lib/gl_list.c (gl_sortedlist_search_from_to,
10756         gl_sortedlist_indexof_from_to): New functions.
10757         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
10758         function.
10759         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
10760         (gl_array_sortedlist_search_from_to): New function.
10761         (gl_array_list_implementation): Update.
10762         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
10763         function.
10764         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
10765         (gl_carray_sortedlist_search_from_to): New function.
10766         (gl_carray_list_implementation): Update.
10767         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
10768         gl_linked_sortedlist_indexof_from_to): New functions.
10769         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10770         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10771         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
10772         gl_tree_sortedlist_indexof_from_to): New functions.
10773         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10774         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10775         Update.
10776         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10777         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
10778         Update.
10779
10780 2006-10-05  Bruno Haible  <bruno@clisp.org>
10781
10782         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
10783         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
10784         (struct gl_list_implementation): Add fields search_from_to,
10785         indexof_from_to. Remove fields search, indexof.
10786         (gl_list_search): Use the search_from_to method.
10787         (gl_list_search_from, gl_list_search_from_to): New functions.
10788         (gl_list_indexof): Use the indexof_from_to method.
10789         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10790         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
10791         (gl_list_search_from, gl_list_search_from_to): New functions.
10792         (gl_list_indexof): Use the indexof_from_to method.
10793         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10794         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
10795         gl_array_indexof. Add start_index, end_index arguments.
10796         (gl_array_search_from_to): Renamed from gl_array_search. Add
10797         start_index, end_index arguments.
10798         (gl_array_remove, gl_array_list_implementation): Update.
10799         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
10800         gl_carray_indexof. Add start_index, end_index arguments.
10801         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
10802         start_index, end_index arguments.
10803         (gl_carray_remove, gl_carray_list_implementation): Update.
10804         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
10805         gl_linked_search. Add start_index, end_index arguments.
10806         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
10807         start_index, end_index arguments.
10808         (gl_linked_remove): Update.
10809         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10810         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10811         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
10812         field to 'size_t'.
10813         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
10814         gl_tree_search. Add start_index, end_index arguments.
10815         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10816         start_index, end_index arguments.
10817         (gl_tree_remove): Update.
10818         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10819         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10820         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
10821         function.
10822         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
10823         gl_tree_search. Add start_index, end_index arguments.
10824         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10825         start_index, end_index arguments.
10826         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10827         Update.
10828         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
10829
10830 2006-10-05  Bruno Haible  <bruno@clisp.org>
10831
10832         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
10833
10834         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
10835         fwriteerror_temp): New declarations.
10836         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
10837         (descriptors): New variable.
10838         (cleanup): First, close the descriptors.
10839         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
10840         fclose_temp, fwriteerror_temp): New functions.
10841
10842 2006-10-04  Jim Meyering  <jim@meyering.net>
10843
10844         * lib/fts.c (fts_open): Tiny comment change.
10845
10846 2006-10-04  Bruno Haible  <bruno@clisp.org>
10847
10848         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
10849         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
10850         gl_LOCK_BODY.
10851         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
10852         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
10853         gl_LOCK_EARLY_BODY.
10854         (gl_LOCK): Require gl_LOCK_BODY.
10855
10856 2006-10-04  Bruno Haible  <bruno@clisp.org>
10857
10858         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
10859         (gl_oset_search_atleast): New declaration.
10860         (struct gl_oset_implementation): Add field 'search_atleast'.
10861         (gl_oset_search_atleast): New inline function.
10862         * lib/gl_oset.c (gl_oset_search_atleast): New function.
10863         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
10864         (gl_array_oset_implementation): Update.
10865         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
10866         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
10867         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
10868
10869 2006-10-04  Bruno Haible  <bruno@clisp.org>
10870
10871         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
10872
10873 2006-10-03  Bruno Haible  <bruno@clisp.org>
10874
10875         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
10876         from gl_avltreehash_list_implementation.
10877
10878 2006-10-03  Bruno Haible  <bruno@clisp.org>
10879
10880         * lib/gl_oset.c (gl_oset_add): Fix return type.
10881
10882 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
10883
10884         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
10885
10886 2006-10-02  Eric Blake  <ebb9@byu.net>
10887
10888         * modules/strnlen (Depends-on): Add extensions.
10889
10890 2006-10-02  Eric Blake  <ebb9@byu.net>
10891
10892         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
10893         definition in 2.60+.
10894
10895 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
10896
10897         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
10898         checks.
10899
10900 2006-10-02  Bruno Haible  <bruno@clisp.org>
10901
10902         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
10903         to the AUTOMAKE_OPTIONS.
10904         Reported by Jim Meyering.
10905
10906 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10907
10908         Work around bug in Solaris 10 /proc file system:
10909         /proc/self/fd/NNN/.. isn't the parent directory of
10910         the directory whose file descriptor is NNN.  This needs to
10911         be worked around at run time, not compile time, since a
10912         program might be built on Solaris 8, where things work, and
10913         run on Solaris 10.
10914         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
10915         to use the following interface instead:
10916         (OPENAT_BUFFER_SIZE): New macro.
10917         (openat_proc_name): New function.
10918         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
10919         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
10920         Likewise.
10921         * lib/openat-proc.c: New file.
10922         * modules/openat (Files): Add lib/openat-proc.c.
10923         (Depends-on): Add same-inode, stdbool.
10924         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
10925
10926 2006-09-29  Bruno Haible  <bruno@clisp.org>
10927
10928         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
10929         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
10930         argument. Set stdout_closed before testing for ferror, not after.
10931         (fwriteerror, fwriteerror_no_ebadf): New functions.
10932
10933 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10934
10935         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
10936
10937 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
10938
10939         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
10940         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
10941
10942 2006-09-28  Jim Meyering  <jim@meyering.net>
10943
10944         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
10945         Include <unistd.h>.
10946
10947 2006-09-28  Bruno Haible  <bruno@clisp.org>
10948
10949         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
10950         * modules/linkedhash-list (Depends-on): Likewise.
10951         * modules/rbtreehash-list (Depends-on): Likewise.
10952
10953 2006-09-28  Bruno Haible  <bruno@clisp.org>
10954
10955         * lib/strndup.h: Simplify the redefinition of strndup.
10956         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
10957         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
10958
10959 2006-09-28  Bruno Haible  <bruno@clisp.org>
10960
10961         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
10962         * lib/gl_linkedhash_list.c: Likewise.
10963         * lib/gl_rbtreehash_list.c: Likewise.
10964
10965 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10966
10967         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
10968         getaddrinfo.
10969
10970         * lib/__fpending.h: Don't include <stdio_ext.h> unless
10971         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
10972         it causes <stdio_ext.h> to cause a compile-time error.
10973         Problem reported by Nelson H. F. Beebe.
10974         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
10975         of HAVE_DECL___PENDING.
10976
10977         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
10978         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
10979         declaration.
10980
10981 2006-09-27  Jim Meyering  <jim@meyering.net>
10982
10983         This file could end up with a definition for a function
10984         named __strndup, rather than rpl_strndup on a system with
10985         incomplete weak_alias support.
10986         * lib/strndup.c (strndup): Rename from __strndup.
10987         Remove #defines that used to map __strndup to strndup.
10988         Don't use K&R prototypes.
10989         Remove LIBC-related code, since this file is not sync'd with glibc.
10990         * lib/strndup.h: Revamp, accordingly.
10991         * m4/strndup.m4: Modernize.
10992
10993 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10994
10995         * modules/savewd (Depends-on): Add 'raise'.
10996         * lib/savewd.c: Include <signal.h>, for 'raise'.
10997
10998 2006-09-26  Jim Meyering  <jim@meyering.net>
10999
11000         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
11001         when we detect Darwin 8.7.0's acl_get_file bug.
11002         Rearrange to perform the new (below) run-test while $LIBS
11003         contains any acl-related library.  Set USE_ACL at the end.
11004         (gl_ACL_GET_FILE): New function.
11005
11006 2006-09-26  Eric Blake  <ebb9@byu.net>
11007
11008         * lib/verror.c: Include <config.h> unconditionally.
11009
11010 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
11011
11012         * modules/clock-time (Maintainer): Add self.
11013         * modules/getlogin_r (Depends-on): Add extensions.
11014
11015 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11016
11017         * modules/clock-time: New module.
11018         * modules/nanosleep (Depends-on): Add clock-time.
11019         * modules/gethrxtime (Depends-on): Likewise.
11020         * modules/gettime (Depends-on): Likewise.
11021         * modules/settime (Depends-on): Likewise.
11022
11023         * modules/fts-lgpl: Depend on openat.
11024         * modules/mkancesdirs: Depend on savewd.
11025         * modules/mkdir-p: Likewise.
11026
11027 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11028
11029         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
11030
11031         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
11032         `gl_have_arbitrary_file_name_length_limit' to
11033         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
11034         actually works between configure runs.
11035
11036 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11037             Bruno Haible  <bruno@clisp.org>
11038
11039         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
11040
11041 2006-09-25  Jim Meyering  <jim@meyering.net>
11042
11043         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
11044         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
11045
11046 2006-09-25  Eric Blake  <ebb9@byu.net>
11047
11048         * gnulib-tool (func_import, func_create_testdir): Fix typos in
11049         exec's in 2006-09-18 patch when shuffling fds.
11050
11051 2006-09-25  Bruno Haible  <bruno@clisp.org>
11052
11053         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
11054         Reported by Jim Meyering.
11055
11056 2006-09-24  Jim Meyering  <jim@meyering.net>
11057
11058         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
11059         compare a pointer against a literal "0".  That caused failures with
11060         at least HP-UX's hpcc.
11061
11062 2006-09-22  Simon Josefsson  <jas@extundo.com>
11063
11064         * modules/gc-sha1:
11065         * modules/gc-md4:
11066         * modules/gc-hmac-sha1:
11067         * modules/gc-hmac-md5:
11068         * modules/gc-des:
11069         * modules/gc-arcfour: Distribute more files.
11070
11071 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11072
11073         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
11074         (gl_linked_iterator_from_to): Initialize struct completely.
11075         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
11076         (gl_tree_iterator_from_to): Likewise
11077         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
11078         * lib/gl_array_list.c [lint] (gl_array_iterator)
11079         (gl_array_iterator_from_to): Likewise.
11080         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
11081         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
11082         (gl_carray_iterator_from_to): Likewise.
11083
11084         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
11085         * lib/md4.c (md4_process_block): Remove unused variable.
11086         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
11087         parentheses for clarity.
11088
11089 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11090
11091         * modules/bison-i18n (Depends-on): Add gettext.
11092
11093 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11094
11095         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
11096         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
11097         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
11098         also add missing comma that caused broken test.
11099         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
11100         stdlib.h, for `abort'.
11101         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
11102         variables.
11103         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
11104         include unistd.h if present, for `rmdir'.
11105         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
11106         variables.
11107         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
11108         in the process include standard headers for prototypes.
11109         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
11110         gets declared on GNU/Linux.
11111         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
11112         unistd.h, for `rmdir'.
11113         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
11114
11115         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
11116         always true.
11117         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
11118
11119         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
11120
11121 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11122
11123         * gnulib-tool (func_version): Create output all at once.  This
11124         may help avoid triggering unnecessary SIGPIPEs, and at any
11125         rate it doesn't hurt.
11126
11127 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11128             Bruno Haible  <bruno@clisp.org>
11129
11130         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
11131         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
11132         * m4/signed.m4 (bh_C_SIGNED): Likewise.
11133
11134         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
11135         (gl_FUNC_VASPRINTF): Invoke it.
11136
11137 2006-09-22  Bruno Haible  <bruno@clisp.org>
11138
11139         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
11140         getloadavg.c as first argument.
11141
11142 2006-09-22  Bruno Haible  <bruno@clisp.org>
11143
11144         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
11145         at the beginning of the gl_INIT macro.
11146         * modules/getloadavg (configure.ac): Pass $gl_source_base to
11147         gl_GETLOADAVG.
11148
11149 2006-09-22  Bruno Haible  <bruno@clisp.org>
11150
11151         * gnulib-tool (func_create_megatestdir): Don't include the config-h
11152         module.
11153         Suggested by Ralf Wildenhues.
11154
11155 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
11156
11157         Import this patch from libc:
11158
11159         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
11160
11161         * lib/regex_internal.c (re_string_reconstruct): Handle
11162         offset < pstr->valid_raw_len && pstr->offsets_needed case.
11163         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
11164         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
11165         re_string_context_at.
11166
11167         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
11168         now requires it.
11169         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
11170         gl_REGEX now does it for us.
11171         (gl_REGEX): Add test taken from
11172         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
11173
11174         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
11175         Check that large offsets work.  Modernize Autoconf usages.
11176         Prefer "yes" to mean a good thing rather than a bad.
11177         Don't put "#define mkstemp" in config.h, as this might interfere
11178         with standard system headers that "#define mkstemp mkstemp64".
11179
11180         * modules/mkstemp (Depends-on): Add extensions, so that
11181         mkstemp is visible on some platforms.
11182         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
11183         (Include): Change to "mkstemp.h" from <stdlib.h>.
11184         (Files): Add mkstemp.h.
11185
11186         * lib/mkstemp.h: New file, since some standard headers
11187         #define mkstemp.
11188         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
11189         Include "mkstemp.h".
11190         Make the _LIBC code resemble glibc original more,
11191         e.g., use K&R style.
11192         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
11193         (mkstemp): Remove, since mkstemp.h does this for us.
11194         * lib/stdlib--.h: Include mkstemp.h.
11195
11196         Import this patch from libc:
11197
11198         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
11199
11200         * lib/tempname.c (__gen_tempname): Change attempts_min
11201         into a macro.  Use preprocessor to decide how to initialize
11202         attempts [Coverity CID 67].
11203
11204 2006-09-20  Bruno Haible  <bruno@clisp.org>
11205
11206         * lib/mkdtemp.c: Import from libc.
11207         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
11208                 * sysdeps/posix/tempname.c (__gen_tempname): Change
11209                 attempts_min into a macro.  Use preprocessor to decide how to
11210                 initialize attempts [Coverity CID 67].
11211         2001-11-27  Paul Eggert  <eggert@twinsun.com>
11212                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
11213                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
11214
11215 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11216
11217         * gnulib-tool (func_exit): New function, to allow to pass the
11218         exit status portably through the trap.  Use everywhere.
11219         (--help, --version): Signal a write error.
11220         (trap): catch SIGPIPE, for write errors.
11221         Exit at the end of the trap, with the correct exit status.
11222
11223 2006-09-19  Karl Berry  <karl@gnu.org>
11224
11225         * doc/gnulib.texi: note about the license texinfo files.
11226
11227 2006-09-19  Eric Blake  <ebb9@byu.net>
11228
11229         * gnulib-tool: Avoid space-tab.
11230
11231 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
11232
11233         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
11234         that prevented coreutils 6.1 from building.  Problem reported
11235         by Petter Reinholdtsen.
11236
11237 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
11238
11239         * gnulib-tool (avoidlist): Fix typo that broke options like
11240         --avoid=lock that are used by coreutils bootstrap.
11241
11242 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
11243
11244         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
11245         more systematically.
11246
11247 2006-09-18  Jim Meyering  <jim@meyering.net>
11248
11249         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
11250
11251 2006-09-18  Bruno Haible  <bruno@clisp.org>
11252
11253         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
11254
11255 2006-09-18  Bruno Haible  <bruno@clisp.org>
11256
11257         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
11258         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
11259         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
11260         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
11261         * m4/gettext.m4: Require autoconf >= 2.52.
11262         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
11263         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
11264         of gl_cv_header_inttypes_h.
11265
11266 2006-09-18  Bruno Haible  <bruno@clisp.org>
11267
11268         * lib/javaversion.c: Include configmake.h.
11269
11270 2006-09-18  Bruno Haible  <bruno@clisp.org>
11271
11272         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
11273         avoid that the while loops be executed in a subshell.
11274
11275 2006-09-18  Bruno Haible  <bruno@clisp.org>
11276
11277         * MODULES.html.sh (func_module): Break long lines.
11278         Suggested by Bruce Korb <bkorb@gnu.org>.
11279
11280 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11281
11282         Speed up by a factor of 1.12.
11283         * gnulib-tool (nl): New variable.
11284         (func_import): Rewrite include directive extraction to only read each
11285         directive once.
11286
11287 2006-09-17  Bruno Haible  <bruno@clisp.org>
11288
11289         * modules/javaversion (Makefile.am): Remove DEFS setting.
11290         (Depends-on): Add configmake, for PKGDATADIR definition.
11291
11292 2006-09-17  Bruno Haible  <bruno@clisp.org>
11293
11294         * gnulib-tool (func_create_testdir): Rewrite all files at once.
11295
11296 2006-09-17  Bruno Haible  <bruno@clisp.org>
11297
11298         * gnulib-tool (func_append): New function, stolen from libtool.m4.
11299         (func_modules_transitive_closure, func_modules_add_dummy,
11300         func_modules_to_filelist, func_import, func_create_testdir,
11301         func_create_megatestdir, ...): Use it wherever possible.
11302         Suggested by Ralf Wildenhues.
11303
11304 2006-09-16  Karl Berry  <karl@gnu.org>
11305
11306         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
11307         to avoid sectioning errors.
11308         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
11309         [ifinfo]: blank line after @center-ed titles.
11310         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
11311         Spell FSF address consistently with others.
11312         (These changes approved by rms.)
11313
11314 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11315
11316         Speed up by a factor of 1.61.
11317         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
11318         already checked module names again.
11319
11320 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11321
11322         Speed up by a factor of 1.13.
11323         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
11324         for new_files, and the input to func_add_or_update.
11325
11326 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11327
11328         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
11329         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
11330
11331 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11332
11333         * modules/mkancesdirs (Depends-on): Add fcntl.
11334         * modules/savewd: New file.
11335         * MODULES.html.sh (File system functions): Add savewd.
11336
11337         * modules/configmake (Makefile.am): Add support for the
11338         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
11339
11340 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11341
11342         * m4/savewd.m4: New file.
11343
11344 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11345
11346         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
11347         (dirchownmod): New arg FD.  All callers changed.
11348         Use FD rather than opening the directory ourself, as opening is
11349         now the caller's responsibility.
11350         * lib/dirchownmod.h: Likewise.
11351         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
11352         hosts that require <sys/types.h> before <sys/stat.h>.  Include
11353         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
11354         (test_dir): Remove.
11355         (mkancesdirs): Return length of prefix of FILE that has already
11356         been made, or -2 if there is a child doing the work.  Redo
11357         algorithm so that it is O(N) rather than O(N**2).  Optimize away
11358         ".", and treat ".." specially since it might stray back into
11359         already-created areas.  Use a subprocess if necessary.  New arg
11360         WD; all users changed.  MAKE_DIR function should now return 1
11361         if it creates a directory that is not readable.  Return -2 if
11362         a child process is spun off.
11363         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
11364         Adjust signature to match code.
11365         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
11366         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
11367         all users changed.
11368         * lib/savewd.c, lib/savewd.h: New files.
11369
11370 2006-09-15  Jim Meyering  <jim@meyering.net>
11371
11372         * modules/rename-dest-slash: New module.
11373         * MODULES.html.sh (posix_compat): Add it here.
11374
11375         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
11376
11377 2006-09-15  Jim Meyering  <jim@meyering.net>
11378
11379         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
11380         file.
11381
11382         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
11383
11384 2006-09-15  Jim Meyering  <jim@meyering.net>
11385
11386         * lib/rename-dest-slash.c (has_trailing_slash): Use
11387         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
11388         (rpl_rename_dest_slash): Perform the cheaper trailing slash
11389         test before testing whether SRC is a directory.
11390         Suggestions from Bruno Haible.
11391
11392         Avoid a warning about an unused variable.
11393         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
11394         into the #ifdef block where it's used.
11395
11396         * lib/rename-dest-slash.c: New file.
11397
11398 2006-09-14  Bruno Haible  <bruno@clisp.org>
11399
11400         * lib/allocsa.c: Include <config.h> unconditionally.
11401         * lib/asnprintf.c: Likewise.
11402         * lib/asprintf.c: Likewise.
11403         * lib/c-strcasecmp.c: Likewise.
11404         * lib/c-strcasestr.c: Likewise.
11405         * lib/c-strncasecmp.c: Likewise.
11406         * lib/c-strstr.c: Likewise.
11407         * lib/classpath.c: Likewise.
11408         * lib/clean-temp.c: Likewise.
11409         * lib/concatpath.c: Likewise.
11410         * lib/copy-file.c: Likewise.
11411         * lib/csharpcomp.c: Likewise.
11412         * lib/csharpexec.c: Likewise.
11413         * lib/execute.c: Likewise.
11414         * lib/fatal-signal.c: Likewise.
11415         * lib/findprog.c: Likewise.
11416         * lib/fwriteerror.c: Likewise.
11417         * lib/gl_array_list.c: Likewise.
11418         * lib/gl_array_oset.c: Likewise.
11419         * lib/gl_avltree_list.c: Likewise.
11420         * lib/gl_avltree_oset.c: Likewise.
11421         * lib/gl_avltreehash_list.c: Likewise.
11422         * lib/gl_carray_list.c: Likewise.
11423         * lib/gl_linked_list.c: Likewise.
11424         * lib/gl_linkedhash_list.c: Likewise.
11425         * lib/gl_list.c: Likewise.
11426         * lib/gl_oset.c: Likewise.
11427         * lib/gl_rbtree_list.c: Likewise.
11428         * lib/gl_rbtree_oset.c: Likewise.
11429         * lib/gl_rbtreehash_list.c: Likewise.
11430         * lib/imaxabs.c: Likewise.
11431         * lib/imaxdiv.c: Likewise.
11432         * lib/javacomp.c: Likewise.
11433         * lib/javaexec.c: Likewise.
11434         * lib/javaversion.c: Likewise.
11435         * lib/linebreak.c: Likewise.
11436         * lib/localcharset.c: Likewise.
11437         * lib/lock.c: Likewise.
11438         * lib/mbchar.c: Likewise.
11439         * lib/mbswidth.c: Likewise.
11440         * lib/mkdtemp.c: Likewise.
11441         * lib/pipe.c: Likewise.
11442         * lib/printf-args.c: Likewise.
11443         * lib/printf-parse.c: Likewise.
11444         * lib/progname.c: Likewise.
11445         * lib/progreloc.c: Likewise.
11446         * lib/readlink.c: Likewise.
11447         * lib/sh-quote.c: Likewise.
11448         * lib/stpcpy.c: Likewise.
11449         * lib/stpncpy.c: Likewise.
11450         * lib/strcasecmp.c: Likewise.
11451         * lib/strcasestr.c: Likewise.
11452         * lib/strcspn.c: Likewise.
11453         * lib/striconv.c: Likewise.
11454         * lib/strncasecmp.c: Likewise.
11455         * lib/strnlen1.c: Likewise.
11456         * lib/strstr.c: Likewise.
11457         * lib/strtok_r.c: Likewise.
11458         * lib/tls.c: Likewise.
11459         * lib/tmpdir.c: Likewise.
11460         * lib/unicodeio.c: Likewise.
11461         * lib/unsetenv.c: Likewise.
11462         * lib/vasnprintf.c: Likewise.
11463         * lib/vasprintf.c: Likewise.
11464         * lib/wait-process.c: Likewise.
11465         * lib/xallocsa.c: Likewise.
11466         * lib/xsetenv.c: Likewise.
11467         * lib/xstriconv.c: Likewise.
11468
11469 2006-09-13  Simon Josefsson  <jas@extundo.com>
11470
11471         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
11472         that internally, suggested by Ralf Wildenhues
11473         <Ralf.Wildenhues@gmx.de>.
11474
11475 2006-09-13  Simon Josefsson  <jas@extundo.com>
11476
11477         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
11478         @LIBOBJS@.
11479         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11480
11481 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
11482
11483         * lib/_fpending.c: Include <config.h> unconditionally, since we no
11484         longer worry about uses that don't define HAVE_CONFIG_H.
11485         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
11486         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
11487         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
11488         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
11489         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
11490         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
11491         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
11492         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
11493         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
11494         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
11495         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
11496         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
11497         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
11498         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
11499         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
11500         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
11501         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
11502         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
11503         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
11504         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
11505         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
11506         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
11507         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
11508         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
11509         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
11510         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
11511         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
11512         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
11513         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
11514         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
11515         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
11516         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
11517         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
11518         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
11519         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
11520         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
11521         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
11522         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
11523         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
11524         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
11525         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
11526         Likewise.
11527
11528 2006-09-13  Eric Blake  <ebb9@byu.net>
11529
11530         * lib/getopt.c: Fix typo in last commit.
11531
11532 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11533
11534         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
11535         dgettext.
11536
11537 2006-09-12  Jim Meyering  <jim@meyering.net>
11538
11539         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
11540         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
11541         Reported by Nelson H. F. Beebe.
11542
11543 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11544
11545         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
11546         program_invocation_name and program_invocation_short_name are
11547         initialized.
11548         * lib/argp-namefrob.h: Move declarations of program_invocation_name
11549         and program_invocation_short_name to argp.h, so they are visible
11550         to user programs.
11551         * lib/argp.h: Likewise
11552
11553 2006-09-10  Bruno Haible  <bruno@clisp.org>
11554
11555         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11556         m4/inttypes_h.m4, m4/uintmax_t.m4.
11557
11558 2006-09-10  Bruno Haible  <bruno@clisp.org>
11559
11560         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
11561         gl_AC_TYPE_UINTMAX_T.
11562
11563 2006-09-10  Bruno Haible  <bruno@clisp.org>
11564
11565         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
11566
11567 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11568
11569         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
11570         convention.  Text proposed by Bruno Haible.
11571         (struct argp_option): Document the use of N_() wrappers.
11572
11573         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
11574         '\v', and translate the two parts separately, instead of feeding
11575         the whole string to gettext.  This allows to exclude
11576         '\v' from the strings visible to the translator by writing doc
11577         strings as N_("..") "\v" N_("..").
11578
11579 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
11580
11581         * config/srclist.txt: Undo latest change; the bug was fixed.
11582
11583 2006-09-09  Bruno Haible  <bruno@clisp.org>
11584
11585         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
11586         assignments if building a library without libtool.
11587         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
11588         in func_emit_lib_Makefile_am.
11589         (func_import): When building a static library libfoo.a, arrange to
11590         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
11591         (func_create_testdir): Likewise.
11592         * modules/gc (configure.ac, Makefile.am): If building statically,
11593         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
11594         * modules/iconvme (configure.ac, Makefile.am): Likewise.
11595         * modules/striconv (configure.ac, Makefile.am): Likewise.
11596         Based on a suggestion by Ralf Wildenhues.
11597
11598 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11599
11600         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
11601         Check for unistd.h too, since Autoconf doesn't assume POSIX.
11602         Also:
11603
11604         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11605         Add year_2050_test to catch glibc bug 2821
11606         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
11607
11608         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11609         Prefer #ifdef to #if.
11610
11611         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
11612         Return from 'main' instead of calling 'exit'.
11613
11614 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11615
11616         * lib/mktime.c (guess_time_tm): Fix bug where mktime
11617         returned the maximum time_t value rather than (time_t) -1.
11618         Problem originally reported by William Bardwell
11619         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
11620
11621         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
11622         Moved to here ...
11623         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
11624         ... from here.
11625
11626 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11627
11628         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
11629         2821 is fixed.
11630
11631 2006-09-08  Jim Meyering  <jim@meyering.net>
11632
11633         Don't make generated files read-only.  That would bother too many
11634         people.  However, do retain the ability to work when targets are
11635         read-only: remove the destination and temporary files before writing
11636         them (when generated via sed or echo), or by using the -f option for
11637         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
11638         * modules/alloca-opt, modules/argz, modules/arpa_inet:
11639         * modules/byteswap, modules/configmake, modules/fcntl:
11640         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
11641         * modules/localcharset, modules/netinet_in, modules/poll:
11642         * modules/stdbool, modules/stdint, modules/sys_select:
11643         * modules/sys_socket, modules/sys_stat, modules/sysexits:
11644
11645 2006-09-08  Jim Meyering  <jim@meyering.net>
11646
11647         Avoid new build failure on FreeBSD 6.0.
11648         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
11649         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
11650         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
11651
11652 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11653
11654         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
11655
11656 2006-09-07  Jim Meyering  <jim@meyering.net>
11657
11658         Fix global typo in last change: use chmod u-w, not chmod u-x.
11659         Spotted by Paul Eggert and Bruce Korb.
11660         * modules/alloca-opt, modules/argz, modules/arpa_inet:
11661         * modules/byteswap, modules/configmake, modules/fcntl:
11662         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
11663         * modules/localcharset, modules/netinet_in, modules/poll:
11664         * modules/stdbool, modules/stdint, modules/sys_select:
11665         * modules/sys_socket, modules/sys_stat, modules/sysexits:
11666
11667 2006-09-06  Jim Meyering  <jim@meyering.net>
11668
11669         Make generated files be read-only.
11670         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
11671         Ensure that each generated file is now read-only.
11672         * modules/argz: Likewise.
11673         * modules/arpa_inet: Likewise.
11674         * modules/byteswap: Likewise.
11675         * modules/configmake: Likewise.
11676         * modules/fcntl: Likewise.
11677         * modules/fnmatch: Likewise.
11678         * modules/getopt: Likewise.
11679         * modules/glob: Likewise.
11680         * modules/inttypes: Likewise.
11681         * modules/netinet_in: Likewise.
11682         * modules/poll: Likewise.
11683         * modules/stdbool: Likewise.
11684         * modules/stdint: Likewise.
11685         * modules/sys_select: Likewise.
11686         * modules/sys_socket: Likewise.
11687         * modules/sys_stat: Likewise.
11688         * modules/sysexits: Likewise.
11689         * modules/localcharset: Same as above, but continue using temporary
11690         file named "t-$@" (why different?) rather than the "$@-t" used
11691         everywhere else.
11692
11693         * modules/sysexits (Makefile.am): Replace literal occurrences
11694         of "sysexit.h" more readable, and more consistent, "$@".
11695
11696 2006-09-06  Bruno Haible  <bruno@clisp.org>
11697
11698         * modules/striconv: New file.
11699         * modules/xstriconv: New file.
11700         * MODULES.html.sh (Internationalization functions): Add striconv,
11701         xstriconv.
11702
11703 2006-09-06  Bruno Haible  <bruno@clisp.org>
11704
11705         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
11706         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
11707         not using libtool correctly.
11708
11709 2006-09-06  Bruno Haible  <bruno@clisp.org>
11710
11711         * lib/striconv.h: New file.
11712         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
11713         iconvstring.c.
11714         * lib/xstriconv.h: New file.
11715         * lib/xstriconv.c: New file.
11716
11717 2006-09-06  Bruno Haible  <bruno@clisp.org>
11718
11719         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
11720         lib_..._LDFLAGS.
11721
11722 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11723
11724         * lib/argz_.h: Sync from Libtool.
11725
11726         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
11727                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11728
11729         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
11730
11731 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11732
11733         * modules/trim: New file.
11734
11735 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11736
11737         * lib/trim.h: New file.
11738         * lib/trim.c: New file.
11739
11740 2006-09-05  Bruno Haible  <bruno@clisp.org>
11741
11742         * MODULES.html.sh (String handling): Add trim.
11743
11744 2006-09-04  Karl Berry  <karl@gnu.org>
11745
11746         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
11747         until next release.
11748
11749 2006-09-03  Bruno Haible  <bruno@clisp.org>
11750
11751         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
11752         correctly.
11753
11754 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11755
11756         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
11757         not gl_GETLOADAVG.  Omit unneeded semicolons.
11758         Problems reported by Ralf Wildenhues in
11759         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11760         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
11761         at the end, which is the usual gnulib style.
11762
11763         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
11764         of doing all the work ourselves.
11765         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
11766         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
11767
11768 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11769
11770         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
11771         Problem reported by Ralf Wildenhues in
11772         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11773
11774         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
11775         HAVE_STRUCT_STATFS_F_FSTYPENAME.
11776
11777 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11778
11779         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
11780         yesterday's patch by changing test -n to test -z.
11781
11782 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11783
11784         * modules/getloadavg (Files): Add m4/getloadavg.m4.
11785         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
11786         the former is now obsolescent.
11787
11788         * modules/chdir-long (Depends-on): Add fcntl.
11789
11790 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11791
11792         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
11793         obsolescent, and programs should use gnulib instead.
11794         * m4/getloadavg.m4: New file, with contents taken from Autoconf
11795         but with prefixes changed.
11796
11797 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11798
11799         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
11800         or stdbool.h, because they might not exist while configuring.
11801
11802         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
11803         Don't include unistd.h or limits.h; not needed, since chdir-long.h
11804         does that for us.
11805         (O_DIRECTORY): Remove.
11806
11807 2006-08-31  Eric Blake  <ebb9@byu.net>
11808
11809         * gnulib-tool: Don't let emacs change spaces to TAB.
11810
11811 2006-08-31  Bruno Haible  <bruno@clisp.org>
11812
11813         * gnulib-tool: When calling func_import more than once, do it in a
11814         subshell.
11815         Reported by Eric Blake <ebb9@byu.net>.
11816
11817 2006-08-31  Bruno Haible  <bruno@clisp.org>
11818
11819         * gnulib-tool (nl): Remove variable.
11820         (sed_transform_lib_file): Use more robust test for config-h module.
11821         (func_import): Fix typo in 2006-08-25 patch.
11822
11823 2006-08-31  Bruno Haible  <bruno@clisp.org>
11824
11825         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
11826         specified, augment Makefile.am variables instead of assigning them.
11827
11828 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11829
11830         Work around a bug in both the Linux and SunOS 64-bit kernels:
11831         nanosleep mishandles sleeps for longer than 2**31 seconds.
11832         Problem reported by Frank v Waveren in
11833         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11834         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
11835         Check for nanosleep bug.
11836         (LIB_NANOSLEEP): Append clock_gettime library if needed.
11837
11838 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11839
11840         Work around a bug in both the Linux and SunOS 64-bit kernels:
11841         nanosleep mishandles sleeps for longer than 2**31 seconds.
11842         Problem reported by Frank v Waveren in
11843         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11844         * lib/nanosleep.c (BILLION): New constant.
11845         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
11846         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
11847         implementation.
11848
11849 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11850
11851         * modules/nanosleep (Depends-on): Add gettime.
11852
11853 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11854         and Simon Josefsson  <jas@extundo.com>
11855         and Oskar Liljeblad  <oskar@osk.mine.nu>
11856
11857         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
11858         * gnulib-tool (func_import): New license type 'unmodifiable license
11859         text'.
11860         * modules/fdl: Use it.  Longer description.
11861         * module/gpl, module/lgpl: New files.
11862
11863 2006-08-30  Jim Meyering  <jim@meyering.net>
11864
11865         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
11866         shadowing the parameter.
11867
11868 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11869
11870         Sync from Libtool:
11871
11872         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11873
11874         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
11875         sharing with gnulib.  Report by Eric Blake.
11876
11877 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11878
11879         * modules/isapipe: New file.
11880         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
11881
11882 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11883
11884         * modules/configmake (Makefile.am): Add a comment, and omit
11885         the CONFIGMAKE_ prefix from generated macro names.  Suggested
11886         by Bruno Haible.
11887
11888 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11889
11890         * m4/isapipe.m4: New file.
11891
11892 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11893
11894         * lib/isapipe.c, lib/isapipe.h: New files.
11895
11896 2006-08-29  Jim Meyering  <jim@meyering.net>
11897
11898         * modules/configmake (Makefile.am): Make configmake.h depend on
11899         Makefile.  Otherwise, a stale configmake.h could hang around.
11900
11901 2006-08-29  Eric Blake  <ebb9@byu.net>
11902
11903         * lib/error.c (error_at_line, print_errno_message): Match libc, after
11904         resolution of upstream bug 3044.
11905
11906 2006-08-29  Bruno Haible  <bruno@clisp.org>
11907
11908         * modules/localcharset (Depends-on): Add configmake.
11909         (Makefile.am): Remove setting of LIBDIR through DEFS.
11910
11911 2006-08-29  Bruno Haible  <bruno@clisp.org>
11912
11913         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
11914         defined.
11915
11916 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11917
11918         * modules/fcntl: New file.
11919         * modules/chdir-safer (Depends-on): Add fcntl.
11920         * modules/fts: Likewise.
11921         * modules/mkdir-p: Likewise.
11922
11923         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
11924         This undoes the most recent change, since we're now addressing the
11925         problem in a different way.
11926
11927         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
11928         into output, since the output might be called Makefile.am even
11929         if $makefile_name is something different.
11930         (func_import): Use $makefile_am rather than
11931         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
11932         empty.
11933
11934         * modules/inttypes (Files): Add m4/inttypes-h.m4.
11935
11936 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11937
11938         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
11939         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
11940         recent change to stdint.m4, since we're now addressing the problem in a
11941         different way.
11942
11943 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11944
11945         * m4/fcntl_h.m4: New file.
11946
11947 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11948
11949         * lib/fcntl_.h: New file.
11950         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
11951         the fcntl module.
11952         * lib/dirchownmod.c: Likewise.
11953         * lib/fts.c: Likewise.
11954
11955         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
11956         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
11957         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
11958         just before including <inttypes.h>, to avoid circular inclusion.
11959
11960 2006-08-28  Jim Meyering  <jim@meyering.net>
11961
11962         * doc/visibility.texi: Actually read and correct the grammar of the
11963         sentence affected by yesterday's change.
11964
11965 2006-08-28  Eric Blake  <ebb9@byu.net>
11966
11967         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
11968         needs wrapper.
11969
11970 2006-08-28  Eric Blake  <ebb9@byu.net>
11971
11972         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
11973
11974 2006-08-28  Eric Blake  <ebb9@byu.net>
11975
11976         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
11977
11978 2006-08-28  Bruno Haible  <bruno@clisp.org>
11979
11980         * modules/c-strstr: New file, from GNU gettext.
11981         * MODULES.html.sh (String handling): Add c-strstr.
11982
11983 2006-08-28  Bruno Haible  <bruno@clisp.org>
11984
11985         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
11986         macros.
11987         Reported by Eric Blake.
11988
11989 2006-08-28  Bruno Haible  <bruno@clisp.org>
11990
11991         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
11992         (VASNPRINTF): Return a string of length > INT_MAX without failing.
11993         * lib/vasprintf.c: Include errno.h, limits.h.
11994         (EOVERFLOW): New fallback definition.
11995         (vasprintf): Test here whether the string length is > INT_MAX.
11996         * lib/vsnprintf.c: Include errno.h, limits.h.
11997         (EOVERFLOW): New fallback definition.
11998         (vsnprintf): Fix bug when generated string was too long for the buffer.
11999         Test here whether the string length is > INT_MAX.
12000
12001 2006-08-28  Bruno Haible  <bruno@clisp.org>
12002
12003         * lib/inttypes_.h (SCNX*): Remove definitions.
12004         Reported by Eric Blake.
12005
12006 2006-08-28  Bruno Haible  <bruno@clisp.org>
12007
12008         * lib/c-strstr.h: New file, from GNU gettext.
12009         * lib/c-strstr.c: New file, from GNU gettext.
12010
12011 2006-08-28  Bruno Haible  <bruno@clisp.org>
12012
12013         * gnulib-tool: Reorder some statements.
12014
12015 2006-08-28  Bruno Haible  <bruno@clisp.org>
12016
12017         * gnulib-tool: New option --makefile-name.
12018         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
12019         $makefile_name.
12020         (func_import): Write $makefile_name to the cache file, and read it from
12021         there unless explicitly specified. Use $makefile_name as file name
12022         instead of Makefile.am. Adjust the recommendations accordingly.
12023
12024 2006-08-28  Bruno Haible  <bruno@clisp.org>
12025
12026         * gnulib-tool (func_verify_module): Check against misapplying patch.
12027
12028 2006-08-28  Bruno Haible  <bruno@clisp.org>
12029
12030         * gnulib-tool (func_relativize, func_relconcat): New functions.
12031         Give an error if --local-dir is given with --update.
12032         Remove trailing slashes from $local_gnulib_dir.
12033         (func_import): Store the relativized $local_gnulib_dir in
12034         gnulib-cache.m4, and read it from there if not specified explicitly.
12035
12036 2006-08-28  Bruno Haible  <bruno@clisp.org>
12037
12038         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
12039         is the current directory. Respect also $local_gnulib_dir.
12040
12041 2006-08-28  Bruno Haible  <bruno@clisp.org>
12042             Simon Josefsson  <jas@extundo.com>
12043
12044         BeOS portability.
12045         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
12046
12047 2006-08-27  Jim Meyering  <jim@meyering.net>
12048
12049         * doc/visibility.texi: Remove duplicate word: "pointer".
12050
12051 2006-08-26  Bruno Haible  <bruno@clisp.org>
12052
12053         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
12054         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
12055         (Makefile.am): Create inttypes.h from inttypes_.h.
12056         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
12057
12058         * modules/imaxabs: New file.
12059
12060         * modules/imaxdiv: New file.
12061
12062 2006-08-26  Bruno Haible  <bruno@clisp.org>
12063
12064         * m4/inttypes.m4: New file.
12065         * m4/_inttypes_h.m4: Remove file.
12066         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
12067         PRI_MACROS_BROKEN.
12068         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
12069
12070         * m4/imaxabs.m4: New file.
12071
12072         * m4/imaxdiv.m4: New file.
12073
12074 2006-08-26  Bruno Haible  <bruno@clisp.org>
12075
12076         * lib/inttypes_.h: New file.
12077         * lib/inttypes.h: Remove file.
12078         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
12079
12080         * lib/imaxabs.c: New file.
12081
12082         * lib/imaxdiv.c: New file.
12083
12084 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12085
12086         New config-h module, so that "make" output needn't be cluttered
12087         by -DHAVE_CONFIG_H.
12088         * MODULES.html.sh (Support for building libraries and executables):
12089         Add config-h.
12090         * modules/config-h: New file.
12091         * gnulib-tool (nl, sed_transform_lib_file): New vars.
12092         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
12093         the config-h module is used.
12094
12095         New configmake module, so that "make" output needn't be cluttered
12096         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
12097         * MODULES.html.sh (Support for building libraries and executables):
12098         Add configmake.
12099         * modules/configmake: New file.
12100
12101 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12102
12103         * m4/config-h.m4: New file.
12104
12105 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12106
12107         * config/srclist.txt: Add elisp-comp.
12108
12109 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12110
12111         * MODULES.html.sh (Support for building libraries and executables):
12112         Add elisp-comp.
12113         * build-aux/elisp-comp: New file.
12114         * modules/elisp-comp: New file.
12115
12116 2006-08-24  Bruno Haible  <bruno@clisp.org>
12117
12118         * gnulib-tool (func_create_testdir): Use non-default values of
12119         sourcebase and m4base.
12120
12121 2006-08-24  Bruno Haible  <bruno@clisp.org>
12122
12123         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
12124         HTML structure.
12125
12126 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12127
12128         * modules/openat (Depends-on): Add lchown.
12129
12130 2006-08-23  Bruno Haible  <bruno@clisp.org>
12131
12132         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
12133         of gl_LOCK_EARLY instead of gl_LOCK.
12134
12135 2006-08-23  Bruno Haible  <bruno@clisp.org>
12136
12137         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
12138         on OSF/1 to no.
12139         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
12140
12141 2006-08-23  Bruno Haible  <bruno@clisp.org>
12142
12143         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
12144         as unusable.
12145
12146         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
12147         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
12148         (gl_LOCK): New macro.
12149
12150 2006-08-22  Simon Josefsson  <jas@extundo.com>
12151
12152         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
12153         to md5 module.
12154
12155 2006-08-22  Simon Josefsson  <jas@extundo.com>
12156
12157         * MODULES.html.sh: Add "Support for maintaining and release
12158         projects".
12159
12160         * build-aux/gnupload: New file, from coreutils.
12161
12162 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12163
12164         Avoid the need for AC_LIBSOURCES in m4 macros.
12165         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
12166         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
12167         * modules/check-version (EXTRA_DIST): Add check-version.h.
12168         * modules/crc (EXTRA_DIST): Add crc.h.
12169         * modules/des (EXTRA_DIST): Add des.h.
12170         * modules/gc (EXTRA_DIST): Add gc.h.
12171         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
12172         * modules/getline (EXTRA_DIST): Add getline.h.
12173         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
12174         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
12175         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
12176         * modules/md2 (EXTRA_DIST): Add md2.h.
12177         * modules/md4 (EXTRA_DIST): Add md4.h.
12178         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
12179         * modules/read-file (EXTRA_DIST): Add read-file.h.
12180         * modules/readline (EXTRA_DIST): Add readline.h.
12181         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
12182         rijndael-api-fst.h.
12183
12184 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12185
12186         * m4/rijndael.m4 (gl_ARCFOUR):
12187         * m4/arctwo.m4 (gl_ARCTWO):
12188         * m4/check-version.m4 (gl_CHECK_VERSION):
12189         * m4/crc.m4 (gl_CRC):
12190         * m4/des.m4 (gl_DES):
12191         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
12192         * m4/gc.m4 (gl_GC):
12193         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
12194         * m4/getline.m4 (gl_FUNC_GETLINE):
12195         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
12196         * m4/hmac-md5.m4 (gl_HMAC_MD5):
12197         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
12198         * m4/md2.m4 (gl_MD2):
12199         * m4/md4.m4 (gl_MD4):
12200         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
12201         * m4/read-file.m4 (gl_FUNC_READ_FILE):
12202         * m4/readline.m4 (gl_FUNC_READLINE):
12203         * m4/rijndael.m4 (gl_RIJNDAEL):
12204         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
12205         to get the necessary .h files and whatnot.
12206
12207 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12208
12209         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
12210         gnulib rather than the other way around.
12211         * config/srclistvars.sh (COREUTILS): Remove.
12212
12213 2006-08-22  Jim Meyering  <jim@meyering.net>
12214
12215         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
12216
12217         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
12218
12219 2006-08-22  Eric Blake  <ebb9@byu.net>
12220
12221         * modules/regexprops-generic: New file.
12222         * MODULES.html.sh (Support for building documentation): List it.
12223
12224 2006-08-22  Eric Blake  <ebb9@byu.net>
12225
12226         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
12227         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
12228         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
12229         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
12230
12231 2006-08-22  Bruno Haible  <bruno@clisp.org>
12232
12233         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
12234         and lib_LTLIBRARIES like the other lib_* variables.
12235
12236 2006-08-22  Bruno Haible  <bruno@clisp.org>
12237
12238         * build-aux/x-to-1.in: New file, from GNU gettext.
12239
12240 2006-08-22  Bruno Haible  <bruno@clisp.org>
12241
12242         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
12243         <utmpx.h> exists.
12244
12245 2006-08-22  Bruno Haible  <bruno@clisp.org>
12246
12247         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
12248         <utmpx.h> exists.
12249
12250 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12251
12252         BeOS portability.
12253         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
12254         exist.
12255         Problem reported by Bruno Haible.
12256
12257 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12258
12259         Avoid the need for AC_LIBSOURCES in m4 macros.
12260         * modules/acl (EXTRA_DIST): Add acl.h.
12261         * modules/argmatch (Files): Add m4/argmatch.m4.
12262         (configure.ac): Add gl_ARGMATCH.
12263         (EXTRA_DIST): Renamed from lib_SOURCES, for
12264         consistency with the other modules.  Remove argmatch.c.
12265         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
12266         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
12267         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
12268         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
12269         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
12270         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
12271         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
12272         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
12273         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
12274         * modules/closeout (EXTRA_DIST): Add closeout.h.
12275         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
12276         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
12277         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
12278         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
12279         dirname.h; remove basename.c and stripslash.c.
12280         * modules/exclude (EXTRA_DIST): Add exclude.h.
12281         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
12282         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
12283         * modules/file-type (EXTRA_DIST): Add file-type.h.
12284         * modules/filemode (EXTRA_DIST): Add filemode.h.
12285         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
12286         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
12287         * modules/fpending (EXTRA_DIST): Add __fpending.h.
12288         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
12289         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
12290         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
12291         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
12292         * modules/getdate (EXTRA_DIST): Add getdate.c.
12293         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
12294         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
12295         * modules/getpass (EXTRA_DIST): Add getpass.h.
12296         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
12297         * modules/group-member (EXTRA_DIST): Add group-member.h.
12298         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
12299         * modules/hash (EXTRA_DIST): Add hash.h.
12300         * modules/human (EXTRA_DIST): Add human.h.
12301         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
12302         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
12303         * modules/lchown (EXTRA_DIST): Add lchown.h.
12304         * modules/long-options (EXTRA_DIST): Add long-options.h.
12305         * modules/lstat (EXTRA_DIST): Add lstat.h.
12306         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
12307         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
12308         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
12309         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
12310         * modules/memxor (EXTRA_DIST): Add memxor.h.
12311         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
12312         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
12313         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
12314         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
12315         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
12316         * modules/physmem (EXTRA_DIST): Add physmem.h.
12317         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
12318         * modules/posixver (EXTRA_DIST): Add posixver.h.
12319         * modules/quote (EXTRA_DIST): Add quote.h.
12320         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
12321         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
12322         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
12323         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
12324         regex_internal.h regexec.c.
12325         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
12326         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
12327         * modules/same (EXTRA_DIST): Add same.h.
12328         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
12329         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
12330         * modules/savedir (EXTRA_DIST): Add savedir.h.
12331         * modules/sha1 (EXTRA_DIST): Add sha1.h.
12332         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
12333         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
12334         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
12335         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
12336         * modules/strdup (EXTRA_DIST): Add strdup.h.
12337         * modules/strftime (EXTRA_DIST): Add strftime.h.
12338         * modules/strndup (EXTRA_DIST): Add strndup.h.
12339         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
12340         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
12341         * modules/time_r (EXTRA_DIST): Add time_r.h.
12342         * modules/timespec (EXTRA_DIST): Add timespec.h.
12343         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
12344         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
12345         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
12346         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
12347         * modules/userspec (EXTRA_DIST): Add userspec.h.
12348         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
12349         * modules/utimens (EXTRA_DIST): Add utimens.h.
12350         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
12351         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
12352         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
12353         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
12354         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
12355         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
12356         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
12357         * modules/yesno (EXTRA_DIST): Add yesno.h.
12358
12359 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12360
12361         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
12362
12363         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
12364         * m4/dev-ino.m4, same-inode.m4: Remove.
12365
12366         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
12367         * m4/acl.m4 (AC_FUNC_ACL):
12368         * m4/backupfile.m4 (gl_BACKUPFILE):
12369         * m4/c-strtod.m4 (gl_C99_STRTOLD):
12370         * m4/canon-host.m4 (gl_CANON_HOST):
12371         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
12372         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
12373         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
12374         * m4/cloexec.m4 (gl_CLOEXEC):
12375         * m4/close-stream.m4 (gl_CLOSE_STREAM):
12376         * m4/closeout.m4 (gl_CLOSEOUT):
12377         * m4/dirfd.m4 (gl_FUNC_DIRFD):
12378         * m4/dirname.m4 (gl_DIRNAME):
12379         * m4/exclude.m4 (gl_EXCLUDE):
12380         * m4/exitfail.m4 (gl_EXITFAIL):
12381         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
12382         * m4/file-type.m4 (gl_FILE_TYPE):
12383         * m4/filemode.m4 (gl_FILEMODE):
12384         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
12385         * m4/fpending.m4 (gl_FUNC_FPENDING):
12386         * m4/fprintftime.m4 (gl_FPRINTFTIME):
12387         * m4/fts.m4 (gl_FUNC_FTS):
12388         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
12389         * m4/getdate.m4 (gl_GETDATE):
12390         * m4/gethrxtime.m4 (gl_GETHRXTIME):
12391         * m4/getpagesize.m4 (gl_GETPAGESIZE):
12392         * m4/getpass.m4 (gl_FUNC_GETPASS):
12393         * m4/gettime.m4 (gl_GETTIME):
12394         * m4/getugroups.m4 (gl_GETUGROUPS):
12395         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
12396         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
12397         * m4/hard-locale.m4 (gl_HARD_LOCALE):
12398         * m4/hash.m4 (gl_HASH):
12399         * m4/idcache.m4 (gl_IDCACHE):
12400         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
12401         * m4/lchown.m4 (gl_FUNC_LCHOWN):
12402         * m4/long-options.m4 (gl_LONG_OPTIONS):
12403         * m4/lstat.m4 (gl_FUNC_LSTAT):
12404         * m4/md5.m4 (gl_MD5):
12405         * m4/memcasecmp.m4 (gl_MEMCASECMP):
12406         * m4/memcoll.m4 (gl_MEMCOLL):
12407         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
12408         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
12409         * m4/memxor.m4 (gl_MEMXOR):
12410         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
12411         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
12412         * m4/modechange.m4 (gl_MODECHANGE):
12413         * m4/mountlist.m4 (gl_MOUNTLIST):
12414         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
12415         * m4/openat.m4 (gl_FUNC_OPENAT):
12416         * m4/pathmax.m4 (gl_PATHMAX):
12417         * m4/physmem.m4 (gl_PHYSMEM):
12418         * m4/posixtm.m4 (gl_POSIXTM):
12419         * m4/posixver.m4 (gl_POSIXVER):
12420         * m4/quote.m4 (gl_QUOTE):
12421         * m4/quotearg.m4 (gl_QUOTEARG):
12422         * m4/readtokens.m4 (gl_READTOKENS):
12423         * m4/readutmp.m4 (gl_READUTMP):
12424         * m4/regex.m4 (gl_REGEX):
12425         * m4/safe-read.m4 (gl_SAFE_READ):
12426         * m4/safe-write.m4 (gl_SAFE_WRITE):
12427         * m4/same.m4 (gl_SAME):
12428         * m4/save-cwd.m4 (gl_SAVE_CWD):
12429         * m4/savedir.m4 (gl_SAVEDIR):
12430         * m4/settime.m4 (gl_SETTIME):
12431         * m4/sha1.m4 (gl_SHA1):
12432         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
12433         * m4/stat-macros.m4 (gl_STAT_MACROS):
12434         * m4/stat-time.m4 (gl_STAT_TIME):
12435         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
12436         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
12437         * m4/strdup.m4 (gl_FUNC_STRDUP):
12438         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
12439         * m4/strndup.m4 (gl_FUNC_STRNDUP):
12440         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
12441         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
12442         * m4/time_r.m4 (gl_TIME_R):
12443         * m4/timespec.m4 (gl_TIMESPEC):
12444         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
12445         * m4/unlinkdir.m4 (gl_UNLINKDIR):
12446         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
12447         * m4/userspec.m4 (gl_USERSPEC):
12448         * m4/utimecmp.m4 (gl_UTIMECMP):
12449         * m4/utimens.m4 (gl_UTIMENS):
12450         * m4/xalloc.m4 (gl_XALLOC):
12451         * m4/xgetcwd.m4 (gl_XGETCWD):
12452         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
12453         * m4/xreadlink.m4 (gl_XREADLINK):
12454         * m4/xstrtod.m4 (gl_XSTRTOD):
12455         * m4/yesno.m4 (gl_YESNO):
12456         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
12457         to get the necessary .h files and whatnot.
12458
12459 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
12460             Bruno Haible  <bruno@clisp.org>
12461
12462         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
12463         /bin/sh understanding of '!' conditional negation.
12464
12465 2006-08-21  Jim Meyering  <jim@meyering.net>
12466
12467         * modules/openat (Depends-on): Really alphabetize.
12468
12469         * modules/acl (Depends-on): Add error and quote.
12470
12471         * check-module (find_included_lib_files): Add at-func.c to the
12472         ok-to-include-more-than-once white list.
12473
12474         * modules/openat (Depends-on): Add lstat.  Alphabetize.
12475
12476 2006-08-21  Bruno Haible  <bruno@clisp.org>
12477
12478         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12479         Emit a pkgdata_DATA variable only if some snippets add contents to it.
12480         Reported by Martin Lambers <marlam@marlam.de>.
12481
12482 2006-08-21  Bruno Haible  <bruno@clisp.org>
12483
12484         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
12485         specify an installation location, don't emit a noinst_LIBRARIES or
12486         noinst_LTLIBRARIES assignment.
12487
12488 2006-08-21  Bruno Haible  <bruno@clisp.org>
12489
12490         BeOS portability.
12491         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
12492         BeOS has mbrtowc() but no <wctype.h>.
12493
12494 2006-08-21  Bruno Haible  <bruno@clisp.org>
12495
12496         BeOS portability.
12497         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
12498         exist.
12499
12500 2006-08-21  Bruno Haible  <bruno@clisp.org>
12501
12502         BeOS portability.
12503         * lib/mbchar.h: Include <wctype.h> only if it exists.
12504
12505 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12506
12507         Remove files that are no longer needed by their respective modules.
12508         * m4/obstack.m4: Remove.
12509         * m4/strerror_r.m4: Remove.
12510         * m4/uint32_t.m4: Remove.
12511         * m4/uintptr_t.m4: Remove.
12512         * m4/ullong_max.m4: Remove.
12513         * m4/xstrtoimax.m4: Remove.
12514         * m4/xstrtoumax.m4: Remove.
12515
12516         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
12517         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
12518         dependencies now capture this.
12519
12520         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
12521         Do not use AC_LIBSOURCES, since gnulib modules now do this.
12522         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
12523         * m4/human.m4 (gl_HUMAN): Likewise.
12524         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
12525         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
12526
12527         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
12528
12529         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
12530         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
12531         stdint.
12532         * m4/human.m4 (gl_HUMAN): Likewise.
12533         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
12534         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
12535         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
12536         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
12537         * m4/xstrtol (gl_XSTRTOL): Likewise.
12538
12539         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
12540         AC_TYPE_LONG_LONG_INT.
12541         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
12542         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
12543         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
12544         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
12545
12546         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
12547         on stdbool.
12548
12549         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
12550         (gl_PREREQ_XSTRTOUL): Remove.
12551
12552         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
12553
12554         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
12555         mode.
12556
12557 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12558
12559         Add and change modules to make it easier for coreutils to use
12560         gnulib-tool.
12561         * modules/backupfile (Files): Remove m4/d-ino.m4.
12562         (Depends-on): Add d-ino.
12563         * modules/cycle-check (Depends-on): Add stdint.
12564         (lib_SOURCES): Add cycle-check.h.
12565         * modules/d-ino: New module.
12566         * modules/d-type: New module.
12567         * modules/error (Files): Remove m4/strerror_r.m4.
12568         * modules/filemode (Files): Add m4/st_dm_mode.m4.
12569         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
12570         m4/inttypes_h.m4, m4/uintmax_t.m4.
12571         (Depends-on): Add stdint.
12572         (lib_SOURCES): Add fsusage.h.
12573         * modules/getcwd (Files): Remove d-ino.m4.
12574         (Depends-on): Add d-ino.
12575         * modules/getndelim2 (Depends-on): Add stdint.
12576         * modules/glob (Files): Remove m4/d-type.m4.
12577         (Depends-on): Add d-type.
12578         * modules/host-os: New module.
12579         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
12580         m4/inttypes_h.m4, m4/uintmax_t.m4.
12581         * Depends-on: Add stdint.
12582         (lib_SOURCES): Add human.h.
12583         * modules/inttostr (Files): Remove m4/intmax_t.m4,
12584         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
12585         m4/uintmax_t.m4, m4/ulonglong.m4.
12586         (Depends-on): Add stdint.
12587         (EXTRA_DIST): Add inttostr.h.
12588         * modules/lchmod: New module.
12589         * modules/link-follow: New module.
12590         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
12591         (Depends-on): Add lchmod.
12592         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
12593         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
12594         (Depends-on): Add stdint.
12595         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
12596         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
12597         (Depends-on): Add stdint.
12598         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
12599         * modules/perl: New module.
12600         * modules/regex (Depends-on): Add stdint.
12601         * modules/rmdir-errno: New module.
12602         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
12603         m4/intmax_t.m4.
12604         (Depends-on): Add stdint.
12605         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
12606         m4/uintmax_t.m4.
12607         (Depends-on): Add stdint.
12608         * modules/unlink-busy: New module.
12609         * modules/utimecmp (Depends-on): Add stdint.
12610         * modules/uptime: New module.
12611         * modules/winsz-ioctl: New module.
12612         * modules/winsz-termios: New module.
12613         * modules/xnanosleep (Depends-on): Add nanosleep.
12614         * modules/ullong_max: Remove.
12615         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
12616         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
12617         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
12618         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
12619         (Depends-on): Add inttypes.
12620         (lib_SOURCES): Add xstrtol.h.
12621         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
12622         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
12623         * MODULES.html.sh: Move 'assert' into the assert section.
12624         Move 'dummy' into the linking section.
12625         Remove ullong_max.
12626         Add section for compatibility checks for POSIX:2001 functions,
12627         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
12628         winsz-ioctl, and winsz-termios into it.
12629         Add lchmod.
12630         Add top-level Misc section and put host-os, perl, and uptime
12631         into it.
12632
12633 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12634
12635         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
12636         now assume the stdint module.  Do not include inttypes.h.
12637         * lib/fsusage.h: Likewise.
12638         * lib/getndelim2.c: Likewise.
12639         * lib/human.h: Likewise.
12640         * lib/inttostr.h: Likewise.
12641         * lib/obstack.c: Likewise.
12642         * lib/regex_internal.h: Likewise.
12643         * lib/tempname.c: Likewise.
12644         * lib/utimecmp.c: Likewise.
12645         * lib/xstrtol.h: Likewise.
12646
12647         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
12648
12649         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
12650         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
12651         * lib/xtime.h: Likewise.
12652
12653 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12654
12655         * modules/openat (Files): Add lib/fchmodat.c.
12656         Fixes problem reported by Jay Youngman.
12657
12658 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12659
12660         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
12661         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
12662
12663 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
12664             Bruno Haible  <bruno@clisp.org>
12665
12666         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
12667         and is a script that invokes bison. Tighten the code. Add comments.
12668
12669 2006-08-18  Jim Meyering  <jim@meyering.net>
12670
12671         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
12672         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
12673         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
12674         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
12675
12676 2006-08-18  Bruno Haible  <bruno@clisp.org>
12677
12678         * modules/bison-i18n: New file.
12679         * MODULES.html.sh (Internationalization functions): Add it.
12680
12681 2006-08-18  Bruno Haible  <bruno@clisp.org>
12682
12683         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
12684         sys/statvfs.h. When getmntinfo was found, check its declaration and
12685         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
12686
12687 2006-08-18  Bruno Haible  <bruno@clisp.org>
12688
12689         * m4/bison-i18n.m4: New file, from bison.
12690
12691 2006-08-18  Bruno Haible  <bruno@clisp.org>
12692
12693         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
12694         (ME_DUMMY): Treat "kernfs" as a dummy.
12695         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
12696
12697 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12698
12699         Update from coreutils.
12700
12701         2006-08-15  Jim Meyering  <jim@meyering.net>
12702
12703         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
12704
12705         2006-01-17  Jim Meyering  <jim@meyering.net>
12706
12707         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
12708
12709         2006-01-11  Jim Meyering  <jim@meyering.net>
12710
12711         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
12712         Check for the lchmod function.
12713
12714 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12715
12716         Update from coreutils.
12717
12718         * lib/__fpending.h: Add copyright notice.
12719         * lib/fprintftime.h: Likewise.
12720         * lib/savedir.c: Use (C) in copyright notice.
12721         * lib/savedir.h: Likewise.
12722
12723         2006-08-15  Jim Meyering  <jim@meyering.net>
12724
12725         * lib/at-func.c: New file, with the logic of all emulated at-functions.
12726         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
12727         in support of the EXPECTED_ERRNO macro.
12728         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
12729         definitions.  Instead, define the appropriate symbols and include
12730         "at-func.c".
12731         * lib/mkdirat.c (mkdirat): Likewise.
12732         * lib/fchmodat.c (fchmodat): Likewise.
12733         (ENOSYS): Remove definition.
12734         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
12735         it.  Don't include "unistd--.h" -- it wasn't ever used.
12736
12737         2006-01-17  Jim Meyering  <jim@meyering.net>
12738
12739         Rewrite fts.c not to change the current working directory,
12740         by using openat, fstatat, fdopendir, etc..
12741
12742         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
12743         (HAVE_OPENAT_SUPPORT): Define.
12744         [_LIBC] (fchdir): Don't undef or define; no longer used.
12745         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
12746         Now, this `function' always succeeds, and consumes its file descriptor
12747         parameter -- so callers must not close such FDs.  Update callers.
12748         (diropen_fd, opendirat, cwd_advance_fd): New functions.
12749         (diropen): Add parameter, SP.  Adjust all callers.
12750         Implement using diropen_fd, rather than open.
12751         (fts_open): Initialize new member, fts_cwd_fd.
12752         Remove fts_rft-setting code.
12753         (fts_close): Close fts_cwd_fd, if necessary.
12754         (__opendir2): Define in terms of opendir or opendirat,
12755         depending on whether the FST_NOCHDIR flag is set.
12756         (fts_build): Since fts_safe_changedir consumes its FD, and since
12757         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
12758         and close the dup'd file descriptor upon failure.
12759         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
12760         (fts_safe_changedir): Tweak semantics to reflect that this function
12761         now calls cwd_advance_fd and hence consumes its FD argument.
12762         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
12763         [struct FTS] (fts_rft): Remove now-unused member.
12764         [struct FTS] (fts_cycle.state): Improve comment.
12765
12766         * lib/openat.c (openat_needs_fchdir): New function.
12767         * lib/openat.h (openat_needs_fchdir): Declare it.
12768
12769 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12770
12771         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
12772         Problem and fix reported by Pádraig Brady in
12773         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
12774
12775 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12776
12777         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
12778
12779 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12780
12781         * lib/memcoll.c (memcoll): Optimize for the common case where the
12782         arguments are bytewise equal.
12783
12784 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12785
12786         * doc/regexprops-generic.texi: Add a copyright notice.
12787
12788 2006-08-15  Bruno Haible  <bruno@clisp.org>
12789
12790         * modules/tmpdir (License): Change to LGPL.
12791
12792 2006-08-15  Bruno Haible  <bruno@clisp.org>
12793
12794         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
12795         module.
12796
12797 2006-08-14  Simon Josefsson  <jas@extundo.com>
12798
12799         * config/srclist.txt: Add gnupload.
12800
12801 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12802
12803         Change copyright notice from LGPL 2 to GPL 2, since that's the
12804         standard form used in the gnulib repository.
12805         * tests/test-lock.c: Likewise.
12806         * tests/test-stdint.c: Likewise.
12807         * tests/test-tls.c: Likewise.
12808
12809         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
12810         prelude-manager.  User shorter URLs for GNU projects, without '?'.
12811         Add copyright notice.
12812
12813         * check-module: Add copyright notice.  Output a copyright
12814         notice if "--version" is specified.
12815         * modules/COPYING: New file.
12816         * tests/test-getaddrinfo.c: Add copyright notice.
12817         * tests/test-verify.c: Likewise.
12818
12819 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12820
12821         Change copyright notice from LGPL 2 to GPL 2, since that's the
12822         standard form used in the gnulib repository.
12823         * lib/lock.c: LGPL -> GPL.
12824         * lib/lock.h: Likewise.
12825         * lib/strnlen1.c: Likewise.
12826         * lib/strnlen1.h: Likewise.
12827         * lib/tls.c: Likewise.
12828         * lib/tls.h: Likewise.
12829         * lib/tmpdir.c: Likewise.
12830
12831         * lib/TODO: Remove; this belongs only in coreutils.
12832
12833 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12834
12835         Add copyright notices to long-enough files that lack them, since
12836         otherwise the files aren't clearly free.  Use the same notice that
12837         getdate.texi already uses.
12838         * doc/alloca-opt.texi: Add copyright notice.
12839         * doc/alloca.texi: Likewise.
12840         * doc/ctime.texi: Likewise.
12841         * doc/functions.texi: Likewise.
12842         * doc/gcd.texi: Likewise.
12843         * doc/gnulib-tool.texi: Likewise.
12844         * doc/inet_ntoa.texi: Likewise.
12845         * doc/visibility.texi: Likewise.
12846
12847         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
12848         * doc/quote.texi: Add copyright notice.
12849
12850         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
12851         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
12852         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
12853         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
12854         is now obsolete, and give a pointer to the Sun list.
12855         Add copyright notice.
12856
12857 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12858
12859         * config/srclistvars.sh: Add copyright notice.
12860
12861 2006-08-14  Eric Blake  <ebb9@byu.net>
12862
12863         Import the following change from libc:
12864
12865         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
12866
12867         Upstream bug 2997.
12868         * lib/misc/error.c: Add space between program name and message if file
12869         name is missing.
12870
12871 2006-08-12  Karl Berry  <karl@gnu.org>
12872
12873         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
12874         remove, these originate in gnulib now.
12875
12876 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12877
12878         * doc/Makefile (standards.info standards.html standards.dvi):
12879         Also depend on make-stds.texi.
12880
12881 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12882
12883         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
12884         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
12885
12886         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
12887         in wchar_t.  Problem reported by Eric Blake.
12888
12889         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
12890         LEN is smaller than SIZE.  Suggested by Bruno Haible.
12891         Also, help the compiler to keep LEN in a register.
12892
12893 2006-08-11  Eric Blake  <ebb9@byu.net>
12894
12895         * users.txt: Sort.  Add tar.
12896
12897 2006-08-11  Bruno Haible  <bruno@clisp.org>
12898
12899         * users.txt: New file.
12900
12901 2006-08-11  Bruno Haible  <bruno@clisp.org>
12902
12903         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
12904         before <wchar.h>. Needed for OSF/1 and BSD/OS.
12905
12906 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12907
12908         * modules/snprintf (Depends-on): Remove minmax.
12909         (Maintainer): Add self and Bruno.
12910
12911 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12912
12913         * lib/.cppi-disable: Add snprintf.h, socket_.h.
12914         * lib/snprintf.c: Include <errno.h> and <limits.h>.
12915         (EOVERFLOW): Define if the system does not.
12916         Do not include "minmax.h"; it wasn't used.
12917         (snprintf): Don't assume size_t promotes to an unsigned type.
12918         Fix bug when generated string was too long for the buffer: the
12919         buffer's contents are supposed to be the initial prefix of the
12920         output.  Don't assume vasnprintf returns EOVERFLOW if the size
12921         exceeds INT_MAX; do the check ourselves.
12922
12923         Import the following changes from libc:
12924
12925         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
12926
12927         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
12928         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
12929         set wc to the byte which couldn't be converted.
12930         (re_string_reconstruct): Don't clear valid_raw_len before calling
12931         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
12932         tip_context using re_string_context_at.
12933
12934         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
12935
12936         * lib/posix/regex.h: g++ still cannot handled [restrict].
12937
12938         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
12939
12940         * lib/posix/regex.h: Remove special handling for VMS.
12941
12942 2006-08-10  Jim Meyering  <jim@meyering.net>
12943
12944         * modules/same-inode: New module.
12945         * modules/dev-ino: New module.
12946         * modules/cycle-check: Depend on these modules, rather than simply
12947         including their .h files.
12948         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
12949         required via m4/cycle-check.m4.
12950         * modules/same: Depend on new same-inode module, rather than
12951         including same-inode.h.
12952         * modules/chdir-safer: New file.
12953
12954         * modules/chown (Depends-on): Add stat-macros.
12955
12956 2006-08-10  Jim Meyering  <jim@meyering.net>
12957
12958         * m4/cycle-check.m4: New file.
12959         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
12960         * m4/dev-ino.m4, m4/same-inode.m4: New files.
12961
12962 2006-08-10  Eric Blake  <ebb9@byu.net>
12963
12964         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
12965         in from original proposal.
12966
12967 2006-08-10  Eric Blake  <ebb9@byu.net>
12968         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12969
12970         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
12971         namespace.
12972
12973 2006-08-10  Bruno Haible  <bruno@clisp.org>
12974
12975         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
12976         as well.
12977
12978 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12979
12980         Sync from coreutils.
12981
12982         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
12983
12984         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
12985         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
12986
12987 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12988
12989         * modules/restrict: Remove; no longer needed now that we assume
12990         Autoconf 2.59 or later.
12991         * MODULES.html.sh: Remove 'restrict'.
12992         * modules/argp (Depends-on): Remove 'restrict'.
12993         * modules/base64 (Depends-on): Likewise.
12994         * modules/gc (Depends-on): Likewise.
12995         * modules/getaddrinfo (Depends-on): Likewise.
12996         * modules/glob (Depends-on): Likewise.
12997         * modules/inet_ntop (Depends-on): Likewise.
12998         * modules/inet_pton (Depends-on): Likewise.
12999         * modules/memxor (Depends-on): Likewise.
13000         * modules/regex (Depends-on): Likewise.
13001         * modules/strtok_r (Depends-on): Likewise.
13002         * modules/time_r (Depends-on): Likewise.
13003
13004 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13005
13006         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
13007         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
13008         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13009         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
13010         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
13011         * m4/memxor.m4 (gl_MEMXOR): Likewise.
13012         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
13013         gl_C_RESTRICT replaced by AC_C_RESTRICT.
13014
13015         Merge from coreutils.
13016         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
13017         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
13018         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
13019         * m4/time_r.m4 (gl_TIME_R): Likewise.
13020
13021 2006-08-09  Karl Berry  <karl@gnu.org>
13022
13023         * config/srclist.txt: no more gettext-tools, per Bruno.
13024
13025 2006-08-08  Eric Blake  <ebb9@byu.net>
13026
13027         * modules/verror: New module.
13028         * MODULES.html.sh: Document it.
13029
13030 2006-08-08  Eric Blake  <ebb9@byu.net>
13031
13032         * lib/verror.h, lib/verror.c: New files.
13033
13034 2006-08-08  Eric Blake  <ebb9@byu.net>
13035
13036         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
13037         verror_at_line output complies with GNU Coding Standards even when
13038         file is NULL.
13039
13040 2006-08-07  Bruno Haible  <bruno@clisp.org>
13041
13042         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
13043         versions of AIX.
13044         Reported by Ralf Wildenhues.
13045
13046 2006-08-07  Bruno Haible  <bruno@clisp.org>
13047
13048         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
13049         in an AC_DEFUN. Needed so that the autoconf snippets can use
13050         AC_REQUIRE.
13051
13052 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13053
13054         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13055         Initialize pkgdata_DATA.
13056         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
13057         overriding it.
13058
13059 2006-08-06  Eric Blake  <ebb9@byu.net>
13060
13061         * lib/error.h: Fold in some upstream changes from glibc.
13062         * lib/error.c: Likewise.
13063
13064 2006-08-04  Bruno Haible  <bruno@clisp.org>
13065
13066         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13067         Make the mostlyclean-local rule depend on mostlyclean-generic.
13068         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
13069
13070 2006-07-31  Bruno Haible  <bruno@clisp.org>
13071
13072         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
13073         <stdlib.h>, <string.h>.
13074
13075 2006-07-30  Bruno Haible  <bruno@clisp.org>
13076
13077         * modules/readlink (License): Change to LGPL.
13078
13079 2006-07-30  Bruno Haible  <bruno@clisp.org>
13080
13081         * modules/javaversion (Makefile.am): Distribute javaversion.java and
13082         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
13083         set PKGDATADIR to point to it.
13084
13085 2006-07-30  Bruno Haible  <bruno@clisp.org>
13086
13087         * modules/csharpexec (configure.ac): Comment out macro invocation.
13088         * modules/javaexec (configure.ac): Likewise.
13089         * modules/javacomp-script (configure.ac): Likewise.
13090
13091         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
13092
13093 2006-07-30  Bruno Haible  <bruno@clisp.org>
13094
13095         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
13096         linked-list.
13097
13098 2006-07-30  Bruno Haible  <bruno@clisp.org>
13099
13100         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
13101
13102 2006-07-30  Bruno Haible  <bruno@clisp.org>
13103
13104         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13105         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
13106         get removed.
13107
13108 2006-07-29  Bruno Haible  <bruno@clisp.org>
13109
13110         Make it possible for gnulib-tool to work with locally modified or
13111         augmented gnulib repositories.
13112         * gnulib-tool (func_usage): Document --local-dir option.
13113         (local_gnulib_dir): New variable.
13114         Handle --local-dir option.
13115         (func_lookup_file): New function.
13116         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
13117         (func_get_description, func_get_filelist, func_get_description,
13118         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
13119         func_get_automake_snippet, func_get_include_directive,
13120         func_get_license, func_get_maintainer): Use func_lookup_file.
13121         (func_import, func_create_testdir): Use func_lookup_file.
13122
13123 2006-07-29  Bruno Haible  <bruno@clisp.org>
13124
13125         * modules/setenv (Depends-on): Add unistd.
13126
13127 2006-07-29  Bruno Haible  <bruno@clisp.org>
13128
13129         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
13130
13131 2006-07-29  Bruno Haible  <bruno@clisp.org>
13132
13133         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
13134
13135 2006-07-29  Bruno Haible  <bruno@clisp.org>
13136
13137         * gnulib-tool (import, update): If there is no Makefile.am, look at
13138         aclocal.m4, instead of bailing out.
13139
13140 2006-07-29  Bruno Haible  <bruno@clisp.org>
13141
13142         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
13143         Categorize the options by when they are useful.
13144
13145 2006-07-29  Bruno Haible  <bruno@clisp.org>
13146
13147         * gnulib-tool (func_usage): Document option --no-libtool.
13148         Handle option --no-libtool.
13149         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
13150         for changed semantics of $libtool variable.
13151         (func_import): Likewise. If libtool is not used, show this through
13152         an option --no-libtool.
13153         (func_create_testdir): Update.
13154
13155 2006-07-29  Bruno Haible  <bruno@clisp.org>
13156
13157         * gnulib-tool (func_import): Extend error message about missing
13158         --doc-base.
13159
13160 2006-07-29  Bruno Haible  <bruno@clisp.org>
13161
13162         * gnulib-tool (func_import): Don't create the $docbase directory if
13163         there is no file to store there.
13164
13165 2006-07-29  Bruno Haible  <bruno@clisp.org>
13166
13167         * gnulib-tool (autoconf_minversion): If a --dir option is given and
13168         relevant, look for configure.ac there, not in the current directory.
13169         Also use a simple search for AC_PREREQ, not "autoconf --trace".
13170
13171 2006-07-29  Bruno Haible  <bruno@clisp.org>
13172
13173         * gnulib-tool (SORT): New variable.
13174         (func_usage): Undocument --assume-autoconf option.
13175         Remove --assume-autoconf option handling.
13176         (autoconf_minversion): Determine from the contents of configure.ac.
13177         (func_import): Remove autoconf_minversion handling.
13178         Suggested by Eric Blake.
13179
13180 2006-07-29  Bruno Haible  <bruno@clisp.org>
13181
13182         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
13183
13184 2006-07-29  Bruno Haible  <bruno@clisp.org>
13185
13186         * config/srclist.txt (*setenv.[ch]): Remove rules.
13187
13188 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13189
13190         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
13191
13192 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13193
13194         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
13195         arpa/inet.h.
13196
13197 2006-07-28  Simon Josefsson  <jas@extundo.com>
13198
13199         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
13200         * modules/inet_pton (Depends-on): Likewise.
13201
13202 2006-07-28  Simon Josefsson  <jas@extundo.com>
13203
13204         * m4/netinet_in_h.m4: New file.
13205
13206 2006-07-28  Simon Josefsson  <jas@extundo.com>
13207
13208         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
13209         #include's.
13210
13211 2006-07-28  Simon Josefsson  <jas@extundo.com>
13212
13213         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
13214         #include's.
13215
13216 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
13217
13218         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
13219         setgid on directories only if they set these bits.
13220         * lib/modechange.h: Remove obsolete comment about masks.
13221
13222 2006-07-28  Eric Blake  <ebb9@byu.net>
13223
13224         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
13225         macro expansion.
13226
13227 2006-07-28  Bruno Haible  <bruno@clisp.org>
13228
13229         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
13230
13231 2006-07-28  Bruno Haible  <bruno@clisp.org>
13232
13233         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
13234
13235 2006-07-28  Bruno Haible  <bruno@clisp.org>
13236
13237         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
13238         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
13239         Define fallbacks.
13240         Avoids link error on FreeBSD 4.x.
13241         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13242
13243         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
13244         encoding.
13245         * lib/mbswidth.c (iswcntrl): Likewise.
13246
13247 2006-07-27  Bruno Haible  <bruno@clisp.org>
13248
13249         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
13250         test.
13251
13252 2006-07-27  Bruno Haible  <bruno@clisp.org>
13253
13254         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
13255         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
13256         defined.
13257
13258 2006-07-26  Eric Blake  <ebb9@byu.net>
13259
13260         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
13261
13262 2006-07-26  Eric Blake  <ebb9@byu.net>
13263
13264         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
13265         like mingw that lack mkstemp.
13266         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
13267         avoid compilation warning on mingw.
13268
13269 2006-07-26  Bruno Haible  <bruno@clisp.org>
13270
13271         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
13272         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
13273         INT_FAST*_MIN, INTPTR_MIN.
13274
13275 2006-07-25  Bruno Haible  <bruno@clisp.org>
13276
13277         * modules/version-etc (Depends-on): Add stdarg.
13278
13279 2006-07-25  Bruno Haible  <bruno@clisp.org>
13280
13281         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
13282         complex commands.
13283
13284 2006-07-25  Bruno Haible  <bruno@clisp.org>
13285
13286         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
13287         defined in <stdarg.h> or config.h.
13288
13289 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
13290
13291         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
13292         (gl_STDIO_SAFER): Remove.
13293
13294 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
13295
13296         * MODULES.html.sh (File stream based Input/Output):
13297         Add fopen-safer, tmpfile-safer; remove stdio-safer.
13298         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
13299         * modules/fopen-safer, modules/tmpfile-safer: New files.
13300         * modules/stdio-safer: Remove.
13301
13302 2006-07-24  Bruno Haible  <bruno@clisp.org>
13303
13304         * modules/tmpdir: New file.
13305         * MODULES.html.sh (File system functions): Add it.
13306
13307 2006-07-24  Bruno Haible  <bruno@clisp.org>
13308
13309         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
13310         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
13311
13312 2006-07-24  Bruno Haible  <bruno@clisp.org>
13313
13314         * modules/clean-temp: New file.
13315
13316 2006-07-24  Bruno Haible  <bruno@clisp.org>
13317
13318         * m4/tmpdir.m4: New file, from GNU gettext.
13319
13320 2006-07-24  Bruno Haible  <bruno@clisp.org>
13321
13322         * lib/tmpdir.h: New file, from GNU gettext.
13323         * lib/tmpdir.c: New file, from GNU gettext.
13324
13325 2006-07-24  Bruno Haible  <bruno@clisp.org>
13326
13327         * lib/clean-temp.h: New file, from GNU gettext.
13328         * lib/clean-temp.c: New file, from GNU gettext.
13329
13330 2006-07-23  Eric Blake  <ebb9@byu.net>
13331
13332         * modules/stdio-safer (Files): Add tmpfile-safer.c.
13333         (Depends-on): Add binary-io.
13334
13335 2006-07-23  Eric Blake  <ebb9@byu.net>
13336
13337         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
13338
13339 2006-07-23  Eric Blake  <ebb9@byu.net>
13340
13341         * lib/tmpfile-safer.c: New file.
13342         * lib/stdio-safer.h (fopen_safer): Add prototype.
13343         * lib/stdio--.h (tmpfile): Make safer.
13344
13345 2006-07-23  Bruno Haible  <bruno@clisp.org>
13346
13347         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
13348         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
13349         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
13350         gl_linked_remove_at): Use it.
13351
13352 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13353         and Simon Josefsson <jas@extundo.com>
13354
13355         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
13356
13357         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
13358
13359 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13360
13361         * modules/close-stream: New file.
13362         * modules/closeout (Description): Make it clear that it exits
13363         with a diagnostic on error.
13364         (Depends-on): Add close-stream.  Remove fpending, stdbool.
13365         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
13366
13367 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13368
13369         * m4/close-stream.m4: New file.
13370
13371 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13372
13373         * lib/close-stream.c, lib/close-stream.h: New files.
13374
13375 2006-07-22  Bruno Haible  <bruno@clisp.org>
13376
13377         Merge from GNU gettext 0.15.
13378
13379         2006-05-01  Bruno Haible  <bruno@clisp.org>
13380
13381                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
13382
13383         2006-07-22  Bruno Haible  <bruno@clisp.org>
13384
13385                 * modules/javaversion: New file.
13386                 * MODULES.html.sh (Java): Add javaversion.
13387
13388         2006-03-12  Bruno Haible  <bruno@clisp.org>
13389
13390                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
13391
13392         2005-12-04  Bruno Haible  <bruno@clisp.org>
13393
13394                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
13395                 (untested).
13396
13397         2006-06-21  Bruno Haible  <bruno@clisp.org>
13398
13399                 Avoid warnings from recent versions of mcs.
13400                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
13401                 -o, -L, -r any more. Use options documented since mcs-1.0
13402                 instead. Similarly for -g.
13403
13404         2005-12-04  Bruno Haible  <bruno@clisp.org>
13405
13406                 * build-aux/csharpcomp.sh.in: Suffix for resources is
13407                 .resources, not .resource.
13408
13409         2005-07-09  Bruno Haible  <bruno@clisp.org>
13410
13411                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
13412                 add a .dll suffix.
13413                 Reported by Mark Junker <mjscod@gmx.de>.
13414
13415         2006-07-22  Bruno Haible  <bruno@clisp.org>
13416
13417                 * modules/gettext: Upgrade to gettext-0.15.
13418                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
13419                 m4/visibility.m4.
13420                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
13421
13422 2006-07-22  Bruno Haible  <bruno@clisp.org>
13423
13424         Merge from GNU gettext 0.15.
13425
13426         2006-03-25  Bruno Haible  <bruno@clisp.org>
13427
13428                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
13429
13430         2006-07-21  Bruno Haible  <bruno@clisp.org>
13431
13432                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
13433                 "1.1".
13434
13435         2006-05-09  Bruno Haible  <bruno@clisp.org>
13436
13437                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
13438                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
13439                 for the conftestver execution.
13440
13441         2006-05-01  Bruno Haible  <bruno@clisp.org>
13442
13443                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
13444                 optional target-version argument. Verify that the compiler
13445                 groks source of the specified source-version, or add -source
13446                 option as necessary. Verify that the compiler produces
13447                 bytecode in the specified target-version, or add -target and
13448                 -source options as necessary. Make the result of the test
13449                 available as variable CONF_JAVAC. Also log error output in
13450                 config.log.
13451
13452         2006-03-11  Bruno Haible  <bruno@clisp.org>
13453
13454                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
13455
13456         2006-05-09  Bruno Haible  <bruno@clisp.org>
13457
13458                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
13459                 CLASSPATH_SEPARATOR to a semicolon.
13460
13461         2006-03-12  Bruno Haible  <bruno@clisp.org>
13462
13463                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
13464                 available as variable CONF_JAVA, for subsequent autoconf
13465                 tests. Also log error output in config.log.
13466
13467         2006-07-19  Bruno Haible  <bruno@clisp.org>
13468
13469                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
13470                 that getline works on glibc2 systems. Needed to avoid trouble
13471                 in relocatable.c.
13472                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
13473
13474         2005-12-04  Bruno Haible  <bruno@clisp.org>
13475
13476                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
13477                 launcher (untested).
13478
13479         2005-12-04  Bruno Haible  <bruno@clisp.org>
13480
13481                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
13482
13483         2006-07-22  Bruno Haible  <bruno@clisp.org>
13484
13485                 * gettext.m4: Update from GNU gettext-0.15.
13486                 * nls.m4: Likewise.
13487                 * po.m4: Likewise.
13488                 * inttypes-pri.m4: Likewise.
13489                 * inttypes-h.m4: Renamed from inttypes.m4.
13490                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
13491
13492 2006-07-22  Bruno Haible  <bruno@clisp.org>
13493
13494         Merge from GNU gettext 0.15.
13495
13496         2005-07-05  Bruno Haible  <bruno@clisp.org>
13497
13498                 * printf-args.c (printf_fetchargs): Work around broken
13499                 definition of wint_t on mingw.
13500
13501         2005-02-12  Bruno Haible  <bruno@clisp.org>
13502
13503                 * xallocsa.h: Add extern "C" for C++.
13504
13505         2006-05-17  Bruno Haible  <bruno@clisp.org>
13506
13507                 Cygwin portability.
13508                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
13509
13510         2006-04-30  Bruno Haible  <bruno@clisp.org>
13511
13512                 * progreloc.c: Include <mach-o/dyld.h> if available.
13513                 (find_executable): Use _NSGetExecutablePath when possible.
13514
13515         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
13516
13517                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
13518                 function.
13519
13520         2005-12-29  Bruno Haible  <bruno@clisp.org>
13521
13522                 * progreloc.c (set_program_name_and_installdir): Fix
13523                 compilation error.
13524
13525         2005-12-04  Bruno Haible  <bruno@clisp.org>
13526
13527                 Cygwin portability.
13528                 * progreloc.c: Include <windows.h> also on Cygwin.
13529                 (find_executable): Add support for Cygwin.
13530                 (set_program_name_and_installdir): Handle also platforms with
13531                 nonempty EXEEXT.
13532
13533         2006-07-11  Bruno Haible  <bruno@clisp.org>
13534
13535                 * javacomp.c: Fix a comment.
13536                 Reported by Jim Meyering.
13537
13538         2006-04-30  Bruno Haible  <bruno@clisp.org>
13539
13540                 * javacomp.h (compile_java_class): Add source_version,
13541                 target_version arguments.
13542                 * javacomp.c: Rewritten to choose only a compiler that
13543                 respects the specified source_version and target_version.
13544
13545         2006-06-27  Bruno Haible  <bruno@clisp.org>
13546
13547                 Assume correct S_ISDIR macro.
13548                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
13549
13550         2006-07-22  Bruno Haible  <bruno@clisp.org>
13551
13552                 * javaversion.h: New file, from GNU gettext.
13553                 * javaversion.c: New file, from GNU gettext.
13554                 * javaversion.java: New file, from GNU gettext.
13555                 * javaversion.class: New file, from GNU gettext.
13556
13557         2006-05-17  Bruno Haible  <bruno@clisp.org>
13558
13559                 Cygwin portability.
13560                 * javaexec.c (execute_java_class): Test for jview program
13561                 also on Cygwin.
13562
13563         2006-04-09  Bruno Haible  <bruno@clisp.org>
13564
13565                 * fatal-signal.c: Don't include string.h.
13566                 (at_fatal_signal): Use a copying loop instead of memcpy.
13567
13568         2005-12-04  Bruno Haible  <bruno@clisp.org>
13569
13570                 * csharpexec.c: Add support for 'clix' launcher (untested).
13571                 (execute_csharp_using_sscli): New function.
13572                 (execute_csharp_program): Call it.
13573
13574         2006-06-21  Bruno Haible  <bruno@clisp.org>
13575
13576                 Avoid warnings from recent versions of mcs.
13577                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
13578                 -o, -L, -r any more. Use options documented since mcs-1.0
13579                 instead. Similarly for -g.
13580
13581         2005-07-09  Bruno Haible  <bruno@clisp.org>
13582
13583                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
13584                 add a .dll suffix.
13585                 Reported by Mark Junker <mjscod@gmx.de>.
13586
13587         2006-06-17  Bruno Haible  <bruno@clisp.org>
13588
13589                 * config.charset: Update for NetBSD 3.0.
13590
13591         2006-05-17  Bruno Haible  <bruno@clisp.org>
13592
13593                 Cygwin portability.
13594                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
13595
13596         2006-05-16  Bruno Haible  <bruno@clisp.org>
13597
13598                 * localcharset.c [CYGWIN]: Include <windows.h>.
13599                 (get_charset_aliases): For Cygwin, return the same CPxxx
13600                 aliases list as under WIN32.
13601                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
13602                 the environment variables. Fall back to GetACP().
13603
13604         2006-04-05  Bruno Haible  <bruno@clisp.org>
13605
13606                 * config.charset: Update Juan Manuel Guerrero's address.
13607
13608         2005-02-12  Bruno Haible  <bruno@clisp.org>
13609
13610                 * allocsa.h: Add extern "C" for C++.
13611
13612         2005-02-10  Bruno Haible  <bruno@clisp.org>
13613
13614                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
13615                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
13616
13617         2006-07-22  Bruno Haible  <bruno@clisp.org>
13618
13619                 * gettext.h: Update to GNU gettext-0.15.
13620
13621 2006-07-22  Bruno Haible  <bruno@clisp.org>
13622
13623         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
13624         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
13625         lib-prefix.m4, longdouble.m4, ssize_t.m4.
13626
13627 2006-07-21  Eric Blake  <ebb9@byu.net>
13628
13629         * modules/stdlib-safer: New file.
13630         * MODULES.html.sh (File stream based Input/Output): Add
13631         stdlib-safer.
13632
13633 2006-07-21  Eric Blake  <ebb9@byu.net>
13634
13635         * lib/stdlib-safer.h: New file from coreutils, required by
13636         stdlib--.h.
13637
13638 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
13639
13640         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
13641
13642 2006-07-20  Bruno Haible  <bruno@clisp.org>
13643
13644         * gnulib-tool: Recognize new option --assume-autoconf.
13645         (autoconf_minversion): New variable.
13646         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
13647
13648 2006-07-20  Bruno Haible  <bruno@clisp.org>
13649
13650         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
13651
13652 2006-07-19  Derek R. Price  <derek@ximbiot.com>
13653
13654         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
13655         Reindent and repaginate.
13656
13657 2006-07-19  Derek Price  <derek@ximbiot.com>
13658
13659         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
13660         Correct grammar.
13661
13662 2006-07-17  Bruno Haible  <bruno@clisp.org>
13663
13664         * modules/list: New file.
13665         * modules/array-list: New file.
13666         * modules/carray-list, modules/carray-list-tests: New files.
13667         * modules/linked-list, modules/linked-list-tests: New files.
13668         * modules/avltree-list, modules/avltree-list-tests: New files.
13669         * modules/rbtree-list, modules/rbtree-list-tests: New files.
13670         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
13671         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
13672         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
13673         * modules/oset: New file.
13674         * modules/array-oset: New file.
13675         * modules/avltree-oset, modules/avltree-oset-tests: New files.
13676         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
13677         * tests/test-carray_list.c: New file.
13678         * tests/test-linked_list.c: New file.
13679         * tests/test-avltree_list.c: New file.
13680         * tests/test-rbtree_list.c: New file.
13681         * tests/test-linkedhash_list.c: New file.
13682         * tests/test-avltreehash_list.c: New file.
13683         * tests/test-rbtreehash_list.c: New file.
13684         * tests/test-avltree_oset.c: New file.
13685         * tests/test-rbtree_oset.c: New file.
13686         * MODULES.html.sh (Container data structures): New section.
13687
13688 2006-07-17  Bruno Haible  <bruno@clisp.org>
13689
13690         * m4/gl_list.m4: New file.
13691
13692 2006-07-17  Bruno Haible  <bruno@clisp.org>
13693
13694         * lib/gl_list.h: New file.
13695         * lib/gl_list.c: New file.
13696         * lib/gl_array_list.h: New file.
13697         * lib/gl_array_list.c: New file.
13698         * lib/gl_carray_list.h: New file.
13699         * lib/gl_carray_list.c: New file.
13700         * lib/gl_linked_list.h: New file.
13701         * lib/gl_linked_list.c: New file.
13702         * lib/gl_anylinked_list1.h: New file.
13703         * lib/gl_anylinked_list2.h: New file.
13704         * lib/gl_avltree_list.h: New file.
13705         * lib/gl_avltree_list.c: New file.
13706         * lib/gl_anyavltree_list1.h: New file.
13707         * lib/gl_anyavltree_list2.h: New file.
13708         * lib/gl_rbtree_list.h: New file.
13709         * lib/gl_rbtree_list.c: New file.
13710         * lib/gl_anyrbtree_list1.h: New file.
13711         * lib/gl_anyrbtree_list2.h: New file.
13712         * lib/gl_anytree_list1.h: New file.
13713         * lib/gl_anytree_list2.h: New file.
13714         * lib/gl_linkedhash_list.h: New file.
13715         * lib/gl_linkedhash_list.c: New file.
13716         * lib/gl_anyhash_list1.h: New file.
13717         * lib/gl_anyhash_list2.h: New file.
13718         * lib/gl_avltreehash_list.h: New file.
13719         * lib/gl_avltreehash_list.c: New file.
13720         * lib/gl_rbtreehash_list.h: New file.
13721         * lib/gl_rbtreehash_list.c: New file.
13722         * lib/gl_anytreehash_list1.h: New file.
13723         * lib/gl_anytreehash_list2.h: New file.
13724
13725         * lib/gl_oset.h: New file.
13726         * lib/gl_oset.c: New file.
13727         * lib/gl_array_oset.h: New file.
13728         * lib/gl_array_oset.c: New file.
13729         * lib/gl_avltree_oset.h: New file.
13730         * lib/gl_avltree_oset.c: New file.
13731         * lib/gl_rbtree_oset.h: New file.
13732         * lib/gl_rbtree_oset.c: New file.
13733         * lib/gl_anytree_oset.h: New file.
13734
13735 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13736
13737         * m4/mkancesdirs.m4: New file.
13738         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
13739         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
13740         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
13741         it.
13742
13743 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13744
13745         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
13746         * lib/mkancesdirs.h: New files.
13747         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
13748         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
13749         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
13750         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
13751         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
13752         callers changed.  Revamp internals significantly, by not
13753         attempting to create directories that are temporarily more
13754         permissive than the final results.  Do not attempt to use
13755         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
13756         This removes some race conditions, fixes some bugs, and simplifies
13757         things.  Use new dirchownmod function to do owner and mode changes.
13758         * lib/mkdir-p.h: Likewise.
13759         * lib/modechange.c (octal_to_mode): New function.
13760         (struct mode_change): New member mentioned.
13761         (make_node_op_equals): New arg mentioned.  All callers changed.
13762         (mode_compile): Keep track of which mode bits the user has explicitly
13763         mentioned.
13764         (mode_adjust): New arg DIR, so that we implement the X op correctly.
13765         New arg PMODE_BITS, to keep track of which mode bits the user
13766         mentioned; it treats S_ISUID and S_ISGID speciall.
13767         All callers changed.
13768         * lib/modechange.h: Likewise.
13769
13770 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13771
13772         * MODULES.html.sh: Add mkancestors.
13773         * modules/mkancesdirs: New module.
13774         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
13775         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
13776         The chdir-safer and afs files are now orphans; I'll remove them
13777         unless someone speaks up.
13778         Add lib/dirchownmod.c, lib/dirchownmod.h.
13779         (Depends-on): Remove alloca, chown, save-cwd, dirname.
13780         Add lchown, mkancesdirs.
13781         (Maintainer): Add self.
13782
13783 2006-07-15  Karl Berry  <karl@gnu.org>
13784
13785         * gnulib-tool: help message wording/arrangement.
13786
13787 2006-07-14  Simon Josefsson  <jas@extundo.com>
13788
13789         * doc/gnulib.texi (Libtool and Windows): New section.
13790
13791 2006-07-12  Simon Josefsson  <jas@extundo.com>
13792
13793         * modules/gendocs (License): Fix license, approved by Karl.
13794
13795 2006-07-12  Eric Blake  <ebb9@byu.net>
13796
13797         * MODULES.html.sh: Add gendocs.
13798
13799 2006-07-11  Eric Blake  <ebb9@byu.net>
13800
13801         * modules/fdl: New module, to install doc/fdl.texi.
13802         * MODULES.html.sh: Add new section for documentation modules.
13803         * gnulib-tool: Avoid space-tab.
13804         (--doc-base): New option, to manage files from doc.
13805
13806 2006-07-11  Eric Blake  <ebb9@byu.net>
13807
13808         * m4/absolute-header.m4: Fix comments to match recent change.
13809
13810 2006-07-11  Eric Blake  <ebb9@byu.net>
13811
13812         * gnulib-tool: List --doc-base before --tests-base.
13813
13814 2006-07-11  Derek R. Price  <derek@ximbiot.com>
13815
13816         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
13817
13818 2006-07-11  Bruno Haible  <bruno@clisp.org>
13819
13820         * README: Mention where to put documentation.
13821
13822 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13823
13824         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
13825
13826 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13827
13828         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
13829         to stdint.m4.
13830
13831 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13832
13833         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
13834         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
13835         "no/such/file/stdint.h" when there is no such file, so that
13836         the resulting C code can be parsed by dodgy compilers.
13837         Problems reported by Bob Proulx.
13838
13839 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13840
13841         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
13842         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13843         macros into the GNU _D_EXACT_NAMLEN.
13844         * lib/savedir.c:  Likewise.
13845         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
13846
13847 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13848         and Paul Eggert  <eggert@cs.ucla.edu>
13849
13850         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
13851         * m4/savedir.m4:
13852         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13853         macros into the GNU _D_EXACT_NAMLEN.
13854
13855 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13856
13857         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
13858         around the absolute name, to work around a problem with the HP-UX
13859         11.23 native C compiler, reported by Bob Proulx.
13860
13861 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13862
13863         * doc/maintain.texi, make-stds.texi: Sync from
13864         <http://savannah.gnu.org/projects/gnustandards>.
13865
13866 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13867
13868         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
13869
13870 2006-07-09  Jim Meyering  <jim@meyering.net>
13871
13872         * m4/glob.m4: Remove a doubled word in a comment.
13873
13874 2006-07-09  Jim Meyering  <jim@meyering.net>
13875
13876         * lib/argp-pv.c: Remove a doubled word in a comment.
13877         * lib/check-version.c (check_version): Likewise.
13878         * lib/javacomp.c (compile_java_class): Likewise.
13879
13880 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13881
13882         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
13883         for the benefit of people using Autoconf 2.60.  If you want to
13884         support older Autoconf versions you can copy m4/onceonly_2_57.m4
13885         (or m4/onceonly.m4, if pre-2.57) manually.
13886
13887 2006-07-08  Jim Meyering  <jim@meyering.net>
13888
13889         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
13890         comment.
13891         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
13892         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
13893         comment.
13894
13895 2006-07-08  Jim Meyering  <jim@meyering.net>
13896
13897         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
13898
13899 2006-07-07  Simon Josefsson  <jas@extundo.com>
13900
13901         * tests/test-crc.c: Change expected crc value, the test vector
13902         were probably computed using the old broken crc.c?
13903
13904 2006-07-06  Simon Josefsson  <jas@extundo.com>
13905
13906         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
13907         now the canonical place for the M4 file).
13908
13909         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
13910         from the sys_socket dependency now.
13911
13912         * modules/inet_pton (Files): Ditto.
13913
13914         * modules/inet_ntop (Files): Ditto.
13915
13916 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13917
13918         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
13919         not gl_PREREQ_GETUSERSHELL.
13920
13921 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13922
13923         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
13924         with only one argument, for Autoconf 2.60.
13925         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
13926         expand to nothing, so add a shell command to avoid syntax error.
13927         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
13928
13929 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13930
13931         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
13932
13933 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13934
13935         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
13936         no longer needed.  Check for isblank decl.
13937         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
13938         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
13939         of existence.
13940
13941 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13942
13943         * lib/getloadavg.c: Use __VMS, not VMS.
13944         * lib/getopt.c: Likewise.
13945         * lib/getpagesize.h: Likewise.
13946         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
13947         and probably does not work.
13948
13949 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13950
13951         * lib/.cppi-disable: Add wcwidth.
13952         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
13953         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
13954         (ISGRAPH): Remove.  All uses changed to isgraph.
13955         (FOLD) [!defined _LIBC]: Remove special case.
13956         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
13957         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
13958         HAVE_ISBLANK.
13959         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
13960         case.
13961
13962 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13963
13964         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
13965         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
13966         brackets.  Other minor changes to suppress some compiler
13967         warnings.
13968
13969 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13970         and Paul Eggert  <eggert@cs.ucla.edu>
13971
13972         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
13973         of invoking obsolescent AC_HEADER_DIRENT macro.
13974         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
13975         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
13976         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
13977         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
13978         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
13979         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13980         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
13981         * m4/readdir.m4: Remove; no longer needed.
13982
13983 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13984         and Paul Eggert  <eggert@cs.ucla.edu>
13985
13986         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
13987         Don't worry about this obsolete case any more.
13988         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
13989         directories.
13990         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
13991         worry about this obsolete case any more.
13992         * lib/fts.c: Likewise.
13993         * lib/getcwd.c: Likewise.
13994         * lib/glob.h: Likewise.
13995         * lib/savedir.c: Likewise.
13996
13997 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13998
13999         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
14000         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
14001         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
14002         needed.
14003         All uses removed.
14004         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
14005         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
14006         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
14007         needed.
14008         * m4/getdate.m4 (gl_GETDATE): Likewise.
14009         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
14010         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
14011         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
14012         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
14013         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
14014         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
14015         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
14016         needed.
14017
14018 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
14019
14020         * lib/memcasecmp.c: Include <limits.h>.
14021         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
14022         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
14023         Don't assume isdigit succeeds only on '0' through '9'.
14024
14025 2006-07-05  Eric Blake  <ebb9@byu.net>
14026
14027         * modules/getaddrinfo (Depends-on): Add snprintf.
14028
14029 2006-07-05  Eric Blake  <ebb9@byu.net>
14030
14031         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
14032         to avoid 'header present but could not be compiled' on cygwin.
14033
14034 2006-07-05  Eric Blake  <ebb9@byu.net>
14035
14036         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
14037         missing from netdb.h.
14038         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
14039
14040 2006-07-05  Derek R. Price  <derek@ximbiot.com>
14041
14042         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
14043         no longer needed.
14044         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
14045         * m4/getdate.m4 (gl_GETDATE): Likewise.
14046         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
14047         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
14048         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
14049         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
14050         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
14051
14052 2006-07-05  Derek R. Price  <derek@ximbiot.com>
14053
14054         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
14055         All uses of is_space replaced by isspace.
14056         * lib/exit.h: Don't talk about STDC_HEADERS.
14057         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
14058         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
14059         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
14060         replaced by isprint etc.
14061         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
14062         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
14063         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
14064         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
14065         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
14066         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
14067
14068 2006-07-05  Bruno Haible  <bruno@clisp.org>
14069
14070         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
14071         the function exists, before testing against AIX.
14072         Reported by Martin Lambers <marlam@marlam.de>.
14073
14074 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
14075
14076         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
14077         From Mark D. Baushke.
14078
14079 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
14080
14081         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
14082         to the absolute name, not just one, to bypass Sun C 5.8's
14083         "warning: #include of /usr/include/... may be non-portable".
14084
14085 2006-07-04  Eric Blake  <ebb9@byu.net>
14086
14087         * modules/dirname-tests: New test module.
14088         * tests/test-dirname.c: New file, replacing dirname.c
14089         TEST_DIRNAME section that was recently deleted.
14090
14091 2006-07-04  Bruno Haible  <bruno@clisp.org>
14092
14093         Assume ANSI C header files and <ctype.h> functions.
14094         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
14095         (mbsnwidth): Use isprint, iscntrl instead.
14096
14097 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14098
14099         Merge from coreutils.
14100         * MODULES.html.sh: Add xstrtold.
14101         * modules/xstrtold: New file.
14102         * modules/cycle-check (Files): Add lib/same-inode.h.
14103         * modules/dirname (Files): Add m4/double-slash-root.m4.
14104         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
14105         * modules/mkdir-p (Files): Add lib/same-inode.h.
14106         * modules/same (Files): Add lib/same-inode.h.
14107
14108 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14109
14110         * m4/absolute-header.m4: Renamed from full-header-path.m4.
14111         This is to keep the terminology clean; POSIX talks about
14112         "absolute pathnames", not "full pathnames", but the GNU
14113         Coding Standards say to use "path" for something else;
14114         so use "absolute" to keep both sides happy.
14115         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
14116         Set gl_absolute_header, not gl_full_header_path.
14117         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
14118         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
14119         All uses changed.
14120
14121         Merge from coreutils.
14122
14123         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
14124
14125         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
14126         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
14127         want to require the building of c-strtod.o.
14128         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
14129         needs -lm directly.
14130         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
14131
14132         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
14133
14134         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
14135         --as-needed option if available.  Problem reported by Albert Chin in
14136         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
14137         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
14138         cc merely issues a bunch of annoying warnings for --as-needed
14139         (this problem was reported by Bob Proulx).  Also, try linking with
14140         -lm to detect a bug in binutils 2.16 (this problem was reported
14141         by Ralf Wildenhues).
14142
14143         2006-06-18  Jim Meyering  <jim@meyering.net>
14144
14145         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
14146         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
14147         macro.
14148         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
14149         also check for glibc-2.4's abort-inducing bug.
14150
14151         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
14152         Low-probability clean-up should be to use rmdir to get rid of
14153         the just-created directory, not unlink.
14154
14155         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
14156         configure fail, and request a bug report to inform us about it.
14157         Add a comment that, barring reports to the contrary, in 2007 we'll
14158         assume ftruncate is universally available.
14159
14160         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
14161
14162         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
14163
14164         2006-03-12  Jim Meyering  <jim@meyering.net>
14165
14166         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
14167         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
14168         * m4/same.m4 (gl_SAME): Likewise.
14169         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
14170
14171         2006-03-11  Eric Blake  <ebb9@byu.net>
14172
14173         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
14174         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
14175         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
14176         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
14177
14178 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14179
14180         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
14181         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
14182         reported by Mark D. Baushke, one in
14183         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
14184
14185         Merge from coreutils.
14186
14187         * lib/.cppi-disable: Add stdint_.h.
14188         * lib/.cvsignore: Add stdint.h.
14189
14190         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
14191
14192         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
14193         both double and long double versions.
14194         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
14195         * lib/xstrtold.c: New file.
14196         * lib/xstrtod.h (xstrtold): New decl.
14197
14198         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
14199
14200         * lib/filemode.c (setst): Remove.
14201         (strmode): Rewrite to avoid setst.  This makes the code shorter,
14202         (arguably) clearer, and the generated code is a bit smaller on my
14203         Debian GNU/Linux stable x86 host.
14204
14205         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
14206
14207         * lib/filemode.c: Include "filemode.h" first, to test the interface.
14208         Assume that filemode.h includes sys/types.h and sys/stat.h.
14209         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
14210         (ftypelet): Reorder to put common cases first, for efficiency.
14211         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
14212         to do 'M'.
14213         (strmode): Renamed from mode_string, and now stores 12 bytes instead
14214         of 10, for compatibility with FreeBSD.  All callers changed.
14215         (filemodestring): Now stores 12 bytes instead of 10, and sets file
14216         types that can't be deduced solely from st_mode.  First arg is now a
14217         const pointer.
14218         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
14219         (strmode): Renamed from mode_string.
14220         (filemodestring): New decl.
14221         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
14222         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
14223         needed.
14224         (S_ISPORT, S_ISWHT): New macros, if not already defined.
14225
14226         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
14227
14228         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
14229         fsusage.h now does that.  Include fsusage.h first, to test interface.
14230         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
14231         at most one method (the old code could have generated decls that
14232         didn't conform to C89, not that this was ever exercised).
14233         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
14234
14235         2006-03-19  Jim Meyering  <jim@meyering.net>
14236
14237         Work even in a chroot where d_ino values for entries in "/"
14238         don't match the stat.st_ino values for the same names.
14239         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
14240         number, iterate through all entries again, using lstat instead.
14241         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
14242         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
14243
14244         * lib/getcwd.c (__getcwd): Clarify a comment.
14245         Use memcpy in place of a call to strcpy.
14246
14247         2006-03-12  Jim Meyering  <jim@meyering.net>
14248
14249         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
14250         matches that of the current directory (which we're about to chdir ".."
14251         out of), then save the dev-ino of the parent, instead.
14252
14253         * lib/same-inode.h (SAME_INODE): New file/macro.
14254         * lib/chdir-safer.c (SAME_INODE): Remove definition.
14255         Include "same-inode.h", instead.
14256         * lib/same.c: Likewise.
14257         * lib/cycle-check.h: Include "same-inode.h".
14258         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
14259         * lib/cycle-check.c (SAME_INODE): Remove definition.
14260         * lib/root-dev-ino.h: Include "same-inode.h".
14261
14262         2006-03-11  Eric Blake  <ebb9@byu.net>
14263
14264         * lib/same.c (same_name): s/base_name/last_component/
14265         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
14266         * lib/filenamecat.c (file_name_concat): Likewise.
14267
14268         2006-03-11  Eric Blake  <ebb9@byu.net>,
14269                     Paul Eggert  <eggert@cs.ucla.edu>
14270
14271         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
14272         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
14273         drive prefix.
14274         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
14275         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
14276         (last_component): New method.
14277         * lib/dirname.c (dir_len): Determine when drive letters need a
14278         subsequent slash.  Preserve // when it is special.
14279         (dir_name): Don't append dot when drive letter is absolute.
14280         [TEST_DIRNAME]: Move into a full-blown gnulib test.
14281         * lib/basename.c (base_name): New semantics - malloc the result.
14282         Preserve // when it is special.  Preserve relative files that look
14283         like drive letters.
14284         (base_len): Preserve // when it is special.
14285         (last_component): New method, similar to old base_name semantics.
14286         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
14287         base_name.  Strip redundant slashes from ///.
14288
14289 2006-07-03  Jim Meyering  <jim@meyering.net>
14290
14291         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
14292         macro is used before the first cycle_check call.
14293
14294 2006-07-03  Eric Blake  <ebb9@byu.net>
14295
14296         * modules/dirname (Depends-on): Add xstrndup.
14297
14298 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14299
14300         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
14301         test cases, so that config.log is a bit easier to follow.
14302
14303 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14304
14305         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
14306         both are 64 bits, since this seems to be the tradition, and this
14307         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
14308         we ever run into a host that prefers long long to long in this
14309         case, we'll need another configure-time test.  Problem reported by
14310         Jim Meyering.
14311
14312 2006-07-02  Eric Blake  <ebb9@byu.net>
14313
14314         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
14315
14316 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14317
14318         * modules/inttypes (Depends-on): No longer depends on stdint.
14319         * modules/stdint (Description): Say more about assumptions.
14320         Say that the fast types might differ.  Say macros are used.
14321         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
14322         (Makefile.am): Revise list of substituted symbols to match
14323         new stdint.m4.
14324         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
14325         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
14326         * tests/test-stdint.c (verify_same_types)
14327         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
14328         the code conforms to C99/C89.
14329         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
14330         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
14331
14332 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14333
14334         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
14335         but fix a bug, by requiring at least 64 bits.
14336         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
14337         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
14338         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
14339         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
14340
14341         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
14342         changes.  Make 2.59 a prerequisite.  Check and substitute for
14343         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
14344         inttypes.h.  Do not use special include files; just use the
14345         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
14346         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
14347         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
14348         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
14349         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
14350         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
14351         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
14352         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
14353         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
14354         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
14355         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
14356         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
14357         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
14358         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
14359         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
14360         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
14361         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
14362         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
14363         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
14364         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
14365         WINT_MAX.  Check for C99 conformance more strictly, by detecting
14366         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
14367         not check for things that C99 does not require, e.g., int8_t.  If
14368         a test isn't needed unless <stdint.h> isn't working, and is
14369         unlikely to be needed for any other reason, then don't do it
14370         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
14371         size_t, since we assume C89 freestanding at least.  Do not check
14372         for sig_atomic_t, wchar_t, or wint_t, since the code now does
14373         the right thing even if the types are not defined.  Instead use:
14374         (gl_STDINT_TYPE_PROPERTIES): New macro.
14375         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
14376         testing whether <sys/types.h> clashes, as Autoconf does this for
14377         us now.  All uses removed.
14378         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
14379         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
14380         (gl_CHECK_TYPE_SAME):
14381         Remove; no longer needed.
14382         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
14383         exists, since we'll return 0 anyway in that case.
14384         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
14385
14386 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14387
14388         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
14389         possible collision with system files.
14390         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
14391         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
14392         WCHAR_MIN and WCHAR_MAX in this case.
14393         (<stddef.h>): Do not include; no longer needed.
14394         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
14395         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
14396         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
14397         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
14398         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
14399         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
14400         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
14401         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
14402         !defined(__c99))]: Include in this case too, since it's harmless
14403         now.
14404         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
14405         dangerous to do so.
14406         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
14407         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
14408         (_STDINT_MIN, _STDINT_MAX): New macros.
14409         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
14410         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
14411         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
14412         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
14413         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
14414         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
14415         macros, not typedefs; this simplifies things quite a bit.
14416         Use long int for all types narrower than int64_t.
14417         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
14418         Define in terms of long long int or int64_t or long int,
14419         not int64_t or int32_t.  This saves some compile-time testing.
14420         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
14421         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
14422         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
14423         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
14424         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
14425         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
14426         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
14427         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
14428         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
14429         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
14430         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
14431         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
14432         undef any previous version and define our own version, for
14433         simplicity and consistency with the new macros for types.
14434         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
14435         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
14436         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
14437         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
14438         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
14439         @WINT_T_SUFFIX@ to keep things simple here.
14440         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
14441         Simplify by assuming typical 8/16/32/64 host, since we're
14442         already doing that elsewhere anyway.
14443         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
14444         and assume long long int is 64 bits if available.  This
14445         speeds up 'configure'.
14446
14447 2006-07-01  Eric Blake  <ebb9@byu.net>
14448
14449         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
14450         Reported by Andreas Buening.
14451
14452 2006-07-01  Eric Blake  <ebb9@byu.net>
14453
14454         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
14455
14456 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
14457
14458         * lib/getaddrinfo.c: fixed typo
14459
14460 2006-06-29  Jim Meyering  <jim@meyering.net>
14461
14462         * modules/strftime (Maintainer): Add my name, since with the
14463         FPRINTFTIME changes strftime.c has forked from glibc.
14464
14465 2006-06-29  Eric Blake  <ebb9@byu.net>
14466
14467         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
14468
14469 2006-06-29  Eric Blake  <ebb9@byu.net>
14470
14471         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
14472
14473 2006-06-29  Eric Blake  <ebb9@byu.net>
14474
14475         * lib/stat_.h: New file.
14476
14477 2006-06-29  Eric Blake  <ebb9@byu.net>
14478
14479         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
14480         unused static function.
14481
14482 2006-06-29  Eric Blake  <ebb9@byu.net>
14483
14484         * doc/functions.texi (Function Portability): Document missing lstat
14485         on mingw.
14486
14487 2006-06-29  Eric Blake  <ebb9@byu.net>
14488
14489         * MODULES.html.sh: Add sys_stat.
14490         * modules/sys_stat: New module.
14491         * modules/mkstemp (Depends-on): Add sys_stat.
14492
14493 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14494
14495         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
14496
14497 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14498
14499         * m4/c-bs-a.m4: Removed.
14500
14501 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14502
14503         * lib/strftime.c: Assume strftime() exists.
14504
14505 2006-06-29  Derek Price  <derek@ximbiot.com>
14506
14507         * modules/c-bs-a: Removed - \a is C89.
14508         * MODULES.html.sh: Remove c-bs-a.
14509
14510 2006-06-29  Bruno Haible  <bruno@clisp.org>
14511
14512         * modules/wcwidth (License): Change to LGPL.
14513
14514 2006-06-28  Simon Josefsson  <jas@extundo.com>
14515
14516         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
14517         on _WIN32.
14518
14519         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
14520         getnameinfo.
14521
14522 2006-06-28  Simon Josefsson  <jas@extundo.com>
14523
14524         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
14525
14526 2006-06-28  Simon Josefsson  <jas@extundo.com>
14527
14528         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
14529         functions there.  It will succeed on Windows XP, but on Windows
14530         2000 and (presumably) earlier, it will fail, and use the internal
14531         re-implementation.
14532         (use_win32_p): New function.
14533         (getaddrinfo): Use strtoul on servname, to support numeric ports.
14534         Support AI_NUMERICSERV to disable getservbyname.
14535         (getnameinfo): New function, only supports
14536         NI_NUMERICHOST|NI_NUMERICSERV for now.
14537
14538         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
14539         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
14540         getnameinfo.
14541
14542 2006-06-28  Eric Blake  <ebb9@byu.net>
14543
14544         * modules/wcwidth: New file.
14545         * modules/mbchar (Depends-on): Add wcwidth.
14546         * modules/mbswidth (Depends-on): Add wcwidth.
14547         * MODULES.html.sh: Add wcwidth.
14548
14549 2006-06-28  Eric Blake  <ebb9@byu.net>
14550
14551         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
14552         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
14553
14554 2006-06-28  Eric Blake  <ebb9@byu.net>
14555
14556         * lib/xvasprintf.h: Fix comments.
14557
14558 2006-06-28  Eric Blake  <ebb9@byu.net>
14559
14560         * lib/mbchar.h (wcwidth): Include wcwidth.h.
14561         * lib/mbswidth.c (wcwidth): Move from here...
14562         * lib/wcwidth.h: ...to this new file.
14563
14564 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14565
14566         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
14567
14568         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
14569         it's obsolete.
14570         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
14571
14572 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14573
14574         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
14575         Autoconf 2.60 says this stuff was obsolete.
14576
14577 2006-06-28  Bruno Haible  <bruno@clisp.org>
14578
14579         * modules/wcwidth (Files): Add m4/wchar_t.m4.
14580
14581 2006-06-28  Bruno Haible  <bruno@clisp.org>
14582
14583         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
14584         gt_TYPE_WCHAR_T.
14585
14586 2006-06-28  Bruno Haible  <bruno@clisp.org>
14587
14588         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
14589         declaration for wcwidth.
14590         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
14591
14592 2006-06-28  Bruno Haible  <bruno@clisp.org>
14593
14594         * lib/mkdtemp.c [MINGW]: Include <io.h>.
14595         (mkdir): Define using _mkdir.
14596
14597 2006-06-28  Bruno Haible  <bruno@clisp.org>
14598
14599         * lib/getaddrinfo.h: Fix POSIX URL.
14600         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
14601         _WIN32.
14602         (use_win32_p): Make static.
14603         (getaddrinfo): Reject service name if it is empty or does not consist
14604         solely of decimal digits, or if its value is > 65535.
14605         (getnameinfo): Remove useless casts.
14606
14607 2006-06-27  Simon Josefsson  <jas@extundo.com>
14608
14609         * modules/sys_select: New file, suggested by Bruno Haible, Paul
14610         Eggert and Martin Lambers.
14611
14612 2006-06-27  Simon Josefsson  <jas@extundo.com>
14613
14614         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
14615         Eggert and Martin Lambers.
14616
14617 2006-06-27  Bruno Haible  <bruno@clisp.org>
14618
14619         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
14620         result to 0, not to empty.
14621         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
14622
14623 2006-06-27  Bruno Haible  <bruno@clisp.org>
14624
14625         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
14626
14627 2006-06-26  Simon Josefsson  <jas@extundo.com>
14628
14629         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
14630         present.
14631
14632 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
14633
14634         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
14635         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
14636         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
14637
14638 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
14639
14640         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
14641
14642 2006-06-26  Bruno Haible  <bruno@clisp.org>
14643
14644         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
14645
14646 2006-06-26  Bruno Haible  <bruno@clisp.org>
14647
14648         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
14649
14650 2006-06-26  Bruno Haible  <bruno@clisp.org>
14651
14652         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
14653         SGI C compiler in pre-C99 mode.
14654         Suggested by Mark D. Baushke and Larry Jones.
14655
14656 2006-06-26  Bruno Haible  <bruno@clisp.org>
14657
14658         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
14659         WCHAR_MAX.
14660         Reported by Mark D. Baushke and Larry Jones.
14661
14662 2006-06-26  Bruno Haible  <bruno@clisp.org>
14663
14664         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
14665         in pre-C99 mode.
14666         Suggested by Mark D. Baushke and Larry Jones.
14667
14668 2006-06-23  Simon Josefsson  <jas@extundo.com>
14669             Bruno Haible  <bruno@clisp.org>
14670
14671         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
14672         Emit mostlyclean-local rule.
14673         (func_emit_tests_Makefile_am): Likewise.
14674         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
14675
14676 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
14677
14678         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
14679
14680 2006-06-23  Bruno Haible  <bruno@clisp.org>
14681
14682         * tests/test-stdint.c: Update to match ISO C 99 Technical
14683         Corrigendum 1.
14684
14685 2006-06-23  Bruno Haible  <bruno@clisp.org>
14686
14687         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
14688
14689 2006-06-23  Bruno Haible  <bruno@clisp.org>
14690
14691         * lib/stdint_.h: Treat IRIX like OpenBSD.
14692
14693 2006-06-23  Bruno Haible  <bruno@clisp.org>
14694
14695         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
14696         ISO C 99 Technical Corrigendum 1.
14697
14698 2006-06-22  Simon Josefsson  <jas@extundo.com>
14699
14700         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
14701         MinGW.
14702
14703 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14704
14705         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
14706         needed.  Some compiler complained about some of them.  Problem reported
14707         by Larry Jones in
14708         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
14709
14710 2006-06-21  Simon Josefsson  <jas@extundo.com>
14711
14712         * tests/test-getaddrinfo.c: New file.
14713
14714         * modules/getaddrinfo-tests: New file.
14715
14716         * MODULES.html.sh: Add inet_pton.
14717
14718         * modules/inet_pton: New file.
14719
14720 2006-06-21  Simon Josefsson  <jas@extundo.com>
14721
14722         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
14723         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
14724         of using the (limited) gnulib implementation on Windows XP.
14725
14726         * m4/inet_pton.m4: New file.
14727
14728 2006-06-21  Simon Josefsson  <jas@extundo.com>
14729
14730         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
14731         variable.
14732
14733         * lib/socket_.h: Don't define WINVER.
14734
14735         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
14736         slightly modified to work in gnulib.
14737
14738 2006-06-21  Simon Josefsson  <jas@extundo.com>
14739
14740         * doc/gnulib.texi (Windows sockets): Add.
14741
14742 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
14743
14744         * lib/read-file.c (fread_file): Start with buffer allocation of
14745         0 bytes rather than 1 byte; this simplifies the code.
14746         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
14747         code to free buffer and save/restore errno.
14748         (internal_read_file): Remove unused local.
14749
14750 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
14751
14752         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
14753         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
14754         Problem reported by Denis Excoffier in
14755         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
14756
14757 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14758
14759         * modules/sys_socket, modules/socklen: Include sys/types since
14760         FreeBSD 4.x's sys/socket.h needs it.
14761
14762 2006-06-19  Simon Josefsson  <jas@extundo.com>
14763
14764         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
14765
14766 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
14767
14768         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
14769
14770 2006-06-19  Bruno Haible  <bruno@clisp.org>
14771
14772         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
14773         and FULL_PATH_INTTYPES_H in angle brackets.
14774         Reported by Mark D. Baushke <mdb@gnu.org>.
14775
14776 2006-06-17  Eric Blake  <ebb9@byu.net>
14777
14778         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
14779         errno.
14780
14781 2006-06-17  Bruno Haible  <bruno@clisp.org>
14782
14783         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
14784         <sys/inttypes.h>.
14785
14786 2006-06-17  Bruno Haible  <bruno@clisp.org>
14787
14788         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
14789         whether errno is declared. Assume <errno.h> declares errno.
14790
14791 2006-06-17  Bruno Haible  <bruno@clisp.org>
14792
14793         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
14794
14795 2006-06-17  Bruno Haible  <bruno@clisp.org>
14796
14797         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
14798         problem on Solaris 2.5.1.
14799
14800 2006-06-16  Eric Blake  <ebb9@byu.net>
14801
14802         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
14803         * lib/unicodeio.c [!defined errno]: Likewise.
14804         * lib/strtol.c [!defined errno]: Likewise.
14805         * lib/strtod.c [!defined errno]: Likewise.
14806
14807 2006-06-15  Eric Blake  <ebb9@byu.net>
14808
14809         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
14810
14811 2006-06-15  Eric Blake  <ebb9@byu.net>
14812
14813         * config/srclist.txt (ssize_t.m4): Lose sync.
14814
14815 2006-06-15  Bruno Haible  <bruno@clisp.org>
14816
14817         * modules/stdint (Files): Include m4/full-header-path.m4,
14818         m4/size_max.m4, m4/wchar_t.m4.
14819         (Makefile.am): Many more substitutions.
14820         * modules/stdint-tests: New file.
14821         * tests/test-stdint.c: New file.
14822
14823 2006-06-15  Bruno Haible  <bruno@clisp.org>
14824
14825         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
14826         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
14827         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
14828         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
14829         gl_CHECK_TYPE_SAME): New macros.
14830
14831 2006-06-15  Bruno Haible  <bruno@clisp.org>
14832
14833         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
14834
14835 2006-06-15  Bruno Haible  <bruno@clisp.org>
14836
14837         * lib/stdint_.h: Rewritten to be fully auto-configured.
14838         Fixes bug on HP-UX/IA64.
14839
14840 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
14841
14842         * lib/getdate.y (__attribute__): Don't define if already defined.
14843         Problem reported by Larry Jones.
14844         * lib/utimens.c (__attribute__): Likewise.
14845
14846 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
14847
14848         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
14849         reported by Andreas Schwab.
14850
14851 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14852             Bruno Haible  <bruno@clisp.org>
14853
14854         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
14855         check for the declaration of strnlen and a run test that exposes the
14856         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
14857         rpl_strndup.
14858
14859 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14860             Bruno Haible  <bruno@clisp.org>
14861
14862         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
14863
14864 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14865
14866         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
14867         compile test, for Tru64 4.0D.
14868
14869 2006-05-28  Karl Berry  <karl@gnu.org>
14870
14871         * config/srclist.txt (printf-args.c): lose sync.
14872
14873 2006-05-26  Martin Lambers  <marlam@marlam.de>
14874
14875         * lib/getpass.c: Updates the test for the native W32 API, and adds
14876         missing includes, thus fixing compilation warnings.
14877
14878 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14879
14880         * lib/exclude.c (exclude_fnmatch): New function.
14881         (excluded_file_name): Call exclude_fnmatch.
14882         * lib/exclude.h (excluded_file_name): New prototype
14883
14884 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
14885
14886         * lib/tempname.c (small_open, large_open): New macros.
14887         (__open, __open64) [!_LIBC]: Remove.
14888         (__gen_tempname): Use small_open and large_open instead of __open
14889         and __open64.  This fixes a portability bug on HP-UX 11.11i
14890         reported by Simon Wing-Tang in
14891         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
14892
14893 2006-05-24  Bruno Haible  <bruno@clisp.org>
14894
14895         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
14896         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
14897         Reported by Thorsten Maerz <torte@netztorte.de> via
14898         Aaron Stone <aaron@serendipity.cx>.
14899
14900 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14901
14902         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
14903         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
14904         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
14905         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
14906         not really conditional on the cache.
14907         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
14908
14909 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14910
14911         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
14912         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
14913         (my_usleep): Don't mishandle maximum value.
14914
14915 2006-05-19  Jim Meyering  <jim@meyering.net>
14916
14917         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
14918
14919 2006-05-17  Bruno Haible  <bruno@clisp.org>
14920
14921         Cygwin portability.
14922         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
14923
14924 2006-05-17  Bruno Haible  <bruno@clisp.org>
14925
14926         * lib/stdint_.h: Fix recognition of Cygwin.
14927
14928 2006-05-15  Bruno Haible  <bruno@clisp.org>
14929
14930         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
14931         on libtool patch by Ralf Wildenhues.
14932
14933 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14934
14935         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
14936         test for C99 conformance; (bool) 0.5 is an integer constant
14937         expression, but (bool) -0.5 is not.  Problem reported by Fedor
14938         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
14939
14940 2006-05-11  Simon Josefsson  <jas@extundo.com>
14941
14942         * m4/xvasprintf.m4: Fix obvious typo.
14943
14944 2006-05-11  Jim Meyering  <jim@meyering.net>
14945
14946         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
14947         James Lemley.
14948
14949 2006-05-10  Simon Josefsson  <jas@extundo.com>
14950
14951         * lib/md4.c: Typo fix, update copyright years.
14952         (K1, K2): Don't use L because it turn computations into 64-bit on
14953         64-bit platforms.
14954
14955 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
14956
14957         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
14958         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
14959         unwanted sign propagation, e.g., on hosts with 64-bit int.
14960         There still are some problems with reeelly weird theoretical hosts
14961         (e.g., 33-bit int) but it's not worth worrying about now.
14962         * lib/sha1.c (rol): Likewise.
14963         (K1, K2, K3, K4): Remove unnecessary L suffix.
14964
14965 2006-05-10  Bruno Haible  <bruno@clisp.org>
14966
14967         * lib/des.c: Cast to avoid warnings.
14968
14969 2006-05-09  Bruno Haible  <bruno@clisp.org>
14970
14971         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
14972         (Depends-on): Depend also on xsize, stdarg.
14973         (configure.ac): Add gl_XVASPRINTF.
14974
14975 2006-05-09  Bruno Haible  <bruno@clisp.org>
14976
14977         * m4/xvasprintf.m4: New file.
14978
14979 2006-05-09  Bruno Haible  <bruno@clisp.org>
14980
14981         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
14982         (EOVERFLOW): Define fallback value.
14983         (xstrcat): New function.
14984         (xvasprintf): Recognize the special case of a string concatenation.
14985
14986 2006-05-08  Eric Blake  <ebb9@byu.net>
14987
14988         * gnulib-tool (func_version): Base copyright year on CVS date.
14989         (func_emit_copyright_notice): New function.
14990         (func_emit_lib_Makefile_am): Use it.
14991         (func_emit_tests_Makefile_am): Likewise.
14992         (func_import): Likewise.
14993
14994 2006-05-08  Bruno Haible  <bruno@clisp.org>
14995
14996         * modules/stdarg: New file.
14997         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
14998
14999 2006-05-08  Bruno Haible  <bruno@clisp.org>
15000
15001         * m4/stdarg.m4: New file, from GNU gettext.
15002
15003 2006-05-08  Bruno Haible  <bruno@clisp.org>
15004
15005         * config/srclist.txt (build-aux/config.rpath): different from latest
15006         release.
15007
15008 2006-05-08  Bruno Haible  <bruno@clisp.org>
15009
15010         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
15011
15012 2006-05-05  Jim Meyering  <jim@meyering.net>
15013
15014         * m4/warning.m4: New file, derived from bison's file by the same name.
15015
15016 2006-05-03  Bruno Haible  <bruno@clisp.org>
15017
15018         * lib/stdint_.h: Shorter URL.
15019         * lib/inttypes.h: Likewise.
15020
15021 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
15022
15023         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
15024
15025 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
15026
15027         * lib/verify.h: Document the internals better.  Most of this change
15028         was written by Bruno Haible.
15029
15030 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
15031
15032         * doc/verify.texi: New file, partly based on a proposal by
15033         Bruno Haible.
15034
15035 2006-05-02  Bruno Haible  <bruno@clisp.org>
15036
15037         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
15038         test from here...
15039         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
15040
15041 2006-04-29  Bruno Haible  <bruno@clisp.org>
15042
15043         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
15044         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
15045
15046 2006-04-29  Bruno Haible  <bruno@clisp.org>
15047
15048         * gnulib-tool: Make --update option actually work.
15049
15050 2006-04-29  Bruno Haible  <bruno@clisp.org>
15051
15052         * doc/gcd.texi: New file.
15053         * doc/gnulib.texi: Include it.
15054
15055 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
15056
15057         * lib/getdate.y (get_date): When adding relative date, start with the
15058         initial time, not with the result of the first mktime call.
15059
15060 2006-04-25  Bruno Haible  <bruno@clisp.org>
15061
15062         * gnulib-tool (func_import): Output the include directives in three
15063         blocks, sorted separately.
15064         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15065
15066 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
15067
15068         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
15069         to define main with arguments, for C++.  Reported by Eric Blake.
15070         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
15071         Prefer 'int main ()' to 'int main (void)', for C++.
15072         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
15073         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
15074         for 'main', for C99 and C++.
15075
15076 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
15077
15078         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
15079         Don't assume that exit status -1 is valid.
15080         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
15081         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
15082         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
15083         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
15084         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
15085         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
15086         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
15087         functions can be used without declaring them, or that you can
15088         exit with status -1.
15089         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
15090
15091 2006-04-24  Karl Berry  <karl@gnu.org>
15092
15093         * config/srclist.txt (longdouble.m4): sync lost.
15094
15095 2006-04-24  Eric Blake  <ebb9@byu.net>
15096
15097         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
15098
15099 2006-04-24  Bruno Haible  <bruno@clisp.org>
15100
15101         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
15102         poll() implementation in AIX.
15103         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15104
15105 2006-04-24  Bruno Haible  <bruno@clisp.org>
15106
15107         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
15108         assigned exactly once.
15109
15110 2006-04-23  Claudio Fontana  <claudio@gnu.org>
15111             Bruno Haible  <bruno@clisp.org>
15112
15113         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
15114         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
15115         for AM_CPPFLAGS.
15116
15117 2006-04-23  Bruno Haible  <bruno@clisp.org>
15118
15119         * modules/copy-file: Depend on unistd.
15120         * modules/execute: Likewise.
15121         * modules/fatal-signal: Likewise.
15122         * modules/findprog: Likewise.
15123         * modules/mkdtemp : Likewise.
15124         * modules/pipe: Likewise.
15125         * modules/wait-process: Likewise.
15126
15127 2006-04-23  Bruno Haible  <bruno@clisp.org>
15128
15129         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
15130         condition was already detected.
15131         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15132
15133 2006-04-23  Bruno Haible  <bruno@clisp.org>
15134
15135         * lib/copy-file.c: Include <unistd.h> unconditionally.
15136         * lib/execute.c: Likewise.
15137         * lib/fatal-signal.c: Likewise.
15138         * lib/findprog.c: Likewise.
15139         * lib/mkdtemp.c: Likewise.
15140         * lib/pipe.h: Likewise.
15141         * lib/pipe.c: Likewise.
15142         * lib/wait-process.h: Likewise.
15143
15144 2006-04-23  Bruno Haible  <bruno@clisp.org>
15145
15146         * gnulib-tool (func_usage): Fix --import description. Document
15147         --update.
15148         (func_import): Create temporary file in a temporary directory, if
15149         --dry-run is specified. Silence errors from 'grep' when there are no
15150         m4 files in $m4dir.
15151         (func_create_testdir): Silence errors from 'grep' when there are no
15152         m4 files in $m4dir.
15153         Reported by Karl Berry <karl@freefriends.org>.
15154
15155 2006-04-20  Bruno Haible  <bruno@clisp.org>
15156
15157         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
15158         one argument, so that the code will be portable to Autoconf 2.60.
15159         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
15160         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
15161         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
15162
15163 2006-04-19  Derek Price  <derek@ximbiot.com>
15164             Eric Blake  <ebb9@byu.net>
15165
15166         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
15167         rather than "/full/path.h".  Update comment to match.  Shorten &
15168         generalize m4_translit call via AS_TR_CPP.
15169
15170 2006-04-19  Derek Price  <derek@ximbiot.com>
15171             Eric Blake  <ebb9@byu.net>
15172
15173         * lib/inttypes.h: Correct grammar in comment.
15174
15175 2006-04-18  Derek Price  <derek@ximbiot.com>
15176             Paul Eggert  <eggert@cs.ucla.edu>
15177
15178         * modules/inttypes: New file.
15179         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
15180
15181 2006-04-18  Derek Price  <derek@ximbiot.com>
15182             Paul Eggert  <eggert@cs.ucla.edu>
15183
15184         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
15185         New files.
15186
15187 2006-04-18  Derek Price  <derek@ximbiot.com>
15188             Paul Eggert  <eggert@cs.ucla.edu>
15189
15190         * lib/inttypes.h: New file.
15191         * lib/strtoimax.c: Assume <inttypes.h>.
15192
15193 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
15194
15195         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
15196         isn't mounted.  Problem reported by Kir Kolyshkin.
15197
15198 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15199
15200         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
15201         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
15202         Derek R. Price.
15203         * lib/regex.h (RE_DUP_MAX): Update comment to match current
15204         implementation.
15205
15206 2006-04-12  Eric Blake  <ebb9@byu.net>
15207
15208         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
15209         is now done automatically by the corresponding Autoconf macro.
15210
15211 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
15212
15213         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
15214         time_r.h.
15215
15216 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15217
15218         Merge regex changes from libc, removing some of our
15219         POSIX-conformance changes that were rejected and redoing them in a
15220         less-intrusive way.
15221
15222         * lib/regcomp.c (re_compile_internal, init_dfa):
15223         Length arg is now size_t, not Idx.  All uses changed.
15224         (peek_token): Forward decl now says internal_function.
15225         (__re_error_msgid, __re_error_msgid_idx):
15226         Now static rather than extern with attribute_hidden.
15227         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
15228         For some reason libc prefers K&R style defns for external functions.
15229         (regerror) [!defined _LIBC]: Likewise.
15230         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
15231         (seek_collating_symbol_entry, lookup_collation_sequence_value):
15232         (build_range_exp, build_collating_symbol):
15233         Use K&R-style defn.
15234         (re_compile_fastmap): Use '\0' to memset, not 0.
15235         (utf8_sb_map): Make the calculations more obvious.
15236         (init_dfa, parse_bracket_exp, build_charclass_op):
15237         Call calloc and cast result, as glibc does.
15238         (init_word_char, fetch_token, peek_token, peek_token_bracket):
15239         (build_range_exp, build_collating_symbol):
15240         Now internal functions.
15241
15242         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
15243
15244         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
15245         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
15246         Don't depend on VMS; depend on __VMS instead, for POSIX
15247         namespace cleanness.
15248         (regoff_t): Define to ssize_t, not long int.
15249
15250         Remove the REG_ macros named below.  Instead, make the old names
15251         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
15252         __USE_GNU_REGEX.
15253         (REG_BACKSLASH_ESCAPE_IN_LISTS):
15254         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
15255         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
15256         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
15257         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
15258         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
15259         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
15260         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
15261         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
15262         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
15263         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
15264         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
15265         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
15266         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
15267         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
15268         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
15269         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
15270         (REG_NREGS):
15271         Remove.  All uses replaced by the old RE_* names.
15272         (RE_BACKSLASH_ESCAPE_IN_LISTS):
15273         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
15274         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
15275         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
15276         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
15277         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
15278         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
15279         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
15280         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
15281         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
15282         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
15283         Don't bother having these macros be independent of each others'
15284         values, since they no longer exist in the POSIX name space.
15285
15286         Rename the following member names back to their old names,
15287         unless !__USE_GNU_REGEX.  All uses changed back.
15288         (buffer): Renamed from re_buffer.
15289         (allocated): Renamed from re_allocated.
15290         (used): Renamed from re_used.
15291         (syntax): Renamed from re_syntax.
15292         (fastmap): Renamed from re_fastmap.
15293         (translate): Renamed from re_translate.
15294         (can_be_null): Renamed from re_can_be_null.
15295         (regs_allocated): Renamed from re_regs_allocated.
15296         (fastmap_accurate): Renamed from re_fastmap_accurate.
15297         (no_sub): Renamed from re_no_sub.
15298         (not_bol): Renamed from re_not_bol.
15299         (not_eol): Renamed from re_not_eol.
15300         (newline_anchor): Renamed from re_newline_anchor.
15301         (num_regs): Renamed from rm_num_regs.
15302         (start): Renamed from rm_start.
15303         (end): Renamed from rm_end.
15304
15305         (free_state): Move up a bit.
15306
15307         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
15308         #define to be empty.
15309         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
15310         when that is what is intended.
15311         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
15312         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
15313         (MAX): New macro.
15314         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
15315         All uses changed back to re_malloc, etc.  It's now the caller's
15316         responsibility to check for overflow; all callers changed.
15317         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
15318         (re_x2nrealloc): Remove.
15319         (free_state): Remove decl.
15320
15321         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
15322         (re_set_registers, re_exec):
15323         Use K&R-style defn.
15324
15325         2006-01-31  Roland McGrath  <roland@redhat.com>
15326
15327         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
15328         Reported by Mike Frysinger <vapier@gentoo.org>.
15329
15330         2006-01-15  Andreas Jaeger  <aj@suse.de>
15331
15332         [BZ #1950]
15333         * lib/regex_internal.c (re_string_reconstruct): Adjust for
15334         build_wcs_upper_buffer change.
15335         (build_wcs_upper_buffer): Change return type.
15336
15337         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
15338
15339         * lib/regex_internal.h: Include <stdint.h> if available.
15340
15341         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
15342
15343         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
15344
15345         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
15346
15347         * lib/regcomp.c: Adjust for changed secondary hash function.
15348
15349         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
15350
15351         * lib/regex.h: Pretty printing.
15352         Clean up namespace a bit.
15353
15354         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
15355
15356         * lib/regexec.c (update_cur_sifted_state, check_arrival,
15357         check_arrival_add_next_nodes): Avoid using uninitialized variable.
15358
15359         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
15360                     Ulrich Drepper  <drepper@redhat.com>
15361
15362         [BZ #1302]
15363         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
15364         changed.
15365         (bitset_word_t): Renamed from bitset_word.  All uses changed.
15366
15367         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
15368
15369         [BZ #281]
15370         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
15371         * lib/regcomp.c: Remove unnecessary uses of
15372         unsigned RE_TRANSLATE_TYPE.
15373         * lib/regex_internal.h: Likewise.
15374         * lib/regex_internal.c: Likewise.
15375         * lib/regexec.c: Likewise.
15376         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
15377
15378         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
15379
15380         * lib/regexec.c (find_recover_state): Remove unnecessary
15381         initialization.
15382         (transit_state_bkref): Make DFA a const pointer.
15383         (get_subexp): Likewise.
15384         (check_arrival): Likewise.
15385         (update_cur_sifted_state): Likewise.
15386         (re_search_internal): Likewise.
15387         (prune_impossible_nodes): Likewise.
15388         (acquire_init_state_context): Likewise.
15389         (proceed_next_node): Likewise.
15390         (set_regs): Likewise.
15391         (free_fail_stack_return): Likewise.
15392         (check_arrival_expand_ecl): Mark DFA parameter as const.
15393         (check_arrival_expand_ecl_sub): Likewise.
15394         (check_subexp_limits): Likewise.
15395         (sub_epsilon_src_nodes):  Likewise.
15396         (add_epsilon_src_nodes):  Likewise.
15397         (merge_state_array): Likewise.
15398         (update_regs): Likewise.
15399         (build_trtable): Likewise.
15400         (sift_states_backward): Mark MCTX parameter as const.
15401         (build_sifted_states): Likewise.
15402         (update_cur_sifted_state): Likewise.
15403         (sift_states_mkref): Likewise.
15404         (check_arrival_expand_ecl): Mark eclosure as const.
15405         (check_dst_limits_calc_pos_1): Likewise.
15406         * lib/regex_internal.h (re_match_context_t): Make dfa a const
15407         pointer.
15408
15409         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
15410
15411         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
15412         (transit_state_sb): Likewise.
15413         (transit_state_mb): Likewise.
15414         (sift_states_iter_mb): Likewise.
15415         (check_arrival_add_next_nodes): Likewise.
15416         (check_node_accept_bytes): Change first parameter to pointer-to-const.
15417         [_LIBC] (re_search_2_stub): Use mempcpy.
15418
15419         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
15420         mbrtowc for very simple UTF-8 case.
15421
15422         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
15423         a pointer-to-const.
15424         (re_acquire_state_context): Likewise.
15425         * lib/regex_internal.h: Adjust prototypes.
15426
15427         * lib/regex.c: Prevent using C++ compilers.
15428
15429         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
15430         (re_acquire_state_context): Likewise.
15431
15432 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15433
15434         * modules/regex (Depends-on): Add ssize_t.
15435
15436 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15437
15438         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
15439         translation table.
15440
15441 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15442
15443         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
15444
15445 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
15446             Bruno Haible  <bruno@clisp.org>
15447
15448         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
15449         <sys/types.h> and <inttypes.h>.
15450
15451 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15452
15453         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
15454         `__error_t_defined', so argp.h will not typedef the former.
15455
15456 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
15457
15458         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
15459         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
15460         glibc names.  Even if glibc is changed to conform to POSIX, the
15461         traditional names will be available anyway, since regex depends on
15462         the extensions module.  Also, fix a longstanding typo in the
15463         implementation of Spencer ERE test #75 from grep 2.3.  Problems
15464         reported by Emanuele Giaquinta.  Also, change sense of cached
15465         variable, so that the message makes sense.
15466
15467 2006-03-24  Simon Josefsson  <jas@extundo.com>
15468
15469         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
15470         including some doc fixes.
15471         (base64_encode_alloc): Fix +1 bug on allocation failures.
15472
15473 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15474
15475         * lib/base64.c (base64_encode): Do not read past end of array with
15476         unsanitized input on systems with CHAR_BIT > 8.
15477
15478 2006-03-24  Eric Blake  <ebb9@byu.net>
15479
15480         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
15481
15482 2006-03-22  Karl Berry  <karl@gnu.org>
15483
15484         * config/srclist.txt (*setenv.[ch]): get from coreutils.
15485         * config/srclistvars.sh (COREUTILS): new var.
15486
15487 2006-03-17  Jim Meyering  <jim@meyering.net>
15488
15489         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
15490         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
15491
15492 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
15493
15494         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
15495         no longer needs it.  Instead, check that regoff_t is as least
15496         as wide as ptrdiff_t.
15497
15498         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
15499         so that our regex.h stays compatible with the installed regex.
15500         This is helpful for installers who configure --without-included-regex.
15501         Problem reported by Emanuele Giaquinta.
15502
15503 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
15504
15505         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
15506         Typedef to long int, not to off_, as POSIX will likely change
15507         in that direction.
15508
15509 2006-03-15  Eric Blake  <ebb9@byu.net>
15510
15511         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
15512
15513 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15514
15515         * lib/argp-help.c (validate_uparams): Fix typo
15516         * lib/argp-parse.c (argp_default_options): Consistently begin help
15517         messages with a lowercase letter.
15518
15519 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
15520
15521         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
15522         overrun buffers and shouldn't be used (much as gets shouldn't be
15523         used).
15524         * lib/time_r.c (asctime_r, ctime_r): Likewise.
15525
15526 2006-03-08  Simon Josefsson  <jas@extundo.com>
15527
15528         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
15529         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15530
15531 2006-03-08  Simon Josefsson  <jas@extundo.com>
15532
15533         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
15534         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15535
15536 2006-03-08  Simon Josefsson  <jas@extundo.com>
15537
15538         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
15539         signal that configure disabled the device.
15540
15541 2006-03-08  Simon Josefsson  <jas@extundo.com>
15542
15543         * build-aux/maint.mk: Fix refresh-po, to handle no translated
15544         languages.
15545
15546 2006-03-07  Simon Josefsson  <jas@extundo.com>
15547
15548         * modules/getopt (Depends-on): Add unistd.
15549
15550         * modules/unistd: New file.
15551
15552 2006-03-07  Simon Josefsson  <jas@extundo.com>
15553
15554         * modules/gc-random: New file.
15555
15556 2006-03-07  Simon Josefsson  <jas@extundo.com>
15557
15558         * m4/unistd_h.m4: New file.
15559
15560 2006-03-07  Simon Josefsson  <jas@extundo.com>
15561
15562         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
15563         test to be side-effect free by storing the result in the cache
15564         variable gl_cv_lib_readline, and moving the assignment of
15565         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
15566         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15567
15568 2006-03-07  Simon Josefsson  <jas@extundo.com>
15569
15570         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
15571         error on missing devices (the functions will return an error).
15572
15573         * m4/gc.m4: Move random stuff to gc-random.m4
15574
15575 2006-03-07  Simon Josefsson  <jas@extundo.com>
15576
15577         * lib/unistd_.h: New file.
15578
15579 2006-03-07  Simon Josefsson  <jas@extundo.com>
15580
15581         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
15582
15583 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15584
15585         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
15586         Problem reported by Juan Manuel Guerrero.
15587
15588 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15589
15590         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
15591         the unistd module.
15592         * lib/getlogin_r.c: Likewise.
15593         * lib/getlogin_r.h: Likewise.
15594         * lib/glob.c: Likewise.
15595         * lib/pagealign_alloc.c: Likewise.
15596         * lib/unistd_.h: Remove; no longer needed.
15597
15598 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15599
15600         * MODULES.html.sh (Support for systems lacking POSIX:2001):
15601         Add unistd.
15602         * modules/c-stack (Depends-on): Add unistd.
15603         * modules/getlogin_r: Likewise.
15604         * modules/glob: Likewise.
15605         * modules/pagealign_alloc: Likewise.
15606         * modules/unistd (Files): Remove lib/unistd_.h.
15607         (EXTRA_DIST): Remove.
15608         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
15609         need unistd_.h.
15610         (MOSTLYCLEANFILES): Remove unistd.h-t.
15611
15612 2006-03-03  Simon Josefsson  <jas@extundo.com>
15613
15614         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
15615
15616 2006-03-03  Simon Josefsson  <jas@extundo.com>
15617
15618         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
15619         libidn and bison.
15620
15621 2006-03-03  Simon Josefsson  <jas@extundo.com>
15622
15623         * build-aux/maint.mk: Add indent target.
15624
15625 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
15626
15627         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
15628         our replacement poll.h in any case, to avoid a differing
15629         declaration from a system header.  Seen on AIX.
15630
15631 2006-03-01  Simon Josefsson  <jas@extundo.com>
15632
15633         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
15634         <kasal@ucw.cz>.
15635
15636 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15637
15638         * modules/gettime (Depends-on): Add extensions module.
15639         * modules/nanosleep (Depends-on): Likewise.
15640         * modules/settime (Depends-on): Likewise.
15641
15642 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15643
15644         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
15645         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
15646         pedantically.
15647         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
15648         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
15649
15650         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
15651         not "==".  Reported by Ralf Wildenhues.
15652
15653 2006-03-01  Karl Berry  <karl@gnu.org>
15654
15655         * doc/Copyright/request-*: new files, synced from gnuorg.
15656
15657 2006-03-01  Karl Berry  <karl@gnu.org>
15658
15659         * config/srclist.txt (Copyright/*): new entries.
15660
15661 2006-02-28  Simon Josefsson  <jas@extundo.com>
15662
15663         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
15664
15665 2006-02-27  Simon Josefsson  <jas@extundo.com>
15666
15667         * lib/base64.h: Indent #define's.  From Jim Meyering
15668         <jim@meyering.net>.
15669
15670 2006-02-27  Jim Meyering  <jim@meyering.net>
15671
15672         Revert the change of 2006-02-24, so these files can continue
15673         to be sync'd from gettext.
15674         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
15675         of `config.h'.
15676
15677 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
15678
15679         * modules/intprops: New file.
15680         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
15681         Add intprops.
15682         * modules/getloadavg (Files): Remove lib/intprops.h.
15683         (Depends-on): Add intprops.
15684         * modules/human: Likewise.
15685         * modules/inttostr: Likewise.
15686         * modules/openat: Likewise.
15687         * modules/sig2str: Likewise.
15688         * modules/userspec: Likewise.
15689         * modules/utimecmp: Likewise.
15690         * modules/xnanosleep: Likewise.
15691         * modules/xstrtol: Likewise.
15692
15693 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
15694
15695         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
15696         * modules/lock-tests (TESTS): Use $(EXEEXT).
15697         * modules/tls-tests: Likewise.
15698         * modules/argp-tests: Likewise.
15699         (check_PROGRAMS): New var, replacing...
15700         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
15701
15702 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15703
15704         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
15705         `config.h'.
15706
15707 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
15708
15709         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
15710
15711 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15712
15713         Sync from coreutils.
15714         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
15715         gl_CHDIR_SAFER.
15716
15717 2006-02-22  Jim Meyering  <jim@meyering.net>
15718
15719         Sync from coreutils.
15720         * m4/chdir-safer.m4: New file.
15721
15722 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
15723
15724         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
15725         AT_FDCWD exceeds INT_MAX.
15726         * lib/openat.h (AT_FDCWD): Likewise.
15727
15728 2006-02-17  Eric Blake  <address@hidden>
15729
15730         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
15731
15732 2006-02-16  Simon Josefsson  <jas@extundo.com>
15733
15734         * modules/getaddrinfo (Depends-on): Add sys_socket.
15735
15736 2006-02-15  Simon Josefsson  <jas@extundo.com>
15737
15738         * build-aux/maint.mk: Add dsyntax-check rule.
15739
15740 2006-02-15  Eric Blake  <ebb9@byu.net>
15741
15742         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
15743         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
15744         'present but cannot compile' warnings on cygwin.
15745         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
15746         use ws2tcpip.h if sys/socket.h works.
15747         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
15748         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
15749
15750 2006-02-14  Simon Josefsson  <jas@extundo.com>
15751
15752         * modules/maintainer-makefile (Files): Rename.
15753
15754         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
15755         and (the local) Makefile.cfg to maint-cfg.mk.
15756
15757         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
15758         to the latter.
15759
15760         * modules/maintainer-makefile: New module.
15761
15762         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
15763         severaly stripped to make it possible to build it up from scratch
15764         with reliable tests.
15765
15766         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
15767         fixes to permit overriding the default actions when configure and
15768         makefile are not available.
15769
15770 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
15771
15772         Sync from coreutils.
15773         * modules/lstat (Depends-on): Don't depend on xalloc.
15774         (License): Change from GPL to LGPL, since this is now simply a
15775         replacement for a libc function.
15776
15777 2006-02-14  Jim Meyering  <jim@meyering.net>
15778
15779         Sync from coreutils.
15780
15781         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
15782         failure on deficient systems, and simplify gnulib lgpl dependencies.
15783         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
15784         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
15785
15786         * lib/xalloc-die.c: Remove unused definition of N_.
15787
15788 2006-02-14  Jim Meyering  <jim@meyering.net>
15789
15790         Sync from coreutils.
15791         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
15792         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
15793         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
15794         double-quote uses of that variable, to accommodate the rare case in
15795         which getmntent is available in none of the libraries checked.  This
15796         happens at least on FreeBSD 5.0.
15797
15798 2006-02-13  Simon Josefsson  <jas@extundo.com>
15799
15800         * gnulib-tool (Usage): Fix --import, from
15801         karl@freefriends.org (Karl Berry).
15802
15803 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15804
15805         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
15806
15807 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
15808
15809         * lib/argp-namefrob.h: Restore changes accidentally lost during the
15810         "autoupdate" on 2005-12-12.
15811
15812 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15813
15814         * modules/closeout (Depends-on): Remove atexit.
15815
15816 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15817
15818         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
15819         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
15820
15821 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
15822
15823         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
15824         __EXTENSIONS__ if this causes compilation to fail.  Problem
15825         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
15826         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
15827
15828 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
15829
15830         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
15831         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
15832         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
15833         All uses changed.
15834
15835 2006-01-26  Simon Josefsson  <jas@extundo.com>
15836
15837         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
15838         prototype is visible on mingw32.
15839
15840         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
15841         for mingw32.
15842
15843         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
15844         mingw32).
15845
15846 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
15847
15848         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
15849         attempt to open for write; this always fails, at least on POSIX
15850         hosts.  This reinstates the 2006-01-09 change, which was
15851         inadvertently removed.
15852
15853 2006-01-26  Bruno Haible  <bruno@clisp.org>
15854
15855         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
15856         Reported by Paul Eggert.
15857
15858 2006-01-26  Bruno Haible  <bruno@clisp.org>
15859             Paul Eggert  <eggert@cs.ucla.edu>
15860
15861         * lib/stdbool_.h (_Bool)
15862         [(! (defined __cplusplus || defined __BEOS__)
15863           && !defined __GNUC__
15864           && !(defined __HP_cc || defined __xlc__
15865                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
15866                || defined __sgi))]:
15867         #define to signed char in these cases too; this simplifies
15868         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
15869         etc., separately) and makes it more conservative.
15870
15871 2006-01-25  Simon Josefsson  <jas@extundo.com>
15872
15873         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
15874         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
15875         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
15876
15877 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
15878
15879         * lib/argp-namefrob.h: Bugfix. Remove stray #
15880
15881 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
15882
15883         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
15884         so that we test the test.
15885         Check for yet another HP-UX cc bug involving *bool |= bool.
15886
15887 2006-01-25  Karl Berry  <karl@gnu.org>
15888
15889         * config/srclist.txt (vasnprintf.c): sync lost.
15890
15891 2006-01-25  Jim Meyering  <jim@meyering.net>
15892
15893         Sync from the stable (b5) branch of coreutils:
15894
15895         * lib/fts.c (fts_children): Don't let close() clobber errno from
15896         failed fchdir().
15897
15898         * lib/fts.c (fts_stat): When following a symlink-to-directory,
15899         don't necessarily interpret stat-fails+lstat-succeeds as indicating
15900         a dangling symlink.  That can also happen at least for ELOOP.
15901         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
15902         FYI, this bug predates the inclusion of fts.c in coreutils.
15903
15904         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
15905         in their own block, so pre-c99 compilers don't object.
15906
15907         Avoid the double-free (first in fts_read, second in fts_close) that
15908         would occur when an `active' directory is made inaccessible (e.g.,
15909         via chmod a-x) during a traversal.
15910         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15911         before returning.  Reproduce this failure by
15912         mkdir -p a/b; cd a; chmod a-x . b
15913         Reported by Stavros Passas.
15914
15915 2006-01-25  Jim Meyering  <jim@meyering.net>
15916
15917         * lib/fileblocks.c: Remove more useless parentheses.
15918         * lib/readutmp.h: Likewise.
15919
15920 2006-01-25  Bruno Haible  <bruno@clisp.org>
15921
15922         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
15923         warnings.
15924         Reported by Paul Eggert.
15925
15926 2006-01-25  Bruno Haible  <bruno@clisp.org>
15927
15928         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
15929         rid of a trap command. For Solaris sh.
15930         Reported by Mark D. Baushke <mdb@gnu.org>.
15931
15932 2006-01-24  Simon Josefsson  <jas@extundo.com>
15933
15934         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
15935         Bruno.
15936
15937 2006-01-24  Karl Berry  <karl@gnu.org>
15938
15939         * config/srclist.txt (argp-namefrob.h): sync lost.
15940
15941 2006-01-24  Jim Meyering  <jim@meyering.net>
15942
15943         * modules/openat (Files): Add lib/intprops.h.
15944         From Mark D. Baushke.
15945
15946 2006-01-24  Jim Meyering  <jim@meyering.net>
15947
15948         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
15949         Reported by Mark D. Baushke.
15950
15951 2006-01-24  Jim Meyering  <jim@meyering.net>
15952
15953         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
15954
15955 2006-01-24  Bruno Haible  <bruno@clisp.org>
15956
15957         * modules/strnlen (Maintainer): Change from glibc to all.
15958
15959 2006-01-24  Bruno Haible  <bruno@clisp.org>
15960
15961         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
15962         Patch by Paul Eggert.
15963
15964 2006-01-24  Bruno Haible  <bruno@clisp.org>
15965
15966         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
15967         already has it.
15968         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
15969         2005-11-26.
15970
15971         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
15972         'signed char' to avoid problems with the built-in _Bool type.
15973         Reported by Paul Eggert on 2005-11-26.
15974
15975 2006-01-24  Bruno Haible  <bruno@clisp.org>
15976
15977         * gnulib-tool (func_import): Avoid constructing complicated sed
15978         expressions inside backquote.
15979         Report and solution by Mark D. Baushke <mdb@gnu.org>.
15980
15981 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
15982
15983         These changes imported from libc.
15984         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
15985         test and two separate function calls.
15986         * lib/strndup.c (__strndup): Add libc_hidden_def.
15987
15988 2006-01-23  Simon Josefsson  <jas@extundo.com>
15989
15990         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
15991         Remove the test_*_SOURCES variable: automake infers it by default.
15992         * modules/tls-tests: Likewise.
15993
15994 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15995
15996         Work around porting bugs reported by Dieter in
15997         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
15998         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
15999         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
16000         Include "getopt.h" first, to check interface.
16001         (getenv): Declare only if defined HAVE_DECL_GETENV &&
16002         !HAVE_DECL_GETENV.
16003         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
16004         (__strndup): Revert to K&R-style function dfns, the glibc style.
16005         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
16006         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
16007         Include strnlen.h first, to get prototype properly.
16008         (strnlen): Renamed from __strnlen.
16009         Remove weak alias.
16010
16011 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16012
16013         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
16014
16015 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16016
16017         * config/srclist.txt: Adjust to reflect glibc reorganization.
16018         This affects only comments.
16019
16020 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16021
16022          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
16023          Reported by Bruce Korb <bkorb@gnu.org>.
16024
16025 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
16026
16027         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
16028         to pacify gcc -Wswitch-default.
16029
16030 2006-01-22  Bruno Haible  <bruno@clisp.org>
16031
16032         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
16033         temporary buffer for sprintf, take into account the precision also
16034         for 'd', 'i', 'u', 'o', 'x', 'X'.
16035
16036 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
16037
16038         * modules/argp-tests: New module
16039         * tests/test-argp.c: New file
16040         * tests/test-argp-2.sh: New file
16041
16042 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
16043
16044         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
16045         (__argp_base_name): Removed
16046         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
16047         typo.
16048         (__argp_base_name): Provide macro definition or extern declaration
16049         depending on the configuration
16050
16051 2006-01-20  Simon Josefsson  <jas@extundo.com>
16052
16053         * modules/inet_ntop (Depends-on): Depend on sys_socket.
16054
16055 2006-01-20  Simon Josefsson  <jas@extundo.com>
16056
16057         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
16058
16059 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16060
16061         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
16062         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
16063         Suggested by Bruno Haible.
16064
16065 2006-01-20  Karl Berry  <karl@gnu.org>
16066
16067         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
16068         until changes propagate, I guess.
16069
16070 2006-01-19  Simon Josefsson  <jas@extundo.com>
16071
16072         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
16073
16074 2006-01-19  Simon Josefsson  <jas@extundo.com>
16075
16076         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
16077
16078 2006-01-19  Simon Josefsson  <jas@extundo.com>
16079
16080         * gnulib-tool: Set check_PROGRAMS.
16081
16082         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
16083         modules/des-tests, modules/gc-arcfour-tests,
16084         modules/gc-arctwo-tests, modules/gc-des-tests,
16085         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
16086         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
16087         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
16088         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
16089         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
16090         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
16091         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
16092         test_*_SOURCES.
16093
16094 2006-01-18  Simon Josefsson  <jas@extundo.com>
16095
16096         * modules/socklen (Depends-on): Depend on sys_socket.
16097
16098 2006-01-18  Simon Josefsson  <jas@extundo.com>
16099
16100         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
16101         modules/des-tests, modules/gc-arcfour-tests,
16102         modules/gc-arctwo-tests, modules/gc-des-tests,
16103         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
16104         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
16105         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
16106         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
16107         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
16108         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
16109         $(EXEEXT) to automake TESTS variable, for mingw32.
16110
16111 2006-01-17  Simon Josefsson  <jas@extundo.com>
16112
16113         * modules/socklen (Include): Need sys/socket.h.
16114
16115 2006-01-17  Bruno Haible  <bruno@clisp.org>
16116
16117         * modules/ssize_t (Include): Add <sys/types.h>.
16118
16119 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
16120
16121         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
16122         it's not portable and it doesn't work with cross-compiles.
16123         Problem reported by Bruno Haible.  Fix missing-$ typo in
16124         'test "gl_cv_ignore_unused_libraries" ...' that prevented
16125         -zignore from being used with Sun's C compiler.
16126
16127 2006-01-12  Simon Josefsson  <jas@extundo.com>
16128
16129         * lib/base64.c: Fix warning, reported by Bruno Haible
16130         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
16131
16132 2006-01-12  Bruno Haible  <bruno@clisp.org>
16133
16134         * modules/ldd: New file.
16135         * build-aux/ldd.sh.in: New file.
16136         * MODULES.html.sh (Support for building libraries and executables): Add
16137         ldd.
16138
16139 2006-01-12  Bruno Haible  <bruno@clisp.org>
16140
16141         * m4/ldd.m4: New file.
16142
16143 2006-01-12  Bruno Haible  <bruno@clisp.org>
16144
16145         * gnulib-tool (func_import, func_create_testdir): Don't go into an
16146         endless loop while replacing $auxdir with build-aux.
16147
16148 2006-01-11  Simon Josefsson  <jas@extundo.com>
16149
16150         * lib/stdint_.h (SIZE_MAX): Add missing (.
16151
16152 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
16153
16154         Sync from coreutils.
16155         * lib/md5.c: Fix commentary typos.
16156         (alignof, UNALIGNED_P): No need for a GCC-specific version.
16157         * lib/md5.h (__attribute__): Remove; unused.
16158         * lib/sha1.c: Fix commentary to match md5 better.
16159         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
16160         so that we don't need to worry about alignment.  All uses changed.
16161         This merges the 2005-10-28 md5 change into sha1.
16162
16163 2006-01-11  Jim Meyering  <jim@meyering.net>
16164
16165         Sync from coreutils.
16166         * lib/md5.c (OP): Fix spacing.
16167
16168 2006-01-11  Bruno Haible  <bruno@clisp.org>
16169
16170         Ensure automatic ordering between gl_LOCK and gl_ARGP.
16171         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
16172         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
16173
16174 2006-01-11  Bruno Haible  <bruno@clisp.org>
16175
16176         Ensure automatic ordering between gl_LOCK and gl_ARGP.
16177         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
16178         the "early" section as well.
16179
16180 2006-01-11  Bruno Haible  <bruno@clisp.org>
16181
16182         Avoid "ar: no archive members specified" error on MacOS X.
16183         * gnulib-tool (func_modules_add_dummy): New function.
16184         (func_import, func_create_testdir): Invoke it.
16185
16186 2006-01-11  Bruno Haible  <bruno@clisp.org>
16187
16188         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
16189         with $auxdir in AC_CONFIG_FILES statements.
16190
16191 2006-01-11  Bruno Haible  <bruno@clisp.org>
16192
16193         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16194         Initialize also noinst_HEADERS to empty.
16195
16196 2006-01-11  Bruno Haible  <bruno@clisp.org>
16197
16198         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
16199         variables.
16200         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
16201         autoreconf.
16202
16203 2006-01-11  Bruno Haible  <bruno@clisp.org>
16204
16205         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
16206         overridable by the user.
16207         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16208
16209 2006-01-10  Simon Josefsson  <jas@extundo.com>
16210
16211         * modules/sys_socket: New file.
16212
16213 2006-01-10  Simon Josefsson  <jas@extundo.com>
16214
16215         * m4/sys_socket_h.m4: New file.
16216
16217 2006-01-10  Simon Josefsson  <jas@extundo.com>
16218
16219         * lib/socket_.h: New file.
16220
16221 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16222
16223         * modules/readutmp (Maintainer): Add myself.
16224
16225 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16226
16227         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
16228         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
16229         People who are still concerned with buggy memcmp implementations
16230         can invoke gl_FUNC_MEMCMP themselves.
16231
16232 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16233
16234         * lib/regex_internal.h (BITSET_WORD_BITS):
16235         Work around a bug in 64-bit PGC (before version 6.1-2), where the
16236         preprocessor mishandles large unsigned values as if they were signed.
16237         Problem reported by Claudio Fontana in
16238         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
16239
16240 2006-01-10  Jim Meyering  <jim@meyering.net>
16241
16242         Avoid the double-free (first in fts_read, second in fts_close) that
16243         would occur when an `active' directory is made inaccessible (e.g.,
16244         via chmod a-x) during a traversal.
16245         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
16246         before returning.  Reproduce this failure by
16247         mkdir -p a/b; cd a; chmod a-x . b
16248         Reported by Stavros Passas.
16249
16250         Sync from coreutils.
16251         * lib/sha1.c: Tweak grammar in a comment.
16252
16253 2006-01-10  Jim Meyering  <jim@meyering.net>
16254
16255         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
16256         Patch by Joerg Sonnenberger.
16257
16258 2006-01-10  Bruno Haible  <bruno@clisp.org>
16259
16260         * modules/readutmp: Depend on module free.
16261         * modules/strtok_r: Depend on module restrict.
16262
16263 2006-01-10  Bruno Haible  <bruno@clisp.org>
16264
16265         * modules/gettext (configure.ac): Add an invocation of
16266         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
16267
16268 2006-01-10  Bruno Haible  <bruno@clisp.org>
16269
16270         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
16271         Reported by Werner Lemberg <wl@gnu.org>.
16272
16273 2006-01-10  Bruno Haible  <bruno@clisp.org>
16274
16275         * lib/localcharset.c: Update from GNU gettext.
16276
16277 2006-01-10  Bruno Haible  <bruno@clisp.org>
16278
16279         * lib/argp.h (__const): Remove macro. Use const instead.
16280         * lib/argp-fmtstream.h (__const): Likewise.
16281         * lib/glob_.h (__const): Remove macro.
16282         * lib/glob-libc.h: Use const instead of __const.
16283
16284 2006-01-10  Bruno Haible  <bruno@clisp.org>
16285
16286         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
16287         variable.
16288         Needed to avoid an automake error regarding the 'gettext' module.
16289
16290 2006-01-09  Simon Josefsson  <jas@extundo.com>
16291
16292         * modules/inet_ntop (Depends-on): Add restrict.
16293
16294 2006-01-09  Simon Josefsson  <jas@extundo.com>
16295
16296         * modules/gc-rijndael-tests (License): Put under LGPL.
16297
16298         * modules/gc-des-tests (License): Likewise.
16299
16300         * modules/gc-arcfour-tests (License): Likewise.
16301
16302         * modules/gc-arctwo-tests (License): Likewise.
16303
16304         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
16305
16306         * modules/gc-hmac-sha1-tests (Files): Likewise.
16307
16308         * modules/gc-hmac-md5-tests (License): Likewise.
16309
16310         * modules/gc-sha1-tests (License): Likewise.
16311
16312         * modules/gc-md5-tests (License): Likewise.
16313
16314         * modules/gc-md4-tests (License): Likewise.
16315
16316         * modules/gc-md2-tests (License): Likewise.
16317
16318         * modules/gc-tests (License): Likewise.
16319
16320         * modules/des-tests (License): Likewise.
16321
16322         * modules/md4-tests (License): Likewise.
16323
16324         * modules/md2-tests (License): Likewise.
16325
16326 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16327
16328         Sync from coreutils:
16329
16330         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
16331         * modules/lib-ignore: New file.
16332         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
16333         chdir-safer.m4, lchmod.m4.
16334         * modules/openat: Add mkdirat.c, openat-priv.h.
16335
16336 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16337
16338         Sync from coreutils.
16339         * m4/lib-ignore.m4: New file.
16340         * m4/lchmod.m4: New file.
16341
16342 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16343
16344         Sync from coreutils.
16345         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
16346         for write access: POSIX says that must fail.
16347         * lib/fts.c (diropen): Likewise.
16348         * lib/save-cwd.c (save_cwd): Likewise.
16349         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
16350         well, for minor improvements on hosts that lack O_DIRECTORY.
16351         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
16352         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
16353         Fall back on chown if open failed with EACCES.
16354
16355         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
16356         Report an error at compile-time if only a 1-second nominal clock
16357         resolution is found.
16358
16359         * lib/lchmod.h: New file.
16360         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
16361         (make_dir_parents): Use lchown rather than chown, and
16362         lchmod rather than chmod.
16363
16364         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
16365         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
16366         "proc" reported by n0dalus.
16367
16368         * lib/mountlist.c: Include <limits.h>.
16369         (dev_from_mount_options)
16370         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
16371         New function.  It no longer assumes "dev=" has the System V meaning
16372         on Linux (since it doesn't).  It also parses "dev=" more carefully.
16373         (read_file_system_list)
16374         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
16375         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
16376         dev= in that case.
16377
16378         * lib/posixtm.h (PDS_PRE_2000): New macro.
16379         * lib/posixtm.c (year): Arg is now syntax_bits rather than
16380         allow_century.  All usages changed.  Reject dates outside the range
16381         1969-1999 if PDS_PRE_2000 is used.
16382
16383 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16384
16385         Sync from coreutils.
16386         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
16387         (Time of day items): Mention the possibility of leap seconds.
16388         Problem reported by Dr. David Alan Gilbert.
16389
16390 2006-01-09  Jim Meyering  <jim@meyering.net>
16391
16392         Sync from coreutils.
16393
16394         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
16395
16396         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
16397
16398         * lib/modechange.c (mode_compile): Reject an invalid mode string
16399         that starts with an octal digit.  From Andreas Gruenbacher.
16400
16401         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
16402         and dup to open_safer and dup_safer, respectively.
16403         (openat_permissive): Fix typo in comment.
16404
16405         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
16406         "gettext.h"; either no longer needed or are guaranteed by openat.h.
16407         (_): Remove; no longer needed.
16408         (openat): Renamed from rpl_openat; no need for rpl_openat
16409         since openat.h renames openat for us.
16410         Replace most of the body with a call to openat_permissive,
16411         to avoid duplicate code.
16412         Port to (probably hypothetical) environments were mode_t is
16413         wider than int.
16414         (openat_permissive): Require mode arg, so that we can check
16415         types better.  Put it just after flags.  Change cwd failure
16416         indicator from pointer-to-bool to pointer-to-errno-value.
16417         All callers changed.
16418         Invoke openat_save_fail and/or openat_restore_fail if
16419         cwd_errno is null, so that openat can call us.
16420         (openat_permissive, fdopendir, fstatat, unlinkat):
16421         Simplify errno handling to avoid some duplicate code,
16422         as it's OK to set errno on success.
16423         * lib/openat.h: Revamp code so that function macros depend on
16424         __OPENAT_PREFIX only, not also on AT_FDCWD.
16425         (openat_ro): Remove.  Caller changed to use openat_permissive.
16426         (openat_permissive): Now a macro, if not a function.
16427         (openat_restore_fail, openat_save_fail): Now always functions,
16428         since mkdirat needs them even if __OPENAT_PREFIX is defined.
16429
16430         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
16431         and openat.c.
16432         * lib/mkdirat.c: Include openat-priv.h.
16433         Remove definitions of macros defined therein.
16434         * lib/openat.c: Likewise.
16435
16436         * lib/mkdirat.c (mkdirat): New file and function.
16437         * lib/openat.h (mkdirat): Declare.
16438
16439         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
16440
16441         * lib/openat.h (openat_permissive): Declare.
16442         (openat_ro): Define.
16443
16444         * lib/openat.c (EXPECTED_ERRNO): New macro.
16445         (openat_permissive): New function -- used in remove.c rewrite.
16446         (all functions): Set errno just before returning, only if there
16447         was an actual failure.
16448         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
16449
16450         Emulate openat-family functions using Linux's procfs, if possible.
16451         Idea and some code based on Ulrich Drepper's glibc changes.
16452
16453         * lib/openat.c: (BUILD_PROC_NAME): New macro.
16454         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
16455         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
16456         before falling back on save_cwd and restore_cwd.
16457         (fdopendir, fstatat, unlinkat): Likewise.
16458
16459         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
16460         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
16461
16462         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
16463         as second argument to va_arg.  Otherwise, some versions of gcc
16464         warn that `if this code is reached, the program will abort'.
16465
16466 2006-01-09  Jim Meyering  <jim@meyering.net>
16467
16468         Sync from coreutils.
16469         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
16470         Require openat-priv.h.
16471
16472 2006-01-09  Bruno Haible  <bruno@clisp.org>
16473
16474         * modules/strnlen (Include): Use strnlen.h.
16475
16476 2006-01-09  Bruno Haible  <bruno@clisp.org>
16477
16478         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
16479
16480 2006-01-09  Bruno Haible  <bruno@clisp.org>
16481
16482         * lib/sysexit_.h (EX_OK): New macro.
16483         Suggested by Martin Lambers <marlam@marlam.de>.
16484
16485 2006-01-09  Bruno Haible  <bruno@clisp.org>
16486
16487         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
16488         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
16489
16490 2006-01-09  Bruno Haible  <bruno@clisp.org>
16491
16492         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
16493         numbers.
16494
16495 2006-01-09  Bruno Haible  <bruno@clisp.org>
16496
16497         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
16498         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
16499         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
16500         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
16501
16502 2006-01-09  Bruno Haible  <bruno@clisp.org>
16503
16504         * build-aux/javacomp.sh.in: New file, moved from lib/.
16505         * modules/javacomp-script (Files): Update.
16506         (configure.ac): Add AC_CONFIG_FILES invocation.
16507         (EXTRA_DIST): Remove variable.
16508
16509         * build-aux/javaexec.sh.in: New file, moved from lib/.
16510         * modules/javaexec (Files): Update.
16511         (configure.ac): Add AC_CONFIG_FILES invocation.
16512         (EXTRA_DIST): Remove javaexec.sh.in.
16513
16514         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
16515         * modules/csharpcomp-script (Files): Update.
16516         (configure.ac): Add AC_CONFIG_FILES invocation.
16517         (EXTRA_DIST): Remove variable.
16518
16519         * build-aux/csharpexec.sh.in: New file, moved from lib/.
16520         * modules/csharpexec (Files): Update.
16521         (configure.ac): Add AC_CONFIG_FILES invocation.
16522         (EXTRA_DIST): Remove csharpexec.sh.in.
16523
16524 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
16525
16526         Sync from coreutils.
16527
16528         Add POSIX ACL support
16529         * lib/acl.h (copy_acl, set_acl): Add declarations.
16530         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
16531         systems other than Linux.
16532         (chmod_or_fchmod): New function: use fchmod when possible,
16533         and chmod otherwise.
16534         (file_has_acl): Add a POSIX ACL implementation, with a
16535         Linux-specific subcase.
16536         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
16537         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
16538         acls are unsupported.
16539         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
16540         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
16541         are unsupported.
16542
16543 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
16544
16545         Sync from coreutils.
16546         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
16547
16548 2006-01-07  Bruno Haible  <bruno@clisp.org>
16549
16550         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
16551         gl_EARLY.
16552
16553 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16554
16555         * lib/strftime.c (tzname): Don't declare if it is already #defined.
16556         Problem reported for Mingw by Mark Junker.
16557
16558 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16559
16560         * README: Gnulib normally doesn't generate a tarball.
16561
16562 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
16563
16564         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
16565         long int, not int, for nanosecond counts, so that people who are
16566         used to POSIX struct timespec won't be surprised.  Reported by Jim
16567         Meyering.
16568
16569 2005-12-28  Bruno Haible  <bruno@clisp.org>
16570
16571         * build-aux/config.rpath: Update from GNU gettext.
16572
16573 2005-12-16  Jim Meyering  <jim@meyering.net>
16574
16575         * modules/fprintftime: New module.
16576         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
16577
16578 2005-12-16  Jim Meyering  <jim@meyering.net>
16579
16580         * m4/fprintftime.m4: New file.
16581
16582 2005-12-16  Jim Meyering  <jim@meyering.net>
16583
16584         * lib/fprintftime.c, lib/fprintftime.h: New files.
16585
16586 2005-12-15  Simon Josefsson  <jas@extundo.com>
16587
16588         * modules/socklen (configure.ac): Fix M4 macro name, to align with
16589         new m4/socklen.m4.
16590
16591 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16592
16593         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
16594         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
16595
16596 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16597
16598         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
16599         * lib/argp-help.c (fill_in_uparams): Check if the constructed
16600         struct uparams is valid. Fall back to the default values if it is
16601         not.
16602
16603 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16604
16605         * modules/argp (Files): Add argp-pin.c
16606         (Depends-on): dirname
16607         (lib_SOURCES): Add argp-pin.c
16608
16609 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16610
16611         * m4/argp.m4:  Check if program_invocation_name and
16612         program_invocation_short_name are declared and define appropriate
16613         macros if they are not.
16614
16615 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16616
16617         * lib/argp-help.c (__argp_base_name): New function
16618         (__argp_short_program_name): Rewrite using __argp_base_name
16619         * lib/argp-namefrob.h: Define program_invocation_name and
16620         program_invocation_short_name if requested
16621         (__argp_base_name): Add prototype
16622         * lib/argp-parse.c (argp_def): Use gettext wrappers
16623         (argp_default_parser): Use __argp_base_name
16624         * lib/argp-pin.c: New file. Defines program_invocation_name and
16625         program_invocation_short_name on systems that lack them.
16626
16627 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16628
16629         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
16630         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
16631         porting problem reported by Georg Schwarz in
16632         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
16633
16634 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16635
16636         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
16637         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
16638         porting problem reported by Georg Schwarz in
16639         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
16640
16641 2005-12-05  Bruno Haible  <bruno@clisp.org>
16642
16643         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
16644         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
16645         Reported by Mark Junker <mjscod@gmx.de>.
16646
16647 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
16648
16649         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
16650         Use implementation from Albert Chin, with some
16651         comments/corrections by Stepan Kasal and myself.
16652
16653 2005-12-02  Bruno Haible  <bruno@clisp.org>
16654
16655         * gnulib-tool (func_import): Accept GPLed build tool modules when
16656         --lgpl is given.
16657         * modules/csharpcomp-script: New file.
16658         * modules/csharpcomp: Depend on it.
16659         * modules/javacomp-script: New file.
16660         * modules/javacomp: Depend on it.
16661         Suggested by Simon Josefsson.
16662
16663 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
16664
16665         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
16666         statement, to work around an HP-UX 10.20 compiler bug reported by
16667         Peter O'Gorman.
16668
16669 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
16670
16671         * modules/savedir (Depends-on): Add openat.
16672
16673 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
16674
16675         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
16676         (uintmax_t) [defined uintmax_t]: Do not declare.
16677         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
16678         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
16679         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
16680         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
16681         sake of portability to weird hosts that C allows (though we don't
16682         know of any practical examples).
16683
16684         * lib/savedir.h (fdsavedir): New decl.
16685         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
16686         contains most of the former guts of savedir.
16687         (savedir): Use savedirstream.
16688         Include "openat.h".
16689
16690 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16691
16692         * modules/obstack (Files): Add m4/ulonglong.m4.
16693         Problem reported by Davide Angelocola.
16694
16695 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
16696
16697         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
16698         coreutils no longer futzes with rounding modes.
16699
16700 2005-11-14  Jim Meyering  <jim@meyering.net>
16701
16702         * lib/mkstemp-safer.c: Include <config.h>, required for possible
16703         replacement of mkstemp.
16704
16705 2005-11-10  Simon Josefsson  <jas@extundo.com>
16706
16707         * lib/readline.c: Remove EOL.
16708
16709 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16710
16711         * modules/gethrxtime (Depends-on): Add gettime.
16712
16713 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16714
16715         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
16716         or gettimeofday; no longer needed.
16717
16718 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16719
16720         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
16721         time business.
16722         (gethrxtime) [! (HAVE_NANOUPTIME
16723         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
16724         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
16725         our own approximation.
16726
16727 2005-11-08  Eric Blake  <ebb9@byu.net>
16728
16729         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16730
16731 2005-11-08  Eric Blake  <ebb9@byu.net>
16732
16733         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16734
16735 2005-11-04  Bruno Haible  <bruno@clisp.org>
16736
16737         * gnulib-tool: Implement --update mode.
16738
16739 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16740
16741         Fix porting problem reported by Theodoros V. Kalamatianos.
16742         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
16743         Don't assume that futimes failing means we must fail.
16744
16745 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16746
16747         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
16748         variables to suggest the intended function of the PATH_MAX check.
16749
16750 2005-10-30  Kean Johnston  <jkj@sco.com>
16751
16752         Trivial changes to support SCO systems.
16753         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
16754         as PATH_MAX.
16755         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
16756         where __ptr is null when no I/O is pending.
16757
16758 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16759
16760         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
16761         leave errno alone.  Problem reported by Dmitry V. Levin.
16762
16763 2005-10-28  Simon Josefsson  <jas@extundo.com>
16764
16765         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
16766         Test more.
16767
16768         * tests/test-gc-md2.c, tests/test-md2.c: New files.
16769
16770         * modules/md2, modules/md2-tests: New files.
16771
16772 2005-10-28  Simon Josefsson  <jas@extundo.com>
16773
16774         * m4/inet_ntop.m4: More tests.
16775
16776         * m4/gc-md2.m4, md2.m4: New file.
16777
16778 2005-10-28  Simon Josefsson  <jas@extundo.com>
16779
16780         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
16781         "restrict" keywords, as per POSIX.  Protect the function
16782         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
16783         Don't use K&R prototypes.  Check the sprintf return values.
16784         Re-define EAFNOSUPPORT if not present.  Indent.
16785
16786         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
16787         suggested by Bruno Haible <bruno@clisp.org>.
16788
16789         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
16790
16791         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
16792
16793         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
16794         libgcrypt).
16795
16796         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
16797
16798         * lib/md2.h, lib/md2.c: New files.
16799
16800 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
16801
16802         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
16803         errno alone.  Problem reported by Frederic Jolliton.
16804
16805 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
16806
16807         * modules/verify (License): Change from GPL to LGPL.  This is a
16808         tiny module and there are apparently near-equivalents that are
16809         under the BSD license.
16810
16811 2005-10-24  Simon Josefsson  <jas@extundo.com>
16812
16813         * modules/sha1: Relicense to LGPL.
16814
16815 2005-10-24  Simon Josefsson  <jas@extundo.com>
16816
16817         * lib/md4.h: Shrink buffer size, now that we changed the type.
16818
16819 2005-10-23  Simon Josefsson  <jas@extundo.com>
16820
16821         * gnulib-tool (func_import): Fix --tests-base.
16822
16823 2005-10-22  Simon Josefsson  <jas@extundo.com>
16824
16825         * modules/arcfour (Depends-on): Need stdint.
16826
16827 2005-10-22  Simon Josefsson  <jas@extundo.com>
16828
16829         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
16830         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
16831
16832 2005-10-22  Simon Josefsson  <jas@extundo.com>
16833
16834         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
16835         suggested by Bruno Haible <bruno@clisp.org>.
16836
16837 2005-10-22  Simon Josefsson  <jas@extundo.com>
16838
16839         * lib/crc.h: Include stddef.h, for size_t.
16840
16841 2005-10-22  Simon Josefsson  <jas@extundo.com>
16842
16843         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
16844         arcfour_context struct (simplify test vector testing in GNU
16845         Shishi).
16846
16847 2005-10-21  Simon Josefsson  <jas@extundo.com>
16848
16849         * modules/des, modules/des-tests: New files.
16850
16851         * modules/gc-des, modules/gc-des-tests: New files.
16852
16853         * tests/test-des.c, tests/test-gc-des.c: New file.
16854
16855 2005-10-21  Simon Josefsson  <jas@extundo.com>
16856
16857         * modules/arctwo, modules/arctwo-tests: New files.
16858
16859         * tests/test-arctwo.c: New file.
16860
16861         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
16862
16863         * tests/test-gc-arctwo.c: New file.
16864
16865 2005-10-21  Simon Josefsson  <jas@extundo.com>
16866
16867         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
16868         Bruno Haible <bruno@clisp.org>.
16869
16870         * m4/gc-des.m4: New file.
16871
16872 2005-10-21  Simon Josefsson  <jas@extundo.com>
16873
16874         * m4/arctwo.m4: New file.
16875
16876         * m4/gc-arctwo.m4: New file.
16877
16878 2005-10-21  Simon Josefsson  <jas@extundo.com>
16879
16880         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
16881         block.
16882
16883 2005-10-21  Simon Josefsson  <jas@extundo.com>
16884
16885         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
16886         <bruno@clisp.org>.
16887
16888         * lib/hmac-sha1.c (hmac_sha1): Likewise.
16889
16890         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
16891         Bruno Haible <bruno@clisp.org>.
16892
16893         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
16894         <bruno@clisp.org>.
16895
16896 2005-10-21  Simon Josefsson  <jas@extundo.com>
16897
16898         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
16899
16900 2005-10-21  Simon Josefsson  <jas@extundo.com>
16901
16902         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
16903
16904 2005-10-21  Simon Josefsson  <jas@extundo.com>
16905
16906         * lib/des.h, lib/des.c: New files.
16907
16908         * lib/gc-gnulib.c: Support DES.c
16909
16910 2005-10-21  Simon Josefsson  <jas@extundo.com>
16911
16912         * lib/arctwo.h, lib/arctwo.c: New files.
16913
16914         * lib/gc-gnulib.c: Support ARCTWO.
16915
16916 2005-10-21  Simon Josefsson  <jas@extundo.com>
16917
16918         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
16919         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16920
16921 2005-10-21  Simon Josefsson  <jas@extundo.com>
16922
16923         * gnulib-tool (func_import, func_create_testdir): Define automake
16924         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
16925         Makefile.am snippet),
16926         suggested by Bruno Haible <bruno@clisp.org>.
16927
16928         * modules/gc (Makefile.am): Use it.
16929
16930 2005-10-21  Bruno Haible  <bruno@clisp.org>
16931
16932         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
16933         patch.
16934
16935 2005-10-19  Simon Josefsson  <jas@extundo.com>
16936
16937         * tests/test-gc-rijndael.c: New file.
16938
16939         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
16940
16941 2005-10-19  Simon Josefsson  <jas@extundo.com>
16942
16943         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
16944         interface too.
16945
16946 2005-10-19  Simon Josefsson  <jas@extundo.com>
16947
16948         * tests/test-gc-arcfour.c: New file.
16949
16950         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
16951
16952 2005-10-19  Simon Josefsson  <jas@extundo.com>
16953
16954         * modules/gc-md4, modules/gc-md4-tests: New file.
16955
16956         * tests/test-gc-md4.c: New file.
16957
16958 2005-10-19  Simon Josefsson  <jas@extundo.com>
16959
16960         * m4/gc-md4.m4: New file.
16961
16962 2005-10-19  Simon Josefsson  <jas@extundo.com>
16963
16964         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
16965         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
16966         <kasal@ucw.cz>.
16967
16968 2005-10-19  Simon Josefsson  <jas@extundo.com>
16969
16970         * m4/gc-arcfour.m4: New file.
16971
16972         * m4/gc-rijndael.m4: New file.
16973
16974 2005-10-19  Simon Josefsson  <jas@extundo.com>
16975
16976         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
16977
16978 2005-10-19  Simon Josefsson  <jas@extundo.com>
16979
16980         * lib/gc-gnulib.c: Support ARCFOUR.
16981
16982 2005-10-19  Simon Josefsson  <jas@extundo.com>
16983
16984         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
16985         support.
16986
16987         * lib/gc.h: Add ECB enum type.
16988
16989         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
16990
16991 2005-10-18  Simon Josefsson  <jas@extundo.com>
16992
16993         * tests/test-md5.c: New file.
16994
16995         * modules/md5-tests: New file.
16996
16997 2005-10-18  Simon Josefsson  <jas@extundo.com>
16998
16999         * tests/test-md4.c: New file.
17000
17001         * modules/md4, modules/md4-tests: New files.
17002
17003 2005-10-18  Simon Josefsson  <jas@extundo.com>
17004
17005         * m4/md4.m4: New file.
17006
17007 2005-10-18  Simon Josefsson  <jas@extundo.com>
17008
17009         * lib/md4.h, lib/md4.c: New files, based on md5.?.
17010
17011 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
17012
17013         * gnulib-tool (func_create_testdir): Omit the second check whether
17014         BUILT_SOURCES in nonempty.
17015
17016 2005-10-17  Simon Josefsson  <jas@extundo.com>
17017
17018         * tests/test-rijndael.c: New file.
17019
17020 2005-10-17  Simon Josefsson  <jas@extundo.com>
17021
17022         * modules/sha1: Depend on stdint instead of md5.
17023
17024         * modules/md5: Depend on stdint, remove uint32_t.
17025
17026 2005-10-17  Simon Josefsson  <jas@extundo.com>
17027
17028         * modules/gc-sha1-tests: New file.
17029
17030         * tests/test-gc-sha1.c: New file.
17031
17032 2005-10-17  Simon Josefsson  <jas@extundo.com>
17033
17034         * m4/md5.m4: Remove call to uint32_t.m4.
17035
17036 2005-10-17  Simon Josefsson  <jas@extundo.com>
17037
17038         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
17039
17040         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
17041         md5.h.
17042
17043         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
17044
17045         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
17046
17047 2005-10-17  Simon Josefsson  <jas@extundo.com>
17048
17049         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
17050
17051 2005-10-17  Simon Josefsson  <jas@extundo.com>
17052
17053         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
17054
17055 2005-10-17  Simon Josefsson  <jas@extundo.com>
17056
17057         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
17058
17059         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
17060
17061 2005-10-17  Bruno Haible  <bruno@clisp.org>
17062
17063         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
17064         that it can also be used in a test.
17065
17066 2005-10-16  Bruno Haible  <bruno@clisp.org>
17067
17068         * gnulib-tool (func_emit_tests_Makefile_am): Also define
17069         TESTS_ENVIRONMENT, so that individual tests can augment it.
17070
17071         * gnulib-tool (func_create_testdir): Use an intermediate target for
17072         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
17073         macros, like $(ALLOCA_H), which cannot be passed through the command
17074         line.
17075
17076 2005-10-15  Simon Josefsson  <jas@extundo.com>
17077
17078         * modules/rijndael-tests: New file.
17079
17080         * modules/rijndael: New file.
17081
17082 2005-10-15  Simon Josefsson  <jas@extundo.com>
17083
17084         * m4/rijndael.m4: New file.
17085
17086 2005-10-15  Simon Josefsson  <jas@extundo.com>
17087
17088         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
17089
17090         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
17091
17092 2005-10-14  Simon Josefsson  <jas@extundo.com>
17093
17094         * tests/test-arcfour.c: New file.
17095
17096         * modules/arcfour, modules/arcfour-tests: New files.
17097
17098 2005-10-14  Simon Josefsson  <jas@extundo.com>
17099
17100         * m4/arcfour.m4: New file.
17101
17102 2005-10-14  Simon Josefsson  <jas@extundo.com>
17103
17104         * lib/arcfour.h, lib/arcfour.c: New files.
17105
17106 2005-10-14  Roland McGrath  <roland@redhat.com>
17107
17108         Import from libc.  [BZ #1331]
17109         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
17110         macro argument.
17111         Reported by Matej Vela <vela@debian.org>.
17112
17113 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
17114
17115         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
17116         include <wchar.h>; no longer needed.
17117
17118 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
17119
17120         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
17121
17122 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
17123         and  Ulrich Drepper  <drepper@redhat.com>
17124
17125         Import from libc.
17126         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
17127         instead of inline stream orientation test and two separate
17128         function calls.  Pay no attention to USE_IN_LIBIO.
17129
17130 2005-10-13  Simon Josefsson  <jas@extundo.com>
17131
17132         * modules/gc-hmac-md5-tests: New file.
17133
17134         * tests/test-gc-hmac-sha1.c: New file.
17135
17136         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
17137
17138         * modules/gc-hmac-md5-tests: New file.
17139
17140         * tests/test-gc-md5.c: New file.
17141
17142         * modules/gc-md5-tests: New file.
17143
17144 2005-10-13  Simon Josefsson  <jas@extundo.com>
17145
17146         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
17147         Move memory allocation outside of loop.
17148
17149 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
17150
17151         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
17152         intermediate directory is in a read-only file system.  Problem
17153         reported by Eric Blake.
17154
17155 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
17156
17157         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
17158
17159 2005-10-12  Simon Josefsson  <jas@extundo.com>
17160
17161         * tests/test-hmac-sha1.c: New file.
17162
17163         * modules/hmac-sha1-tests: New file.
17164
17165         * modules/hmac-sha1: New file.
17166
17167 2005-10-12  Simon Josefsson  <jas@extundo.com>
17168
17169         * modules/gc-sha1: New file.
17170
17171 2005-10-12  Simon Josefsson  <jas@extundo.com>
17172
17173         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
17174
17175         * tests/test-gc-pbkdf2-sha1.c: New file.
17176
17177 2005-10-12  Simon Josefsson  <jas@extundo.com>
17178
17179         * modules/gc-md5, modules/gc-hmac-md5: New files.
17180
17181         * modules/gc (Files): Remove md5, memxor and hmac files.
17182
17183 2005-10-12  Simon Josefsson  <jas@extundo.com>
17184
17185         * m4/gc-pbkdf2-sha1.m4: New file.
17186
17187         * m4/gc-hmac-sha1.m4: New file.
17188
17189         * m4/gc-sha1: New file.
17190
17191         * m4/hmac-sha1.m4: New file.
17192
17193 2005-10-12  Simon Josefsson  <jas@extundo.com>
17194
17195         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
17196
17197         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
17198
17199 2005-10-12  Simon Josefsson  <jas@extundo.com>
17200
17201         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
17202         suggested by Bruno Haible <bruno@clisp.org>.
17203
17204 2005-10-12  Simon Josefsson  <jas@extundo.com>
17205
17206         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
17207
17208 2005-10-12  Simon Josefsson  <jas@extundo.com>
17209
17210         * lib/gc-pbkdf2-sha1.c: New file.
17211
17212         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
17213
17214 2005-10-12  Simon Josefsson  <jas@extundo.com>
17215
17216         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
17217
17218         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
17219
17220 2005-10-12  Simon Josefsson  <jas@extundo.com>
17221
17222         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
17223         GC_USE_HMAC_MD5, respectively.
17224
17225         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
17226         (gc_md5): Fix typo.
17227
17228         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
17229
17230         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
17231
17232         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
17233
17234 2005-10-12  Bruno Haible  <bruno@clisp.org>
17235
17236         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
17237         Reported by Stepan Kasal <kasal@ucw.cz>.
17238
17239 2005-10-11  Simon Josefsson  <jas@extundo.com>
17240
17241         * tests/test-crc.c: New file.
17242
17243         * modules/crc, modules/crc-tests: New files.
17244
17245 2005-10-11  Simon Josefsson  <jas@extundo.com>
17246
17247         * m4/crc.m4: New file.
17248
17249 2005-10-11  Simon Josefsson  <jas@extundo.com>
17250
17251         * lib/gc.h: Add gc_hash and gc_hash_buffer.
17252
17253         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
17254
17255         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
17256
17257 2005-10-11  Simon Josefsson  <jas@extundo.com>
17258
17259         * lib/crc.h, lib/crc.c: New files.
17260
17261         * lib/gc.h (gc_hash_buffer): Add doc.
17262
17263 2005-10-11  Bruno Haible  <bruno@clisp.org>
17264
17265         * modules/c-strcasestr: New file.
17266         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
17267
17268 2005-10-11  Bruno Haible  <bruno@clisp.org>
17269
17270         * modules/c-strcase: New file.
17271         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
17272
17273 2005-10-11  Bruno Haible  <bruno@clisp.org>
17274
17275         * lib/strcasecmp.c: Include limits.h.
17276         (strcasecmp): Avoid integer overflow on exotic platforms.
17277         * lib/strncasecmp.c: Include limits.h.
17278         (strncasecmp): Avoid integer overflow on exotic platforms.
17279         Reported by Paul Eggert.
17280
17281 2005-10-11  Bruno Haible  <bruno@clisp.org>
17282
17283         * lib/c-strcasestr.h: New file, from GNU gettext.
17284         * lib/c-strcasestr.c: New file, from GNU gettext.
17285
17286 2005-10-11  Bruno Haible  <bruno@clisp.org>
17287
17288         * lib/c-strcase.h: New file, from GNU gettext.
17289         * lib/c-strcasecmp.c: New file, from GNU gettext.
17290         * lib/c-strncasecmp.c: New file, from GNU gettext.
17291
17292 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
17293
17294         * modules/mempcpy (License): GPL -> LGPL.
17295         * modules/strchrnul (License): Likewise.
17296         * modules/sysexits (License): Likewise.
17297
17298 2005-10-08  Simon Josefsson  <jas@extundo.com>
17299
17300         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
17301
17302 2005-10-07  Simon Josefsson  <jas@extundo.com>
17303
17304         * m4/memxor.m4: Remove gl_C_RESTRICT call.
17305
17306 2005-10-06  Simon Josefsson  <jas@extundo.com>
17307
17308         * tests/test-hmac-md5.c: New file.
17309
17310         * modules/hmac-md5-tests: New file.
17311
17312         * modules/hmac-md5: New file.
17313
17314 2005-10-06  Simon Josefsson  <jas@extundo.com>
17315
17316         * m4/hmac-md5.m4: New file.
17317
17318         * m4/memxor.m4: Require gl_C_RESTRICT.
17319
17320 2005-10-06  Simon Josefsson  <jas@extundo.com>
17321
17322         * lib/memxor.c (memxor): Avoid casts and warnings.
17323
17324 2005-10-06  Simon Josefsson  <jas@extundo.com>
17325
17326         * lib/hmac-md5.c: New file.
17327
17328         * lib/hmac.h: New file.
17329
17330 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
17331
17332         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
17333         promotes to int, not unsigned int, to catch the AIX 5.3
17334         compiler bug.
17335
17336 2005-10-05  Simon Josefsson  <jas@extundo.com>
17337
17338         * modules/memxor: New file.
17339
17340         * modules/iconv (Files): Move config.rpath to havelib, it is used
17341         there.
17342
17343         * modules/havelib (Files): Add config.rpath.
17344
17345 2005-10-05  Simon Josefsson  <jas@extundo.com>
17346
17347         * m4/memxor.m4: New file.
17348
17349 2005-10-05  Simon Josefsson  <jas@extundo.com>
17350
17351         * lib/memxor.c (memxor): Fix compiler error.
17352
17353         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
17354         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
17355
17356         * lib/memxor.h, lib/memxor.c: New files.
17357
17358         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
17359         we assume all systems have it, suggested by Jim Meyering
17360         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
17361         any systems lack sys/socket.h; mingw32 is known to lack it, but we
17362         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
17363         same reasons.
17364
17365 2005-10-05  Simon Josefsson  <jas@extundo.com>
17366
17367         * config/srclist.txt: Add glibc bug 1423 for md5.h.
17368
17369 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
17370
17371         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
17372         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
17373         needed, since the source code now assumes these .h files.
17374
17375 2005-10-05  Derek Price  <derek@ximbiot.com>
17376
17377         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
17378
17379 2005-10-05  Bruno Haible  <bruno@clisp.org>
17380
17381         * modules/stdint (License): Change to LGPL.
17382
17383 2005-10-04  Simon Josefsson  <jas@extundo.com>
17384
17385         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
17386         D. Baushke" <mdb@gnu.org>.
17387
17388 2005-10-04  Bruno Haible  <bruno@clisp.org>
17389
17390         * lib/verify.h (verify_true): Provide alternative definition for C++.
17391
17392 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
17393
17394         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
17395         (SSIZE_MAX): New macro, if not already defined.
17396         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
17397         than 2 GiB.
17398
17399 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17400
17401         Sync from coreutils.
17402         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
17403         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
17404         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
17405         ULLONG_MAX doesn't work with 2.7.2.1.
17406
17407 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17408
17409         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
17410         From Ben Pfaff.
17411
17412         * modules/exclude (Depends-on): Depend on verify.
17413         * modules/strtoimax (Depends-on): Likewise.
17414         * modules/utimecmp (Depends-on): Likewise.
17415
17416 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17417
17418         * lib/exclude.c: Include verify.h.
17419         (verify): Remove.  All callers changed to use verify.h's version.
17420         * lib/strtoimax.c: Likewise.
17421         * lib/utimecmp.c: Likewis.e
17422
17423         Sync from coreutils.
17424         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
17425         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
17426         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
17427         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
17428         bother returning ENOSYS if settimeofday or stime fails; just let
17429         them return whatever errno they want to return.
17430         * lib/utimens.c: Include unistd.h, for dup2.
17431         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
17432         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
17433
17434 2005-10-02  Jim Meyering  <jim@meyering.net>
17435
17436         Sync from coreutils.
17437         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
17438         from glibc-2.2.5 that fails for read-only files.
17439
17440 2005-10-02  Jim Meyering  <jim@meyering.net>
17441
17442         Sync from coreutils.
17443         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
17444         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
17445         `#if HAVE_CONFIG_H'.
17446         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
17447         Remove AT_FDCWD test.
17448         Do not consume the fd unless successful.
17449         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
17450         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
17451         block, so that we don't even try to compile it if settimeofday is
17452         available.  This works around a compilation failure on OSF1 V5.1,
17453         due to stime requiring a `long int*' while tv_sec is `int'.
17454
17455 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
17456
17457         Sync from coreutils.
17458         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
17459         against `yes', rather than just testing for nonempty.
17460
17461 2005-10-01  Simon Josefsson  <jas@extundo.com>
17462
17463         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
17464         and Darwin.
17465
17466         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
17467         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
17468         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
17469         freeaddrinfo and gai_strerror are declared by the POSIX headers.
17470         Check if struct addrinfo is declared.
17471
17472 2005-10-01  Simon Josefsson  <jas@extundo.com>
17473
17474         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
17475         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
17476         AI_* and EAI_* definitions.  Protect function declarations.
17477
17478 2005-10-01  Jim Meyering  <jim@meyering.net>
17479
17480         Sync from coreutils.
17481
17482         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
17483         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
17484         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
17485         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
17486         in the inet and nsl libraries.  Required on Solaris 5.7.
17487
17488 2005-10-01  Jim Meyering  <jim@meyering.net>
17489
17490         Sync from coreutils.
17491         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
17492         in the inet and nsl libraries.  Required on Solaris 5.7.
17493
17494 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
17495
17496         * lib/getdelim.c (getdelim): Remove unused variables.
17497
17498 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
17499
17500         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
17501         so that the code works even with ancient cpp.  Portability problem
17502         with GCC 2.7.2.1 reported by Thomas M.Ott.
17503
17504 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
17505
17506         * modules/regex (Depends-on): Add strcase.
17507
17508         * modules/gethostname (Licence): Change from GPL to LGPL, since
17509         gethostname.c is a trivial implementation of a standard library
17510         function.
17511         * modules/poll (License): Change from GPL to LGPL, since it's
17512         derived from LGPL code.
17513
17514 2005-09-27  Jim Meyering  <jim@meyering.net>
17515
17516         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
17517         HAVE_CONFIG_H.
17518
17519         * lib/intprops.h (signed_type_or_expr__): Define.
17520         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
17521         for unsigned types.
17522
17523 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
17524
17525         * lib/verify.h (verify_expr): Remove, replacing with:
17526         (verify_true): New macro that returns true instead of void.
17527         (verify_type__): Remove.
17528         (verify): Use verify_true rather than verify_type__.
17529
17530 2005-09-26  Bruno Haible  <bruno@clisp.org>
17531
17532         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
17533         is necessary.
17534         (lib_SOURCES): Remove mbchar.c.
17535         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
17536         (Files): Add m4/mbrtowc.m4.
17537         * modules/mbiter: Likewise.
17538         * modules/mbuiter: Likewise.
17539
17540 2005-09-26  Bruno Haible  <bruno@clisp.org>
17541
17542         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
17543         compile mbchar.c if they are not both present.
17544         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
17545         * m4/mbiter.m4 (gl_MBITER): Likewise.
17546         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
17547         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
17548         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
17549
17550 2005-09-25  Jim Meyering  <jim@meyering.net>
17551
17552         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
17553         also uses socklen_t.
17554
17555 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
17556
17557         * lib/utimens.c (ENOSYS): Define if not already defined.
17558         (futimens): Support having a null PATH if the file descriptor
17559         is nonnegative.
17560
17561         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
17562         Remove.
17563         (__attribute): Define to empty unless GCC 3.1 or later.
17564         This works around a core dump on OpenBSD 3.4, which has GCC
17565         2.95.3, which dumps core when given __attribute__(()).  It also
17566         simplifies other tests, since we really don't want to bother with
17567         worrying about which ancient version of GCC supported what.
17568         Original problem reported by Yoann Vandoorselaere, with part of
17569         the fix suggested by Derek Price.
17570
17571 2005-09-24  Jim Meyering  <jim@meyering.net>
17572
17573         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
17574         so we can once again use a positive bitfield width of 1 -- now we
17575         don't have to explain why we were using a bitfield width of 2.
17576
17577 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
17578
17579         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
17580         and similarly for the other external symbols.  Problem reported
17581         by James Gallager.
17582
17583         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
17584         bug reported by Jim Meyering.
17585
17586         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
17587         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
17588         not needed, since socklen is a prerequisite module.
17589
17590 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
17591
17592         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
17593         Problem reported by Eric Blake.
17594         (getaddrinfo): Initialize se so that it's not garbage.
17595         Redo internal storage allocation so that it doesn't make unportable
17596         assumptions about alignment.
17597         Fix a memory leak.
17598
17599         * lib/utimens.c (futimens): Use futimesat if available.
17600         Prefer it to futimes since it doesn't have the futimes bug.
17601
17602         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
17603         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
17604         Instead, declare a function that returns a pointer to an array,
17605         and use verify_type__ to declare the size of the array.
17606         Problem and germ of a solution reported by Bruno Haible.
17607         (verify_type__): Use 2, not 1, for bitfield size, to avoid
17608         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
17609
17610 2005-09-23  Jim Meyering  <jim@meyering.net>
17611
17612         Sync from coreutils.
17613         Correct build failure (socklen_t not defined) on at least
17614         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
17615         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
17616
17617 2005-09-23  Jim Meyering  <jim@meyering.net>
17618
17619         * modules/getaddrinfo (Depends-on): Add socklen.
17620
17621 2005-09-23  Bruno Haible  <bruno@clisp.org>
17622
17623         * tests/test-verify.c: New file.
17624
17625 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17626
17627         Sync from coreutils.
17628
17629         * modules/argmatch (Depends-on): Add verify.
17630         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
17631         unistd-safer.
17632         * modules/save-cwd (Depends-on): Likewise.
17633
17634         * modules/openat (Files): Add lib/openat-die.c.
17635         (Depends-on): Remove error, exitfail.
17636         Add dirname.
17637
17638         * modules/verify: New file.
17639         * MODULES.html.sh (Diagnostics <assert.h>): New section,
17640         with "verify" module.
17641
17642 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17643
17644         Sync from coreutils.
17645
17646         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
17647         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
17648         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
17649         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
17650         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
17651         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
17652         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
17653         Don't bother checking for string.h, stdlib.h, unistd.h.
17654         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
17655         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
17656         module's job.
17657         * m4/jm-macros.m4 (gl_MACROS): Likewise.
17658         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
17659
17660         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
17661         (gl_GETDATE): Use it.
17662
17663         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
17664
17665 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17666
17667         Sync from coreutils.
17668
17669         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
17670         stat-time.h.
17671         * lib/argmatch.h: Include verify.h
17672         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
17673         (ARGMATCH_ASSERT): Remove; unused.
17674         * lib/canonicalize.c: Assume STDC_HEADERS.
17675         * lib/exclude.c: Include "strcase.h".
17676         * lib/regex_internal.h [!defined _LIBC]: Likewise.
17677         * lib/getusershell.c: Include stdio--.h rather than stdio.h
17678         and stdio-safer.h.
17679         (getusershell): Call fopen, not fopen_safer.
17680         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
17681         Do not include unistd-safer.h.
17682         (save_cwd): Don't call fd_safer; no longer needed
17683         now that we include fcntl--.h.
17684
17685         * lib/getdate.y (relative_time): New type.
17686         (RELATIVE_TIME_0): New constant.
17687         (parser_control): Use relative_time instead of doing it ourselves.
17688         (%union): Add new relative_time rel member.
17689         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
17690         Now typeless.
17691         (relunit, relunit_snumber): Now of type rel.
17692         (zone, rel, relunit, get_date): Adjust to above changes.
17693
17694         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
17695         Do not include unistd-safer.h.
17696         (getloadavg): Don't call fd_safer; no longer needed
17697         now that we include fcntl--.h.
17698
17699         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
17700         (make_dir_parents): Treat ENOSYS like EEXIST.
17701
17702         Improve quality of diagnostics on restore_cwd failure.
17703         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
17704         (make_dir_parents): Last arg is now int * (for errno), not bool *.
17705         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
17706         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
17707         each time through the loop.  Do not diagnose restore_cwd failure;
17708         that is the caller's job (and perhaps the caller does not care).
17709
17710         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
17711         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
17712         If the file already exists but is not a directory, don't bother
17713         to try to make its parents.
17714         Close potential file descriptor leak if we can't chdir("/") (!).
17715         Don't always return true if chdir($PWD) fails; return true only
17716         if the requested action was done successfully (except for the
17717         chdir($PWD)).
17718         Don't log final directory unless we actually made it.
17719         Refactor to avoid duplicate code to fix up permissions.
17720         Don't attempt to fix up parent permissions if chdir($PWD) fails.
17721
17722         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
17723         to make it a bit faster and (I hope) clearer.
17724         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
17725         Fix bug in formats like %2N.
17726
17727         * lib/verify.h: New file.
17728
17729 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17730
17731         Sync from coreutils.
17732         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
17733
17734 2005-09-22  Jim Meyering  <jim@meyering.net>
17735
17736         Sync from coreutils.
17737
17738         * m4/lstat.m4 (gl_FUNC_LSTAT):
17739         Use AC_LIBSOURCES to require lstat.c and lstat.h.
17740         Remove obsolete comment.
17741         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
17742         * m4/xstrtod.m4: Likewise.
17743
17744         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
17745
17746 2005-09-22  Jim Meyering  <jim@meyering.net>
17747
17748         Sync from coreutils.
17749
17750         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
17751
17752         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
17753         the .tm_year member, since otherwise gcc-4.0 would now warn about
17754         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
17755
17756         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
17757         order to avoid an unsuppressible warning from gcc on 64-bit systems.
17758
17759         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
17760         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
17761         when run in a time zone for which daylight savings time is in effect
17762         for the starting date.
17763
17764         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
17765         stop us from restricting permissions of just-created absolute-named
17766         directories.
17767         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
17768         to restore initial working directory.
17769         * lib/mkdir-p.c (make_dir_parents): New parameter:
17770         different_working_dir, to tell caller if/when we change the working
17771         directory and are unable to return to the initial one.
17772         * lib/mkdir-p.h (make_dir_parents): Update prototype.
17773         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
17774         `return false'.  This fixes a bug introduced on 2004-07-30.
17775
17776         * lib/openat.c (fdopendir): Be sure to close the supplied
17777         file descriptor before returning.  This makes our replacement
17778         implementation a little closer to Solaris's, where fdopendir
17779         ties the file descriptor to the returned DIR* pointer.
17780         * lib/openat.c (unlinkat): New function.
17781         * lib/openat.h (unlinkat): Add prototype.
17782         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
17783         (openat_restore_fail): Rename from openat_restore_die.
17784         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
17785
17786         Provide an alternative to exiting immediately upon save_cwd or
17787         restore_cwd failure.  Now, an application can arrange e.g.,
17788         to perform a longjump in that case.
17789         * lib/openat.c: Include dirname.h.
17790         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
17791         (rpl_openat, fdopendir, fstatat): Call openat_save_die
17792         and openat_restore_die rather than calling error directly.
17793         Don't include "error.h" or "exitfail.h"; they're no longer needed.
17794
17795         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
17796         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
17797         define.
17798
17799         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
17800         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
17801                             int utc, int nanoseconds);
17802         Background:
17803         date should not have to allocate a megabyte of virtual memory to
17804         handle a format argument like +%1048575T.  When implemented with
17805         strftime, it must allocate such a buffer, use strftime to fill it
17806         in, print it, then free it.
17807         With fprintftime, it simply prints everything and exits.
17808         With no need for memory allocation, that's one fewer way to fail.
17809         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
17810         optional field width, not before, so we accept %9:z, not %:9z.
17811         (my_strftime): Be sure to use L_('x') for literals.
17812
17813         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
17814         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
17815         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
17816         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
17817         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
17818         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
17819         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
17820         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
17821         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
17822         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
17823         * lib/xgethostname.c, lib/xreadlink.c:
17824         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
17825
17826         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
17827         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
17828         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
17829         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
17830         and don't include <sys/file.h>).
17831
17832 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
17833
17834         Sync from coreutils.
17835
17836         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
17837         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
17838         [!LDAV_DONE]: Avoid unused variable warning.
17839
17840 2005-09-21  Bruno Haible  <bruno@clisp.org>
17841
17842         * lib/unicodeio.h (unicode_to_mb): New declaration.
17843
17844 2005-09-20  Derek Price  <derek@ximbiot.com>
17845
17846         * lib/getaddrinfo.c: Don't include <netdb.h> included from
17847         getaddrinfo.h.
17848
17849 2005-09-20  Bruno Haible  <bruno@clisp.org>
17850
17851         * gnulib-tool: Remove trailing slashes from the values specified for
17852         --source-base, --m4-base, --tests-base, --aux-dir.
17853         Suggested by Simon Josefsson <jas@extundo.com>.
17854
17855 2005-09-20  Bruno Haible  <bruno@clisp.org>
17856
17857         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
17858         func_modules_to_filelist, func_import, func_create_testdir): Make all
17859         sorting results locale-independent, so that gnulib-cache.m4 doesn't
17860         change when gnulib-tool is invoked in a different locale.
17861
17862 2005-09-19  Simon Josefsson  <jas@extundo.com>
17863
17864         * m4/socklen.m4: Fix typo.
17865
17866 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17867
17868         Use a consistent style for including <config.h>.
17869         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
17870         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
17871         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
17872         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
17873         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
17874         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
17875         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
17876         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
17877         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
17878         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
17879         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
17880         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
17881         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
17882         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
17883         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
17884         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
17885         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
17886         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
17887         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
17888         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
17889         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
17890         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
17891         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
17892         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
17893         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
17894         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
17895         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
17896         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
17897         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
17898         lib/xstrtoumax.c, lib/yesno.c:
17899         Standardize inclusion of config.h.
17900         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
17901         lib/inttostr.h:  Removed inclusion of config.h from header files.
17902         * lib/inttostr.c:  Adjusted in-tree users.
17903         * lib/timespec.h: Remove superfluous warning to include config.h.
17904         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
17905         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
17906         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
17907         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
17908         config.h with HAVE_CONFIG_H.
17909
17910 2005-09-19  Jim Meyering  <jim@meyering.net>
17911
17912         * modules/pathmax (License): Change to LGPL.
17913
17914 2005-09-19  Derek Price  <derek@ximbiot.com>
17915
17916         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
17917
17918 2005-09-19  Bruno Haible  <bruno@clisp.org>
17919
17920         * gnulib-tool (import): Provide default for --tests-base.
17921
17922 2005-09-19  Bruno Haible  <bruno@clisp.org>
17923
17924         * doc/quote.texi: New file, extracted from gnulib.texi.
17925         * doc/ctime.texi: New file, extracted from gnulib.texi.
17926         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
17927         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
17928         * doc/gnulib.texi: Include them.
17929
17930 2005-09-18  Bruno Haible  <bruno@clisp.org>
17931
17932         Portability fix.
17933         * gnulib-tool (func_readlink): New function.
17934         (func_ln_if_changed): Use it.
17935
17936 2005-09-18  Bruno Haible  <bruno@clisp.org>
17937
17938         * gnulib-tool: Support --with-tests also with --import.
17939         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
17940         (func_import): Use variables $testsbase and $inctests. Emit a
17941         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
17942         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
17943         SUBDIRS += $testsdir.
17944         (func_create_testdir): Update.
17945
17946 2005-09-18  Bruno Haible  <bruno@clisp.org>
17947
17948         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
17949         instead of $dry_run.
17950         (func_cp_if_changed, func_mv_if_changed): Remove functions.
17951         (func_ln_if_changed): Don't handle dry-run here.
17952         (func_import): In dry-run mode, detect more precisely which actions
17953         would be performed, and don't use "...ing" verbs.
17954
17955 2005-09-18  Bruno Haible  <bruno@clisp.org>
17956
17957         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
17958         (func_import): Use join on two temporary files instead of three nested
17959         loops, in order to determine which files are new or old.
17960
17961 2005-09-18  Bruno Haible  <bruno@clisp.org>
17962
17963         * gnulib-tool (func_import): Comment out code that spits out the
17964         new files with --dry-run.
17965
17966 2005-09-18  Bruno Haible  <bruno@clisp.org>
17967
17968         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
17969
17970 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17971
17972         * lib/stat-time.h: New file.
17973         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
17974         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
17975         in a different way.
17976         (timespec_cmp): New function.
17977         * lib/utimecmp.c: Include stat-time.h.
17978         (SYSCALL_RESOLUTION): Depend on whether various struct stat
17979         members exist, not on the obsolescent ST_MTIM_NSEC.
17980         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
17981
17982 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17983
17984         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
17985
17986 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17987
17988         * MODULES.html.sh (File system functions): Add stat-time.
17989         * modules/stat-time: New file.
17990         * modules/timespec (Files): Remove m4/st_mtim.m4; this
17991         is now done in a different way, by the stat-time module.
17992         * modules/utimecmp (Depends-on): Add stat-time.
17993
17994 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17995
17996         * m4/st_mtim.m4: Remove.  Superseded by...
17997         * m4/stat-time.m4: New file.
17998         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
17999         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
18000
18001 2005-09-15  Derek Price  <derek@ximbiot.com>
18002
18003         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
18004
18005 2005-09-15  Derek Price  <derek@ximbiot.com>
18006
18007         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
18008         * lib/regex_internal.c: Ditto, using this...
18009         (__GNUC_PREREQ): ...new macro.
18010         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
18011         using...
18012         (__GNUC_PREREQ): ...this new macro.
18013
18014         * lib/strstr.h: Include string.h. Define strstr as a macro here.
18015
18016 2005-09-15  Derek Price  <derek@ximbiot.com>
18017             Paul Eggert  <eggert@cs.ucla.edu>
18018
18019         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
18020         changes, consolidating in...
18021         * lib/regex_internal.h: ...this file.
18022
18023 2005-09-13  Jim Meyering  <jim@meyering.net>
18024
18025         * lib/canon-host.c: Filter through gnu indent and reword comments
18026         slightly.
18027         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
18028
18029 2005-09-13  Derek Price  <derek@ximbiot.com>
18030
18031         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
18032         failure.
18033         Reported by Jim Meyering  <jim@meyering.net>.
18034
18035 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18036
18037         * lib/base64.c: Typo.
18038         (base64_encode): Put b64str in initialized data section.
18039
18040 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
18041
18042         Merge glibc and coreutils changes into gnulib, plus a few
18043         extra fixes.
18044         * lib/md5.c: Use #error rather than a string.
18045         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
18046         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
18047         (__attribute__): Define to empty for non recent-GCC.
18048         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
18049         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
18050         Renamed from their non-__ counterparts, with new macros replacing
18051         them if not _LIBC.  Add __THROW attribute.
18052         (rol): Remove.
18053         (struct md5_ctx): Align buffer if using GCC.
18054         * lib/sha1.h (struct sha1_ctx): Likewise.
18055         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
18056         The old name was backwards.
18057         (NOTSWAP): Remove; not used.
18058         (rol): New macro, moved here from md5.h.
18059         (sha1_process_block): Remove a FIXME that doesn't make sense.
18060
18061 2005-09-12  Derek Price  <derek@ximbiot.com>
18062
18063         Return usable errors from canon-host.
18064         * lib/canon-host.h: New file.
18065         * lib/canon-host.c (canon_host): Wrap...
18066         (canon_host_r): ...this new function, which now relies exclusively on
18067         getaddrinfo.
18068         (ch_strerror): New function.
18069         (last_cherror): New global.
18070         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
18071         interface.
18072         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
18073         void *.
18074         (freeaddrinfo): Free ai->ai_canonname when set.
18075
18076 2005-09-12  Derek Price  <derek@ximbiot.com>
18077
18078         Make canon-host require getaddrinfo.
18079         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
18080         AC_LIBSOURCE canon-host.h.  Call...
18081         (gl_PREREQ_CANON_HOST): ...this new function, which requires
18082         gl_GETADDRINFO.
18083         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
18084
18085 2005-09-12  Derek Price  <derek@ximbiot.com>
18086
18087         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
18088         LGPL.
18089         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
18090
18091 2005-09-12  Derek Price  <derek@ximbiot.com>
18092
18093         * lib/gai_strerror.c: Include config.h when available.  Include
18094         getaddrinfo.h before other headers to test interface.
18095         Reported by Larry Jones <lawrence.jones@ugs.com>.
18096
18097 2005-09-12  Derek Price  <derek@ximbiot.com>
18098             Paul Eggert  <eggert@cs.ucla.edu>
18099
18100         * modules/glob (Files): Add glob-libc.h.
18101
18102 2005-09-12  Derek Price  <derek@ximbiot.com>
18103             Paul Eggert  <eggert@cs.ucla.edu>
18104
18105         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
18106         glob_.h, glob-libc.h.
18107         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
18108
18109 2005-09-12  Derek Price  <derek@ximbiot.com>
18110             Paul Eggert  <eggert@cs.ucla.edu>
18111
18112         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
18113         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
18114         protecting things that should be done only in gnulib contexts.
18115         * lib/glob_.h: New file, containing only the glob things needed for
18116         gnulib.
18117         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
18118         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
18119         (glob, globfree, glob_pattern_p): Now defined simply in terms of
18120         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
18121         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
18122         and to respect the namespace rules better.
18123
18124 2005-09-08  Simon Josefsson  <jas@extundo.com>
18125
18126         * modules/socklen: New file.
18127
18128 2005-09-08  Simon Josefsson  <jas@extundo.com>
18129
18130         * m4/socklen.m4: New file.
18131
18132 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18133
18134         * modules/utimens (Files): Add m4/utimbuf.m4, since
18135         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
18136         Reported by Sergey Poznyakoff.
18137
18138 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18139
18140         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
18141         definitions, since that's the preferred style in glibc.
18142         Fix a minor spacing issue, and update copyright notice to match
18143         glibc's.
18144
18145 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18146
18147         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
18148
18149 2005-09-06  Simon Josefsson  <jas@extundo.com>
18150
18151         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
18152         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
18153
18154 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
18155
18156         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
18157         warning.
18158
18159 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
18160
18161         * config/srclist.txt: Add glibc bug 1302.
18162
18163 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
18164
18165         Change bitset word type from unsigned int to unsigned long int,
18166         as this has better performance on typical 64-bit hosts.
18167         Port bitset code to hosts with unusual word sizes.
18168         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
18169         (build_collating_symbol):
18170         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
18171         argument is a bitset.  This is merely a style issue, but it makes
18172         it clearer that an entire array is expected.
18173         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
18174         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
18175         Port to the case where bitset_word is not the same as unsigned int.
18176         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
18177         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
18178         Likewise.
18179         * lib/regexec.c (check_dst_limits_calc_pos_1,
18180         check_subexp_matching_top):
18181         (build_trtable, group_nodes_into_DFAstates):
18182         Likewise.
18183         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
18184         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
18185         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
18186         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
18187         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
18188         * lib/regcomp.c (optimize_subexps, lower_subexp):
18189         Work even if bitset_word has holes in its bitwise representation.
18190         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
18191         * lib/regexec.c (check_dst_limits_calc_pos_1,
18192         check_subexp_matching_top):
18193         Likewise.
18194         * lib/regex_internal.c (re_string_reconstruct):
18195         Don't assume UCHAR_MAX == 255.
18196         * lib/regex_internal.h (bitset_set_all): Likewise.
18197         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
18198         All uses changed.
18199         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
18200         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
18201         All uses changed.
18202         (BITSET_WORD_MAX): New macro.
18203         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
18204         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
18205         (bitset_empty, bitset_copy):
18206         Prefer sizeof (bitset) to multiplying it out ourselves.
18207         (bitset_not_merge): Remove; unused.
18208         (bitset_contain): Return bool, not unsigned int with one bit on.
18209         All callers changed.
18210         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
18211         alignment than re_node_set; do this by defining a new internal
18212         type struct dests_alloc and using it to allocate memory.
18213
18214 2005-09-05  Bruno Haible  <bruno@clisp.org>
18215
18216         * gnulib-tool (func_import): Fix comparison in handling of symbolic
18217         links.
18218
18219 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
18220
18221         * modules/size_max (Makefile.am): Add size_max.h
18222
18223 2005-09-04  Derek Price  <derek@ximbiot.com>
18224
18225         * gnulib-tool (func_import): Fix reversed $symbolic logic.
18226
18227 2005-09-03  Simon Josefsson  <jas@extundo.com>
18228
18229         * gnulib-tool: Fix typo.
18230
18231 2005-09-03  Simon Josefsson  <jas@extundo.com>
18232
18233         * config/srclist.txt: Add glibc bug 1293.
18234
18235 2005-09-03  Derek Price  <derek@ximbiot.com>
18236
18237         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
18238         From Larry Jones <lawrence.jones@ugs.com>.
18239
18240 2005-09-02  Simon Josefsson  <jas@extundo.com>
18241
18242         * modules/socklen: New file.
18243
18244 2005-09-02  Simon Josefsson  <jas@extundo.com>
18245
18246         * modules/havelib: New module.
18247
18248         * modules/gettext, modules/iconv, modules/lock, modules/readline:
18249         Use havelib.
18250
18251 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
18252
18253         Check for arithmetic overflow when calculating sizes, to prevent
18254         some buffer-overflow issues.  These patches are conservative, in the
18255         sense that when I couldn't determine whether an overflow was possible,
18256         I inserted a run-time check.
18257         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
18258         macros.
18259         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
18260         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
18261         (re_xnrealloc, re_x2nrealloc): New inline functions.
18262         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
18263         parse_bracket_exp):
18264         (build_equiv_class, build_charclass): Check for arithmetic overflow
18265         in size expression calculations.
18266         * lib/regex_internal.c (re_string_realloc_buffers):
18267         (build_wcs_upper_buffer, re_node_set_add_intersect):
18268         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
18269         (re_dfa_add_node, register_state): Likewise.
18270         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
18271         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
18272         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
18273         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
18274
18275 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
18276
18277         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
18278         m4/ulonglong.m4.  Problem reported by Martin Lambers.
18279
18280 2005-09-02  Bruno Haible  <bruno@clisp.org>
18281
18282         Support for lib vs. lib64 distinction on biarch platforms.
18283         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
18284         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
18285         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
18286
18287 2005-09-02  Bruno Haible  <bruno@clisp.org>
18288
18289         * gnulib-tool (import): In the other first-use case, provide defaults
18290         as well.
18291
18292 2005-09-02  Bruno Haible  <bruno@clisp.org>
18293
18294         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
18295         patches not yet found in the latest gettext release.
18296
18297 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18298
18299         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
18300         to avoid a collision with bits/local_lim.h in glibc.
18301         All uses changed.  Problem reported by Dmitry V. Levin in
18302         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
18303
18304         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
18305         bugs in int versus size_t comparisons.
18306         (re_string_context_at): Fix bug where the code assumed that
18307         Idx is signed.
18308
18309         Use bool where appropriate.
18310         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
18311         All callers changed.
18312         (calc_eclosure_iter): Likewise, for ROOT arg.
18313         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
18314         (build_charclass_op): Likewise, for NON_MATCH arg.
18315         * lib/regex_internal.c (re_string_allocate, re_string_construct):
18316         (re_string_construct_common): Likewise, for ICASE arg.
18317         * lib/regexec.c (re_search_2_stub, re_search_stub):
18318         Likewise, for RET_LEN arg.
18319         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
18320         (set_regs): Likewise, for FL_BACKTRACK arg.
18321         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
18322         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
18323         (calc_eclosure_iter, parse_bracket_exp):
18324         Use bool for internal variables that are booleans.
18325         * lib/regexec.c (re_search_internal, check_matching,
18326         proceed_next_node):
18327         (set_regs, build_sifted_states, sift_states_bkref):
18328         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
18329         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
18330         (find_collation_sequence_value):
18331         Likewise.
18332         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
18333         (re_node_set_compare):
18334         Return bool, not int. All callers changed.
18335         * lib/regexec.c (check_halt_node_context, check_dst_limits):
18336         (build_trtable, check_node_accept): Likewise.
18337         * lib/regex_internal.h: Include stdbool.h.
18338
18339         Fix bugs uncovered when converting to bool.
18340         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
18341         failure instead of charging ahead blindly.
18342         * lib/regex_internal.c (register_state): Likewise.
18343         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
18344         for freeing internal storage.
18345         (group_nodes_into_DFA_states): Use unsigned int, not int, for
18346         bitset pieces used as boolean, to avoid undefined behavior
18347         on hosts that do int overflow checking.
18348
18349 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18350
18351         * config/srclist.txt: Add glibc bugs 1285-1287.
18352
18353 2005-09-01  Jim Meyering  <jim@meyering.net>
18354
18355         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
18356         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
18357         Require gl_STAT_MACROS, too.
18358
18359 2005-09-01  Bruno Haible  <bruno@clisp.org>
18360
18361         * gnulib-tool (import): In the first-use case, provide defaults.
18362
18363 2005-09-01  Bruno Haible  <bruno@clisp.org>
18364
18365         * gnulib-tool (func_import): Remove the .tmp files.
18366
18367 2005-09-01  Bruno Haible  <bruno@clisp.org>
18368
18369         * gnulib-tool (func_import): Fix handling of symbolic links.
18370
18371 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18372
18373         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
18374         old glibc regex code mishandles strings longer than 2**31 bytes.
18375         This patch fixes this when the regex code is used in gnulib
18376         (i.e., outside glibc).
18377
18378         This patch should not affect the use of the regex code inside
18379         glibc.  No doubt this problem also needs to be handled for glibc
18380         as well, but the result will be an incompatible change to the
18381         glibc ABI, and the old ABI will have to be supported too.  That
18382         can be the the subject for another patch.
18383
18384         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
18385         governing whether the rest of this patch is active.  By default,
18386         the macro is disabled and the patch has no effect.
18387         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
18388         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
18389         (struct re_pattern_buffer, re_search, re_search_2, re_match):
18390         (re_match_2, re_set_registers): Use the new types.
18391         * lib/regex_internal.h (Idx, re_hashval_t): New types.
18392         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
18393         New macros.
18394         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
18395         (re_string_context_at, bin_tree_t, re_dfastate_t):
18396         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
18397         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
18398         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
18399         (re_string_char_size_at, re_string_wchar_at):
18400         (re_string_elem_size_at):
18401         Use the new types and macros to port to 64-bit hosts.
18402         Use unsigned types for internal values, so that the code
18403         mostly works even for arrays larger than SSIZE_MAX.
18404         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
18405         (search_duplicated_node, calc_eclosure_iter, fetch_number):
18406         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
18407         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
18408         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
18409         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
18410         (calc_inveclosure, parse_dup_op, build_range_exp):
18411         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
18412         (fetch_number, create_token_tree, mark_opt_subexp):
18413         Likewise.
18414         * lib/regex_internal.c (re_string_construct_common,
18415         create_ci_newstate):
18416         (create_cd_newstate, re_string_allocate, re_string_construct):
18417         (re_string_realloc_buffers, build_wcs_upper_buffer):
18418         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
18419         (re_string_reconstruct, re_string_peek_byte_case):
18420         (re_string_fetch_byte_case, re_string_context_at):
18421         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
18422         (re_node_set_init_copy, re_node_set_add_intersect):
18423         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18424         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18425         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
18426         (re_acquire_state, re_acquire_state_context, register_state):
18427         Likewise.
18428         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
18429         search_cur_bkref_entry):
18430         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
18431         (re_search_internal, re_search_2_stub, re_search_stub)
18432         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
18433         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
18434         (update_cur_sifted_state, check_dst_limits):
18435         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
18436         (check_subexp_limits, sift_states_bkref, merge_state_array):
18437         (check_subexp_matching_top, get_subexp, get_subexp_sub):
18438         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
18439         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
18440         (expand_bkref_cache, check_node_accept_bytes):
18441         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
18442         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
18443         (acquire_init_state_context, check_halt_node_context):
18444         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
18445         (sift_states_backward, clean_state_log_if_needed):
18446         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
18447         (find_recover_state, transit_state_sb, transit_state_mb):
18448         (transit_state_bkref, build_trtable, match_ctx_clean):
18449         Likewise.
18450         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
18451         to work around an assumption that REG_MISSING is negative.
18452
18453         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
18454         (seek_collating_symbol_entry) [defined _LIBC]:
18455         (lookup_collation_sequence_value) [defined _LIBC]:
18456         (build_range_exp, build_collating_symbol) [defined _LIBC]:
18457         Use prototypes rather than old-style function definitions.
18458         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
18459         (transit_state_sb) [0]:
18460         (find_collation_sequence_value) [defined _LIBC]: Likewise.
18461
18462         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
18463         rm_eo.
18464
18465         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
18466         (optimize_subexps, lower_subexp):
18467         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
18468         since the signed shift might overflow.  Use 1u<<31 instead.
18469         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
18470         Likewise.
18471         * lib/regexec.c (check_dst_limits_calc_pos_1,
18472         check_subexp_matching_top): Likewise.
18473
18474         * lib/regcomp.c (optimize_subexps, lower_subexp):
18475         Use CHAR_BIT rather than 8, for clarity.
18476         * lib/regexec.c (check_dst_limits_calc_pos_1):
18477         (check_subexp_matching_top): Likewise.
18478         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
18479         have to worry about portability issues when shifting it left.
18480         Remove no-longer-needed test for table_size > 0.
18481         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
18482         in a word, as the resulting behavior is undefined.
18483         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
18484         in one case, a <= should have been an <, and in another case the
18485         whole test was missing.
18486         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
18487         the standard name CHAR_BIT.
18488         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
18489         this is not true on one's complement and signed-magnitude hosts.
18490
18491         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
18492         next_last_offset.
18493         (struct re_dfa_t): Remove unused member states_alloc.
18494         * lib/regcomp.c (init_dfa): Don't initialize unused members.
18495
18496 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18497
18498         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
18499         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
18500         and large-file glibc and in 32-bit large-file Solaris.
18501
18502 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18503
18504         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
18505         lengths fit in regoff_t; this isn't true if regoff_t is the same
18506         width as size_t.
18507         * lib/regex.c (re_search_internal): 5th arg is LAST_START
18508         (= START + RANGE) instead of RANGE.  This avoids overflow
18509         problems when regoff_t is the same width as size_t.
18510         All callers changed.
18511         (re_search_2_stub): Check for overflow when adding the
18512         sizes of the two strings.
18513         (re_search_stub): Check for overflow when adding START
18514         to RANGE; if it occurs, substitute the extreme value.
18515
18516 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18517
18518         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
18519
18520 2005-08-31  Jim Meyering  <jim@meyering.net>
18521
18522         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
18523         a pointer-to-const.
18524         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
18525         (register_state): Likewise.
18526         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
18527         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
18528         (group_nodes_into_DFAstates): Likewise.
18529
18530 2005-08-31  Jim Meyering  <jim@meyering.net>
18531
18532         * check-module: Add a FIXME comment.
18533
18534 2005-08-31  Eric Blake  <ebb9@byu.net>
18535
18536         * modules/unistd-safer (Files): Add unistd--.h.
18537         * modules/stdio-safer (Files): Add stdio--.h.
18538
18539 2005-08-31  Derek Price  <derek@ximbiot.com>
18540
18541         * lib/getdelim.c (getdelim): Return EOF on EOF.
18542         Reported by Larry Jones <lawrence.jones@ugs.com>.
18543
18544 2005-08-31  Bruno Haible  <bruno@clisp.org>
18545
18546         Avoid unnecessary diffs in the generated lib/Makefile.am.
18547         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
18548         the generated files.
18549         (func_import): Don't set cmd.
18550
18551 2005-08-31  Bruno Haible  <bruno@clisp.org>
18552
18553         * lib/strstr.c: Include <stddef.h>, for NULL.
18554         * lib/strcasestr.c: Likewise.
18555         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18556
18557 2005-08-31  Bruno Haible  <bruno@clisp.org>
18558
18559         * gnulib-tool: New option --macro-prefix.
18560         (func_import): Use macro_prefix.
18561         (import): Handle option --macro-prefix.
18562
18563 2005-08-31  Bruno Haible  <bruno@clisp.org>
18564
18565         * gnulib-tool (import): Rename most ac_* variables to cached_*.
18566         Also use new variables cached_lgpl, cached_libtool.
18567
18568 2005-08-31  Bruno Haible  <bruno@clisp.org>
18569
18570         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
18571         always instantiating them.
18572
18573 2005-08-31  Bruno Haible  <bruno@clisp.org>
18574
18575         * gnulib-tool (func_import): Read the previous cached settings
18576         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
18577         earlier added by gnulib but are now dropped. Warn when a gnulib file
18578         overwrites a non-gnulib file.
18579
18580 2005-08-31  Bruno Haible  <bruno@clisp.org>
18581
18582         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
18583         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
18584         projects that don't keep autogenerated files in CVS. Put into
18585         actioncmd only the specified modules, not the transitive closure.
18586
18587 2005-08-31  Bruno Haible  <bruno@clisp.org>
18588
18589         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
18590         Create directories that shall be filled.
18591         (import): Don't look for gl_* macros in configure.ac. Recurse across
18592         all directories containing a gnulib-cache.m4 files, if meaningful.
18593
18594 2005-08-31  Bruno Haible  <bruno@clisp.org>
18595
18596         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
18597         (import): Set seen_libtool when we see gl_LIBTOOL.
18598
18599 2005-08-31  Bruno Haible  <bruno@clisp.org>
18600
18601         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
18602         declaration macro definitions from generated gnulib.m4.
18603
18604 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
18605
18606         * lib/iconvme.h: Add prototype for iconv_alloc.
18607
18608 2005-08-29  Simon Josefsson  <jas@extundo.com>
18609
18610         * lib/iconvme.c: Fix errno.
18611
18612 2005-08-29  Bruno Haible  <bruno@clisp.org>
18613
18614         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
18615         that it works when the directory contains spaces.
18616
18617 2005-08-29  Bruno Haible  <bruno@clisp.org>
18618
18619         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
18620
18621 2005-08-29  Bruno Haible  <bruno@clisp.org>
18622
18623         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
18624         Emit more advice.
18625
18626 2005-08-29  Bruno Haible  <bruno@clisp.org>
18627         and Stepan Kasal  <kasal@ucw.cz>
18628
18629         * check-module: If more parameters are given, check each of them
18630         separately; add more exceptions, as noted by Jim Meyering.
18631         (check_module): New procedure.
18632         (%exempt_header): Now contains all exceptions.
18633
18634 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
18635
18636         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
18637
18638 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18639
18640         * lib/iconvme.c: Split iconv_string into iconv_alloc.
18641
18642 2005-08-28  Bruno Haible  <bruno@clisp.org>
18643
18644         * m4/gnulib-tool.m4: New file.
18645
18646 2005-08-27  Jim Meyering  <jim@meyering.net>
18647
18648         * modules/unistd-safer (Files): Add pipe-safer.c.
18649         * modules/fcntl-safer (Files): Add creat-safer.c.
18650
18651 2005-08-27  Jim Meyering  <jim@meyering.net>
18652
18653         * m4/stdlib-safer.m4: New file.  From coreutils.
18654         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
18655         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
18656         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
18657         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
18658         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
18659
18660 2005-08-27  Jim Meyering  <jim@meyering.net>
18661
18662         * lib/fopen-safer.c: Merge minor changes from coreutils.
18663         * lib/dup-safer.c: Likewise.
18664         * lib/fd-safer.c: Likewise.
18665
18666         Merge from coreutils.
18667         * lib/stdio--.h: New file.
18668         * lib/stdlib--.h: New file.
18669         * lib/mkstemp-safer.c: New file.
18670
18671         GNU tar needs these.
18672         * lib/pipe-safer.c: New file.
18673         * lib/creat-safer.c: New file.
18674         * lib/fcntl--.h (creat): Define to creat_safer.
18675         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
18676         * lib/unistd--.h (pipe): Define to pipe_safer.
18677         * lib/unistd-safer.h: Declare pipe_safer.
18678
18679 2005-08-26  Simon Josefsson  <jas@extundo.com>
18680
18681         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
18682         Haible <bruno@clisp.org>.
18683
18684 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
18685
18686         * lib/regex_internal.h: Remove all references to
18687         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
18688         or better.
18689         (bitset_not, bitset_merge, bitset_not_merge):
18690         (bitset_mask, re_string_allocate, re_string_construct):
18691         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
18692         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
18693         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
18694         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
18695         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18696         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18697         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
18698         (re_acquire_state_context):
18699         Remove unnecessary forward decls.
18700         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
18701         Put __attribute at function definition,
18702         now that the function decl has been removed.
18703         * lib/regex_internal.c (re_string_peek_byte_case):
18704         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
18705         Likewise.
18706
18707 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
18708
18709         * m4/regex.m4: Add AC_PREREQ(2.50).
18710         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
18711
18712 2005-08-25  Simon Josefsson  <jas@extundo.com>
18713
18714         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
18715         __fsetlocking.
18716
18717 2005-08-25  Simon Josefsson  <jas@extundo.com>
18718
18719         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
18720         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
18721         GLIBC specific code.
18722
18723 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18724
18725         Make regex safe for g++.  This fixes one real bug (an "err"
18726         that should have been "*err").  g++ problem reported by
18727         Sam Steingold.
18728         * lib/regex_internal.h (re_calloc): New macro, consistent with
18729         re_malloc etc.  All callers of calloc changed to use re_calloc.
18730         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
18731         not int.  All callers changed.
18732         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
18733         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
18734         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
18735         (find_recover_state): Change "err" to "*err"; this fixes what
18736         appears to be a real bug.
18737         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
18738         versus int.
18739
18740 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18741
18742         * modules/regex (Depends-on): Add malloc, since the code
18743         assumes that !malloc(0) means failure.
18744
18745 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18746
18747         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
18748
18749         alloca modernization/simplification for regex.
18750         * lib/regex.c: Remove portability cruft for alloca.  This no longer
18751         needs to be at the start of the file, and can be moved into
18752         regex_internal.h and simplified.
18753         * lib/regex_internal.h: Include <alloca.h>.
18754         (__libc_use_alloca) [!defined _LIBC]: New macro.
18755         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
18756         now works outside glibc.
18757
18758 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18759
18760         * config/srclist.txt: Add glibc bugs 1241, 1245.
18761
18762 2005-08-25  Jim Meyering  <jim@meyering.net>
18763
18764         * lib/open-safer.c: Include <config.h>.
18765         Otherwise, we'd lose LARGEFILE support in any file using
18766         e.g. "fcntl--.h"
18767
18768 2005-08-25  Bruno Haible  <bruno@clisp.org>
18769
18770         * m4/minmax.m4: Require autoconf 2.52.
18771         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
18772         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
18773         alternatives of translit over the alphabet.
18774         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
18775
18776 2005-08-24  Simon Josefsson  <jas@extundo.com>
18777
18778         * tests/test-getpass.c: New file.
18779
18780 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18781
18782         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
18783         for GNU regex features.
18784
18785 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18786
18787         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
18788         * lib/regex.h (regerror): Likewise.
18789
18790         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
18791         requires this.  (The code never needed it.)
18792
18793         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
18794         All uses of recently-renamed identifiers changed to use the new,
18795         POSIX-compliant names.  The code will build and run just fine
18796         without these changes, but it's better to eat our own dog food
18797         and use the standard-conforming names.
18798
18799         * lib/regex.h: Fix a multitude of POSIX name space violations.
18800         These changes have an effect only for programs that define
18801         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
18802         do not change anything for programs compiled in the normal way.
18803         Also, there is no effect on the ABI.
18804
18805         (_REGEX_SOURCE): New macro.
18806         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
18807         defined and _GNU_SOURCE is not; this fixes a name space violation.
18808
18809         Rename the following macros to obey POSIX requirements.
18810         The old names are still visible as macros if _REGEX_SOURCE is defined.
18811         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
18812         RE_BACKSLASH_ESCAPE_IN_LISTS.
18813         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
18814         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
18815         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
18816         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
18817         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
18818         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
18819         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
18820         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
18821         (REG_INTERVALS): renamed from RE_INTERVALS.
18822         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
18823         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
18824         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
18825         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
18826         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
18827         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
18828         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
18829         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
18830         RE_UNMATCHED_RIGHT_PAREN_ORD.
18831         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
18832         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
18833         (REG_DEBUG): renamed from RE_DEBUG.
18834         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
18835         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
18836         unusual, since we can't clash with the POSIX REG_ICASE.
18837         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
18838         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
18839         (REG_NO_SUB): renamed from RE_NO_SUB.
18840         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
18841         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
18842         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
18843         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
18844         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
18845         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
18846         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
18847         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
18848         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
18849         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
18850         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
18851         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
18852         RE_SYNTAX_POSIX_MINIMAL_BASIC.
18853         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
18854         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
18855         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
18856         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
18857         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
18858         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
18859         (REG_FIXED): Renamed from REGS_FIXED.
18860         (REG_NREGS): Renamed from RE_NREGS.
18861
18862         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
18863         of other REG_* macros, since POSIX says the user is allowed to
18864         #undef these macros selectively.
18865
18866         (reg_errcode_t): Update comment stating what other tables need
18867         to be consistent.
18868
18869         Rename the following enum values to obey POSIX requirements.
18870         The old names are still visible as macros.
18871         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
18872         is not defined, since GNU is supposed to be a superset of POSIX as
18873         much as possible, and since we want reg_errcode_t to be a signed
18874         type for implementation consistency.
18875         (_REG_NOERROR): Renamed from REG_NOERROR.
18876         (_REG_NOMATCH): Renamed from REG_NOMATCH.
18877         (_REG_BADPAT): Renamed from REG_BADPAT.
18878         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
18879         (_REG_ECTYPE): Renamed from REG_ECTYPE.
18880         (_REG_EESCAPE): Renamed from REG_EESCAPE.
18881         (_REG_ESUBREG): Renamed from REG_ESUBREG.
18882         (_REG_EBRACK): Renamed from REG_EBRACK.
18883         (_REG_EPAREN): Renamed from REG_EPAREN.
18884         (_REG_EBRACE): Renamed from REG_EBRACE.
18885         (_REG_BADBR): Renamed from REG_BADBR.
18886         (_REG_ERANGE): Renamed from REG_ERANGE.
18887         (_REG_ESPACE): Renamed from REG_ESPACE.
18888         (_REG_BADRPT): Renamed from REG_BADRPT.
18889         (_REG_EEND): Renamed from REG_EEND.
18890         (_REG_ESIZE): Renamed from REG_ESIZE.
18891         (_REG_ERPAREN): Renamed from REG_ERPAREN.
18892         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
18893         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
18894         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
18895         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
18896
18897         (_REG_RE_NAME, _REG_RM_NAME): New macros.
18898         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
18899         changed.  But support the old name if the new one is not defined
18900         and if _REGEX_SOURCE.
18901
18902         Change the following member names in struct re_pattern_buffer.
18903         The old names are still supported if !_REGEX_SOURCE.
18904         The new names are always supported, regardless of _REGEX_SOURCE.
18905         (re_buffer): Renamed from buffer.
18906         (re_allocated): Renamed from allocated.
18907         (re_used): Renamed from used.
18908         (re_syntax): Renamed from syntax.
18909         (re_fastmap): Renamed from fastmap.
18910         (re_translate): Renamed from translate.
18911         (re_can_be_null): Renamed from can_be_null.
18912         (re_regs_allocated): Renamed from regs_allocated.
18913         (re_fastmap_accurate): Renamed from fastmap_accurate.
18914         (re_no_sub): Renamed from no_sub.
18915         (re_not_bol): Renamed from not_bol.
18916         (re_not_eol): Renamed from not_eol.
18917         (re_newline_anchor): Renamed from newline_anchor.
18918
18919         Change the following member names in struct re_registers.
18920         The old names are still supported if !_REGEX_SOURCE.
18921         The new names are always supported, regardless of _REGEX_SOURCE.
18922         (rm_num_regs): Renamed from num_regs.
18923         (rm_start): Renamed from start.
18924         (rm_end): Renamed from end.
18925
18926         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
18927         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
18928         Prepend __ to parameter names.
18929
18930         Undo yesterday's changes.
18931
18932 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18933
18934         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
18935         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
18936         lib/regex.c.
18937
18938 2005-08-24  Jim Meyering  <jim@meyering.net>
18939
18940         Sync from coreutils.
18941         * m4/fcntl-safer.m4: New file.
18942
18943         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
18944         and object files for this module.
18945
18946 2005-08-24  Jim Meyering  <jim@meyering.net>
18947
18948         Sync from coreutils.
18949         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
18950
18951 2005-08-24  Jim Meyering  <jim@meyering.net>
18952
18953         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
18954         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
18955
18956 2005-08-24  Jim Meyering  <jim@meyering.net>
18957
18958         * modules/fcntl-safer: New module.
18959         * modules/fts (Depends-on): Add fcntl-safer.
18960         * MODULES.html.sh (File descriptor based Input/Output):
18961         Add fcntl-safer.
18962
18963 2005-08-24  Bruno Haible  <bruno@clisp.org>
18964
18965         Support for unit test modules.
18966         * modules/README: Mention tests modules.
18967         * modules/TEMPLATE-TESTS: New file.
18968         * gnulib-tool: New options --extract-tests-module, --with-tests and
18969         --tests-base (unused for the moment).
18970         (testsbase, inctests): New variables.
18971         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
18972         (func_verify_module): Exclude TEMPLATE-TESTS.
18973         (func_verify_nontests_module, func_verify_tests_module): New functions.
18974         (func_get_dependencies): Add implicit dependency for tests modules.
18975         (func_get_tests_module): New function.
18976         (func_modules_transitive_closure): When --with-tests was specified,
18977         include the unit tests as well, unless explicitly avoided.
18978         (func_emit_lib_Makefile_am): Ignore the tests modules here.
18979         (func_emit_tests_Makefile_am): New function.
18980         (func_create_testdir): When --with-tests was specified, emit a
18981         tests/ directory.
18982         * MODULES.html.sh (Future developments): Update.
18983
18984 2005-08-24  Bruno Haible  <bruno@clisp.org>
18985
18986         * modules/tls-tests: New file.
18987         * tests/test-tls.c: New file, from GNU gettext.
18988
18989 2005-08-24  Bruno Haible  <bruno@clisp.org>
18990
18991         * modules/lock-tests: New file.
18992         * tests/test-lock.c: New file, from GNU gettext.
18993
18994 2005-08-24  Bruno Haible  <bruno@clisp.org>
18995
18996         * lib/lock.h: Add multiple inclusion guard.
18997         * lib/tls.h: Add multiple inclusion guard.
18998
18999 2005-08-24  Bruno Haible  <bruno@clisp.org>
19000
19001         * gnulib-tool: Add support for the --aux-dir option to
19002         --create-testdir, --create-megatestdir, --test, --megatest.
19003         (func_create_testdir, func_create_megatestdir): Optionally emit a
19004         AC_CONFIG_AUX_DIR directive.
19005         (create-testdir, create-megatestdir, test, megatest): Provide a
19006         default value for $auxdir.
19007
19008 2005-08-24  Bruno Haible  <bruno@clisp.org>
19009
19010         * gnulib-tool (import): Use compound statement instead of subshell
19011         where possible.
19012
19013 2005-08-24  Bruno Haible  <bruno@clisp.org>
19014
19015         * gnulib-tool (import): Change --aux-dir default to "build-aux".
19016
19017 2005-08-24  Bruno Haible  <bruno@clisp.org>
19018
19019         * gnulib-tool (func_version): Update.
19020
19021 2005-08-24  Bruno Haible  <bruno@clisp.org>
19022
19023         * gnulib-tool (func_import, func_create_testdir,
19024         func_create_megatestdir): Quote all autoconf macro arguments.
19025
19026 2005-08-24  Bruno Haible  <bruno@clisp.org>
19027
19028         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
19029         option --force, because --force causes the aclocal.m4 of each
19030         subdirectory to be newer than the corresponding config.h.in.
19031
19032 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
19033
19034         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
19035         All contents moved to gl_REGEX.
19036         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
19037         assume that it does.
19038
19039 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
19040
19041         * lib/regex.h (REG_NOSYS)
19042         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
19043         Define, since POSIX requires it as of 2001.
19044         (_REG_ENOSYS)
19045         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
19046         New private symbol, used to keep the enum signed in all cases.
19047         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
19048         Youngman in
19049         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
19050
19051         * lib/regex_internal.c (re_string_skip_chars, register_state):
19052         (calc_state_hash):
19053         Remove forward decls; no longer needed now that we use prototypes.
19054         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
19055         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
19056         (clean_state_log_if_needed): Likewise.
19057
19058 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
19059
19060         * config/srclist.txt: Add glibc bugs 1231-1233.
19061
19062 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19063
19064         Fix problems reported by Sam Steingold in
19065         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
19066         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
19067         assumed that reg_errcode_t is a signed type, which is not
19068         necessarily true if _XOPEN_SOURCE is not defined.
19069         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
19070         since some compilers warn about it otherwise.
19071
19072 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19073
19074         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
19075         (init_word_char, create_initial_state, duplicate_node_closure):
19076         (fetch_token, peek_token_bracket, build_range_exp):
19077         (build_collating_symbol): Remove forward decls; no longer needed
19078         now that we use prototypes.
19079
19080         * lib/regcomp.c:
19081         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
19082         (re_compile_fastmap_iter, regcomp, regerror, regfree):
19083         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
19084         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
19085         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
19086         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
19087         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
19088         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
19089         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
19090         (build_range_exp, build_collating_symbol, parse_bracket_exp):
19091         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
19092         (build_charclass, build_charclass_op, fetch_number, create_tree):
19093         (create_token_tree, mark_opt_subexp, duplicate_tree):
19094         Use prototypes rather than old-style definitions.
19095
19096         * lib/regex_internal.c:
19097         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
19098         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
19099         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
19100         (re_string_reconstruct, re_string_peek_byte_case):
19101         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
19102         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
19103         (re_node_set_init_copy, re_node_set_add_intersect):
19104         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
19105         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
19106         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
19107         (re_acquire_state, re_acquire_state_context, register_state):
19108         (create_ci_newstate, create_cd_newstate, free_state):
19109         Likewise.
19110         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
19111         re_search_2):
19112         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
19113         (re_search_internal, prune_impossible_nodes):
19114         (acquire_init_state_context, check_matching, static):
19115         (check_halt_node_context, check_halt_state_context, proceed_next_node):
19116         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
19117         (update_regs, sift_states_backward, build_sifted_states):
19118         (clean_state_log_if_needed, merge_state_array):
19119         (update_cur_sifted_state, add_epsilon_src_nodes):
19120         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
19121         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
19122         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
19123         (find_recover_state, check_subexp_matching_top, transit_state_mb):
19124         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
19125         (check_arrival, check_arrival_add_next_nodes):
19126         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
19127         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
19128         (check_node_accept_bytes, check_node_accept, extend_buffers):
19129         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
19130         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
19131         (sift_ctx_init):
19132         Likewise.
19133
19134         * lib/regex_internal.h:
19135         (re_string_allocate, re_string_construct, re_string_reconstruct):
19136         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
19137         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
19138         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
19139         (re_string_context_at, re_string_peek_byte_case):
19140         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
19141         is defined, since we now use prototypes always.
19142
19143         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
19144         C89 or better.  All uses removed.
19145
19146 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19147
19148         * config/srclist.txt: Add glibc bugs 1220-1227.
19149
19150 2005-08-20  Jim Meyering  <jim@meyering.net>
19151
19152         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
19153         of unused local, dfa.
19154
19155 2005-08-20  Bruno Haible  <bruno@clisp.org>
19156
19157         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
19158
19159 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19160
19161         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
19162         (re_node_set_insert_last, re_dfa_add_node):
19163         Rename local variables to avoid GCC shadowing warnings.
19164
19165 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19166
19167         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
19168         [defined lint]: Suppress bogus uninitialized-variable warnings.
19169
19170         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
19171         and let the caller return REG_ESPACE if out of space.  This
19172         removes an uninitialied-variable warning with GCC 4.0.1, and also
19173         avoids taking the address of a local variable.  All callers
19174         changed.
19175
19176 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19177
19178         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
19179         $LIBCSRC/posix/regexec.c.
19180         Add glibc bug 1217 for regcomp.c.
19181
19182 2005-08-19  Jim Meyering  <jim@meyering.net>
19183
19184         * lib/regexec.c (proceed_next_node): Redo local variables to
19185         avoid GCC shadowing warnings.
19186
19187 2005-08-18  Bruno Haible  <bruno@clisp.org>
19188
19189         * lib/strstr.c (strstr): Fix return value in multibyte case.
19190         * lib/strcasestr.c (strcasestr): Likewise.
19191
19192 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19193
19194         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
19195
19196 2005-08-17  Jim Meyering  <jim@meyering.net>
19197
19198         Make the %s format (seconds since the epoch) work for a negative
19199         number and when used with a zero-padded field width, e.g. %015s.
19200
19201         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
19202         label so that it precedes the code to set `digits'.  Otherwise,
19203         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
19204         print `00-22'.  Now, it prints `-0022', as it should.
19205
19206 2005-08-17  Bruno Haible  <bruno@clisp.org>
19207
19208         * modules/strstr (Files): Add m4/mbrtowc.m4.
19209         (Depends-on): Add mbuiter.
19210
19211 2005-08-17  Bruno Haible  <bruno@clisp.org>
19212
19213         * modules/strcasestr: New file.
19214         * MODULES.html.sh (String handling, based on ANSI C 89): Add
19215         strcasestr.
19216
19217 2005-08-17  Bruno Haible  <bruno@clisp.org>
19218
19219         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
19220
19221 2005-08-17  Bruno Haible  <bruno@clisp.org>
19222
19223         * modules/mbuiter: New file.
19224         * MODULES.html.sh (Extended multibyte and wide character utilities):
19225         Add mbuiter.
19226
19227 2005-08-17  Bruno Haible  <bruno@clisp.org>
19228
19229         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
19230         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
19231
19232 2005-08-17  Bruno Haible  <bruno@clisp.org>
19233
19234         * m4/strcasestr.m4: New file.
19235
19236 2005-08-17  Bruno Haible  <bruno@clisp.org>
19237
19238         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
19239         * lib/strstr.c: Completely rewritten, with multibyte locale support.
19240
19241 2005-08-17  Bruno Haible  <bruno@clisp.org>
19242
19243         * lib/strcasestr.h: New file.
19244         * lib/strcasestr.c: New file.
19245
19246 2005-08-17  Bruno Haible  <bruno@clisp.org>
19247
19248         * lib/strcasecmp.c: Use mbuiter.h.
19249
19250 2005-08-17  Bruno Haible  <bruno@clisp.org>
19251
19252         * lib/mbuiter.h: New file.
19253
19254 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
19255
19256         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
19257         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
19258         and gl_GETOPT are both invoked via different paths (as happens
19259         with GNU tar CVS because it uses both argp and getopt), the former
19260         wins.
19261
19262 2005-08-16  Bruno Haible  <bruno@clisp.org>
19263
19264         * modules/tls: New file.
19265         * MODULES.html.sh (Multithreading): Add tls.
19266
19267 2005-08-16  Bruno Haible  <bruno@clisp.org>
19268
19269         * modules/strnlen1: New file.
19270         * MODULES.html.sh (String handling): Add strnlen1.
19271
19272 2005-08-16  Bruno Haible  <bruno@clisp.org>
19273
19274         * modules/strcase (Files): Add m4/mbrtowc.m4.
19275         (Depends-on): Add strnlen1, mbchar.
19276
19277 2005-08-16  Bruno Haible  <bruno@clisp.org>
19278
19279         * modules/mbiter: New file.
19280         * MODULES.html.sh (Extended multibyte and wide character utilities):
19281         Add mbiter.
19282
19283 2005-08-16  Bruno Haible  <bruno@clisp.org>
19284
19285         * modules/mbfile: New file.
19286         * MODULES.html.sh (Extended multibyte and wide character utilities):
19287         Add mbfile.
19288
19289 2005-08-16  Bruno Haible  <bruno@clisp.org>
19290
19291         * modules/mbchar: New file.
19292         * MODULES.html.sh (Extended multibyte and wide character utilities):
19293         New section.
19294
19295 2005-08-16  Bruno Haible  <bruno@clisp.org>
19296
19297         * m4/tls.m4: New file, from GNU gettext.
19298
19299 2005-08-16  Bruno Haible  <bruno@clisp.org>
19300
19301         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
19302         always.
19303         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
19304
19305 2005-08-16  Bruno Haible  <bruno@clisp.org>
19306
19307         * m4/mbiter.m4: New file.
19308
19309 2005-08-16  Bruno Haible  <bruno@clisp.org>
19310
19311         * m4/mbfile.m4: New file.
19312
19313 2005-08-16  Bruno Haible  <bruno@clisp.org>
19314
19315         * m4/mbchar.m4: New file.
19316
19317 2005-08-16  Bruno Haible  <bruno@clisp.org>
19318
19319         * lib/tls.h: New file, from GNU gettext.
19320         * lib/tls.c: New file, from GNU gettext.
19321
19322 2005-08-16  Bruno Haible  <bruno@clisp.org>
19323
19324         * lib/strnlen1.h: New file.
19325         * lib/strnlen1.c: New file.
19326
19327 2005-08-16  Bruno Haible  <bruno@clisp.org>
19328
19329         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
19330         (mbi_init): Update.
19331         (mbi_avail, mbi_advance): Let the iteration end before the terminating
19332         NUL byte, not after it.
19333
19334 2005-08-16  Bruno Haible  <bruno@clisp.org>
19335
19336         * lib/strcase.h (strcasecmp): Add note in comments.
19337         * lib/strncasecmp.c: Use code from strcasecmp.c.
19338         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
19339         (strcasecmp): Work correctly in multibyte locales.
19340
19341 2005-08-16  Bruno Haible  <bruno@clisp.org>
19342
19343         * lib/mbiter.h: New file.
19344
19345 2005-08-16  Bruno Haible  <bruno@clisp.org>
19346
19347         * lib/mbfile.h: New file.
19348
19349 2005-08-16  Bruno Haible  <bruno@clisp.org>
19350
19351         * lib/mbchar.h: New file.
19352         * lib/mbchar.c: New file.
19353
19354 2005-08-16  Bruno Haible  <bruno@clisp.org>
19355
19356         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
19357         the valid ones. Makes the comparison operations transitive:
19358         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
19359         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
19360
19361 2005-08-15  Simon Josefsson  <jas@extundo.com>
19362
19363         * modules/ssize_t (License): Change to 'unlimited'.
19364
19365         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
19366
19367 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19368
19369         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
19370         Add comments for each pending glibc patch.
19371
19372 2005-08-15  Bruno Haible  <bruno@clisp.org>
19373
19374         * lib/regex.h (__restrict_arr): Don't define to __restrict if
19375         __cplusplus is defined.
19376
19377 2005-08-14  Jim Meyering  <jim@meyering.net>
19378
19379         Sync from coreutils.
19380
19381         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
19382         Use the hash-table-based cycle-detection code not just when
19383         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
19384         Reported by James Youngman in
19385         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
19386         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
19387         FTS_TIGHT_CYCLE_CHECK.
19388         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
19389         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
19390         once again.
19391         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
19392         * lib/fts.c (fd_safer): Remove decl.
19393         Include fcntl--.h rather than unistd-safer.h
19394         (fts_safe_changedir): Don't call fd_safer; no longer needed
19395         now that we include fcntl--.h.
19396
19397 2005-08-12  Simon Josefsson  <jas@extundo.com>
19398
19399         * modules/getndelim2: Use ssize_t module.
19400         * modules/getnline: Likewise.
19401         * modules/safe-read: Likewise.
19402         * modules/xreadlink: Likewise.
19403
19404         * modules/ssize_t: New file.
19405
19406 2005-08-12  Simon Josefsson  <jas@extundo.com>
19407
19408         * m4/readline.m4: Look for termcap, curses or ncurses if required.
19409
19410 2005-08-12  Simon Josefsson  <jas@extundo.com>
19411
19412         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19413         ssize_t.
19414
19415 2005-08-12  Simon Josefsson  <jas@extundo.com>
19416
19417         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
19418         readline, getdelim and check_version.
19419         (Support for systems lacking ISO C 99: Sizes of integer types):
19420         Add size_max.
19421
19422 2005-08-12  Bruno Haible  <bruno@clisp.org>
19423
19424         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
19425
19426 2005-08-11  Simon Josefsson  <jas@extundo.com>
19427
19428         * modules/readline: New file.
19429
19430         * modules/strnlen (Files): Add strnlen.h.
19431
19432 2005-08-11  Simon Josefsson  <jas@extundo.com>
19433
19434         * m4/readline.m4: New file.
19435
19436 2005-08-11  Simon Josefsson  <jas@extundo.com>
19437
19438         * lib/readline.h, readline.c: New file.
19439
19440 2005-08-11  Simon Josefsson  <jas@extundo.com>
19441
19442         * doc/gnulib.texi (Initial import, Finishing touches): Mention
19443         gl_AVOID.
19444
19445 2005-08-11  Bruno Haible  <bruno@clisp.org>
19446
19447         * lib/strnlen.h (strnlen): Change parameter name to match comment.
19448
19449 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
19450
19451         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
19452
19453 2005-08-10  Simon Josefsson  <jas@extundo.com>
19454
19455         * tests/test-iconvme.c: New file.
19456
19457 2005-08-10  Simon Josefsson  <jas@extundo.com>
19458
19459         * m4/strnlen.m4: New file.
19460
19461         * m4/strndup.m4: Don't check for strnlen declaration, done in
19462         strnlen.m4.
19463
19464 2005-08-10  Simon Josefsson  <jas@extundo.com>
19465
19466         * lib/strndup.c: Use strnlen.h.
19467
19468         * lib/strnlen.h: New file.
19469
19470 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
19471
19472         * README: Typos.
19473
19474 2005-08-02  Simon Josefsson  <jas@extundo.com>
19475
19476         * modules/readline: New file.
19477
19478 2005-08-02  Simon Josefsson  <jas@extundo.com>
19479
19480         * modules/getdelim: New file.
19481
19482         * modules/getline: Rewrite, don't use getndelim2.
19483
19484 2005-08-02  Simon Josefsson  <jas@extundo.com>
19485
19486         * m4/getline.m4: Separate out getdelim stuff into separate module.
19487
19488         * m4/getdelim.m4: New file.
19489
19490 2005-08-02  Simon Josefsson  <jas@extundo.com>
19491
19492         * lib/getline.h, getline.c: Rewrite.
19493
19494         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
19495
19496 2005-07-31  Bruno Haible  <bruno@clisp.org>
19497
19498         * lib/lock.h (gl_lock_initializer): New macro.
19499         (gl_lock_define_initialized): Use it.
19500         (gl_rwlock_initializer): New macro.
19501         (gl_rwlock_define_initialized): Use it.
19502         (gl_recursive_lock_initializer): New macro.
19503         (gl_recursive_lock_define_initialized): Use it.
19504
19505 2005-07-30  Karl Berry  <karl@gnu.org>
19506
19507         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
19508         Report from Ben Pfaff, regarding getopt.
19509
19510 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
19511
19512         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
19513         normal way.
19514         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
19515         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
19516         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
19517         (gl_GETOPT): Use the new macros.  Most of the implementation
19518         is moved to the new macros.  This is for programs like Emacs
19519         that don't want all the functionality of gl_GETOPT.
19520
19521 2005-07-26  Bruno Haible  <bruno@clisp.org>
19522
19523         * m4/lock.m4: Update from GNU gettext.
19524
19525 2005-07-26  Bruno Haible  <bruno@clisp.org>
19526
19527         * lib/lock.h: Update from GNU gettext.
19528         * lib/lock.c: Update from GNU gettext.
19529
19530 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
19531
19532         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
19533         obsolescent AC_TRY_RUN.  Include the default includes files, for
19534         'exit'.
19535
19536 2005-07-24  Bruno Haible  <bruno@clisp.org>
19537
19538         * modules/visibility: New file.
19539         * MODULES.html.sh (Misc): Add visibility.
19540
19541 2005-07-24  Bruno Haible  <bruno@clisp.org>
19542
19543         * m4/visibility.m4: New file.
19544
19545 2005-07-24  Bruno Haible  <bruno@clisp.org>
19546
19547         * doc/visibility.texi: New file.
19548
19549 2005-07-22  Bruno Haible  <bruno@clisp.org>
19550
19551         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
19552         $(ALLOCA_H), redundant through BUILT_SOURCES.
19553         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
19554         redundant through BUILT_SOURCES.
19555         * modules/byteswap (Makefile.am): Remove explicit dependency on
19556         $(BYTESWAP_H), redundant through BUILT_SOURCES.
19557         * modules/fnmatch (Makefile.am): Remove explicit dependency on
19558         $(FNMATCH_H), redundant through BUILT_SOURCES.
19559         * modules/getopt (Makefile.am): Remove explicit dependency on
19560         $(GETOPT_H), redundant through BUILT_SOURCES.
19561         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
19562         redundant through BUILT_SOURCES.
19563         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
19564         redundant through BUILT_SOURCES.
19565         * modules/stdbool (Makefile.am): Remove explicit dependency on
19566         $(STDBOOL_H), redundant through BUILT_SOURCES.
19567         * modules/stdint (Makefile.am): Remove explicit dependency on
19568         $(STDINT_H), redundant through BUILT_SOURCES.
19569         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
19570         Remove explicit dependency on $(SYSEXITS_H).
19571         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
19572
19573 2005-07-18  Simon Josefsson  <jas@extundo.com>
19574
19575         * lib/check-version.c (check_version): Accept identical versions too.
19576
19577 2005-07-18  Bruno Haible  <bruno@clisp.org>
19578
19579         * modules/lock: New file.
19580         * MODULES.html.sh (Multithreading): New section.
19581
19582 2005-07-18  Bruno Haible  <bruno@clisp.org>
19583
19584         * m4/lock.m4: New file, from GNU gettext.
19585
19586 2005-07-18  Bruno Haible  <bruno@clisp.org>
19587
19588         * lib/lock.h: New file, from GNU gettext.
19589         * lib/lock.c: New file, from GNU gettext.
19590
19591 2005-07-18  Bruno Haible  <bruno@clisp.org>
19592
19593         * lib/lock.h (gl_once_t): New type.
19594         (gl_once_define, gl_once): New macros.
19595         * lib/lock.c (fresh_once): New variable.
19596         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
19597         functions.
19598
19599 2005-07-16  Simon Josefsson  <jas@extundo.com>
19600
19601         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
19602         workaround, suggested by Bruno.
19603
19604 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
19605
19606         * modules/xalloc (Depends-on): Add xalloc-die.
19607         * modules/xvasprintf (Depends-on): Add xalloc-die.
19608
19609 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
19610
19611         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
19612         with a minor change.
19613
19614 2005-07-15  Bruno Haible  <bruno@clisp.org>
19615
19616         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
19617         When using lib/poll.c, define poll as rpl_poll.
19618
19619 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
19620
19621         * modules/argp (Depends-on): Remove unlocked-io.
19622
19623 2005-07-14  Derek Price  <derek@ximbiot.com>
19624
19625         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
19626         for glob symlink bug.
19627
19628 2005-07-14  Bruno Haible  <bruno@clisp.org>
19629
19630         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
19631         Instead, test for *_unlocked function declarations directly.
19632
19633 2005-07-11  Simon Josefsson  <jas@extundo.com>
19634
19635         * modules/size_max: New file.
19636
19637         * modules/xsize: Depend on size_max module for size_max.m4.
19638
19639 2005-07-11  Simon Josefsson  <jas@extundo.com>
19640
19641         * lib/size_max.h: New file.
19642
19643 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
19644
19645         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
19646         copyright symbol and the year.
19647         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
19648         (version_etc_va): Use parameterized copyright notice.
19649         Reword to conform to the current GNU coding standards.
19650
19651 2005-07-11  Karl Berry  <karl@gnu.org>
19652
19653         * doc/gnulib.texi (Quoting): new node.
19654         (Initial import): more info, from Patrice.
19655
19656 2005-07-11  Bruno Haible  <bruno@clisp.org>
19657
19658         * gnulib-tool (func_usage): Document option --avoid.
19659         (Command line options): Handle --avoid.
19660         (func_acceptable): New function.
19661         (func_modules_transitive_closure): Use it.
19662
19663 2005-07-11  Bruno Haible  <bruno@clisp.org>
19664
19665         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
19666         Reported by Jim Meyering.
19667
19668 2005-07-10  Bruno Haible  <bruno@clisp.org>
19669
19670         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
19671         Needed when size_t is smaller than 'unsigned int'.
19672         Reported by Paul Eggert.
19673
19674 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19675
19676         * modules/argp (Depends-on): Add unlocked-io
19677
19678 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19679
19680         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
19681         block of defines.
19682
19683 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
19684
19685         * config/srclist.txt: Comment out regcomp.c, since we have a porting
19686         fix now.
19687
19688 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
19689         and Paul Eggert  <eggert@cs.ucla.edu>
19690
19691         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
19692         in wint_t, not wchar_t.  Remove now-unnecessary cast.
19693
19694 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19695
19696         * modules/regex (Files): Add lib/regex_internal.c,
19697         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
19698         (Depends-on): Add extensions.
19699         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
19700
19701 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19702
19703         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
19704         pathconf.
19705         * m4/same.m4 (gl_SAME): Likewise.
19706         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
19707
19708         * m4/regex.m4: Adjust to new libc regex implementation.
19709         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
19710         all the .c and .h parts of (the new) regex.
19711         Quote the m4 stuff better.
19712         Check for RE_ICASE bug of old gnulib.
19713         Check for REG_STARTEND of recent libc.
19714         Rename local variables from jm_* to gl_*.
19715         Quote operand of "test -f".
19716         Say "recent enough" version of libc, not "version 2".
19717         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
19718         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
19719         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
19720         Remove check for btowc, isascii.
19721         Require AM_LANGINFO_CODESET.
19722
19723 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19724
19725         * lib/regex.c, regex.h: Sync from libc.
19726         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
19727         * lib/regexec.c:
19728         New files, synced from libc, except that regex_internal.h
19729         currently has a small porting fix.
19730
19731 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19732
19733         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
19734         regex_internal.c, regexec.c.
19735         Add regex_internal.h too, but as a comment, since the libc version
19736         is currently broken in gnulib mode.
19737
19738 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
19739
19740         Support programs like Emacs that use gnulib but not gettext.
19741         * MODULES.html.sh (Internationalization functions): Add gettext-h.
19742         * modules/gettext-h: New file.
19743         * modules/gettext (Files): Remove lib/gettext.h.
19744         (Depends-on): Add gettext-h.
19745         (Makefile.am): Remove lib_SOURCES.
19746         * modules/argmatch, modules/c-stack, modules/closeout:
19747         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
19748         * modules/execute, modules/file-type, modules/getaddrinfo:
19749         * modules/getopt, modules/human, modules/javacomp:
19750         * modules/javaexec, modules/mkdir-p, modules/obstack:
19751         * modules/openat, modules/pagealign_alloc, modules/pipe:
19752         * modules/quotearg, modules/regex, modules/rpmatch:
19753         * modules/unicodeio, modules/userspec, modules/version-etc:
19754         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
19755         * modules/xsetenv:
19756         Depend on gettext-h, not gettext.
19757
19758 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
19759
19760         * gnulib-tool (func_import): Add support for 'public domain' license.
19761         * modules/alloca, modules/atexit, modules/memmove:
19762         Now public domain, not GPL.
19763         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
19764         * modules/realloc, modules/strerror, modules/strtod:
19765         Now LGPL, not GPL.
19766
19767 2005-07-05  Bruno Haible  <bruno@clisp.org>
19768
19769         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
19770         autoconf CVS. Needed for mingw.
19771
19772 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19773
19774         Remove the dependency of the strftime module on the tzset module.
19775         * modules/strftime (Depends-on): Remove dependency on tzset.
19776
19777 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19778
19779         Remove the dependency of the strftime module on the tzset module.
19780         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
19781         gl_FUNC_TZSET_CLOBBER.
19782
19783 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19784
19785         Remove the dependency of the strftime module on the tzset module.
19786         * lib/strftime.c (my_strftime)
19787         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
19788         Copy the input structure, to work around some of the bug with
19789         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
19790         Solaris releases, you should also use the tzset module, but we won't
19791         require it as a dependency any more since we don't want LGPLed code
19792         to depend on GPLed code.
19793
19794 2005-07-02  Jim Meyering  <jim@meyering.net>
19795
19796         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
19797         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
19798         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
19799         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
19800
19801 2005-07-02  Jim Meyering  <jim@meyering.net>
19802
19803         * lib/backupfile.c (backup_args): Change a `0' to NULL.
19804
19805 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
19806
19807         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
19808         declares only 'struct timespec;' (!).
19809
19810 2005-07-01  Jim Meyering  <jim@meyering.net>
19811
19812         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
19813         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
19814         * lib/save-cwd.c, tempname.c:
19815         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
19816         and don't include <sys/file.h>).
19817
19818 2005-06-29  Jim Meyering  <jim@meyering.net>
19819
19820         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
19821         type name.  Use the variable name instead.
19822         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
19823         Likewise.
19824
19825 2005-06-28  Simon Josefsson  <jas@extundo.com>
19826
19827         * modules/check-version (Files): Add check-version.m4.
19828
19829 2005-06-28  Simon Josefsson  <jas@extundo.com>
19830
19831         * m4/check-version.m4: New file, suggested by Jim Meyering
19832         <jim@meyering.net>.
19833
19834 2005-06-28  Simon Josefsson  <jas@extundo.com>
19835
19836         * lib/check-version.h, lib/check-version.c: New files.
19837
19838 2005-06-28  Simon Josefsson  <jas@extundo.com>
19839
19840         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
19841         collision with global variable.  Better indentation.  Don't
19842         increment buffer pointer beyond buffer end.  Based on comments
19843         from Paul Eggert <eggert@cs.ucla.edu>.
19844
19845         * lib/base64.h: Indent.
19846
19847 2005-06-28  Simon Josefsson  <jas@extundo.com>
19848
19849         * doc/gnulib.texi (Library version handling): New section.
19850
19851 2005-06-28  Jim Meyering  <jim@meyering.net>
19852
19853         * check-module (find_included_lib_files): Hard-code another
19854         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
19855         but modules/fts-lgpl (correctly) does not list those files.
19856
19857         * modules/canonicalize (Files): Add lib/pathmax.h.
19858
19859 2005-06-25  Simon Josefsson  <jas@extundo.com>
19860
19861         * modules/check-version: New file.
19862
19863 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
19864
19865         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
19866         initializer of struct addrinfo, as an indication that we don't
19867         care how many members the structure has.
19868
19869 2005-06-24  Derek Price  <derek@ximbiot.com>
19870         and Bruno Haible  <bruno@clisp.org>
19871
19872         Remove stat module & update lstat.
19873         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
19874         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
19875         * m4/stat.m4: Remove this file.
19876
19877 2005-06-24  Derek Price  <derek@ximbiot.com>
19878         and Bruno Haible  <bruno@clisp.org>
19879
19880         Remove stat module & update lstat.
19881         * lib/stat.c: Remove this file...
19882         (slash_aware_lstat): ...moving this content and its support...
19883         * lib/lstat.c (rpl_lstat): ...into here.
19884         * lib/lstat.h: New file.
19885
19886 2005-06-24  Derek Price  <derek@ximbiot.com>
19887         and Bruno Haible  <bruno@clisp.org>
19888
19889         Remove stat module & update lstat.
19890         * config/srclist.txt (libc sources): Remove stat.
19891
19892 2005-06-24  Derek Price  <derek@ximbiot.com>
19893         and Bruno Haible  <bruno@clisp.org>
19894
19895         Remove stat module & update lstat.
19896         * MODULES.html.sh (stat): Remove.
19897         * MODULES.html: Regenerated.
19898         * modules/lstat (Description): Correct function name.
19899         (Files): Add "lstat.h".
19900         (Depends-on): Remove stat, add xalloc, stat-macros.
19901         * modules/stat: Remove this file.
19902         (Include): Add "lstat.h", remove <sys/stat.h>.
19903
19904 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
19905
19906         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
19907         (ranged_convert): Don't save conversion in a temporary struct.
19908         This causes a warning with GCC 4.0.0, and anyway in the typical
19909         case it's not worth the extra 100 bytes or so of code.
19910         (ranged_convert, __mktime_internal): When calling a function via a
19911         pointer P, use P () rather than (*P) (), as we now assume C89 or
19912         better.
19913
19914 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19915
19916         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
19917         "who -r" failed to give output.  Problem reported by Tim Waugh.
19918
19919         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
19920         (xcalloc): Use it to avoid needless tests.
19921         Problem reported by Jim Meyering.
19922
19923 2005-06-20  Derek Price  <derek@ximbiot.com>
19924
19925         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
19926         unnecessary for Autoconfs > 2.59c.
19927
19928 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19929
19930         * lib/argp.h (__option_is_short): Check upper limit of
19931         __key. Isprint() requires its argument to have the value
19932         of an unsigned char or EOF.
19933
19934 2005-06-16  Jim Meyering  <jim@meyering.net>
19935
19936         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
19937         when either N or S is zero.
19938
19939 2005-06-16  Derek Price  <derek@ximbiot.com>
19940
19941         * m4/bison.m4: Declare YACC & YFLAGS precious.
19942
19943 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
19944
19945         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
19946         multibyte string or pattern, fall back on unibyte matching.
19947         Problem reported by James Youngman.
19948
19949 2005-06-08  Bruno Haible  <bruno@clisp.org>
19950
19951         * modules/csharpcomp: New file.
19952         * MODULES.html.sh (C#): Add csharpcomp.
19953
19954 2005-06-08  Bruno Haible  <bruno@clisp.org>
19955
19956         * m4/csharpcomp.m4: New file, from GNU gettext.
19957
19958 2005-06-08  Bruno Haible  <bruno@clisp.org>
19959
19960         * lib/csharpcomp.h: New file, from GNU gettext.
19961         * lib/csharpcomp.c: New file, from GNU gettext.
19962         * lib/csharpcomp.sh.in: New file, from GNU gettext.
19963
19964 2005-06-08  Bruno Haible  <bruno@clisp.org>
19965
19966         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
19967         warning on mingw.
19968
19969 2005-06-07  Derek Price  <derek@ximbiot.com>
19970
19971         Sync from CVS.
19972         * lib/glob_.h: Indent nested #ifdef.
19973
19974 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19975
19976         Sync from coreutils.
19977         Use "file name" when talking about file names, instead of "filename"
19978         or "path", as per the GNU coding standards.
19979         * lib/mkdir-p.c: Renamed from makepath.c.
19980         (make_dir_parents): Renamed from make_path.  All callers changed.
19981         * lib/mkdir-p.h: Likewise.  All includers changed.
19982         * lib/filenamecat.c: Renamed from path-concat.c.
19983         (file_name_concat): Renamed from path_concat.  All callers changed.
19984         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
19985         * lib/filenamecat.h: Likewise.  All includers changed.
19986         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
19987         in comments or local variable names.
19988         * lib/basename.c: Likewise.
19989         * lib/canonicalize.c, canonicalize.h: Likewise.
19990         * lib/dirname.c, dirname.h: Likewise.
19991         * lib/euidaccess.c: Likewise.
19992         * lib/exclude.c: Likewise
19993         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
19994         * lib/fsusage.c, fsuage.h: Likewise.
19995         * lib/fts.c, fts_.h: Likewise.
19996         * lib/getcwd.c: Likewise.
19997         * lib/getloadavg.c: Likewise.
19998         * lib/mkstemp.c: Likewise.
19999         * lib/mountlist.c, mountlist.h: Likewise.
20000         * lib/openat.c, openat.h: Likewise.
20001         * lib/readlink-stub.c: Likewise.
20002         * lib/readutmp.c, readutmp.h: Likewise.
20003         * lib/rename.c: Likewise.
20004         * lib/rmdir.c: Likewise.
20005         * lib/same.c: Likewise.
20006         * lib/savedir.c: Likewise.
20007         * lib/stripslash.c: Likewise.
20008         * lib/tempname.c: Likewise.
20009         * lib/xreadlink.c: Likewise.
20010         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
20011         All uses changed.
20012         * lib/exclude.h: Likewise.
20013
20014         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
20015         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
20016         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
20017         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
20018         * lib/pathmax.h: Include <limits.h> unconditionally, since other
20019         files have been getting away with it for years (MORE/BSD 4.3
20020         is extinct now).
20021         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
20022         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
20023
20024         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
20025         Define to 256, not 255, as per modern POSIX.
20026
20027 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
20028
20029         Sync from coreutils.
20030         Use "file name" when talking about file names, instead of "filename"
20031         or "path", as per the GNU coding standards.
20032         * MODULES.html.sh: mkdir-p renamed from makepath.
20033         filenamecat renamed from path-concat.
20034         * modules/filenamecat: Renamed from modules/path-concat.
20035         (Files): filenamecat.h and filenamecat.c renamed from
20036         path-concat.h and path-concat.c.
20037         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
20038         (Include): filenamecat.h, not path-concat.h.
20039         * modules/mkdir-p: Renamed from modules/makepath.
20040         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
20041         makepath.c.
20042         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
20043         (Include): mkdir-p.h, not makepath.h.
20044
20045 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
20046
20047         Sync from coreutils.
20048         * m4/mkdir-p.m4: Renamed from makepath.m4.
20049         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
20050         Rename files from makepath.c to mkdir-p.c, and from
20051         makepath.h to mkdir-p.h.
20052         * m4/filenamecat.m4: Renamed from path-concat.m4.
20053         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
20054         Rename files from path-concat.c to filenamecat.c,
20055         and from path-concat.h to filenamecat.h.
20056         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
20057         "file name" in local variables or comments.
20058         * m4/rename.m4: Likewise.
20059
20060 2005-06-01  Bruno Haible  <bruno@clisp.org>
20061
20062         * modules/csharpexec: New file.
20063         * MODULES.html.sh (C#): New section.
20064
20065 2005-06-01  Bruno Haible  <bruno@clisp.org>
20066
20067         * m4/csharp.m4: New file, from GNU gettext.
20068         * m4/csharpexec.m4: New file, from GNU gettext.
20069
20070 2005-06-01  Bruno Haible  <bruno@clisp.org>
20071
20072         * lib/csharpexec.h: New file, from GNU gettext.
20073         * lib/csharpexec.c: New file, from GNU gettext.
20074         * lib/csharpexec.sh.in: New file, from GNU gettext.
20075
20076 2005-05-31  Derek Price  <derek@ximbiot.com>
20077             Paul Eggert  <eggert@cs.ucla.edu>
20078
20079         Sync from cvs.
20080         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
20081
20082 2005-05-31  Derek Price  <derek@ximbiot.com>
20083             Paul Eggert  <eggert@cs.ucla.edu>
20084
20085         Sync from cvs.
20086         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
20087
20088 2005-05-29  Derek Price  <derek@ximbiot.com>
20089
20090         * config/srclist.txt (glob_.h, glob.c): Add these files.
20091
20092 2005-05-29  Derek Price  <derek@ximbiot.com>
20093
20094         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
20095         * modules/glob: New file.
20096         * modules/getlogin_r: Add link to POSIX spec in description.
20097
20098 2005-05-29  Derek Price  <derek@ximbiot.com>
20099             Paul Eggert  <eggert@cs.ucla.edu>
20100
20101         * m4/glob.m4: New file.
20102
20103 2005-05-29  Derek Price  <derek@ximbiot.com>
20104             Paul Eggert  <eggert@cs.ucla.edu>
20105
20106         * lib/glob_.h, lib/glob.c: New files.
20107
20108 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20109
20110         * modules/fts (Files): Remove m4/inttypes-pri.m4.
20111         * modules/fts-lgpl (Depends-on): Remove gettext.
20112
20113 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20114
20115         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
20116         and don't require gt_INTTYPES_PRI.
20117
20118 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20119
20120         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
20121
20122         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
20123         the configuration hassle isn't worth it.
20124         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
20125         (LONGEST_MODIFIER, PRIuMAX): Remove.
20126
20127 2005-05-27  Bruno Haible  <bruno@clisp.org>
20128
20129         * lib/getlogin_r.h: Remove second include of <stddef.h>.
20130
20131 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
20132
20133         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
20134         _POSIX_PTHREAD_SEMANTICS for Solaris.
20135
20136 2005-05-25  Derek Price  <derek@ximbiot.com>
20137
20138         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
20139
20140 2005-05-25  Derek Price  <derek@ximbiot.com>
20141             Paul Eggert  <eggert@cs.ucla.edu>
20142
20143         * modules/getlogin_r, m4/getlogin_r.m4: New files.
20144         * lib/getlogin_r.c, getlogin_r.h: New files.
20145
20146 2005-05-25  Bruno Haible  <bruno@clisp.org>
20147             Derek Price  <derek@ximbiot.com>
20148
20149         * lib/getlogin_r.h: Simplify API documentation.
20150
20151 2005-05-23  Derek Price  <derek@ximbiot.com>
20152
20153         * modules/minmax (Files): Add m4/minmax.m4.
20154         (configure.ac): Add gl_MINMAX.
20155
20156 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
20157
20158         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
20159         so that unistd-safer.h (GPL'ed code) need not be included.
20160
20161 2005-05-22  Bruno Haible  <bruno@clisp.org>
20162
20163         * m4/minmax.m4: New file.
20164         Based on a patch by Derek Price <derek@ximbiot.com>.
20165
20166 2005-05-22  Bruno Haible  <bruno@clisp.org>
20167
20168         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
20169         (INT64_MIN): Fix definition.
20170         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
20171
20172         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
20173         NEED_SIGNED_INT_TYPES.
20174
20175         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
20176         HAVE_SYSTEM_INTTYPES.
20177
20178 2005-05-22  Bruno Haible  <bruno@clisp.org>
20179
20180         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
20181         Also include <sys/param.h> if it defines MIN, MAX.
20182         Based on a patch by Derek Price <derek@ximbiot.com>.
20183
20184 2005-05-21  Jim Meyering  <jim@meyering.net>
20185
20186         * modules/fts (Files): Add m4/inttypes-pri.m4.
20187         (Depends-on): Add lstat and remove gettext.  Alphabetize.
20188
20189 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20190
20191         New fts module.
20192         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
20193         (setup_dir, free_dir): New functions.
20194         (enter_dir, leave_dir): Define trivial
20195         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
20196         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
20197         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
20198         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
20199         Move to fts-cycle.c.
20200         (fts_open): Use setup_dir.
20201         (fts_close): Use free_dir.
20202         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
20203         This adds a label and some gotos, but the alternatives were messier.
20204         Check for memory allocation failure when entering a dir.
20205         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
20206         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
20207         (FTS): New member fts_cycle, that is a union that contains the
20208         old active_dir_ht and cycle_state.  All uses changed to mention
20209         fts_cycle.ht and fts_cycle.state.
20210         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
20211         fts.c, with the following changes:
20212         (setup_dir, free_dir): New functions.
20213         (enter_dir): Now returns bool.  Return true if successful, false
20214         if memory exhausted.  All callers changed.
20215         Do not bother partly cleaning up on
20216         memory allocation failure; that is free_dir's job.
20217         However, free ad if hash_insert fails, to avoid memory leak.
20218         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
20219         fts->fts_options to see which union member to use.
20220
20221 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20222
20223         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
20224         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
20225
20226 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20227
20228         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
20229
20230 2005-05-20  Jim Meyering  <jim@meyering.net>
20231
20232         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
20233         Now a macro, to pacify GCC.
20234
20235 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
20236
20237         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
20238         of -1.
20239
20240 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
20241
20242         * lib/chown.c (rpl_chown): Return -1 on failure.
20243
20244 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
20245
20246         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
20247         Don't check for stddef.h.
20248         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
20249         don't use its results.
20250         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
20251         since we include them unconditionally.  Don't require
20252         AM_STDBOOL_H, since stdbool is a prerequisite.
20253         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
20254         since we assume C89 or better.
20255         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
20256         as we don't use their results.
20257         Don't check for fchdir, memmove, memset, strrchr, as we use
20258         them unconditionally.
20259         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
20260         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
20261
20262 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
20263
20264         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
20265         Include <stddef.h> unconditionally, since we assume C89 now.
20266         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
20267         * lib/fts.c: Include fts_.h first, to check interface.
20268         Do not include intprops.h; no longer needed.
20269         Include cycle-check.h and hash.h, since fts_.h no longer does.
20270         Remove unnecessary casts of closedir to void.
20271         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
20272         decide whether to decrement nlinks.
20273         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
20274         (FTS): Use struct hash_table * instead of Hash_table, so that
20275         we no longer need to include hash.h here.
20276
20277 2005-05-18  Jim Meyering  <jim@meyering.net>
20278
20279         * modules/dirfd (License): Change to LGPL.  Most of the code
20280         is already in the public domain.
20281
20282 2005-05-18  Jim Meyering  <jim@meyering.net>
20283
20284         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
20285         Reported by Yoann Vandoorselaere.
20286
20287 2005-05-17  Jim Meyering  <jim@meyering.net>
20288
20289         * m4/fts.m4: New file, from coreutils.
20290
20291 2005-05-17  Jim Meyering  <jim@meyering.net>
20292
20293         * lib/fts.c, lib/fts_.h: New files, from coreutils.
20294
20295 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20296
20297         Sync from coreutils.
20298         * m4/unlinkdir.m4: New file.
20299
20300 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20301
20302         Sync from coreutils.
20303         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
20304         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
20305         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
20306         White space changes only.
20307         * lib/makepath.c (make_path): Port to hosts where leading "//" is
20308         special.
20309         * lib/yesno.c: Include getline.h, not ctype.h.
20310         (yesno): Don't remove leading white space; POSIX doesn't allow it.
20311         Use getline to remove arbitrary restriction on response length.
20312
20313 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20314
20315         * config/srclist-update: Spell out "Street" in FSF postal
20316         mail address; this is the style the FSF seems to prefer.
20317
20318         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
20319         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
20320         this updates FSF postal mail address.
20321
20322         Sync from coreutils.
20323         * modules/unlinkdir: New file.
20324         * modules/yesno (Depends-on): Add getline.
20325         * MODULES.html.sh (File system functions): Add unlinkdir.
20326
20327 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20328
20329         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
20330         lib/strsep.h:
20331         Change the initial comment to refer to GPL, not LGPL.
20332         gnulib-tool will change it to LGPL as needed.
20333
20334         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
20335         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
20336         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
20337         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
20338         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
20339         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
20340         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
20341         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
20342         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
20343         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
20344         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
20345         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
20346         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
20347         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
20348         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
20349         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
20350         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
20351         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
20352         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
20353         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
20354         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
20355         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
20356         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
20357         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
20358         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
20359         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
20360         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
20361         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
20362         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
20363         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
20364         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
20365         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
20366         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
20367         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
20368         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
20369         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
20370         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
20371         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
20372         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
20373         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
20374         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
20375         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
20376         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
20377         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
20378         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
20379         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
20380         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
20381         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
20382         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
20383         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
20384         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
20385         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
20386         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
20387         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
20388         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
20389         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
20390         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
20391         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
20392         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
20393         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
20394         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
20395         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
20396         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
20397         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
20398         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
20399         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
20400         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
20401         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
20402         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
20403         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
20404         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
20405         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
20406         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
20407         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
20408         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
20409         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
20410         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
20411         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
20412         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
20413         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
20414         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
20415         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
20416         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
20417         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
20418         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
20419         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
20420         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
20421         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
20422         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
20423         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
20424         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
20425         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
20426         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
20427         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
20428         lib/yesno.c, lib/yesno.h:
20429         Update FSF postal mail address.
20430
20431 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20432
20433         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
20434         tests/test-memmem.c, tests/test-stpncpy.c:
20435         Update FSF postal mail address.
20436
20437 2005-05-13  Bruno Haible  <bruno@clisp.org>
20438
20439         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
20440         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
20441         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
20442         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
20443         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
20444         Add support for 64-bit integers in the MSVC compiler.
20445
20446 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20447
20448         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
20449
20450 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
20451
20452         * gnulib-tool (func_import): Sort and uniquify recommended includes.
20453
20454 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
20455
20456         * doc/getdate.texi (General date syntax): Don't say that date
20457         date --iso-8601=ns generates acceptable dates; it doesn't yet.
20458         Problem reported by Nic Ferrier.
20459
20460 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20461
20462         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
20463         specified in ai_socktype. Fix invalid ai_protocol
20464         check. ai_protocol is usually set to 0 or depending on
20465         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
20466         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
20467         ai_socktype / ai_protocol in the returned addrinfo structure.
20468
20469 2005-05-10  Simon Josefsson  <jas@extundo.com>
20470
20471         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
20472         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20473
20474 2005-05-10  Karl Berry  <karl@gnu.org>
20475
20476         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
20477         (from http://www.gnu.org/licenses).
20478         * doc/COPYING.LIB: also rename to COPYING.LESSER.
20479         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
20480         fdl.texi suffices.
20481
20482 2005-05-10  Karl Berry  <karl@gnu.org>
20483
20484         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
20485         (COPYING.DOC): remove.
20486
20487         * config/srclist-update: new FSF address.
20488
20489 2005-05-10  Derek Price  <derek@ximbiot.com>
20490
20491         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
20492         possible.
20493
20494 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20495             Bruno Haible  <bruno@clisp.org>
20496
20497         * modules/inet_ntop: New file.
20498         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20499         inet_ntop.
20500
20501 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20502             Bruno Haible  <bruno@clisp.org>
20503
20504         * m4/inet_ntop.m4: New file.
20505
20506 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20507             Bruno Haible  <bruno@clisp.org>
20508
20509         * lib/inet_ntop.h: New file.
20510         * lib/inet_ntop.c: New file, from glibc with modifications.
20511
20512 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
20513
20514         * modules/time_r (License): Change to LGPL.
20515         * modules/extensions (License): Change to LGPL.  Actually,
20516         the license is more permissive than that, but currently gnulib-tool
20517         doesn't know how to handle more-permissive licenses.
20518
20519         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
20520         Problem reported by Dave Love.
20521
20522 2005-05-08  Jim Meyering  <jim@meyering.net>
20523
20524         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
20525         blank.
20526
20527 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
20528
20529         * modules/argmatch (Depends-on): Add stdbool.
20530         * modules/backupfile (Depends-on): Likewise.
20531         * modules/chdir-long (Depends-on): Likewise.
20532         * modules/closeout (Depends-on): Likewise.
20533         * modules/cycle-check (Depends-on): Likewise.
20534         * modules/dirname (Depends-on): Likewise.
20535         * modules/fnmatch (Depends-on): Likewise.
20536         * modules/fsusage (Depends-on): Likewise.
20537         * modules/fwriteerror (Depends-on): Likewise.
20538         * modules/getcwd (Depends-on): Likewise.
20539         * modules/getloadavg (Depends-on): Likewise.
20540         * modules/hard-locale (Depends-on): Likewise.
20541         * modules/makepath (Depends-on): Likewise.
20542         * modules/mountlist (Depends-on): Likewise.
20543         * modules/nanosleep (Depends-on): Likewise.
20544         * modules/posixtm (Depends-on): Likewise.
20545         * modules/quotearg (Depends-on): Likewise.
20546         * modules/readtokens (Depends-on): Likewise.
20547         * modules/readtokens0 (Depends-on): Likewise.
20548         * modules/readutmp (Depends-on): Likewise.
20549         * modules/save-cwd (Depends-on): Likewise.
20550         * modules/strftime (Depends-on): Likewise.
20551         * modules/userspec (Depends-on): Likewise.
20552         * modules/utimecmp (Depends-on): Likewise.
20553         * modules/xgetcwd (Depends-on): Likewise.
20554         * modules/xnanosleep (Depends-on): Likewise.
20555         * modules/xstrtod (Depends-on): Likewise.
20556         * modules/yesno (Depends-on): Likewise.
20557
20558 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
20559
20560         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
20561         needless checks.
20562
20563 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20564
20565         Merge from coreutils.  Among other things,
20566         add bulletproofing for cases where stdin, stdout, or stderr are closed.
20567         * lib/fd-safer.c: New file.
20568         * lib/fcntl-safer.h, open-safer.c: Remove.
20569         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
20570         * lib/dup-safer.c: Include unistd-safer.h first.
20571         Don't include errno.h.
20572         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
20573         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
20574         * lib/file-type.c: Rely on file-type.h change.
20575         * lib/getloadavg.c: Include unistd-safer.h.
20576         (getloadavg): Use safer open.
20577         * lib/getusershell.c: Include "stdio-safer.h".
20578         (getusershell): Use safer fopen.
20579         * lib/long-options.c (long_options): Use NULL rather than 0.
20580         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
20581         'free'.
20582         * lib/modechange.c: Likewise.
20583         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
20584         (MODE_DONE): New constant.
20585         (struct mode_change): Remove 'next' member.
20586         (make_node_op_equals): New function; like the old one of the
20587         same name, except it allocates an array.
20588         (mode_compile, mode_create_from_ref): Use it.
20589         (mode_compile): Allocate result as an array, not a linked list.
20590         Parse octal string ourself, so that we catch mistakes like "+0".
20591         (mode_adjust): Arg is an array, not a linked list.
20592         * lib/modechange.c: Include stat-macros.h, xalloc.h.
20593         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
20594         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
20595         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
20596         Remove.  This is now stat-macros.h's job.
20597         (talloc): Remove.  All callers replaced by xalloc, so that
20598         our invokers don't have to worry about reporting memory failures.
20599         (make_node_op_equals): Remove.
20600         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
20601         New constants.
20602         (struct mode_change): Moved here from modechange.h.
20603         (mode_append_entry): Remove.
20604         (mode_compile): Remove MASKED_OPS arg, since it encouraged
20605         apps to have incorrect behavior.  Use simpler algorithm for head
20606         and tail.  Don't futz with umask; that's now the job of mode_adjust.
20607         Detect more invalid usages rather than having somewhat-random behavior.
20608         Don't insert an "a=" action, as that leads to incorrect behavior.
20609         (mode_compile, mode_create_from_ref): Return NULL on error instead
20610         of an enum, since now there's only one way to have an error.  All
20611         callers changed.
20612         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
20613         at the correct time.  Simplify calculation of "+u" and its ilk.
20614         Don't mishandle "+X".
20615         (mode_free): Remove "register" and localize decls.
20616         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
20617         (struct mode_change): Move to modechange.c; callers don't
20618         need to see this stuff.
20619         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
20620         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
20621         (mode_change, mode_adjust): Reflect the new signatures noted above.
20622         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
20623         that might redefine system include files.
20624         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
20625         (my_usleep): Use NULL rather than (void *) 0.
20626         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
20627         Use siginterrupt to specify that system calls should be interrupted.
20628         (rpl_nanosleep): Move initialization of suspended closer to call of
20629         my_usleep.
20630         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
20631         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
20632         (desirable_utmp_entry): New function.
20633         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
20634         using x2nrealloc, to simplify logic.
20635         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
20636         size calculation.  Do not assume utmp file is a regular file.
20637         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
20638         (READ_UTMP_CHECK_PIDS): New constant.
20639         * lib/save-cwd.c: Include unistd-safer.h.
20640         (save_cwd): Use fd_safer.
20641         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
20642         [!_LIBC] Include "stat-macros.h" instead.
20643         * lib/unistd-safer.h (fd_safer): New decl.
20644
20645 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20646
20647         * modules/getloadavg (Depends-on): Add unistd-safer.
20648         * modules/getusershell (Depends-on): Add stdio-safer.
20649         * modules/lstat (Depends-on): Remove xalloc.
20650         * modules/mkstemp (Depends-on): Add stat-macros.
20651         * modules/modechange (Depends-on): Remove xstrtol.
20652         Add stat-macros, xalloc.
20653         * modules/save-cwd (Depends-on): Add unistd-safer.
20654         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
20655         * modules/unistd-safer (Files): Add lib/fd-safer.c
20656         (Makefile.am): Remove lib_SOURCES.
20657
20658         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
20659         Remove fcntl-safer; unistd-safer supersedes it.
20660
20661 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20662
20663         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
20664         AC_HEADER_STAT.
20665         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
20666         (gl_PREREQ_CHOWN): Remove.
20667         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
20668         it.  Don't require AC_HEADER_STAT.
20669         (gl_PREREQ_LSTAT): Remove.
20670         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
20671         Don't require AC_HEADER_STAT.
20672         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
20673         (gl_PREREQ_RMDIR): Remove.
20674         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
20675         mention stat-macros.h or AC_HEADER_STAT, since we'll make
20676         the stat-macros module a prerequisite.
20677         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
20678         * m4/filemode.m4 (gl_FILEMODE): Likewise.
20679         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
20680         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
20681         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
20682         variable names.
20683         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
20684         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
20685         variable prefixes.
20686         * m4/fcntl-safer.m4: Remove.
20687         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
20688         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
20689         Invoke gl_PREREQ_FD_SAFER.
20690         (gl_PREREQ_FD_SAFER): New macro.
20691         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
20692         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
20693         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
20694         Remove duplicate call to AC_LIBOBJ(readutmp).
20695         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
20696
20697         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
20698         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
20699
20700 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20701
20702         * MODULES.html.sh (Misc): Add byteswap.
20703
20704 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20705
20706         * modules/getcwd (Depends-on): Add extensions.
20707         * modules/openat (Depends-on): Likewise.
20708
20709 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20710
20711         * modules/byteswap: New file.
20712
20713 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20714
20715         * m4/byteswap.m4: New file.
20716
20717 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20718
20719         * lib/byteswap_.h: New file.
20720
20721 2005-04-25  Karl Berry  <karl@gnu.org>
20722
20723         * m4/gettext.m4: Update from GNU gettext 0.14.4.
20724
20725 2005-04-25  Albert Chin  <china@thewrittenword.com>
20726
20727         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
20728         Toolkit C bug.
20729
20730 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
20731
20732         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
20733         (func_ln_if_changed) Remove forcibly for no error message
20734         in case file does not exist.
20735
20736 2005-04-19  Simon Josefsson  <jas@extundo.com>
20737
20738         * gnulib-tool (Options): Make --symlink mean --symbolic.
20739
20740 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
20741
20742         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
20743
20744 2005-04-16  Simon Josefsson  <jas@extundo.com>
20745
20746         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
20747
20748 2005-04-15  Simon Josefsson  <jas@extundo.com>
20749
20750         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
20751
20752 2005-04-15  Simon Josefsson  <jas@extundo.com>
20753
20754         * gnulib-tool: Rename --symlink to --symbolic.
20755
20756 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
20757
20758         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
20759         symbolic links to files instead of copying/moving.  Add --aux-dir,
20760         specifying directory relative --dir where auxiliary build tools
20761         are placed.
20762
20763 2005-04-14  Bruno Haible  <bruno@clisp.org>
20764
20765         * modules/allocsa (License): Change to LGPL.
20766         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20767
20768 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
20769
20770         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
20771         that "UTC +1 second" continues to work.  Problem reported
20772         by Dmitry V. Levin.
20773         (relunit_snumber): New rule.
20774         (relunit): Use it.
20775
20776 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
20777
20778         * lib/getdate.y (universal_time_zone_table): New constant.
20779         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
20780         universal_time_zone_table.
20781         (lookup_zone): Prefer universal_time_zone_table to
20782         local_time_zone_table, so that "GMT" time stamps are allowed in
20783         London during the summer.  Problem reported by Ian Abbott.
20784
20785 2005-04-12  Jim Meyering  <jim@meyering.net>
20786
20787         * lib/human.c (humblock): Set *options even when returning due to
20788         xstrtoumax conversion failure.  Thanks to a used-uninitialized
20789         warning from gcc-4.
20790
20791 2005-04-09  Jim Meyering  <jim@meyering.net>
20792
20793         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
20794         -Wuninitialized: initialize tm0.tm_year.
20795
20796 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
20797
20798         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
20799         count, since there's no maximum.  All uses changed.
20800         Add member dsts_seen.
20801         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
20802         not being INT_MAX.
20803         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
20804         Use pc_rels_seen to decide whther a date is absolute.
20805
20806         * lib/getdate.y (number): Don't overwrite year.
20807         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
20808         check.
20809
20810 2005-04-02  Simon Josefsson  <jas@extundo.com>
20811
20812         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
20813         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
20814
20815 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
20816
20817         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
20818         where no absolute path name can be longer than PATH_MAX.
20819
20820 2005-03-27  Jim Meyering  <jim@meyering.net>
20821
20822         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
20823
20824 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
20825
20826         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
20827         "one's complement" -> "ones' complement" in comment, as per Knuth.
20828         "value of type" -> "type or expression" in comment.
20829         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
20830
20831 2005-03-26  Jim Meyering  <jim@meyering.net>
20832
20833         Comment nits.
20834         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
20835         Correct typos: s/or/of/.
20836
20837 2005-03-26  Jim Meyering  <jim@meyering.net>
20838
20839         * modules/check-include-files: Move to ../ and rename to...
20840         * check-module: ...this.
20841
20842 2005-03-25  Jim Meyering  <jim@meyering.net>
20843
20844         * modules/xvasprintf (Files): Add xalloc.h.
20845
20846 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
20847
20848         * modules/gettext (Files): config/config.rpath ->
20849         build-aux/config.rpath
20850         * modules/iconv (Files): Likewise.
20851         Problem reported by Oskar Liljeblad.
20852
20853 2005-03-23  Jim Meyering  <jim@meyering.net>
20854
20855         * modules/check-include-files: New script to check for
20856         missing dependencies, multiple includes, etc.
20857
20858         * modules/c-strtold (Depends-on): Add xalloc.
20859         * modules/c-strtod (Depends-on): Add xalloc.
20860         * modules/hash (Depends-on): Add xalloc.
20861         (Files): Remove lib/xalloc.h.
20862
20863         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
20864         * modules/userspec (Files): Add lib/inttostr.h.
20865
20866 2005-03-23  Jim Meyering  <jim@meyering.net>
20867
20868         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
20869
20870 2005-03-22  Jim Meyering  <jim@meyering.net>
20871
20872         * modules/stat-macros: New module.
20873         * modules/canonicalize, modules/euidaccess, modules/file-type,
20874         * modules/filemode, modules/lchown, modules/makepath,
20875         * modules/rmdir, modules/stat: Depend on new stat-macros module
20876         rather than listing lib/stat-macros.h manually.
20877         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
20878
20879 2005-03-22  Jim Meyering  <jim@meyering.net>
20880
20881         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
20882
20883 2005-03-22  Bruno Haible  <bruno@clisp.org>
20884
20885         * config/srclist.txt: Replace target directory 'config' with
20886         'build-aux'.
20887         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
20888         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
20889         ../build-aux/.
20890
20891 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
20892
20893         * modules/chdir-long (Depends-on): Add mempcpy.
20894
20895         * modules/acl, modules/backupfile, modules/c-strtod,
20896         modules/c-strtold, modules/canon-host, modules/canonicalize,
20897         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
20898         modules/exclude, modules/exitfail, modules/file-type,
20899         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
20900         modules/getdate, modules/getline, modules/getpagesize,
20901         modules/getpass, modules/getugroups, modules/group-member,
20902         modules/hard-locale, modules/hash, modules/human, modules/idcache,
20903         modules/inttostr, modules/long-options, modules/makepath,
20904         modules/md5, modules/memcasecmp, modules/memcoll,
20905         modules/modechange, modules/mountlist, modules/path-concat,
20906         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
20907         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
20908         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
20909         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
20910         modules/strftime, modules/strndup, modules/strverscmp,
20911         modules/timespec, modules/unlocked-io, modules/userspec,
20912         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
20913         modules/yesno:
20914         Remove lib_SOURCES line from Makefile.am section, as this is now
20915         done automatically by the corresponding Autoconf macro.
20916
20917 2005-03-21  Jim Meyering  <jim@meyering.net>
20918
20919         Changes imported from coreutils.
20920
20921         * lib/cycle-check.c: Don't include xalloc.h.
20922
20923         * lib/path-concat.c: Don't include assert.h.
20924         (path_concat): Remove assertion that would have triggered
20925         for ABASE starting with more than one slash.
20926         Reported by Andreas Schwab.
20927
20928         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
20929         properly when ABASE is an absolute file name.
20930         Correct the description of this function.
20931         Include <assert.h>.
20932         Add an assertion and a test driver.
20933         This fixes a bug introduced on 2004-07-02.
20934         Andreas Schwab reported the resulting failure of cp --parents:
20935         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
20936
20937 2005-03-21  Jim Meyering  <jim@meyering.net>
20938
20939         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
20940         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
20941
20942 2005-03-21  Jim Meyering  <jim@meyering.net>
20943         and  Paul Eggert  <eggert@cs.ucla.edu>
20944
20945         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
20946         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
20947         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
20948         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
20949         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
20950         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
20951         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
20952         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
20953         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
20954         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
20955         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
20956         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
20957         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
20958         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
20959         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
20960         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
20961         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
20962         for these modules.
20963
20964 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
20965
20966         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
20967         (which shouldn't happen), generate nothing instead of returning 0
20968         immediately, so that nstrftime (NULL, ...) doesn't return 0.
20969
20970 2005-03-16  Bruno Haible  <bruno@clisp.org>
20971
20972         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
20973         HAVE_LONGLONG_64BIT.
20974
20975 2005-03-16  Bruno Haible  <bruno@clisp.org>
20976
20977         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
20978         HAVE_LONGLONG_64BIT.
20979
20980 2005-03-16  Bruno Haible  <bruno@clisp.org>
20981
20982         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
20983         HAVE_LONGLONG_64BIT.
20984
20985 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20986
20987         * lib/strftime.c (my_strftime): Prepend space to format so that we can
20988         reliably distinguish strftime failure from empty output on POSIX
20989         hosts.
20990
20991 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20992
20993         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
20994         (iconv_string): Don't guess a size-zero buffer, as that might cause
20995         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
20996         result would be 'too large', where 'too large' is (heuristically)
20997         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
20998         overflow concerns.  This will prevent some unwanted malloc failures
20999         when the inputs are very large.
21000
21001 2005-03-15  Karl Berry  <karl@gnu.org>
21002
21003         * config/srclist.txt (config.rpath): from gettext.
21004         * config/config.rpath: update.
21005
21006 2005-03-15  Bruno Haible  <bruno@clisp.org>
21007
21008         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
21009         to 'negate'.
21010
21011         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
21012         variable.
21013
21014         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
21015         results.
21016
21017 2005-03-14  Simon Josefsson  <jas@extundo.com>
21018
21019         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
21020         <fx@gnu.org>.
21021
21022 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
21023
21024         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
21025         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
21026         intprops.h.
21027         * lib/strtol.c: Likewise.
21028
21029 2005-03-14  Jim Meyering  <jim@meyering.net>
21030
21031         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
21032         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
21033         to be nonzero so that we (and caller) can detect the difference
21034         between a valid zero-length expansion and an error return, even
21035         when the underlying strftime fails before writing anything into
21036         that location.
21037
21038 2005-03-14  Bruno Haible  <bruno@clisp.org>
21039
21040         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
21041         Update from GNU gettext 0.14.3.
21042
21043 2005-03-10  Jim Meyering  <jim@meyering.net>
21044
21045         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
21046
21047 2005-03-10  Jim Meyering  <jim@meyering.net>
21048
21049         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
21050         so that this module works on systems without fchdir.
21051
21052 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
21053
21054         Factor int-properties macros into a single file, except for
21055         glibc-related files.
21056         * lib/intprops.h: New file.
21057         * lib/getloadavg.c: Include it instead of limits.h.
21058         (INT_STRLEN_BOUND): Remove.
21059         * lib/human.c: Include intprops.h.
21060         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
21061         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
21062         302/1000.
21063         * lib/inttostr.h: Include intprops.h instead of limits.h.
21064         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
21065         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
21066         for consistency with intprops.h.
21067         (time_t_is_integer, twos_complement_arithmetic): Use them.
21068         * lib/sig2str.h: Include <signal.h>, intprops.h.
21069         (INT_STRLEN_BOUND): Remove.
21070         * lib/strftime.c (TYPE_SIGNED): Remove.
21071         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
21072         * lib/strtol.c: Adjust comments to match intprops.h.
21073         * lib/userspec.c: Include intprops.h.
21074         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
21075         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
21076         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
21077         instead of rolling our own expressions.
21078         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
21079
21080         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
21081         instead of int.
21082         (my_strftime): Do not mishandle years close to INT_MAX, by doing
21083         the right thing even if adding 1900 would overflow.  Similarly
21084         for tm_mon + 1 and tm_yday + 1.
21085         Make %Y always equivalent to %C%y, and similarly for %G and %g.
21086         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
21087         (DO_SIGNED_NUMBER): New macro.
21088         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
21089
21090 2005-03-07  Bruno Haible  <bruno@clisp.org>
21091
21092         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
21093
21094 2005-03-07  Bruno Haible  <bruno@clisp.org>
21095
21096         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
21097
21098 2005-03-04  Derek R. Price  <derek@ximbiot.com>
21099
21100         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
21101         (func_import): Only replace files via --import when they have actually
21102         changed.
21103
21104 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21105
21106         * m4/mmap-anon.m4: New file.
21107         * m4/pagealign_alloc.m4: New file.
21108
21109 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21110             Bruno Haible  <bruno@clisp.org>
21111
21112         * modules/pagealign_alloc: New file.
21113         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
21114
21115 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21116             Bruno Haible  <bruno@clisp.org>
21117
21118         * lib/pagealign_alloc.h: New file.
21119         * lib/pagealign_alloc.c: New file.
21120
21121 2005-03-03  Bruno Haible  <bruno@clisp.org>
21122
21123         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
21124         Use an all-permissive copyright notice, recommended by RMS.
21125
21126 2005-03-02  Bruno Haible  <bruno@clisp.org>
21127
21128         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
21129         of AIX, the replacement has to be done only after <string.h> is
21130         included, therefore not in config.h. stpncpy.h does the replacement,
21131         and stpncpy.c uses it.
21132
21133 2005-03-02  Bruno Haible  <bruno@clisp.org>
21134
21135         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
21136         stpncpy.c uses it.
21137
21138 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21139
21140         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
21141         The workaround isn't strictly needed for POSIX conformance, and
21142         it's too much of a pain to configure and maintain.  We'll ask
21143         people to fix their kernels instead.
21144         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
21145         (NANOSLEEP_BUG_WORKAROUND): Remove.
21146         (xnanosleep): Remove the workaround.
21147
21148 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21149
21150         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
21151         Reported by Derek Price.
21152         (Include): Add "timespec.h".
21153
21154         * modules/xnanosleep (Depends-on): Remove gethrxtime.
21155
21156 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21157
21158         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
21159         to detect nanosleep bug.
21160
21161 2005-03-01  Bruno Haible  <bruno@clisp.org>
21162
21163         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
21164
21165 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
21166
21167         * modules/gethrxtime: New file.
21168         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
21169         (Depends-on): Add gethrxtime.
21170         (configure.ac): Add gl_XNANOSLEEP.
21171         (Makefile.am): Remove lib_SOURCES line.
21172
21173 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
21174
21175         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
21176         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
21177
21178 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
21179
21180         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
21181         * lib/timespec.h (gettime): Return void, since it always
21182         succeeds now.  All uses changed.
21183         * lib/gettime.c (gettime) Likewise.
21184         [HAVE_NANOTIME]: Prefer nanotime.
21185         Assume gettimeofday succeeds, as POSIX requires.
21186         Assime time () succeeds, since other code already does.
21187         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
21188         (timespec_subtract): Remove.
21189         (NANOSLEEP_BUG_WORKAROUND): New constant.
21190         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
21191         things considerably.  Use it only on GNU/Linux hosts, since the
21192         workaround shouldn't be needed elsewhere.
21193
21194 2005-02-24  Bruno Haible  <bruno@clisp.org>
21195
21196         * modules/gettext (Files): Add m4/glibc2.m4.
21197
21198 2005-02-24  Bruno Haible  <bruno@clisp.org>
21199
21200         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
21201         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
21202         * m4/progtest.m4:
21203         Update from GNU gettext 0.14.2.
21204         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
21205
21206 2005-02-24  Bruno Haible  <bruno@clisp.org>
21207
21208         * lib/localcharset.c: Update from GNU gettext 0.14.2.
21209         * lib/config.charset: Update from GNU gettext 0.14.2.
21210
21211 2005-02-24  Bruno Haible  <bruno@clisp.org>
21212
21213         * lib/gettext.h: Update from GNU gettext 0.14.2.
21214
21215 2005-02-23  Simon Josefsson  <jas@extundo.com>
21216
21217         * m4/iconvme.m4: New file.
21218
21219 2005-02-23  Jim Meyering  <jim@meyering.net>
21220
21221         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
21222         change.
21223         Thanks to Bruno Haible for catching it.
21224
21225 2005-02-22  Simon Josefsson  <jas@extundo.com>
21226
21227         * modules/iconvme: New file.
21228
21229         * MODULES.html.sh: Add iconvme.
21230
21231 2005-02-22  Simon Josefsson  <jas@extundo.com>
21232
21233         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
21234
21235 2005-02-22  Simon Josefsson  <jas@extundo.com>
21236
21237         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
21238
21239 2005-02-22  Jim Meyering  <jim@meyering.net>
21240
21241         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
21242         s/ifndef/ifdef/.
21243
21244 2005-02-20  Neil Conway  <neilc@samurai.com>
21245
21246         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
21247         returned by OSX/Darwin if the specified buffer is not large
21248         enough for the hostname.
21249
21250 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21251
21252         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
21253         pass it to _help, otherwise the latter coredumps trying to
21254         dereference state.root_argp.
21255
21256 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21257
21258         * modules/chdir-long (Depends-on): Add memrchr.
21259         * modules/memrchr (Files): Add lib/memrchr.h.
21260         (Include): "memrchr.h".
21261
21262 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21263
21264         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
21265
21266 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21267
21268         * lib/memrchr.h: New file.
21269         * lib/chdir-long.c: Include it.
21270         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
21271         Don't bother including stddef.h.
21272
21273 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
21274
21275         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
21276         inclusion.
21277         Include <sys/types.h>, for dev_t.
21278         (ME_DUMMY, ME_REMOTE): Move from here....
21279         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
21280         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
21281         Dmitry V. Levin.
21282         Include mountlist.h first, to test the interface.
21283
21284 2005-01-29  Bruno Haible  <bruno@clisp.org>
21285
21286         * lib/progname.c (program_name): Initialize.
21287         Needed when linking statically on MacOS X.
21288
21289 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
21290
21291         Sync from coreutils.
21292         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
21293         (Depends-on): Add c-strtod.
21294         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
21295
21296 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
21297
21298         Sync from coreutils.
21299         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
21300
21301         Remove files that are specific to coreutils.
21302         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
21303
21304 2005-01-28  Bruno Haible  <bruno@clisp.org>
21305
21306         * modules/javacomp: New file.
21307         * MODULES.html.sh (Java): Add javacomp.
21308
21309 2005-01-28  Bruno Haible  <bruno@clisp.org>
21310
21311         * m4/javacomp.m4: New file, from GNU gettext.
21312
21313 2005-01-28  Bruno Haible  <bruno@clisp.org>
21314
21315         * lib/javacomp.sh.in: New file, from GNU gettext.
21316         * lib/javacomp.h: New file, from GNU gettext.
21317         * lib/javacomp.c: New file, from GNU gettext.
21318
21319 2005-01-26  Simon Josefsson  <jas@extundo.com>
21320
21321         * lib/gai_strerror.c: Use GPL in header.
21322
21323 2005-01-26  Bruno Haible  <bruno@clisp.org>
21324
21325         * modules/javaexec: New file.
21326         * MODULES.html.sh (Java): Add javaexec.
21327
21328 2005-01-26  Bruno Haible  <bruno@clisp.org>
21329
21330         * m4/javaexec.m4: New file, from GNU gettext.
21331
21332 2005-01-26  Bruno Haible  <bruno@clisp.org>
21333
21334         * lib/javaexec.sh.in: New file, from GNU gettext.
21335         * lib/javaexec.h: New file, from GNU gettext.
21336         * lib/javaexec.c: New file, from GNU gettext.
21337
21338 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21339
21340         * modules/lchown (Depends-on): Remove lchown.h
21341
21342 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21343
21344         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
21345         must be defined if the header file was not found, in order
21346         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
21347
21348 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21349
21350         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
21351         initializers for struct pentry_state.
21352         (__argp_error): Check return value of __asprintf
21353         (__argp_failure): Translate error message
21354
21355         * lib/argp-parse.c: Removed braces around the expansion of N_()
21356
21357 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
21358
21359         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
21360         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
21361         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
21362         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
21363         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
21364         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
21365         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
21366         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
21367         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
21368         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
21369         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
21370         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
21371         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
21372         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
21373         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
21374         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
21375         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
21376         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
21377         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
21378         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
21379         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
21380         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
21381         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
21382         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
21383         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
21384         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
21385         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
21386         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
21387         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
21388         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
21389         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
21390         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
21391         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
21392         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
21393         xstrtol.m4, xstrtoumax.m4, yesno.m4:
21394         Use an all-permissive copyright notice, recommended by RMS.
21395
21396 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
21397
21398         * modules/chdir-long (Depends-on): Remove mempcpy.
21399
21400 2005-01-21  Jim Meyering  <jim@meyering.net>
21401
21402         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
21403         same value as for Solaris 9.
21404
21405         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
21406         component length.  This included changing the parameter to be
21407         of type `char *' rather than `char const *'.
21408         * lib/chdir-long.h (chdir_long): Update prototype.
21409
21410         * lib/openat.c (fdopendir, fstatat): New functions.
21411         * lib/openat.h: Include headers required for use of DIR and struct
21412         stat.
21413         [AT_SYMLINK_NOFOLLOW]: Define.
21414         (fdopendir, fstatat): Add prototypes.
21415
21416 2005-01-21  Bruno Haible  <bruno@clisp.org>
21417
21418         * modules/classpath: New file.
21419         * MODULES.html.sh (Java): Add classpath.
21420
21421 2005-01-21  Bruno Haible  <bruno@clisp.org>
21422
21423         * lib/classpath.h: New file, from GNU gettext.
21424         * lib/classpath.c: New file, from GNU gettext.
21425
21426 2005-01-20  Simon Josefsson  <jas@extundo.com>
21427
21428         * modules/version-etc-fsf: New file.
21429
21430 2005-01-20  Simon Josefsson  <jas@extundo.com>
21431
21432         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
21433         * lib/version-etc.c: Remove version_etc_copyright.
21434         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
21435         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
21436
21437 2005-01-20  Simon Josefsson  <jas@extundo.com>
21438
21439         * lib/base64.h (isbase64): Add.
21440
21441         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
21442         using a unsigned prototype, don't inline.
21443         (base64_decode): Use it.
21444
21445 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21446
21447         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
21448         it.
21449
21450 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21451
21452         * lib/save-cwd.c (save_cwd): Remove code to support the case
21453         where fchdir is missing or flaky.
21454
21455 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21456
21457         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
21458
21459 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
21460
21461         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
21462         AC_LIBSOURCES now does this.
21463         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
21464         with new ullong_max module.
21465
21466 2005-01-19  Bruno Haible  <bruno@clisp.org>
21467
21468         * modules/sh-quote: New file.
21469         * MODULES.html.sh (Executing programs): Add sh-quote.
21470
21471 2005-01-19  Bruno Haible  <bruno@clisp.org>
21472
21473         * lib/sh-quote.h: New file, from GNU gettext.
21474         * lib/sh-quote.c: New file, from GNU gettext.
21475
21476 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21477
21478         Merge from coreutils.
21479         * m4/ullong_max.m4: New file.
21480         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
21481         (gl_MACROS): Assume localeconv exists.
21482
21483 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21484
21485         Merge changes from coreutils, as described below in several
21486         changelogs dated today.
21487
21488         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
21489         (O_DIRECTORY): Remove; not needed here, since "." must be
21490         a directory.  All uses removed.
21491         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
21492         universal on Suns, and we also need to test for IRIX.
21493         Revamp code to use 'if' rather than '#if'.
21494         Avoid unnecessary comparison of cwd->desc to 0.
21495
21496         * lib/utimens.c (futimens): Robustify the previous patch, by checking
21497         for known valid error numbers rather than observed invalid ones.
21498
21499 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21500
21501         * modules/ullong_max: New file.
21502
21503         * modules/chdir-long, modules/openat: New files.
21504         * modules/save-cwd (Depends-on): Depend on chdir-long.
21505         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
21506
21507 2005-01-18  Jim Meyering  <jim@meyering.net>
21508
21509         Merge from coreutils.
21510         * m4/chdir-long.m4, m4/openat.m4: New files.
21511         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
21512         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
21513         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
21514         is sane and DOES follow symlinks.  Besides, testing 20 different
21515         systems found no broken chown implementations.
21516         Prompted by a change in rsync's copy of this macro.
21517         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
21518
21519         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
21520
21521         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
21522         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
21523         NULL-means-set-to-current-time semantics.
21524         Remove temporary file immediately, rather than waiting
21525         for configure's at-exit trap code to do it.
21526
21527 2005-01-18  Jim Meyering  <jim@meyering.net>
21528
21529         * lib/version-etc.c (version_etc_copyright): Update copyright date.
21530
21531         * lib/utimens.c (futimens): Account for the fact that futimes
21532         can also fail with errno == ENOSYS or errno == ENOENT.
21533         Patch from Dmitry V. Levin.
21534
21535         Change the name of the robust chdir function from chdir to chdir_long.
21536         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
21537         (restore_cwd): Use chdir_long, not chdir.
21538         * lib/chdir-long.c: Renamed from chdir.c.
21539         * lib/chdir-long.h: Renamed from chdir.h.
21540         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
21541         Hurd.
21542
21543 2005-01-18  Bruno Haible  <bruno@clisp.org>
21544
21545         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
21546         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
21547         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
21548         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
21549         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
21550         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
21551         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
21552         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
21553         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
21554         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
21555         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
21556         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
21557         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
21558         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
21559         Use an all-permissive copyright notice, recommended by RMS.
21560
21561 2005-01-18  Bob Proulx  <bob@proulx.com>
21562
21563         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
21564         simplify offsetof() macro construct to avoid compile failure with
21565         native HP-UX 11.0 ANSI C compiler.
21566
21567 2005-01-17  Bruno Haible  <bruno@clisp.org>
21568
21569         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
21570         redundant because stpncpy.m4 takes care of it.
21571
21572 2005-01-17  Bruno Haible  <bruno@clisp.org>
21573
21574         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
21575
21576 2005-01-17  Bruno Haible  <bruno@clisp.org>
21577
21578         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
21579         used.
21580
21581 2005-01-17  Bruno Haible  <bruno@clisp.org>
21582
21583         * lib/fwriteerror.h (fwriteerror): Change specification to include
21584         fclose.
21585         * lib/fwriteerror.c: Include <stdbool.h>.
21586         (fwriteerror): At the end, close the file stream. Record whether
21587         stdout was already closed.
21588
21589 2005-01-17  Bruno Haible  <bruno@clisp.org>
21590
21591         * lib/execute.c (environ): Declare if needed.
21592         * lib/pipe.c (environ): Likewise.
21593         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
21594
21595 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21596
21597         * modules/argp: Depend on vsnprintf
21598
21599 2005-01-10  Jim Meyering  <jim@meyering.net>
21600
21601         * modules/closeout (Depends-on): Add atexit.
21602
21603 2005-01-06  Bruno Haible  <bruno@clisp.org>
21604
21605         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
21606
21607 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
21608
21609         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
21610         definitions to be after all include files, to avoid collisions.
21611         Problem reported by Bob Proulx.
21612
21613 2005-01-04  Jim Meyering  <jim@meyering.net>
21614
21615         Changes imported from coreutils.
21616         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
21617         as the mkstemp template, use a temporary directory and an
21618         8.3-friendly template to avoid trouble on systems like DJGPP.
21619         Reported by Juan M. Guerrero via Stepan Kasal.
21620         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
21621         close. Remove the temporary directory right away, rather than waiting
21622         for configure's at-exit trap code to do it.
21623         Suggestion from Stepan Kasal.
21624
21625 2005-01-01  Simon Josefsson  <jas@extundo.com>
21626
21627         * gnulib-tool: Print #include directives when --import'ing.
21628
21629 2004-12-28  Simon Josefsson  <jas@extundo.com>
21630
21631         * tests/test-base64.c: Include required header files.  Remove
21632         unused variables.
21633
21634 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21635
21636         * modules/error (Depends-on): Remove gettext.
21637
21638 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21639
21640         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
21641         not needed.  This removes a dependency on the gettext module.
21642         [defined _LIBC]: Do not include <libintl.h>; not needed.
21643
21644 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
21645
21646         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
21647         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
21648
21649 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
21650
21651         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
21652         HAVE_DECL_STRTOLD.
21653
21654 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21655
21656         * modules/getdate (Depends-on): Remove alloca-opt.
21657
21658 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21659
21660         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
21661
21662 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21663
21664         * lib/argp-parse.c: Include <stddef.h>.
21665         (alignof, alignto): New macros.
21666         (parser_init): Don't assume that void * is aligned sufficiently
21667         for struct option.
21668
21669         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
21670         need to extend the stack.
21671         (YYINITDEPTH): New macro, so that the initial stack isn't overly
21672         large.
21673
21674 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21675
21676         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
21677
21678 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
21679
21680         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
21681         (2004-10-24) change.  Apparently this was a false alarm.
21682
21683         * modules/getdate: Depend on alloca-opt, not alloca.
21684
21685 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
21686
21687         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
21688         Remove now-obsolete comment about AIX.
21689         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
21690         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
21691         (YYMAXDEPTH): New macro.
21692
21693 2004-12-18  Simon Josefsson  <jas@extundo.com>
21694
21695         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
21696
21697 2004-12-18  Bruno Haible  <bruno@clisp.org>
21698
21699         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
21700
21701 2004-12-18  Bruno Haible  <bruno@clisp.org>
21702
21703         * lib/fatal-signal.c (fatal_signals): Make non-const.
21704         (init_fatal_signals): New function.
21705         (uninstall_handlers, install_handlers): Ignore signals that were set to
21706         SIG_IGN.
21707         (at_fatal_signal): Call init_fatal_signals.
21708         (init_fatal_signal_set): Likewise. Ignore signals that were set to
21709         SIG_IGN.
21710         Reported by Paul Eggert.
21711
21712 2004-12-18  Bruno Haible  <bruno@clisp.org>
21713
21714         * doc/alloca.texi: New file.
21715         * doc/alloca-opt.texi: New file.
21716
21717 2004-12-17  Jim Meyering  <jim@meyering.net>
21718
21719         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
21720         Otherwise, install-sh could exit with improper exit status when
21721         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
21722
21723 2004-12-16  Simon Josefsson  <jas@extundo.com>
21724
21725         * tests/test-base64.c: Add license.
21726
21727 2004-12-15  Stepan Kasal  <address@hidden>
21728
21729         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
21730
21731 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
21732
21733         * modules/getcwd (Files): Add m4/d-ino.m4.
21734         Suggested by Mark D. Baushke.
21735
21736 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21737
21738         * lib/getdate.y (textint): New member "negative".
21739         (time_zone_hhmm): New function.
21740         Expect 14 shift-reduce conflicts, not 13.
21741         (o_colon_minutes): New rule.
21742         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
21743         (yylex): Set the "negative" member of signed numbers.
21744
21745 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21746
21747         * doc/getdate.texi (Time of day items, Time zone items):
21748         Describe new formats +00:00, UTC+00:00.
21749
21750 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
21751
21752         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
21753         spurious "-l"s.  Problem reported by Stepan Kasal.
21754
21755 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
21756
21757         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
21758         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
21759
21760 2004-12-04  Simon Josefsson  <jas@extundo.com>
21761
21762         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
21763         Vandoorselaere <yoann@prelude-ids.org>.
21764
21765 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21766
21767         Changes imported from coreutils.
21768         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
21769         exist.
21770         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
21771
21772 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21773
21774         Changes imported from coreutils.
21775         * lib/hard-locale.c: Assume <locale.h> exists.
21776         Include "strdup.h".
21777         (GLIBC_VERSION): New macro.
21778         (hard_locale): Assume setlocale exists.
21779         Rewrite to avoid #ifdef.
21780         Use strdup rather than malloc + strcpy.
21781         * lib/human.c: Assume <locale.h> exists.
21782         (human_readable): Assume localeconv exists.
21783
21784 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21785
21786         * modules/hard-locale (Depends-on): Add strdup.
21787
21788 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
21789
21790         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
21791         convert T2, not T.  (Imported from libc.)
21792
21793 2004-11-30  Simon Josefsson  <jas@extundo.com>
21794
21795         * modules/restrict (License): Change to LGPL.
21796
21797 2004-11-30  Simon Josefsson  <jas@extundo.com>
21798
21799         * m4/restrict.m4: Add copyright and copying conditions.
21800
21801 2004-11-30  Simon Josefsson  <jas@extundo.com>
21802
21803         * m4/base64.m4: New file.
21804
21805 2004-11-30  Simon Josefsson  <jas@extundo.com>
21806
21807         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
21808         base64.
21809
21810         * tests/test-base64.c: New file.
21811
21812         * modules/base64: New file.
21813
21814 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21815
21816         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
21817         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
21818
21819         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
21820
21821 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21822
21823         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
21824         (__getcwd.c): Don't restore errno; glibc doesn't.
21825         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
21826         first, falling back to our code only if its results look suspicious.
21827         Ensure that the resulting buffer is only as large as necessary.
21828
21829         * lib/readutmp.c: Include readutmp.h first.
21830         Include <errno.h>, since readutmp.h no longer does that.
21831         * lib/readutmp.h: Don't include <errno.h>,
21832         <sys/param.h>, <time.h>; not needed to establish interface.
21833         (errno): Remove decl.
21834         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
21835         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
21836         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
21837
21838 2004-11-28  Simon Josefsson  <jas@extundo.com>
21839
21840         * lib/base64.h, base64.c: New file.
21841
21842 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
21843
21844         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
21845
21846 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
21847
21848         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
21849         (Depends-on): Remove pathmax, same.  Add mempcpy.
21850         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
21851         (Makefile.am): Append getcwd.h to lib_SOURCES.
21852         (Include): Add getcwd.h.
21853         (Maintainer): Change from Jim Meyering to "all, glibc",
21854         since getdate now uses intended-for-glibc code.
21855         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
21856         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
21857
21858 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21859
21860         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
21861         HP's ANSI C compiler.
21862         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
21863         Declaring int functions causes warnings on some modern systems and
21864         shouldn't be needed to compile on ancient ones.
21865         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
21866         defined.
21867
21868         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
21869         with the following changes.
21870         (__set_errno): Parenthesize properly.
21871         Include <stdbool.h>.
21872         (MIN, MAX, MATCHING_INO): New macros.
21873         (__getcwd): Define with prototype, not K&R form.
21874         Use heuristics to allocate default buffer on stack if possible.
21875         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
21876         behavior, and to avoid the PATH_MAX limit when computing
21877         ../../../../...
21878         Use MATCHING_INO to compare inode number to file.
21879         Check for arithmetic overflow in size calculations.
21880         Fix bug in reallocation of dot array that caused getcwd to fail
21881         on directories nested deeper than 75.
21882         Be more careful about saving errno on error.
21883         Do not use realloc; use only free+malloc, as this is a bit
21884         more flexible and avoids a needless copy operation.
21885         Do not inspect st_dev and st_ino for symbolic links; POSIX
21886         doesn't specify the latter.
21887         Check for closedir errors.
21888         Avoid needless casts.
21889         Use "#ifdef weak_alias" around weak_alias, to be like other
21890         glibc code.
21891         The following changes to getcwd.c have effect only when used in
21892         gnulib; they have no effect inside glibc proper.
21893         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
21894         as alloca isn't used.
21895         (alloca, __alloca): Likewise.
21896         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
21897         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21898         unconditionally, as gnulib assumes C89 or better.
21899         Do not include <sys/param.h>.
21900         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
21901         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
21902         better.
21903         (NULL) [!defined NULL]: Remove; we assume C89 or better.
21904         Include <dirent.h> in a way that is compatible with modern Autoconf.
21905         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
21906         New macros, if not already defined.
21907         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
21908         Use "_LIBC", not "defined _LIBC", for consistency.
21909         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
21910         a mempcpy module.
21911         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
21912         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
21913         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
21914         credit only to Jim Meyering and adjust the copyright dates.
21915         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
21916         <stdlib.h>, <unistd.h>, "pathmax.h".
21917         Instead, include "xgetcwd.h" (first) and "getcwd.h".
21918         (INITIAL_BUFFER_SIZE): Remove.
21919         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
21920
21921 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21922
21923         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
21924         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
21925         Use the _ONCE methods, for efficiency.
21926         Check for fcntl.h.  In test program, include <errno.h>
21927         and <fcntl.h> if available.  Remove old K&R cruft from
21928         test program.  Check for common errors in GNU/Linux,
21929         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
21930         don't do AC_LIBOBJ, as that's getcwd.m4's job.
21931         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
21932         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
21933         name accordingly.
21934         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
21935         accommodate new getcwd.c.
21936         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
21937         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
21938         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
21939         that's all we need now.
21940
21941 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21942
21943         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
21944         argp-parse.c depends on getopt internals, that means we should
21945         always use our getopt, to be on the safe side.
21946         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
21947         order not to spoil the result of an eventual previous invocation
21948         of gl_GETOPT_SUBSTITUTE.
21949
21950 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21951
21952         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
21953         redefinition warnings. To avoid them, include the defines
21954         in `#if !defined __need_getopt ... #endif'. The only place
21955         where __getopt_argv_const is used is in definitions
21956         of getopt_long and getopt_long_only below, which are as well
21957         protected by `#ifndef __need_getopt'.
21958         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
21959         __need_getopt after including <stdio.h> and <unistd.h> These
21960         headers might have defined it.
21961
21962 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21963
21964         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
21965
21966 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21967
21968         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
21969         (futimens): New function, which uses futimes if available.
21970         (futimens, utimens): Support timespec==NULL, with same semantics
21971         as utime and utimens.
21972         * lib/utimens.h (futimens): New decl.
21973
21974 2004-11-23  Jim Meyering  <jim@meyering.net>
21975
21976         * lib/getopt_.h: Remove trailing blanks.
21977
21978 2004-11-23  Jim Meyering  <jim@meyering.net>
21979
21980         * lib/__fpending.c: Add comment.
21981
21982 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
21983
21984         * modules/canonicalize (Depends-on): Add xreadlink.
21985         Problem reported by James Youngman.
21986
21987 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
21988
21989         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
21990         New macros.
21991         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
21992         optopt): Use them instead of invoking ## directly; otherwise, the
21993         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
21994
21995 2004-11-19  Bruno Haible  <bruno@clisp.org>
21996
21997         * lib/strtok_r.c: Move comments from here...
21998         * lib/strtok_r.h: ... to here.
21999
22000 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
22001
22002         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
22003         implementations that mishandle size_t overflow.
22004
22005 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
22006
22007         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
22008         might fail.  Problem reported by Yoann Vandoorselaere.
22009         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
22010         implementations that mishandle size_t overflow.
22011
22012 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22013
22014         * modules/canon-host (Depends-on): Add strdup.
22015
22016 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22017
22018         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
22019
22020 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22021
22022         * lib/canon-host.c: Include "strdup.h".
22023         (canon_host): Use getaddrinfo if available, so that IPv6 works.
22024         Use strdup instead of malloc/strcpy to duplicate strings.
22025
22026         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
22027         (human_space_before_unit): New constant.
22028         * lib/human.c (human_readable): Support it.
22029
22030         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
22031         (xgetcwd): Set errno correctly when failing.
22032         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
22033         the failure is actually due to a PATH_MAX problem.
22034
22035         Further getopt changes to make it more likely that glibc will
22036         buy the changes back.
22037         * lib/getopt.c (POSIXLY_CORRECT): New constant.
22038         (getopt): Use it, so to preserve glibc semantic
22039         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
22040         when compiling for libc.
22041         * lib/getopt_.h (__getopt_argv_const): Bring it back.
22042         (getopt_long, getopt_long_only): Use it.
22043
22044         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
22045         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
22046         (getopt): Argv is now char * const *, as per standard.
22047         (_getopt_internal_r, _getopt_internal): Argv is now char **,
22048         not char *__getopt_argv_const *.
22049         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
22050         _getopt_long_only_r): Likewise.
22051         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
22052         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
22053         _getopt_long_r, _getopt_long_only_r): Likewise.
22054         * lib/getopt_.h (__getopt_argv_const): Remove.
22055         (getopt): Argv is now char * const *, as per standard.
22056
22057         * lib/getdate.y (tORDINAL): New token.
22058         (day, relunit): Allow it for relative times.
22059         (relative_time_table): Use tORDINAL for ordinals.
22060
22061 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22062
22063         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
22064         Document that "second" isn't allowed as an ordinal number.
22065
22066 2004-11-16  Jim Meyering  <jim@meyering.net>
22067
22068         * modules/closeout (Depends-on): Add fpending.
22069
22070 2004-11-15  Jim Meyering  <jim@meyering.net>
22071
22072         * lib/closeout.c: Include "__fpending.h" once again.
22073         Include <stdbool.h>.
22074         (close_stdout): Don't fail just because stdout was closed initially,
22075         since some programs don't write to stdout in the normal course of
22076         operation (other than --version and --help), and we don't want this
22077         function to make e.g. `touch file >&-' fail.
22078         But do fail if it was closed and someone has tried to write to it.
22079         E.g., `printf foo >&-' must fail.
22080
22081 2004-11-13  Jim Meyering  <jim@meyering.net>
22082
22083         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
22084
22085 2004-11-12  Simon Josefsson  <jas@extundo.com>
22086
22087         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
22088         small doc fix is still pending.
22089
22090 2004-11-11  Simon Josefsson  <jas@extundo.com>
22091
22092         * modules/strtok_r: New file.
22093
22094         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22095         strtok_r.
22096
22097 2004-11-11  Simon Josefsson  <jas@extundo.com>
22098
22099         * m4/strtok_r.m4: New file.
22100
22101         * m4/getopt.m4: Replace opterr.
22102
22103 2004-11-11  Simon Josefsson  <jas@extundo.com>
22104
22105         * lib/strtok_r.h, strtok_r.c: New file.
22106
22107 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
22108
22109         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
22110         of replacing opterr, getopt, etc.  This should handle the
22111         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
22112
22113 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
22114
22115         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
22116         we can stop lying to compilers about the constness of argv when we
22117         are compiled outside glibc.
22118         (getopt, getopt_long, getopt_long_only): Use it.
22119         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
22120         _getopt_internal, getopt): Likewise.
22121         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
22122         _getopt_long_only_r): Likewise.
22123         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
22124         _getopt_long_r, _getopt_long_only_r): Likewise.
22125
22126         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
22127         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
22128         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
22129         the other external symbols.
22130         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
22131         declaration, since the above renaming now works around collisions.
22132
22133 2004-11-11  Jim Meyering  <jim@meyering.net>
22134
22135         * lib/linebreak.c: Remove trailing blanks.
22136         * lib/alloca_.h: Likewise.
22137         * lib/acosl.c: Likewise.
22138         * lib/euidaccess.c: Likewise.
22139         * lib/allocsa.h: Likewise.
22140
22141 2004-11-10  Simon Josefsson  <jas@extundo.com>
22142
22143         * m4/getaddrinfo.m4: New file.
22144
22145 2004-11-10  Simon Josefsson  <jas@extundo.com>
22146
22147         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
22148
22149 2004-11-10  Simon Josefsson  <jas@extundo.com>
22150
22151         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22152         getaddrinfo.
22153
22154         * modules/getaddrinfo: New file.
22155
22156 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22157
22158         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
22159
22160 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22161
22162         * lib/mktime.c (SHR): New macro, which is a portable
22163         substitute for >> that should work even on Crays.
22164         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
22165         Problem reported by Mark D. Baushke in
22166         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
22167         * lib/getdate.y (SHR): Likewise.
22168         (tm_diff): Use it.
22169         * lib/strftime.c (SHR): Likewise.
22170         (tm_diff): Use it.
22171         * lib/quotearg.c (struct quoting_options): Use unsigned int for
22172         quote_these_too, so that right shifts are well defined.  All uses
22173         changed.
22174
22175 2004-11-10  Jim Meyering  <jim@meyering.net>
22176
22177         Ensure that no close failure goes unreported.
22178         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
22179         return early when it seems there's nothing to flush.
22180         Don't include __fpending.h.
22181
22182 2004-11-10  Jim Meyering  <jim@meyering.net>
22183
22184         * modules/closeout (Depends-on): Remove fpending.
22185
22186 2004-11-10  Jim Meyering  <jim@meyering.net>
22187
22188         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
22189
22190 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22191
22192         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
22193         gl_FUNC_STRFTIME.
22194         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
22195         and AC_REQUIRE when possible, to avoid duplicate checks.
22196         Check for <wchar.h>.
22197
22198 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22199
22200         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
22201
22202 2004-11-09  Bruno Haible  <bruno@clisp.org>
22203
22204         * m4/sockpfaf.m4: New file.
22205
22206 2004-11-05  Bruno Haible  <bruno@clisp.org>
22207
22208         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
22209         Reported by Mark D. Baushke <mdb@cvshome.org>.
22210
22211 2004-11-04  Bruno Haible  <bruno@clisp.org>
22212
22213         2004-09-11  Bruno Haible  <bruno@clisp.org>
22214                 * allocsa.valgrind: New file.
22215         2004-02-06  Bruno Haible  <bruno@clisp.org>
22216                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
22217                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
22218                 Reported by Christopher Seip <chris.seip@hp.com>.
22219
22220 2004-11-04  Bruno Haible  <bruno@clisp.org>
22221
22222         * modules/allocsa (Files): Add lib/allocsa.valgrind.
22223         (Makefile.am): Distribute it.
22224
22225 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
22226
22227         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
22228         with errno == ERANGE if the buffer is too small.
22229         Problem reported by Mark D. Baushke.
22230
22231 2004-11-03  Albert Chin  <china@thewrittenword.com>
22232             Paul Eggert  <eggert@cs.ucla.edu>
22233
22234         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
22235         equivalent, substitute $ac_type for equivalent type rather than
22236         blindly using uint32_t *always* which won't work if uint32_t is not
22237         available.  Define _UINT32_T to work around typedef of uint32_t if
22238         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
22239         2.5.1.
22240
22241 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22242
22243         * m4/jm-macros.m4: Sync from coreutils.
22244         (gl_MACROS): Check for mbrlen, for pathchk.
22245         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
22246
22247 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22248
22249         * lib/xreadlink.c (MAXSIZE): New macro.
22250         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
22251         size does not exceed MAXSIZE.  Avoid cast.
22252         As suggested by Mark D. Baushke in
22253         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
22254         if readlink fails with buffer size just under MAXSIZE, try again
22255         with MAXSIZE.
22256
22257 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22258
22259         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
22260
22261 2004-11-02  Derek R. Price  <derek@ximbiot.com>
22262         and  Paul Eggert  <eggert@cs.ucla.edu>
22263
22264         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
22265         (get_date): Overparenthesize to avoid GCC warning.
22266
22267 2004-11-02  Bruno Haible  <bruno@clisp.org>
22268
22269         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
22270         returns void.
22271
22272 2004-11-02  Bruno Haible  <bruno@clisp.org>
22273
22274         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
22275         function returns void.
22276
22277 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
22278
22279         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
22280         fflush_unlocked, flockfile, funlockfile, funlockfile,
22281         fputs_unlocked, putc_unlocked.
22282
22283 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
22284
22285         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
22286         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
22287         already declared.
22288
22289 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22290
22291         * modules/getdate (Files): Add doc/getdate.texi.
22292         (Depends-on): Add setenv, xalloc.
22293
22294 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22295
22296         * lib/getdate.y: Add support for TZ="foo" within a date string.
22297         Fix some bugs near time_t boundaries.  Reject dates with
22298         out-of-range components, e.g., "Sept 31".
22299         Include <stdlib.h>, "setenv.h", "xalloc.h".
22300         (ISDIGIT_LOCALE): Remove; unused.
22301         Note that the TZ and time functions used here are not reentrant.
22302         (mktime_ok, get_tz): New functions.
22303         (TZBUFSIZE): New constant.
22304         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
22305         This requires that we sometimes generate our own TZ="XXX..." setting.
22306
22307 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22308
22309         * doc/getdate.texi: New file, from coreutils with modifications for
22310         the new TZ parsing.
22311
22312 2004-10-27  Derek R. Price  <derek@ximbiot.com>
22313
22314         * lib/mktime.c (not_equal_tm): Remove redundant check.
22315
22316 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22317
22318         * modules/regex (lib_SOURCES): Add regex.c.
22319         Reported by James Youngman in
22320         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
22321
22322 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22323
22324         * lib/getdate.y: Use Bison 1.875 features, and some minor
22325         code cleanups.  This change does not affect semantics.
22326         Don't include <stdlib.h>; no longer needed.
22327         Don't include unlocked-io.h; only the "#if TEST" code uses
22328         stdio, and performance isn't crucial there.
22329         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
22330         Bison 1.875 features as described below.
22331         All uses of "PC." replaced by "pc->".
22332         (YYSTYPE): Add a forward declaration.
22333         (yylex, yyerror): Use full prototypes in forward decls.
22334         Use "%pure-parser" rather than obsolescent "%pure_parser".
22335         Use %parse-param and %lex-param instead of obsolescent
22336         YYPARSE_PARAM and YYLEX_PARAM.
22337         (meridian_table, month_and_day_table, time_units_table,
22338         relative_time_table, time_zone_table, military_table,
22339         lookup_zone, lookup_word, get_date):
22340         Use NULL instead of 0 where appropriate.
22341         (to_hour): Avoid abort (), to avoid a dependency on
22342         stdlib.h.
22343         (yyerror, yylex): Now accepts parser_control * arg.
22344         (main) [TEST]: Use '\0' rather than 0 for char.
22345
22346 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
22347
22348         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
22349
22350 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
22351
22352         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
22353         It's now the caller's responsibility to handle the case where
22354         !HAVE_GETPAGESIZE && !defined getpagesize.
22355
22356         * lib/mktime.c (leapyear): Arg is long int, not int.
22357
22358 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
22359
22360         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
22361
22362 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
22363
22364         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
22365         missing.  Problem reported by James Youngman.
22366
22367 2004-10-16  Simon Josefsson  <jas@extundo.com>
22368
22369         * gnulib-tool: Fix comments.  Fix parse problem.
22370         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
22371
22372 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
22373
22374         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
22375         implementation of getopt_long.  Problem reported by Alexander Taler in:
22376         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
22377
22378 2004-10-15  Bruno Haible  <bruno@clisp.org>
22379
22380         * gnulib-tool: Untabify. Initialize supplied_libname.
22381         (func_usage): More homogenous output.
22382         (func_modules_transitive_closure, func_modules_to_filelist,
22383         func_emit_lib_Makefile_am): New functions.
22384         (func_import): New function, extracted from big case statement. Use
22385         func_get_license, func_modules_transitive_closure,
22386         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
22387         opt_lgpl. Don't use test -a, as it's not portable.
22388         (func_create_testdir): Use func_modules_transitive_closure,
22389         func_modules_to_filelist, func_emit_lib_Makefile_am.
22390
22391 2004-10-15  Bruno Haible  <bruno@clisp.org>
22392
22393         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
22394
22395 2004-10-15  Bruno Haible  <bruno@clisp.org>
22396
22397         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
22398         the portions belonging to each module.
22399         Suggested by Derek Robert Price <derek@ximbiot.com>.
22400
22401 2004-10-12  Simon Josefsson  <jas@extundo.com>
22402
22403         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
22404         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
22405         to real functions.
22406
22407 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22408
22409         * modules/vsnprintf: New file.
22410
22411 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22412
22413         * m4/vsnprintf.m4: New file.
22414
22415 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22416
22417         * lib/vsnprintf.h: New file.
22418         * lib/vsnprintf.c: New file.
22419
22420 2004-10-11  Bruno Haible  <bruno@clisp.org>
22421
22422         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
22423         vsnprintf.
22424
22425 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
22426
22427         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
22428
22429 2004-10-07  Bruno Haible  <bruno@clisp.org>
22430
22431         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
22432         fits into the provided buffer.
22433
22434 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
22435
22436         * lib/diacrit.c, diacrit.h: Add GPL notice.
22437
22438         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
22439         notice.
22440         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
22441         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
22442         This avoids a potential constant-folding bug.
22443
22444 2004-10-05  Bruno Haible  <bruno@clisp.org>
22445
22446         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
22447         for the declaration of strsep.
22448
22449 2004-10-05  Bruno Haible  <bruno@clisp.org>
22450
22451         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
22452
22453 2004-10-04  Simon Josefsson  <jas@extundo.com>
22454
22455         * modules/memmem: New file.
22456         * tests/test-memmem.c: New file.
22457         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
22458
22459 2004-10-04  Simon Josefsson  <jas@extundo.com>
22460
22461         * m4/memmem.m4: New file.
22462
22463 2004-10-04  Simon Josefsson  <jas@extundo.com>
22464
22465         * lib/memmem.h: New file.
22466         * lib/memmem.c: New file, taken from glibc.
22467
22468 2004-10-04  Simon Josefsson  <jas@extundo.com>
22469
22470         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
22471         '#ifdef USE_UNLOCKED_IO'.
22472
22473 2004-10-04  Simon Josefsson  <jas@extundo.com>
22474
22475         * config/srclist.txt: Add memmem from glibc.
22476
22477 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22478
22479         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
22480
22481         * modules/argmatch, modules/argp, modules/closeout, modules/error,
22482         modules/exclude, modules/getdate, modules/getline,
22483         modules/getndelim2, modules/getpass, modules/getpass-gnu,
22484         modules/getusershell, modules/linebuffer, modules/md5,
22485         modules/mountlist, modules/posixtm, modules/readtokens,
22486         modules/readutmp, modules/regex, modules/sha1,
22487         modules/version-etc, modules/yesno:
22488         Remove dependency on unlocked-io.
22489
22490 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22491
22492         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
22493
22494         * m4/unlocked-io.m4: Add copyright notice.
22495         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
22496
22497 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22498
22499         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
22500         * lib/xmalloc.c (xmemdup): Likewise.
22501         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
22502         XFREE): Remove these long-obsolescent macros.
22503         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
22504         * lib/xstrdup.c: Remove.
22505
22506         * lib/regex.c (re_comp): Cast gettext return value to char *,
22507         Problem reported by Martin Neitzel via Mark D. Baushke.
22508
22509 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22510
22511         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
22512         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
22513         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
22514         regex.c, sha1.c, version-etc.c, yesno.c:
22515         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
22516         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
22517         the includer's responsibility.
22518
22519         Sync from coreutils.
22520
22521         * lib/modechange.c (mode_compile): Don't decrement a pointer that
22522         points to the start of a string, as the C Standard says the
22523         resulting behavior is undefined.
22524
22525         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
22526         simple -> simple_backups, numbered_existing ->
22527         numbered_existing_backups, numbered -> numbered_backups
22528         to avoid shadowing problems.  All uses changed.
22529         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
22530         * lib/backupfile.c (check_extension, numbered_backup):
22531         Rename locals to avoid shadowing 'basename'.
22532         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
22533         once.
22534
22535         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
22536         * lib/.cvsignore: Add getopt.h.
22537
22538 2004-10-04  Bruno Haible  <bruno@clisp.org>
22539
22540         * modules/README: New file.
22541         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
22542         not a module.
22543
22544 2004-10-02  Jim Meyering  <jim@meyering.net>
22545
22546         * lib/dirfd.h, getpagesize.h: Add copyright notice.
22547
22548 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22549
22550         * modules/strsep: New file.
22551
22552 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22553
22554         * m4/strsep.m4: New file.
22555
22556 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22557
22558         * lib/strsep.h: New file.
22559         * lib/strsep.c: New file.
22560
22561 2004-10-01  Simon Josefsson  <jas@extundo.com>
22562
22563         * lib/snprintf.c (snprintf): Handle size==0.
22564
22565 2004-10-01  Simon Josefsson  <jas@extundo.com>
22566             Bruno Haible  <bruno@clisp.org>
22567
22568         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
22569         (snprintf): Declare 'args'.
22570
22571 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
22572
22573         * lib/snprintf.c: Remove comments as to why each header is needed.
22574
22575 2004-10-01  Bruno Haible  <bruno@clisp.org>
22576
22577         * MODULES.html.sh: Add strsep.
22578
22579 2004-09-30  Simon Josefsson  <jas@extundo.com>
22580
22581         * modules/snprintf: New file.
22582
22583 2004-09-30  Simon Josefsson  <jas@extundo.com>
22584
22585         * m4/snprintf.m4: New file.
22586
22587 2004-09-30  Simon Josefsson  <jas@extundo.com>
22588
22589         * lib/snprintf.h, lib/snprintf.c: New files.
22590
22591 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22592
22593         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
22594         (hol_entry_help): Never translate an empty string.
22595         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
22596         * lib/argp.h (OPTION_NO_TRANS): New option.
22597
22598 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22599
22600         * modules/argp (Maintainer): Replace Simon Josefsson
22601         by Sergey Poznyakoff.
22602
22603 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22604
22605         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
22606         changes merged back into glibc.
22607
22608 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22609
22610         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
22611
22612 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
22613
22614         * lib/xvasprintf.c: Include xalloc.h.
22615         (xvasprintf): Use xalloc_die, not xmalloc_die.
22616
22617 2004-09-29  Bruno Haible  <bruno@clisp.org>
22618
22619         * modules/alloca-opt: New file, derived from modules/alloca.
22620         * modules/allocsa: Depend on alloca-opt instead of alloca.
22621         * modules/setenv: Likewise.
22622         * modules/vasnprintf: Likewise.
22623         * MODULES.html.sh: Add alloca-opt.
22624
22625 2004-09-28  Simon Josefsson  <jas@extundo.com>
22626
22627         * gnulib-tool: New parameter --lgpl, to asseert that modules are
22628         LGPL, and to replace license template from GPL to LGPL.
22629
22630 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
22631
22632         * modules/dummy: Change license to LGPL.
22633
22634 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
22635
22636         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
22637
22638 2004-09-24  Simon Josefsson  <jas@extundo.com>
22639
22640         * modules/minmax (License): Change from GPL to LGPL.
22641
22642 2004-09-23  Simon Josefsson  <jas@extundo.com>
22643
22644         * gnulib-tool (--import): Typo.
22645
22646 2004-09-23  Simon Josefsson  <jas@extundo.com>
22647
22648         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
22649
22650 2004-09-22  Bruno Haible  <bruno@clisp.org>
22651
22652         * modules/*: Add 'License' field.
22653         * gnulib-tool: Accept --extract-license option.
22654         (func_get_license): New function.
22655
22656 2004-09-21  Bruno Haible  <bruno@clisp.org>
22657
22658         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
22659         Reported by Simon Josefsson.
22660
22661 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
22662
22663         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
22664         gl_AC_TYPE_LONG_LONG.
22665
22666 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
22667
22668         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
22669
22670 2004-09-18  Simon Josefsson  <jas@extundo.com>
22671         and  Paul Eggert  <eggert@cs.ucla.edu>
22672
22673         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
22674         calls with autoreconf.  Define GL_LIB.
22675
22676 2004-09-14  Karl Berry  <karl@gnu.org>
22677
22678         * config/srclist.txt: unsync setenv.c, sigh.
22679
22680 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22681
22682         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
22683         Problem reported by Bruno Haible in:
22684         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
22685
22686 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22687
22688         * config/srclist.txt: Comment out argp-pvh.c.
22689
22690 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
22691
22692         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
22693         in case some system header has #define'd it.  Problem reported by
22694         Soeren D. Schulze in
22695         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
22696
22697 2004-09-09  Karl Berry  <karl@gnu.org>
22698
22699         * regex.[ch]: delete from the root.  These were supposed to be
22700                 synced with emacs cvs, but this has not happened for about
22701                 a year, and anyway nothing else uses emacs regex.[ch].
22702                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
22703                 lib/regex[.ch] is untouched.
22704
22705 2004-09-09  Bruno Haible  <bruno@clisp.org>
22706
22707         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
22708
22709 2004-09-09  Bruno Haible  <bruno@clisp.org>
22710
22711         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
22712         modifications.
22713         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
22714
22715 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
22716
22717         * modules/xvasprintf: New file.
22718         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
22719
22720 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
22721
22722         * lib/xvasprintf.h: New file.
22723         * lib/xvasprintf.c: New file.
22724         * lib/xasprintf.c: New file.
22725
22726 2004-09-08  Bruno Haible  <bruno@clisp.org>
22727
22728         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
22729
22730 2004-09-08  Bruno Haible  <bruno@clisp.org>
22731
22732         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
22733         length is > INT_MAX.
22734         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
22735         more.
22736
22737 2004-09-08  Bruno Haible  <bruno@clisp.org>
22738
22739         * lib/stdint_.h: New file, taken from GNU clisp.
22740
22741 2004-09-08  Bruno Haible  <bruno@clisp.org>
22742             Oskar Liljeblad  <oskar@osk.mine.nu>
22743
22744         * modules/stdint: New file.
22745         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
22746
22747 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22748
22749         Import from coreutils.
22750         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
22751         strings on unbounded length.  alloca's performance benefits aren't
22752         that important here.
22753         (V_STRDUP): Remove.
22754         (parse_with_separator): New function, with most of the internals
22755         of the old parse_user_spec.  Allow user to omit both user and group,
22756         for compatibility with FreeBSD.
22757         Clone only the user name, not the entire spec.
22758         Do not set *uid, *gid unless entirely successful.
22759         Avoid memory leak in some failing cases.
22760         Fix regression for USER.GROUP reported by Dmitry V. Levin in
22761         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
22762         (parse_user_spec): Rewrite to use parse_with_separator.
22763
22764 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22765
22766         * modules/userspec: Don't depend on alloca.
22767
22768 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22769
22770         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
22771
22772 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
22773
22774         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
22775         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
22776         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
22777
22778 2004-08-16  Simon Josefsson  <jas@extundo.com>
22779
22780         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
22781         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
22782         Add --dry-run for --import.
22783         Let user provided command line parameters override configure.ac
22784         settings.
22785
22786 2004-08-12  Simon Josefsson  <jas@extundo.com>
22787
22788         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
22789         as discussed with Paul Eggert in threads rooted at
22790         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
22791         and
22792         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
22793         Before, the test was empty, and relied on ELIDE_CODE in source
22794         code.)
22795         (gl_PREREQ_GETOPT): New macro.
22796         (gl_GETOPT): Use them.
22797
22798 2004-08-12  Simon Josefsson  <jas@extundo.com>
22799
22800         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
22801         * lib/getopt_.h: Renamed from getopt.h.
22802
22803 2004-08-12  Simon Josefsson  <jas@extundo.com>
22804
22805         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
22806         Change default library name from libfoo to libgnu.
22807         Now, if you have a configure.ac that says:
22808                 gl_SOURCE_BASE(gl)
22809                 gl_M4_BASE(gl/m4)
22810                 gl_MODULES(error getopt etcetera)
22811                 gl_INIT
22812         you can import all you need by running:
22813                 ../gnulib/gnulib-tool --import
22814
22815         * modules/getopt (Files): Rename getopt.h to getopt_.h.
22816         (Makefile.am): Rewrite, use logic from argz.
22817         (Include): Use <getopt.h> instead of "getopt.h".
22818
22819 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22820
22821         * modules/argp (Files): Add m4/unlocked-io.m4.
22822         (Depends-on): Add extensions.
22823
22824 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22825
22826         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
22827         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
22828         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
22829         Check for program_invocation_name, program_invocation_short_name,
22830         flockfile, funlockfile, features.h, _getopt_long_only_r.
22831
22832 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22833
22834         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
22835         its complicated substitute.
22836         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
22837         and program_invocation_name.
22838         (__argp_basename) [!_LIBC]: Remove; the only use was
22839         replaced by its body.
22840         (__argp_short_program_name): Change condition from
22841         !defined __argp_short_program_name to
22842         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
22843         to match argp-namefrob.h.
22844         (__argp_failure): Don't assume strerror_r returns char *.
22845         * lib/argp-parse.c (N_): Define unconditionally.
22846         (argp_default_options): Fill out initializers with 0 to avoid
22847         gcc warnings.
22848
22849 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22850
22851         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
22852         getopt1.c.
22853
22854 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22855
22856         Merge from coreutils.
22857
22858         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
22859
22860         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
22861         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
22862
22863 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22864
22865         Merge from coreutils.
22866
22867         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
22868         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
22869         for Reliant Unix 5.43.
22870
22871         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
22872         (union fooround): Use uintmax_t, not long int.
22873         The rest is a merge from libc:
22874         [defined _LIBC]: Include <shlib-compat.h>.
22875         (_obstack) [defined _LIBC]: Remove after 2.3.4.
22876
22877         * lib/settime.c (settime): Recode to avoid warning with
22878         Sun Forte C 6U2.
22879
22880         * lib/strverscmp.c: Convert to UTF-8.
22881
22882 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22883
22884         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
22885         m4/uintmax_t.m4.
22886
22887 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22888
22889         * modules/xalloc-die: New file.
22890         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
22891
22892         * modules/md5 (Files): Add m4/uint32_t.m4.
22893         * modules/sha1: Renamed from modules/sha.
22894         (Files):
22895         Rename lib/sha.h to lib/sha1.h.
22896         Rename lib/sha.c to lib/sha1.c.
22897         Rename m4/sha.m4 to m4/sha1.m4.
22898         (lib_SOURCES): Likewise.
22899         (configure.ac): Rename gl_SHA to gl_SHA1.
22900         (Include): sha.h -> sha1.h.
22901
22902 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22903
22904         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
22905         * m4/sha1.m4: Renamed from sha.m4.
22906         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
22907
22908 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22909
22910         * lib/obstack.h (obstack_empty_p):
22911         Don't assume that chunk->contents is suitably aligned.
22912         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
22913         Likewise. Problem reported by Benno in
22914         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
22915
22916         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
22917         readable.  This could be improved further but it'd take some work.
22918
22919 2004-08-08  Simon Josefsson  <jas@extundo.com>
22920
22921         * modules/xgethostname (Depends-on): Remove exit and error (not
22922         used).
22923
22924         * modules/getpass-gnu: Add getpass.h.
22925         (Depends-on): Add stdbool.
22926         * modules/getpass: Add getpass.h.
22927
22928 2004-08-08  Simon Josefsson  <jas@extundo.com>
22929
22930         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
22931         Check getpass declaration.
22932
22933 2004-08-08  Simon Josefsson  <jas@extundo.com>
22934
22935         * lib/xgethostname.c: Don't include error.h (not used).
22936
22937         * lib/getpass.h: Add.
22938         * lib/getpass.c: Include getpass.h first.
22939
22940 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
22941
22942         * lib/xalloc-die.c: New file.
22943         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
22944         All uses removed.
22945         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
22946         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
22947         xalloc-die.c.
22948         (_, N_, xalloc_die): Move to xalloc-die.c.
22949         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
22950         so that we needn't mess with xalloc_msg_memory_exhausted.
22951
22952         * lib/sha1.h: Renamed from sha.h.
22953         (SHA1_H): Renamed from _SHA_H.
22954         (sha1_ctx): Renamed from sha_ctx.
22955         (sha1_init_ctx): Renamed from sha_init_ctx.
22956         (sha1_process_block): Renamed from sha_process_block.
22957         (sha1_process_bytes): Renamed from sha_process_bytes.
22958         (sha1_finish_ctx): Renamed from sha_finish_ctx.
22959         (sha1_read_ctx): Renamed from sha_read_ctx.
22960         (sha1_stream): Renamed from sha_stream.
22961         (sha1_buffer): Renamed from sha_buffer.
22962         * lib/sha1.c: Likewise; renamed from sha.c.
22963         Do not include <sys/types.h>.
22964         Include <stddef.h> rather than <stdlib.h>.
22965
22966 2004-08-08  Bruno Haible  <bruno@clisp.org>
22967
22968         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
22969         FILESYSTEM_PREFIX_LEN.
22970         * lib/progreloc.c: Likewise.
22971         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
22972
22973 2004-08-06  Simon Josefsson  <jas@extundo.com>
22974
22975         * modules/progname (Depends-on): Don't depend on stdbool.
22976
22977 2004-08-06  Simon Josefsson  <jas@extundo.com>
22978
22979         * modules/getsubopt: New file.
22980         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22981         getsubopt.
22982
22983 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22984
22985         More merge from coreutils.
22986
22987         * m4/utimens.m4, m4/utimecmp.m4: New files.
22988         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
22989         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
22990         prereq.m4, sha.m4: Import changes from coreutils.
22991
22992 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22993
22994         More merge from coreutils.
22995         * modules/raise, modules/readtokens0, modules/utimens:
22996         * modules/utimecmp, module/xnanosleep: New files.
22997         * modules/strftime: Add lib/strftime.h.
22998         Change include from <time.h> to "strftime.h".
22999         * modules/yesno: Add lib/yesno.h.
23000         * modules/backupfile: Remove lib/addext.c.
23001         * modules/euidaccess: Add stat-macros.h.
23002         * modules/canonicalize, modules/euidaccess,
23003         modules/filemode, modules/lchown, modules/makepath,
23004         modules/rmdir, modules/stat: Likewise.
23005
23006 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
23007
23008         Merge from tar.
23009         * lib/argp-help.c (make_hol, hol_append): Don't assume that
23010         SIZE_MAX is a valid preprocessor constant.
23011         (__argp_basename): Change from "#ifndef _LIBC"
23012         to "#ifndef __argp_short_program_name", so that
23013         we don't compile these functions for tar.
23014
23015         More merges from coreutils.
23016         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
23017         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
23018         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
23019         * lib/addext.c: Remove; no longer needed.
23020         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
23021         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
23022         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
23023         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
23024         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
23025         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
23026         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
23027         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
23028         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
23029         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
23030         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
23031         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
23032         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
23033         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
23034         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
23035         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
23036         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
23037         Import changes from coreutils.
23038
23039 2004-08-05  Simon Josefsson  <jas@extundo.com>
23040
23041         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
23042
23043 2004-08-05  Simon Josefsson  <jas@extundo.com>
23044
23045         * m4/getsubopt.m4: New file.
23046
23047 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
23048
23049         Merge from coreutils.
23050
23051         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
23052         * m4/getcwd-path-max.m4: New files.
23053
23054         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
23055         FILESYSTEM_PREFIX_LEN ->
23056         FILE_SYSTEM_PREFIX_LEN.
23057         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
23058         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
23059         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
23060         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
23061
23062         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
23063         prerequisite modules now handle the DOS stuff.
23064         Don't check for unistd.h.
23065
23066 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
23067
23068         Merge from coreutils.
23069
23070         * lib/.gdb-history: Remove; this doesn't belong here.
23071
23072         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
23073         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
23074         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
23075         * lib/getcwd.c: New files.
23076
23077         * lib/dirname.h: Include <stdbool.h>.
23078         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
23079         for consistency with POSIX terminology.  All uses changed.
23080         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
23081         (strip_trailing_slashes): Use bool for booleans.
23082         * lib/stripslash.c (strip_trailing_slashes): Likewise.
23083
23084         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
23085         sometimes returns a positive errno value even when it succeeds.
23086         (print_errno_message) [!LIBC]: Fall back on strerror if
23087         __strerror_r fails.
23088
23089         * lib/path-concat.c (mempcpy): Don't define if a system header defines
23090         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
23091         (longest_relative_suffix): New function.
23092         (path_concat): Use it.  Assume first argument is not NULL.
23093         Port to DOS.  Omit redundant separators.
23094         Report an error instead of returning NULL.
23095         Use mempcpy instead of memcpy.
23096         (xpath_concat): Remove: not declared or used.
23097
23098         * lib/same.h: Include <stdbool.h>
23099         (same_name): Return bool, not int.
23100         * lib/same.c (same_name): Likewise.
23101         (errno): Don't declare; we assume C89 or better now.
23102
23103         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
23104         if not already defined.
23105
23106         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
23107         * lib/dup-safer.c (errno): Likewise.
23108
23109 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
23110
23111         Merge from coreutils.
23112         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
23113         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
23114         * modules/path-concat: Don't depend on strdup.
23115
23116 2004-08-03  Simon Josefsson  <jas@extundo.com>
23117
23118         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
23119         * lib/progname.h: Don't include stdbool.h.
23120
23121 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23122
23123         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
23124         * MODULES.html.sh (func_all_modules): Remove fatal.
23125
23126 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23127
23128         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
23129
23130 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23131
23132         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
23133         working.
23134
23135 2004-08-02  Simon Josefsson  <jas@extundo.com>
23136
23137         * lib/getsubopt.h: New file, with comments from Bruno Haible.
23138         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
23139         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
23140
23141 2004-08-01  Simon Josefsson  <jas@extundo.com>
23142
23143         * lib/xgetdomainname.c: Include stdlib.h, for free().
23144
23145 2004-07-19  Bruno Haible  <bruno@clisp.org>
23146
23147         * MODULES.html.sh (func_all_modules): Add dummy.
23148
23149 2004-07-16  Simon Josefsson  <jas@extundo.com>
23150
23151         * modules/dummy: New file.
23152
23153 2004-07-16  Simon Josefsson  <jas@extundo.com>
23154
23155         * lib/dummy.c: New file.
23156
23157 2004-07-16  Bruno Haible  <bruno@clisp.org>
23158
23159         * lib/backupfile.h: Add extern "C" for C++.
23160         * lib/closeout.h: Likewise.
23161         * lib/copy-file.h: Likewise.
23162         * lib/findprog.h: Likewise.
23163         * lib/full-write.h: Likewise.
23164         * lib/pathname.h: Likewise.
23165         * lib/progname.h: Likewise.
23166         * lib/stpcpy.h: Likewise.
23167         * lib/stpncpy.h: Likewise.
23168         * lib/strcase.h: Likewise.
23169         * lib/strstr.h: Likewise.
23170         * lib/xalloc.h: Likewise.
23171
23172         * lib/mbswidth.h: Add extern "C" for C++.
23173         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
23174
23175 2004-07-13  Robert Millan  <robertmh@gnu.org>
23176
23177         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
23178
23179 2004-07-09  Simon Josefsson  <jas@extundo.com>
23180
23181         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
23182         failed without this.)
23183
23184 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23185
23186         * modules/chown (Files): Add lib/fchown-stub.c, since
23187         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
23188
23189 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23190
23191         * lib/fchown-stub.c: New file.
23192
23193 2004-06-24  Jim Meyering  <jim@meyering.net>
23194
23195         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
23196
23197 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23198
23199         * modules/argz: Omit "#include".
23200
23201         * MODULES.html.sh (func_all_modules): Add calloc, to match
23202         2004-06-01 addition of calloc module.
23203
23204 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23205
23206         * m4/argz.m4: New file, which is autoupdated from libtool.
23207
23208 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23209
23210         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
23211         libtool.
23212
23213 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23214
23215         * config/srclist-update: Don't insist on "USA." before the
23216         close-comment, as libtool omits the period and puts the */ on a
23217         separate line.
23218         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
23219         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
23220
23221 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
23222
23223         * modules/argz: New file.
23224         * MODULES.html.sh (func_all_modules): Add argz.
23225
23226 2004-06-12  Jim Meyering  <jim@meyering.net>
23227         and  Paul Eggert  <eggert@cs.ucla.edu>
23228
23229         * modules/hash (Files): Add lib/xalloc.h.
23230         * modules/pipe (Depends-on): Add wait-process.
23231         * modules/stat (Depends-on): Add xalloc.
23232         * modules/userspec (Files): Add lib/userspec.h.
23233         * modules/xstrto
23234
23235         Upgrade from gettext-0.13.
23236         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
23237         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
23238         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
23239
23240 2004-06-10  Jim Meyering  <jim@meyering.net>
23241
23242         * lib/calloc.c: New file.
23243
23244 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
23245
23246         * lib/getdate.y (yylex): Allow space between sign and number.
23247         Problem reported by Dan Jacobson.
23248
23249 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
23250
23251         Merge from coreutils CVS.
23252
23253         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
23254         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
23255         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
23256         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
23257         xstrtol.m4: Fix copyright date and/or serial number.
23258
23259         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
23260         See if we need an fchown replacement.
23261         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
23262         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
23263         and use the replacement function if we detect either defect.
23264
23265         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
23266         gl_UTIMECMP.
23267
23268 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
23269         and  Jim Meyering  <jim@meyering.net>
23270
23271         Merge from coreutils CVS.
23272
23273         * lib/stat-macros.h: New file, with contents from file-type.h
23274         and coreutils' system.h.
23275         * lib/file-type.c: Include "stat-macros.h".
23276         * lib/file-type.h (file_type): Move all macro definitions to new file,
23277         stat-macros.h.
23278
23279         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
23280         Wrap old code with this conditional.
23281         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
23282         function that does not dereference symlinks.
23283         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
23284
23285         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
23286         dependency problems.
23287         (xreadlink): Accept new arg SIZE, for efficiency.
23288         All decls and uses changed.
23289         * lib/xreadlink.h: Include <stddef.h>, for size_t.
23290
23291         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
23292         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
23293
23294         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
23295         sysexits.h.
23296
23297 2004-06-01  Jim Meyering  <jim@meyering.net>
23298
23299         * m4/calloc.m4: New file.
23300
23301 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
23302
23303         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
23304         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
23305         Also, fix a typo in a diagnostic.
23306
23307 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
23308
23309         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
23310         or AC_FUNC_REALLOC.
23311
23312 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
23313
23314         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
23315         macros to be defined.
23316         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
23317         the allocator returns NULL because the requested size is zero.
23318
23319 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
23320
23321         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
23322         var.  Add comment explaining why libc still defines it.  This
23323         merges the following patch from glibc:
23324         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
23325
23326 2004-05-20  Andreas Schwab  <schwab@suse.de>
23327
23328         * m4/free.m4: Replace free if it not known to work, not the other
23329         way round.
23330
23331 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
23332
23333         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
23334         present in glibc since revision 1.1 of this file.
23335         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
23336         obstack_alignment_mask, obstack_alloc, obstack_base,
23337         obstack_blank, obstack_blank_fast, obstack_chunk_size,
23338         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
23339         obstack_grow0, obstack_init, obstack_int_grow,
23340         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
23341         obstack_next_free, obstack_object_size, obstack_ptr_grow,
23342         obstack_ptr_grow_fast, obstack_room): Remove declarations of
23343         nonexistent functions.
23344
23345 2004-05-18  Karl Berry  <karl@gnu.org>
23346
23347         * config/srclist.txt: break link for vasnprintf.c.
23348
23349 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
23350
23351         Port obstack to the AS/400, where pointers are 16 bytes wide and
23352         you cannot cast an integer to a valid pointer.  This patch is
23353         currently waiting to be integrated into glibc; see
23354         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
23355
23356         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
23357         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
23358         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
23359         (struct obstack): temp member is now a union of a pointer and
23360         an integer, instead of an integer.  All integer uses changed.
23361         This does not affect the physical layout of struct obstack,
23362         except on hosts (like the AS/400) where the size or alignment of
23363         void * is greater than that of ptrdiff_t.
23364         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
23365         __STDC__)]: Store temporary in pointer member of union, not
23366         integer member.
23367         * lib/obstack.c: Include <stddef.h>, for offsetof.
23368         (struct fooalign): Remove; it doesn't need a name.
23369         (union fooround): Change double to long double, and add void *.
23370         (DEFAULT_ALIGNMENT): Use offsetof to compute.
23371         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
23372         not a macro.  Hence the values are always int; so remove all
23373         casts-to-int in uses.
23374
23375 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
23376
23377         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
23378         we can get this patch merged into glibc.
23379
23380 2004-05-17  Derek R. Price  <derek@ximbiot.com>
23381             Paul Eggert  <eggert@cs.ucla.edu>
23382
23383         * m4/argp: Depend on alloca.
23384
23385 2004-05-17  Derek R. Price  <derek@ximbiot.com>
23386             Paul Eggert  <eggert@cs.ucla.edu>
23387
23388         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
23389         freecoding.
23390
23391 2004-05-17  Bruno Haible  <bruno@clisp.org>
23392
23393         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
23394         precision that consists of a '.' followed by an empty digit string.
23395         Patch by Tor Lillqvist <tml@iki.fi>.
23396
23397 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
23398
23399         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
23400         for backward compatibility with older code.  We need our own
23401         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
23402         it under some other name, and our alloca.h will define it.
23403
23404 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
23405             Derek Price  <derek@ximbiot.com>
23406
23407         * lib/alloca.c: Include <alloca.h>, to get our interface.
23408         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
23409         include <alloca.h> first.  Use C89 prototype for alloca; this
23410         requires including <stddef.h> for size_t.  Use extern "C" if C++.
23411         Use #elif for simplicity, since we can assume C89 now.
23412         Don't try to source the system alloca.h since it will not be found
23413         and to prevent recursively including its replacement.
23414         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
23415         * lib/regex.c: Likewise.
23416
23417 2004-05-16  Derek Price  <derek@ximbiot.com>
23418             Paul Eggert  <eggert@cs.ucla.edu>
23419
23420         getline cleanup.  This changes the getndelim2 API: both order of
23421         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
23422         no delimiter).
23423
23424         * lib/getline.c: Don't include stddef.h or stdio.h, since our
23425         interface does that.
23426         (getline): Always use getdelim, so that we don't have two
23427         copies of this code.
23428         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
23429         if available.
23430         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
23431         (GETNDELIM2_MAXIMUM): New macro.
23432         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
23433         instead of the old practice of delim2==0.  All callers changed.
23434         Return -1 on overflow, instead of returning junk.
23435         Do not set *linesize unless allocation succeeds.
23436         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
23437         that we include sys/types.h.
23438         * lib/getnline.h: Likewise.
23439         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
23440         (getndelim2): Reorder arguments.
23441         * lib/getnline.c (getnline, getndelim):
23442         Don't discard the NMAX argument.
23443         (getnline): Invoke getndelim, to avoid code duplication.
23444         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
23445         of (size_t) -1 by callers of the getnline family.
23446
23447 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
23448
23449         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
23450         Check for gettimeofday.
23451         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
23452         Check for settimeofday, stime.
23453
23454 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
23455
23456         * lib/nanosleep.c (suspended): Change its type from int to
23457         sig_atomic_t volatile.
23458         (first_call): Make it private to rpl_nanosleep, and have it
23459         be zero initially as that's a bit faster.
23460         (my_usleep): Round up fractional times instead of truncating them,
23461         as this is the usual meaning for 'sleep'.
23462
23463         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
23464         doesn't work.
23465         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
23466         (ENOSYS): Define if not defined.
23467         (settime): Fall back on stime if it exists and settimeofday fails.
23468         But don't bother with fallbacks if a method fails with errno == EPERM.
23469
23470 2004-05-11  Jim Meyering  <jim@meyering.net>
23471
23472         Prior to this change, the save_cwd caller required read access to the
23473         current directory on most systems (ones with the fchdir function).
23474
23475         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
23476         fails, try write-only, and finally, resort to using xgetcwd.
23477
23478 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
23479
23480         * lib/obstack.c, obstack.h: Import changes from libc.
23481
23482 2004-04-28  Bruno Haible  <bruno@clisp.org>
23483
23484         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
23485         also implicitly appends .exe to executables.
23486         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
23487         accepts Windows pathnames.
23488         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
23489         Treat Cygwin like Windows, since it now accepts Windows pathnames.
23490         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
23491         Treat Cygwin like Windows, since it now accepts Windows pathnames.
23492         Reported by Derek Robert Price <derek@ximbiot.com>.
23493
23494 2004-04-21  Karl Berry  <karl@gnu.org>
23495
23496         * config/srclist.txt (localcharset.c): break sync.
23497
23498 2004-04-20  Paul Eggert  <eggert@twinsun.com>
23499
23500         * m4/host-os.m4: Add a copyright notice.
23501
23502 2004-04-20  Jim Meyering  <jim@meyering.net>
23503
23504         Change UTILS_ to gl_ in AC_DEFINE'd names.
23505         Change utils_- and jm_-prefixed variables, too.
23506         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
23507         UTILS_FUNC_MKDIR_TRAILING_SLASH.
23508         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
23509
23510         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
23511         Don't emit trailing blanks.
23512         Also rename jm_-prefixed variables to have gl_ prefix.
23513
23514         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
23515         Also rename jm_-prefixed variables to have gl_ prefix.
23516
23517         * m4/jm-macros.m4: Reflect the renamings.
23518         * m4/prereq.m4: Likewise.
23519
23520 2004-04-20  Jim Meyering  <jim@meyering.net>
23521
23522         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
23523         memory.
23524
23525 2004-04-20  Jim Meyering  <jim@meyering.net>
23526             Bruno Haible  <bruno@clisp.org>
23527
23528         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
23529         memory when realloc fails.
23530
23531 2004-04-19  Jim Meyering  <jim@meyering.net>
23532
23533         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
23534         now that readutmp.c may call `free (0)'.
23535
23536 2004-04-19  Bruno Haible  <bruno@clisp.org>
23537
23538         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
23539         * m4/inttypes_h.m4: Likewise.
23540         * m4/stdint_h.m4: Likewise.
23541         * m4/intmax_t.m4: Likewise.
23542         * m4/uintmax_t.m4: Likewise.
23543
23544 2004-04-18  Jim Meyering  <jim@meyering.net>
23545
23546         * m4/prereq.m4: Don't forbid jm_ prefix.
23547
23548         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
23549         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
23550         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
23551         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
23552         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
23553         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
23554         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
23555         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
23556         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
23557         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
23558         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
23559         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
23560         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
23561         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
23562         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
23563         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
23564         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
23565         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
23566         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
23567
23568 2004-04-18  Jim Meyering  <jim@meyering.net>
23569
23570         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
23571         failure, don't leak memory and do call END_UTMP_ENT.
23572
23573 2004-04-16  Jim Meyering  <jim@meyering.net>
23574
23575         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
23576         coreutils' stat program.
23577         (gl_PREREQ): Don't require jm_PREREQ_STAT.
23578
23579 2004-04-11  Paul Eggert  <eggert@twinsun.com>
23580
23581         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
23582         C89.
23583         (CHAR_BIT): Remove, since we assume C89.
23584         Include <stdint.h> if available, as per current Autoconf CVS advice.
23585
23586 2004-03-31  Jim Meyering  <jim@meyering.net>
23587
23588         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
23589         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
23590         * m4/xalloc.m4: Likewise.
23591
23592 2004-03-30  Paul Eggert  <eggert@twinsun.com>
23593
23594         Merge from coreutils.
23595
23596         * m4/inttostr.m4: New file.
23597         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
23598         Require AM_STDBOOL_H and gl_TIMESPEC instead.
23599         Require gl_CLOCK_TIME.
23600         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
23601
23602 2004-03-30  Paul Eggert  <eggert@twinsun.com>
23603
23604         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
23605         not bool, to be more consistent with Unix conventions.
23606         Suggested by Bruno Haible.
23607
23608         Merge from coreutils.
23609
23610         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
23611         * lib/umaxtostr.c: New files.
23612
23613         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
23614         the usual <time.h> dance.
23615         (get_date): Change signature to support fractional time stamps.
23616         All callers changed.
23617         * lib/getdate.y: Include "getdate.h" first, as we can now
23618         assume C89 and don't need to worry about 'const'.
23619         Similarly, include "unlocked-io.h" near start, not in middle.
23620         Include <limits.h>.
23621         (textint.value): Use long int rather than int.
23622         (textint.digits): Use size_t rather than int.
23623         (BILLION, LOG10_BILLION): New constants.
23624         (parser_control): New member rel_ns.  Members day_ordinal,
23625         time_zone, month, day, hour, minutes, rel_year, rel_month,
23626         rel_day, rel_hour, rel_minutes, rel_seconds
23627         are now long int, not int.  Member seconds is now struct timespec,
23628         not int.  New member timespec_seen.  Members dates_seen, days_seen,
23629         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
23630         not int.
23631         (%union.intval): Now long int, not int.
23632         New member timespec.
23633         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
23634         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
23635         (spec): Now is a timespec or an item list.
23636         (timespec, items): New nonterminals.
23637         (time, rel, relunit, number, get_date):
23638         Add support for fractional seconds.
23639         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
23640         (gmtime, localtime, mktime): Remove decls; not needed with C89.
23641         (to_hour): First arg is now long int, not int.
23642         (to_year): Returns long int, not int.
23643         Don't treat year -70 like 70.
23644         (tm_diff): Returns long int, not int.
23645         (lookup_word): Use bool instead of int when appropriate.
23646         (yylex): Use size_t for count, not int.
23647         Detect overflow when parsing large integer constants.
23648         Add support for fractions.
23649         (get_date): Make pointers 'const' if possible.
23650         Use more-portable code to detect integer overflow.
23651         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
23652         Don't use ctime; it's not reliable if the year has >4 digits.
23653
23654         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
23655         This is for compatibility with BSD.
23656
23657         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
23658         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
23659         From coreutils' system.h.
23660
23661         * lib/userspec.c: Don't include "posixver.h".
23662         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
23663         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
23664         compatible extension.  Simplify code by removing a boolean int
23665         that was always nonzero if a string was nonnull.
23666
23667 2004-03-30  Jim Meyering  <jim@meyering.net>
23668
23669         Merge from coreutils.
23670
23671         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
23672         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
23673         on some systems one must include <grp.h> before it.
23674         Reported by Christian Krackowizer.
23675
23676 2004-03-30  Jim Meyering  <jim@meyering.net>
23677
23678         Merge from coreutils.
23679
23680         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
23681
23682         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
23683         an empty input stream.
23684
23685         * lib/readtokens.c: Include <stdbool.h>.
23686         (readtoken): Use `size_t' rather than int/long.
23687         All callers adjusted.
23688         Use `bool' rather than `int' where appropriate.
23689         Use memset rather than an explicit loop.
23690         Use x2nrealloc rather than xrealloc.
23691         Allow the use of `\0' as a delimiter.
23692         (readtokens): Likewise.
23693         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
23694
23695 2004-03-30  Jim Meyering  <jim@meyering.net>
23696
23697         * m4/realloc.m4: Remove file, since now it does no more than
23698         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
23699         the `configure.ac' section of module/realloc.
23700         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
23701
23702 2004-03-30  Bruno Haible  <bruno@clisp.org>
23703
23704         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
23705         nonnull.
23706
23707 2004-03-29  Paul Eggert  <eggert@twinsun.com>
23708
23709         Merge changes to getloadavg.c from coreutils and Emacs.
23710
23711         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
23712         Define to an expression, not to the empty string.
23713         Include cloexec.h and xalloc.h.
23714         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
23715         Use set_cloexec_flag rather than rolling our own.
23716         * lib/cloexec.c, lib/cloexec.h: New files.
23717
23718 2004-03-29  Paul Eggert  <eggert@twinsun.com>
23719
23720         * m4/cloexec.m4: New file.
23721
23722 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23723
23724         * lib/getopt.h: Sync with libc CVS.
23725
23726 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23727             Bruno Haible  <bruno@clisp.org>
23728
23729         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
23730         mbswidth.
23731
23732 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23733             Bruno Haible  <bruno@clisp.org>
23734
23735         * lib/mbswidth.h: Include <wchar.h> only if
23736         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
23737         <wchar.h>.
23738         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
23739
23740 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23741
23742         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
23743         Sync with libc CVS.
23744         * lib/getopt_int.h: New file, also synced from libc.
23745
23746 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23747
23748         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
23749         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
23750         Bring back getopt.c, getopt.h, getopt1.c.
23751
23752 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23753
23754         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
23755         All uses changed.  Check for sa_sigaction member; this fixes
23756         a bug first reported by Jason Andrade in
23757         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23758
23759 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23760
23761         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
23762         '#if' expressions.  Unlike the code it replaces, it does not
23763         depend on (defined _SC_PAGESIZE).  However, it does depend on
23764         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
23765         first reported by Jason Andrade in
23766         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23767
23768 2004-02-25  Simon Josefsson  <jas@extundo.com>
23769
23770         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
23771
23772 2004-02-25  Simon Josefsson  <jas@extundo.com>
23773
23774         * lib/strdup.h: New file.
23775         * lib/strdup.c: Include it.
23776         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
23777         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
23778
23779 2004-02-23  Karl Berry  <karl@gnu.org>
23780
23781         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
23782         (from fencepost.gnu.org:/gd/gnuorg).
23783
23784 2004-02-23  Karl Berry  <karl@gnu.org>
23785
23786         * config/srclistvars.sh (GNUORG) [karl]: redefine.
23787         * config/srclist.txt: add maintain/standards documents.
23788
23789 2004-02-18  Bruno Haible  <bruno@clisp.org>
23790
23791         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
23792         Reported by Derek Robert Price <derek@ximbiot.com>.
23793
23794 2004-02-16  Karl Berry  <karl@gnu.org>
23795
23796         * config/mkinstalldirs, install-sh: update from automake.
23797
23798 2004-02-06  Karl Berry  <karl@gnu.org>
23799
23800         * m4/po.m4: update from gettext 0.14.1.
23801
23802 2004-02-06  Karl Berry  <karl@gnu.org>
23803
23804         * lib/config.charset: update from gettext 0.14.1.
23805
23806 2004-02-05  Paul Eggert  <eggert@twinsun.com>
23807
23808         Add comments and code, prompted by suggestions from Bruno Haible
23809         for sh-quote.
23810         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
23811         describing the enum quoting_style values.
23812         * lib/quotearg.c (quotearg_alloc): New function.
23813         (quotearg_buffer_restyled): Treat lone { and } as special.
23814         Treat = as special.  Work around bug with older shells
23815         that "see" a '\' that is really the 2nd byte of a multibyte char.
23816         Quote empty string with shell_quoting_style.
23817
23818 2004-02-03  Bruno Haible  <bruno@clisp.org>
23819
23820         * m4/pipe.m4: New file, from GNU gettext.
23821
23822 2004-02-03  Bruno Haible  <bruno@clisp.org>
23823
23824         * lib/pipe.h: New file, from GNU gettext.
23825         * lib/pipe.c: New file, from GNU gettext.
23826
23827 2004-01-27  Bruno Haible  <bruno@clisp.org>
23828
23829         * m4/execute.m4: New file, from GNU gettext.
23830
23831 2004-01-27  Bruno Haible  <bruno@clisp.org>
23832
23833         * lib/execute.h: New file, from GNU gettext.
23834         * lib/execute.c: New file, from GNU gettext.
23835         * lib/w32spawn.h: New file, from GNU gettext.
23836
23837 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23838
23839         Merge from diffutils.
23840
23841         * lib/file-type.c (file_type): Add typed memory objects.
23842         * lib/file-type.h (S_TYPEISTMO): New macro.
23843
23844         * lib/c-stack.h (c_stack_action): Remove argv argument.
23845         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
23846         (die): Don't calculate message unless segv_action returns.
23847         (get_stack_location, min_address_from_argv, max_address_from_argv,
23848         volatile stack_base, volatile_stack_size): Remove.
23849         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
23850         that every segmentation violation is a stack overflow.  (Ouch!)
23851         See Debian bug 136249 (still outstanding) for more info about why
23852         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
23853
23854 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23855
23856         Exit-status fix from coreutils.
23857
23858         Use exit_failure consistently in place of EXIT_FAILURE,
23859         so that program exit statuses are consistent on failure.
23860
23861         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
23862         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
23863         * lib/argmatch.h: Comment fix to match the above.
23864         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
23865         Now a macro referring to exit_failure, instead of a separate
23866         variable.  Include "exitfail.h" to get it.
23867         * lib/xstrtol.h: Include "exitfail.h".
23868         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
23869
23870         * lib/long-options.c (parse_long_options): Use prototype
23871         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
23872         for clarity.
23873
23874 2004-01-21  Jim Meyering  <jim@meyering.net>
23875
23876         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
23877         so as not to conflict with a different-sized __mktime_internal
23878         function in GNU libc.
23879         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
23880         Problem building statically-linked `ls' reported by Michael Brunnbauer.
23881
23882 2004-01-20  Karl Berry  <karl@gnu.org>
23883
23884         * config/config.guess: update from config.
23885
23886         * config/srclistvars.sh: GNUWWWLICENSES for karl.
23887
23888 2004-01-20  Bruno Haible  <bruno@clisp.org>
23889
23890         Safer stack allocation.
23891         * lib/setenv.c: Include allocsa.h.
23892         (alloca): Remove fallback definition.
23893         (freea): Remove macro.
23894         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
23895         instead of freea.
23896
23897 2004-01-20  Bruno Haible  <bruno@clisp.org>
23898
23899         * m4/eealloc.m4: New file, from GNU gettext.
23900
23901 2004-01-20  Bruno Haible  <bruno@clisp.org>
23902
23903         * m4/allocsa.m4: New file, from GNU gettext.
23904
23905 2004-01-20  Bruno Haible  <bruno@clisp.org>
23906
23907         * lib/xallocsa.h: New file, from GNU gettext.
23908         * lib/xallocsa.c: New file, from GNU gettext.
23909
23910 2004-01-20  Bruno Haible  <bruno@clisp.org>
23911
23912         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
23913
23914 2004-01-20  Bruno Haible  <bruno@clisp.org>
23915
23916         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
23917         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
23918         specially.
23919
23920 2004-01-20  Bruno Haible  <bruno@clisp.org>
23921
23922         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
23923         patch.
23924
23925 2004-01-20  Bruno Haible  <bruno@clisp.org>
23926
23927         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
23928
23929 2004-01-20  Bruno Haible  <bruno@clisp.org>
23930
23931         * lib/eealloc.h: New file.
23932
23933 2004-01-20  Bruno Haible  <bruno@clisp.org>
23934
23935         * lib/binary-io.h: Avoid warnings on Cygwin.
23936
23937 2004-01-20  Bruno Haible  <bruno@clisp.org>
23938
23939         * lib/allocsa.h: New file, from GNU gettext.
23940         * lib/allocsa.c: New file, from GNU gettext.
23941
23942 2004-01-18  Karl Berry  <karl@gnu.org>
23943
23944         * doc/gpl.texi, doc/lgpl.texi: new files.
23945
23946 2004-01-18  Karl Berry  <karl@gnu.org>
23947
23948         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
23949         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
23950
23951 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23952
23953         Merge from coreutils.
23954
23955         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
23956         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
23957         (gl_DEFAULT_POSIX2_VERSION): Move
23958         the documentation from 'configure' into 'config.hin',
23959         so that 'configure --help' isn't burdened by it and
23960         we don't have to worry about its formatting there.
23961         Reword the documentation so that it's more succinct
23962         and can be run together into a single paragraph.
23963         * m4/same.m4 (gl_SAME): Check for pathconf.
23964
23965 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23966
23967         Merge from coreutils.
23968
23969         * lib/posixver.c: Include posixver.h.
23970
23971         * lib/same.c: Include <stdbool.h>, <limits.h>.
23972         (_POSIX_NAME_MAX): Define if not defined.
23973         (MIN): New macro.
23974         (same_name): If file names are silently truncated, report
23975         that the file names are the same if they are the same after
23976         the silent truncation.
23977
23978         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
23979         conversion function.
23980         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
23981         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
23982         longer needed.
23983
23984 2004-01-15  Jim Meyering  <jim@meyering.net>
23985
23986         Merge from coreutils.
23987
23988         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
23989         if no library is required.
23990         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
23991         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
23992         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
23993         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
23994         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
23995         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
23996         value, $ac_cv_search_crypt, if it's "none required".
23997         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
23998         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
23999         not gl_FUNC_GETLOADAVG.
24000         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
24001         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
24002
24003 2004-01-15  Jim Meyering  <jim@meyering.net>
24004
24005         Merge from coreutils.
24006
24007         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
24008         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
24009         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
24010
24011         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
24012         optional configure-time default.
24013
24014         * lib/version-etc.c (version_etc_copyright): Update copyright date.
24015
24016         * lib/xreadlink.c (xreadlink): Correct outdated comment.
24017
24018 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
24019
24020         Merge from coreutils.
24021
24022         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
24023         value, $ac_cv_search_nanosleep, if it's "none required".
24024
24025 2004-01-14  Paul Eggert  <eggert@twinsun.com>
24026
24027         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
24028         with like-named macro in fnmatch.c.
24029         (EXT): Use an internal constant instead.
24030
24031         Merge fnmatch patches from glibc.
24032         * lib/fnmatch.c (mbsinit): Remove define.
24033         Add libc_hidden_ver (__fnmatch, fnmatch).
24034         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
24035         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
24036
24037 2004-01-14  Karl Berry  <karl@gnu.org>
24038
24039         * config/install-sh: update from automake.
24040
24041 2004-01-13  Karl Berry  <karl@gnu.org>
24042
24043         * config/install-sh: update from automake.
24044
24045 2004-01-09  Karl Berry  <karl@gnu.org>
24046
24047         * config/install-sh: update from automake.
24048
24049 2004-01-05  Karl Berry  <karl@gnu.org>
24050
24051         * config/config.{sub,guess}: update from config.
24052
24053 2003-12-31  Karl Berry  <karl@gnu.org>
24054
24055         * config/depcomp: update from automake.
24056
24057 2003-12-14  Karl Berry  <karl@gnu.org>
24058
24059         * lib/config.charset: update from gettext-runtime.
24060
24061 2003-12-03  Paul Eggert  <eggert@twinsun.com>
24062
24063         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
24064         Bug reported by Alfred M. Szmidt.
24065
24066 2003-12-03  Bruno Haible  <bruno@clisp.org>
24067
24068         * m4/gettext.m4: Upgrade from gettext-0.13.
24069         * m4/po.m4: Upgrade from gettext-0.13.
24070         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
24071         * m4/intmax.m4: New file, from gettext-0.13.
24072         * m4/printf-posix.m4: New file, from gettext-0.13.
24073
24074 2003-11-29  Karl Berry  <karl@gnu.org>
24075
24076         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
24077
24078 2003-11-25  Paul Eggert  <eggert@twinsun.com>
24079             Bruno Haible  <bruno@clisp.org>
24080
24081         * lib/printf-parse.h: Don't include sys/types.h.
24082         (ARG_NONE): New macro.
24083         (char_directive): Change type of *arg_index fields to size_t.
24084         * lib/printf-parse.c: Don't include sys/types.h.
24085         (SSIZE_MAX): Remove macro.
24086         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
24087         Remove unnecessary overflow check.
24088         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
24089         fields.
24090
24091 2003-11-25  Bruno Haible  <bruno@clisp.org>
24092
24093         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
24094
24095 2003-11-25  Bruno Haible  <bruno@clisp.org>
24096
24097         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
24098         gt_TYPE_SSIZE_T.
24099
24100 2003-11-24  Paul Eggert  <eggert@twinsun.com>
24101
24102         * modules/alloca: Remove dependency on xalloc.
24103
24104 2003-11-24  Paul Eggert  <eggert@twinsun.com>
24105
24106         * lib/alloca.c: Remove dependency on xalloc module.
24107         (xalloc_die): Remove.
24108         (memory_full) [!defined emacs]: New macro.
24109         [!defined emacs]: Don't include xalloc.h.
24110         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
24111         address arithmetic overflows.  Change datatypes a bit to avoid
24112         unnecessary casts.
24113
24114 2003-11-22  Jim Meyering  <jim@meyering.net>
24115
24116         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
24117         s/size/size_t/.
24118
24119 2003-11-21  Karl Berry  <karl@gnu.org>
24120
24121         * config/config.{sub,guess}: update from config.
24122
24123 2003-11-18  Karl Berry  <karl@gnu.org>
24124
24125         * config/config.{sub,guess}: update from config.
24126
24127         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
24128
24129 2003-11-17  Paul Eggert  <eggert@twinsun.com>
24130
24131         * README: Mention that S+T cannot overflow if S is the size of
24132         an existing object and T is sufficiently small.
24133
24134 2003-11-17  Jim Meyering  <jim@meyering.net>
24135
24136         On systems without utime and without a utimes function capable of
24137         dealing with a NULL struct utimbuf* argument, this utime replacement
24138         could -- in unusual circumstances -- leak a file descriptor.
24139         * lib/utime.c: Include <unistd.h> and <errno.h>.
24140         (utime_null): Be sure to close `fd' and to preserve errno.
24141         Reported by Geoff Collyer via Arnold Robbins.
24142
24143 2003-11-17  Bruno Haible  <bruno@clisp.org>
24144
24145         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
24146         (Depends-on): Add xsize.
24147
24148 2003-11-17  Bruno Haible  <bruno@clisp.org>
24149
24150         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
24151
24152 2003-11-17  Bruno Haible  <bruno@clisp.org>
24153
24154         * lib/vasnprintf.c (alloca): Remove fallback definition.
24155         (freea): Remove definition.
24156         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
24157         Reported by Paul Eggert.
24158
24159 2003-11-16  Paul Eggert  <eggert@twinsun.com>
24160             Bruno Haible  <bruno@clisp.org>
24161
24162         Protect against address arithmetic overflow.
24163         * lib/printf-args.h: Include stddef.h.
24164         (arguments): Change type of field 'count' to size_t.
24165         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
24166         'unsigned int' where appropriate.
24167         * lib/printf-parse.h: Include sys/types.h.
24168         (char_directive): Change type of *arg_index fields to ssize_t.
24169         (char_directives): Change type of fields 'count', max_*_length to
24170         size_t.
24171         * lib/printf-parse.c: Include sys/types.h and xsize.h.
24172         (SSIZE_MAX): Define fallback value.
24173         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
24174         instead of 'int' where appropriate. Check a_allocated, d_allocated
24175         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
24176         * lib/vasnprintf.c: Include xsize.h.
24177         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
24178         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
24179         overflow. Avoid wraparound when converting a width or precision from
24180         decimal to binary.
24181
24182 2003-11-16  Bruno Haible  <bruno@clisp.org>
24183
24184         Update from GNU gettext.
24185         * lib/printf-parse.c: Generalize to it can be compiled for wide
24186         strings.
24187         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
24188         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
24189         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
24190         SNPRINTF): New macros.
24191         Don't include <alloca.h> if the file is used inside libintl.
24192         (local_wcslen): New function, for Solaris 2.5.1.
24193         (VASNPRINTF): Use it instead of wcslen.
24194
24195 2003-11-16  Bruno Haible  <bruno@clisp.org>
24196
24197         * lib/xsize.h (xmax): New function.
24198         (xsum, xsum3, xsum4): Declare as "pure" functions.
24199
24200 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24201
24202         * modules/xalloc (Files): Undo latest change, since xalloc.h
24203         no longer needs SIZE_MAX or PTRDIFF_MAX.
24204
24205 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24206
24207         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
24208         gl_PTRDIFF_MAX.
24209
24210 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24211
24212         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
24213         "return", to pacify some unknown compiler.  Problem reported
24214         by Joerg Schilling.
24215
24216 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24217
24218         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
24219         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
24220         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
24221         heuristic is just as accurate as far as we know, and it removes a
24222         dependency on size_max.m4 and ptrdiff_max.m4.
24223
24224 2003-11-11  Bruno Haible  <bruno@clisp.org>
24225
24226         * modules/xsize (Files): Add m4/size_max.m4.
24227         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
24228
24229 2003-11-11  Bruno Haible  <bruno@clisp.org>
24230
24231         * m4/size_max.m4: New file.
24232         * m4/ptrdiff_max.m4: New file.
24233         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
24234         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
24235         (gl_XALLOC): Invoke it.
24236
24237 2003-11-11  Bruno Haible  <bruno@clisp.org>
24238
24239         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
24240         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
24241         defined.
24242
24243 2003-11-10  Paul Eggert  <eggert@twinsun.com>
24244
24245         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
24246         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
24247         rejected some allocations of exactly SIZE_MAX - 2 bytes.
24248         From Bruno Haible.
24249         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
24250         not (size_t) -1, since it's defined here.
24251
24252 2003-11-09  Karl Berry  <karl@gnu.org>
24253
24254         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
24255
24256 2003-11-06  Paul Eggert  <eggert@twinsun.com>
24257
24258         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
24259         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
24260         Reject sizes of exactly SIZE_MAX bytes.
24261         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
24262         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
24263
24264 2003-11-05  Bruno Haible  <bruno@clisp.org>
24265
24266         * lib/xsize.h: Include limits.h, to avoid a possible collision with
24267         SIZE_MAX defined in <limits.h> on Solaris.
24268
24269 2003-11-04  Jim Meyering  <jim@meyering.net>
24270
24271         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
24272         variable names, rather than @VAR@.
24273         * modules/poll: Likewise.
24274
24275 2003-11-04  Bruno Haible  <bruno@clisp.org>
24276
24277         * modules/xsize: New file.
24278         * modules/linebreak: Depend on xsize.
24279         * MODULES.html.sh (func_all_modules): Add xsize.
24280
24281 2003-11-04  Bruno Haible  <bruno@clisp.org>
24282
24283         * m4/xsize.m4: New file.
24284
24285 2003-11-04  Bruno Haible  <bruno@clisp.org>
24286
24287         * lib/xsize.h: New file.
24288         * lib/linebreak.c: Include xsize.h.
24289         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
24290         argument for overflow.
24291         Suggested by Paul Eggert.
24292
24293 2003-11-03  Karl Berry  <karl@gnu.org>
24294
24295         * config/config.{guess,sub}: update from config.
24296
24297 2003-11-03  Jim Meyering  <jim@meyering.net>
24298
24299         * modules/userspec (lib_SOURCES): Add userspec.h.
24300         (Include): Add "userspec.h".
24301         Improve description.
24302
24303 2003-11-03  Jim Meyering  <jim@meyering.net>
24304
24305         * lib/userspec.c: Include "userspec.h".
24306         * lib/userspec.h: New file.
24307
24308 2003-11-03  Bruno Haible  <bruno@clisp.org>
24309
24310         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
24311
24312 2003-11-03  Bruno Haible  <bruno@clisp.org>
24313
24314         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
24315         available, to avoid (extremely rare) race condition.
24316         Suggested by Paul Eggert.
24317
24318 2003-11-02  Karl Berry  <karl@gnu.org>
24319
24320         * config/srclist.txt (vasprintf.c): sync broken, sigh.
24321
24322 2003-10-31  Paul Eggert  <eggert@twinsun.com>
24323
24324         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
24325         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
24326         (read_filesystem_list): Set and use me_type_malloced.
24327         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
24328         whatever the type happens to be), for brevity and consistency.
24329         Check for size calculation overflow on Alphas running OSF/1.
24330
24331 2003-10-31  Jim Meyering  <jim@meyering.net>
24332
24333         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
24334
24335         * lib/linebuffer.c: Include <string.h> for declaration of memset.
24336
24337 2003-10-30  Paul Eggert  <eggert@twinsun.com>
24338             Bruno Haible  <bruno@clisp.org>
24339
24340         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
24341         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
24342
24343 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
24344
24345         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
24346         netbsd*-gnu*.  Suggested by Robert Millan.
24347
24348 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24349
24350         * modules/group-member: Depend on stdbool.
24351
24352 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24353
24354         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
24355
24356 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24357
24358         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
24359         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
24360         after the 'gnu' in these cases.  This fixes some bugs in the
24361         previous change, and is based on suggestions by Robert Millan.
24362
24363 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24364
24365         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
24366         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
24367         no longer needed.
24368         * lib/quotearg.c (quotearg_n_options): Use it.
24369         * lib/group-member.c: Include <stdbool.h>.
24370         (free_group_info): Arg is now const *; don't free arg.
24371         (get_group_info): Now returns bool and accepts struct group_info *,
24372         rather than returning a malloc'ed struct group_info *.
24373         All uses changed.  Check for overflow in internal size calculation.
24374
24375         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
24376         rather than xmalloc/xrealloc.
24377         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
24378         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
24379         conformance bug: the old code used a pointer after freeing the
24380         storage that it addressed.
24381         * lib/hash.c (hash_initialize): Simplify the code by using
24382         xalloc_oversized rather than doing it by hand.
24383         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
24384         the buffer preserved.  Use free and xmalloc instead.
24385         * lib/quotearg.c (quotearg_n_options): Likewise.
24386         Use a simpler test for size overflow.  Don't use xalloc_oversized
24387         because unsigned int might be wider than size_t (!); this suggests
24388         that we should switch from unsigned int to size_t for slot numbers.
24389
24390 2003-10-28  Paul Eggert  <eggert@twinsun.com>
24391
24392         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
24393         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
24394         NetBSD kernels.  Requested by Richard Stallman.
24395
24396 2003-10-27  Paul Eggert  <eggert@twinsun.com>
24397
24398         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
24399         to allocate the returned structure.  Do not allocate a subarray,
24400         as x2nrealloc will do that.
24401         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
24402         instead of xnrealloc.
24403         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
24404
24405 2003-10-27  Bruno Haible  <bruno@clisp.org>
24406
24407         * lib/stdbool_.h: Better support for BeOS.
24408
24409 2003-10-26  Paul Eggert  <eggert@twinsun.com>
24410
24411         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
24412         now uses inline.
24413
24414 2003-10-26  Paul Eggert  <eggert@twinsun.com>
24415
24416         * lib/xalloc.h (xalloc_oversized): New static inline function, for
24417         callers that want to do their own size-overflow checking.  Include
24418         <stdbool.h>, since xalloc_oversized returns bool.
24419         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
24420         to use xalloc_oversized.
24421
24422         Add two functions x2realloc, x2nrealloc, for programs that grow
24423         arrays dynamically by doubling their sizes.
24424         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
24425         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
24426         New functions.
24427
24428         Port to C99 semantics for 'inline' of external functions.
24429         Bug reported by Bruno Haible.
24430         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
24431         with the old contents of xnmalloc.
24432         (xnmalloc, xmalloc): Use it.
24433         (xnrealloc_inline): New static inline function,
24434         with the old contents of xnrealloc.
24435         (xnrealloc, xrealloc): Use it.
24436
24437         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
24438         that.
24439
24440 2003-10-26  Karl Berry  <karl@gnu.org>
24441
24442         * config/srclist.txt (COPYING.DOC): no longer available from
24443         /gd/gnuorg; don't know where the ultimate source is.
24444
24445 2003-10-25  Paul Eggert  <eggert@twinsun.com>
24446
24447         Fix several address-calculation bugs in the hash modules,
24448         plus some minor code cleanup.
24449
24450         * lib/hash.h: Include <stdbool.h>, for bool.
24451         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
24452         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
24453         hash_get_n_entries, hash_get_max_bucket_length,
24454         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
24455         hash_rehash): Use size_t rather than unsigned.
24456         * lib/hash.c (struct hash_table, hash_get_n_buckets,
24457         hash_get_n_buckets_used, hash_get_n_entries,
24458         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
24459         hash_get_entries, hash_do_for_each, hash_string, is_prime,
24460         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
24461         Likewise.
24462         (SIZE_MAX): Define if not defined.
24463         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
24464         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
24465         hash_print):
24466         Use const * when possible.
24467         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
24468         (check_tuning): Fix bug: if tuning parameters were very close to
24469         0 or 1, rounding errors could have caused subscript violations.
24470         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
24471         (hash_initialize): Add 'fail:' label
24472         to free table and return NULL, and use it to simplify code.
24473         Use calloc rather than clearing the storage ourself.
24474         (hash_initialize, hash_rehash): Check for arithmetic overflow in
24475         buffer size calculations.
24476         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
24477         Include <stddef.h>, for size_t.
24478         * lib/hash-pjw.c (hash_pjw): Likewise.
24479         Switch to method described by Bruno Haible.
24480         Include <limits.h>, for CHAR_BIT.
24481         (SIZE_BITS): New macro.
24482
24483 2003-10-23  Paul Eggert  <eggert@twinsun.com>
24484
24485         * m4/getline.m4 (AM_FUNC_GETLINE):
24486         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
24487         hosts.  Problem reported by Derek Robert Price in
24488         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
24489         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
24490         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
24491
24492 2003-10-21  Paul Eggert  <eggert@twinsun.com>
24493
24494         * lib/getndelim2.c (getndelim2): When size calculation overflows,
24495         ceiling the allocation at NMAX bytes rather than silently
24496         discarding input bytes before NMAX is reached.  This makes
24497         a difference only if NMAX exceeds SIZE_MAX / 2.
24498
24499         * lib/obstack.c: Merge from glibc.
24500         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
24501         Add libc_hidden_def (_obstack_newchunk).
24502         (_obstack_free) [! defined _LIBC]: Remove.
24503         [defined _LIBC]: Make a strong alias from obstack_free, rather than
24504         a clone of the function body.
24505         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
24506         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
24507
24508         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
24509         glibc.
24510         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
24511         arg to memcpy.
24512
24513         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
24514         (obstack_ptr_grow_fast, obstack_int_grow_fast):
24515         Don't use lvalue casts, as GCC plans to remove support for them
24516         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
24517         was also present in the non-GCC version, indicating that this
24518         code had always been buggy and had never been widely used.
24519         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
24520         Use the fast variant of each macro, rather than copying the
24521         definiens of the fast variant; that way, we'll be more likely to
24522         catch future bugs in the fast variants.
24523
24524 2003-10-20  Bruno Haible  <bruno@clisp.org>
24525
24526         * modules/wait-process: New file.
24527         * MODULES.html.sh (func_all_modules): Add wait-process.
24528
24529 2003-10-20  Bruno Haible  <bruno@clisp.org>
24530
24531         * m4/wait-process.m4: New file.
24532
24533 2003-10-20  Bruno Haible  <bruno@clisp.org>
24534
24535         * lib/wait-process.h: New file, from GNU gettext.
24536         * lib/wait-process.c: New file, from GNU gettext.
24537
24538 2003-10-19  Jim Meyering  <jim@meyering.net>
24539
24540         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
24541         HPUX 10.20.
24542
24543 2003-10-18  Karl Berry  <karl@gnu.org>
24544
24545         * config/config.guess: update from config.
24546
24547 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24548
24549         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
24550         (getgroups): First arg is int, not size_t.
24551         Don't let 'free' mangle errno.
24552
24553 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24554
24555         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
24556
24557 2003-10-16  Karl Berry  <karl@gnu.org>
24558
24559         * config/config.{guess,sub}: update from config.
24560
24561 2003-10-16  Jim Meyering  <jim@meyering.net>
24562
24563         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
24564         memcpy.
24565
24566 2003-10-15  Paul Eggert  <eggert@twinsun.com>
24567
24568         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
24569         (SIZE_MAX): Remove.
24570         (new_exclude, add_exclude_file): Initial size no longer needs to
24571         be a power of 2.
24572         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
24573         our own address arithmetic overflow checking.
24574
24575         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
24576         (fnmatch): Do not alloca more than 2000 wide characters;
24577         instead, use malloc for large buffers.
24578         Check for address arithmetic overflow, and return -1
24579         with errno set to ENOMEM in that case.
24580         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
24581         (NEW_PATTERN): Do not alloca more than 8000 bytes;
24582         instead, return -1.  Check for address arithmetic overflow.
24583
24584 2003-10-14  Paul Eggert  <eggert@twinsun.com>
24585
24586         Handle invalid suffixes and overflow independently, so that
24587         callers can treat them independently as needed.  Fix some bugs in
24588         suffix handling, e.g., "100k@" was not diagnosed as an invalid
24589         suffix for a human-readable blocksize.  The major caller-visible
24590         change is the addition of a new
24591         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
24592         that both overflow and suffix chars were found.
24593
24594         * lib/human.c (humblock): Don't check separately for invalid suffix
24595         char; that is xstrtoumax's job (now that its bug is fixed).
24596         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
24597         INTMAX_MAX]: New macros.
24598         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
24599         TYPE_MAXIMUM): New macros.
24600         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
24601         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
24602         if overflow occurs, as it's what __strtol does and it's more useful
24603         in practice.
24604         (__xstrtol): If __strtol reports some error other than ERANGE,
24605         reflect it to the caller as LONGINT_INVALID.  If it reports
24606         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
24607         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
24608         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
24609         value.
24610         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
24611         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
24612         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
24613         [defined UINTMAX_MAX]: New macros.
24614
24615 2003-10-14  Bruno Haible  <bruno@clisp.org>
24616
24617         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
24618
24619 2003-10-14  Bruno Haible  <bruno@clisp.org>
24620
24621         * m4/sig_atomic_t: New file, from GNU gettext.
24622         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
24623
24624 2003-10-14  Bruno Haible  <bruno@clisp.org>
24625
24626         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
24627         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
24628         Also use volatile where needed.
24629
24630 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24631
24632         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
24633         Change maintainer from Bruno Haible to 'all'.
24634
24635 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24636
24637         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
24638
24639 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24640
24641         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
24642         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
24643         and define in terms of the other primitives.
24644         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
24645         (SIZE_MAX): Define if not already defined.
24646         (array_size_overflow): New function.
24647         (xalloc_die): Abort instead of exiting if 'error' returns.
24648         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
24649         (xmalloc, xrealloc): Use them.
24650         (xcalloc): Check for address arithmetic overflow.
24651         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
24652         a bit faster than strcpy.
24653
24654 2003-10-10  Simon Josefsson  <jas@extundo.com>
24655
24656         * modules/argp (Depends-on): Add restrict and strcase.
24657
24658 2003-10-10  Simon Josefsson  <jas@extundo.com>
24659
24660         * m4/argp.m4: Add AC_C_INLINE.
24661
24662 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24663
24664         Merge getpass from libc, plus a few fixes.
24665
24666         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
24667         Include <stdbool.h>.
24668         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
24669         __fsetlocking to empty.
24670         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
24671         do include <bits/libc-lock.h>.
24672         Do not include <fcntl.h>; not needed.
24673         [_LIBC]: Include <wchar.h>.
24674         (NOTCANCEL_MODE): New macro.
24675         (flockfile, funlockfile) [_LIBC]: New macros.
24676         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
24677         [!_LIBC]: New macros.
24678         (call_fclose): New function.
24679         (getpass): Use it.  Save tty stream separately; this simplifies the
24680         code and makes it more reliable if stdin happens to equal stdout.
24681         Invoke __fsetlocking on tty.
24682         Handle thread cancellation if needed.
24683         Namespace cleanup (use __tcgetattr, __getline).
24684         Use bool for Booleans.
24685         [USE_IN_LIBIO]: Handle wide streams.
24686         [!_LIBC]: Unconditionally do the fseek, since we don't know what
24687         stream might go where.
24688
24689         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
24690         doesn't have to include <stdio.h> before us.
24691         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
24692         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
24693         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
24694         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
24695         if not declared, so that we can use getpass.c code from libc without
24696         rewriting it.
24697         (flockfile, ftrylockfile, funlockfile): New macros.
24698
24699 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24700
24701         * modules/getpass: Depend on stdbool.
24702
24703 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24704
24705         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
24706
24707 2003-10-07  Karl Berry  <karl@gnu.org>
24708
24709         * config/config.{guess,sub}: update from config.
24710
24711 2003-10-06  Jim Meyering  <jim@meyering.net>
24712             Bruno Haible  <bruno@clisp.org>
24713
24714         This lets translators provide better translations for the
24715         "Written by ..." part of --version output.
24716         * lib/version-etc.h: Include stdarg.h.
24717         (version_etc_copyright): Declare as readonly.
24718         (version_etc): Make this function variadic with a NULL-terminated list
24719         of author name strings.
24720         (version_etc_va): New declaration.
24721         * lib/version-etc.c: Include stdarg.h, stdlib.h.
24722         (version_etc_copyright): Declare as readonly.
24723         (version_etc_va): New function. Provide a different translatable string
24724         for each possible number of authors < 10. Abbreviate when there are 10
24725         authors or more.
24726         (version_etc): Make this function variadic. Call version_etc_va.
24727         Suggestion from Gary V. Vaughan.
24728
24729         * lib/long-options.h (parse_long_options): Change prototype: the
24730         authors string is moved to the end and becomes variadic.
24731         * lib/long-options.c: Include stdarg.h.
24732         (parse_long_options): Make this function variadic, too.
24733         Call version_etc_va, not version_etc.
24734
24735 2003-10-06  Bruno Haible  <bruno@clisp.org>
24736
24737         * modules/version-etc-2: Remove file.
24738         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
24739
24740 2003-10-06  Bruno Haible  <bruno@clisp.org>
24741
24742         * modules/fatal-signal: New file.
24743         * MODULES.html.sh (func_all_modules): Add fatal-signal.
24744
24745 2003-10-06  Bruno Haible  <bruno@clisp.org>
24746
24747         * m4/fatal-signal.m4: New file.
24748         * m4/signalblocking.m4: New file, from GNU gettext.
24749
24750 2003-10-06  Bruno Haible  <bruno@clisp.org>
24751
24752         * lib/version-etc-2.h: Remove file.
24753         * lib/version-etc-2.c: Remove file.
24754
24755 2003-10-06  Bruno Haible  <bruno@clisp.org>
24756
24757         * lib/fatal-signal.h: New file, from GNU gettext.
24758         * lib/fatal-signal.c: New file, from GNU gettext.
24759
24760 2003-10-05  Paul Eggert  <eggert@twinsun.com>
24761
24762         * README: Rework advice for preventing empty .o files.
24763         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
24764         not <sys/types.h>.
24765
24766 2003-10-04  Karl Berry  <karl@gnu.org>
24767
24768         * lib/argp*: update from libc.
24769
24770 2003-10-04  Karl Berry  <karl@gnu.org>
24771
24772         * config/config.{guess,sub}: update from config.
24773
24774 2003-10-02  Bruno Haible  <bruno@clisp.org>
24775
24776         * modules/lchown (Include): Add lchown.h.
24777         * modules/time_r (Include): Use "..." syntax.
24778         * modules/xgetdomainname (Include): Add xgetdomainname.h.
24779
24780 2003-10-01  Simon Josefsson  <jas@extundo.com>
24781
24782         * MODULES.html.sh (func_all_modules): Move gethostname from section
24783         'based on' to section 'lacking' POSIX:2001.
24784
24785 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
24786
24787         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
24788         to output mode on the same stream.
24789
24790 2003-09-29  Paul Eggert  <eggert@twinsun.com>
24791
24792         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
24793         Fix arg typo in previous patch.
24794
24795 2003-09-28  Jim Meyering  <jim@meyering.net>
24796
24797         * lib/error.c: Correct cpp indentation.
24798
24799 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24800
24801         * modules/free: New file.
24802
24803 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24804
24805         * m4/free.m4: New file.
24806
24807 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24808
24809         * lib/minmax.h (MIN, MAX)
24810         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
24811         Omit the special code that used __typeof__, since we worry that
24812         it could be more trouble than it's worth.  See:
24813         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
24814         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
24815
24816         * lib/free.c: New file.
24817
24818 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
24819
24820         Trivial fixes to Makefile.am parts of module listings.
24821         * modules/strstr: Append strstr.h to lib_SOURCES.
24822         * modules/strcase: Likewise, for strcase.h.
24823
24824 2003-09-27  Karl Berry  <karl@gnu.org>
24825
24826         * config/mkinstalldirs: update from automake.
24827
24828 2003-09-26  Paul Eggert  <eggert@twinsun.com>
24829
24830         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
24831         (error_tail): Do not loop, reallocating temporary buffer, since
24832         the output cannot contain more wide characters than the input
24833         contains bytes, the size must be big enough already.  This avoids
24834         one potential size overflow calculation.  Check for size overflow
24835         when calculating temporary buffer size.  Free temporary buffer
24836         when done, if it was allocated with malloc; this plugs a memory
24837         leak.  Remove casts from void * to pointers, that are no longer
24838         needed now that we're assuming C89 or better.
24839
24840         Merge error changes from glibc.
24841
24842         * lib/error.c, error.h: Update copyright notice header to match glibc.
24843         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
24844         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
24845         Disable cancellation while printing error.
24846         * lib/error.h: Prepend __ to parameter names.
24847
24848 2003-09-26  Jim Meyering  <jim@meyering.net>
24849
24850         * lib/error.c (error_tail): Move some declarations
24851         into inner scope where the local variables are used.
24852
24853 2003-09-26  Bruno Haible  <bruno@clisp.org>
24854
24855         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
24856         stpncpy().
24857         Don't define stpncpy through config.h; it's now done through stpncpy.h.
24858
24859 2003-09-26  Bruno Haible  <bruno@clisp.org>
24860
24861         * lib/stpncpy.h (gnu_stpncpy): New declaration.
24862         (stpncpy): Define as alias for gnu_stpncpy.
24863         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
24864
24865 2003-09-25  Simon Josefsson  <jas@extundo.com>
24866
24867         * lib/xgetdomainname.h: New file.
24868         * lib/xgetdomainname.c: New file.
24869
24870 2003-09-25  Simon Josefsson  <jas@extundo.com>
24871             Bruno Haible  <bruno@clisp.org>
24872
24873         * modules/getdomainname: New file.
24874         * modules/xgetdomainname: New file.
24875         * MODULES.html.sh (func_all_modules): Add getdomainname,
24876         xgetdomainname.
24877
24878 2003-09-25  Simon Josefsson  <jas@extundo.com>
24879             Bruno Haible  <bruno@clisp.org>
24880
24881         * m4/getdomainname.m4: New file.
24882
24883 2003-09-25  Simon Josefsson  <jas@extundo.com>
24884             Bruno Haible  <bruno@clisp.org>
24885
24886         * lib/getdomainname.h: New file.
24887         * lib/getdomainname.c: New file.
24888
24889 2003-09-25  Karl Berry  <karl@gnu.org>
24890
24891         * lib/argp-fmtstream.c, argp-help.c: update from libc.
24892
24893 2003-09-25  Karl Berry  <karl@gnu.org>
24894
24895         * config/install-sh: update from automake.
24896
24897 2003-09-25  Bruno Haible  <bruno@clisp.org>
24898
24899         * modules/version-etc-2: New file, from modules/version-etc with
24900         modifications.
24901         * MODULES.html.sh (func_all_modules): Add version-etc-2.
24902
24903 2003-09-25  Bruno Haible  <bruno@clisp.org>
24904
24905         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
24906         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
24907
24908 2003-09-24  Simon Josefsson  <jas@extundo.com>
24909
24910         * modules/xgethostname: Add xgethostname.h.
24911
24912 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24913
24914         * lib/linebuffer.c (freebuffer): Don't free the argument, just
24915         the buffer associated with the argument.  Bug reported by
24916         Simon Josefsson.
24917
24918 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24919
24920         * README: Document assumptions that 'int' is at least 32 bits
24921         wide, that integer arithmetic is 2's complement without overflow,
24922         that there are no holes in integer values, that adding sizes of
24923         two nonoverlapping objects can't overflow, and that all-bits-zero
24924         yields scalar zero.  Fix spelling and capitalization typos.
24925
24926 2003-09-19  Karl Berry  <karl@gnu.org>
24927
24928         * lib/argp.h: update from libc.
24929
24930 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24931
24932         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
24933         to avoid spurious warnings like "AC_RUN_IFELSE was called before
24934         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
24935
24936 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24937
24938         * gnulib-tool: Use "test -h", not "test -L", for portability
24939         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
24940         (tags_regexp): Remove, since \| doesn't conform to POSIX.
24941         (sed_extract_prog): Issue s commands one-by-one, rather than
24942         using \| in one s command.
24943
24944 2003-09-16  Paul Eggert  <eggert@twinsun.com>
24945
24946         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
24947         input error, instead of returning NULL the next time we are called
24948         (and therefore losing track of errno).
24949
24950 2003-09-16  Bruno Haible  <bruno@clisp.org>
24951
24952         * gnulib-tool (func_create_testdir): Warn about duplicated
24953         dependencies.
24954
24955 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24956
24957         * modules/argmatch, modules/fatal, modules/obstack,
24958         modules/xalloc, modules/xgethostname: Sort dependencies by
24959         importance, not alphabetically.
24960
24961 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24962
24963         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
24964         fails, so that the caller gets the proper errno.
24965
24966         * lib/readutmp.c (read_utmp): Likewise.
24967         Check for fstat error.  Close stream and free storage
24968         when failing.
24969
24970 2003-09-14  Karl Berry  <karl@gnu.org>
24971
24972         * config/srclist.txt (strdup.c): disable for c89 changes.
24973
24974 2003-09-14  Jim Meyering  <jim@meyering.net>
24975
24976         * lib/getloadavg.c: Correct cpp indentation.
24977         * lib/strdup.c: Likewise.
24978         * lib/vasnprintf.c: Likewise.
24979
24980 2003-09-14  Bruno Haible  <bruno@clisp.org>
24981
24982         * modules/fwriteerror: New file.
24983         * MODULES.html.sh (func_all_modules): Add fwriteerror.
24984
24985 2003-09-14  Bruno Haible  <bruno@clisp.org>
24986
24987         * lib/fwriteerror.h: New file.
24988         * lib/fwriteerror.c: New file.
24989
24990 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24991
24992         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
24993         modules/xgethostname, modules/xalloc: Depend on exit.
24994
24995 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24996
24997         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
24998
24999         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
25000         and AC_MINIX, too, so that their extensions are available.
25001
25002         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
25003         This macro has been superseded by gl_BACKUPFILE.
25004
25005         More patches to assume C89 or better.
25006
25007         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
25008
25009         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
25010         unconditionally.
25011         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
25012         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
25013         Include <string.h>, <stdlib.h> unconditionally.
25014         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
25015         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
25016         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
25017         headers or for string.h.
25018         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
25019         or strtoul.
25020
25021         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
25022         headers.
25023         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
25024         * m4/userspec.m4 (gl_USERSPEC): Likewise.
25025         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
25026         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
25027         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
25028         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
25029         memcpy, memset.
25030         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
25031         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
25032         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
25033         strtol.
25034         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
25035         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
25036         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
25037         strtoul.
25038
25039 2003-09-12  Paul Eggert  <eggert@twinsun.com>
25040
25041         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
25042         * lib/obstack.c [!defined _LIBC]: Likewise.
25043         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
25044         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
25045         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
25046
25047         More changes to assume C89 or better.
25048
25049         * lib/error.c (error_tail): Assume vprintf.
25050
25051         * lib/argmatch.c (getenv): Remove decl.
25052         * lib/progreloc.c (get_full_program_name): Define via prototype.
25053         * lib/setenv.c (clearenv): Likewise.
25054         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
25055         needed.
25056         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
25057         (malloc, memcpy): Remove decls.
25058         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
25059         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
25060         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
25061         (memcpy): Remove macro.
25062         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
25063         (__P): Remove.  All uses removed.
25064         (PTR): Remove.  All uses changed to void *.
25065         (CHAR_BIT, NULL): Remove.
25066         (spaces, zeros, memset_space, memset_zero)
25067         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
25068         Remove.
25069         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
25070         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
25071         Define with prototype.
25072         Remove now-unnecessary prototype decl.
25073         (extra_args_spec): Assume ANSI C.  All uses changed.
25074         (extra_args_spec_iso): Remove.
25075         (my_strftime, emacs_strftimeu): Define via prototype.
25076         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
25077         unconditionally.
25078         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
25079         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
25080         (strtoul, strtol): Remove decls.
25081         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
25082         LONG_MAX): Remove.
25083         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
25084         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
25085         (LOCALE_PARAM_PROTO): New macro.
25086         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
25087         (INTERNAL (strtol), strtol): Define with a prototype.
25088         (PARAMS): Remove.  All uses removed.
25089         * lib/tempname.c: Include <string.h> unconditionally.
25090         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
25091         * lib/xgethostname.c (main): Define with a prototype.
25092         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
25093         Include <stdlib.h> unconditionally.
25094         (calloc, malloc, realloc, free): Remove decls.
25095         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
25096         Include <stdlib.h> unconditionally.  Sort include file names.
25097         (strtod): Remove.
25098         (xstrtod): Define with a prototype.
25099         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
25100         (strtol, strtoul): Remove decls.
25101
25102 2003-09-11  Paul Eggert  <eggert@twinsun.com>
25103
25104         More patches to assume C89 or better.
25105         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
25106         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
25107         string.h, memchr, STDC_HEADERS.
25108
25109 2003-09-11  Paul Eggert  <eggert@twinsun.com>
25110
25111         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
25112         Include <stdlib.h>, <string.h> unconditionally.
25113         Remove now-unnecessary cast to char *.
25114         * lib/strnlen.c: Include <string.h> unconditionally.
25115         * lib/yesno.c (yesno): Define with a prototype.
25116
25117 2003-09-11  Bruno Haible  <bruno@clisp.org>
25118
25119         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
25120
25121 2003-09-10  Jim Meyering  <jim@meyering.net>
25122
25123         * lib/error.c: Correct indentation of cpp directives.
25124
25125 2003-09-10  Bruno Haible  <bruno@clisp.org>
25126
25127         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
25128         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
25129         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
25130         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
25131         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
25132         <stdlib.h> and <string.h> checks.
25133         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
25134         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
25135
25136 2003-09-10  Bruno Haible  <bruno@clisp.org>
25137
25138         * lib/strcspn.c: Include <string.h> unconditionally.
25139         * lib/strpbrk.c: Include <string.h> unconditionally.
25140         * lib/strstr.c: Include <string.h> unconditionally.
25141         * lib/unicodeio.c: Include <string.h> unconditionally.
25142         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
25143         * lib/unsetenv.c: Likewise.
25144         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
25145         * lib/yesno.c: Include <stdlib.h> unconditionally.
25146         (rpmatch): Add prototype.
25147
25148 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25149
25150         More patches to assume C89 or better.
25151         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
25152         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
25153         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
25154         or for string.h.
25155         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
25156         stdlib.h.
25157         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
25158         C headers.
25159         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
25160         string.h.
25161         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
25162         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
25163         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
25164         or for string.h.
25165         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
25166         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
25167         C headers.
25168         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
25169         memcpy.
25170         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
25171         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
25172         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
25173         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
25174         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
25175         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
25176         string.h, free.
25177         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
25178         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
25179         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
25180         C headers, or for string.h.
25181         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
25182         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
25183         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
25184         headers, memory.h, stdlib.h, string.h, strings.h.
25185         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
25186         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
25187         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
25188         strchr.
25189         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
25190         headers, memory.h, string.h.
25191         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
25192         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
25193         free.
25194         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
25195         headers.
25196         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
25197         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
25198         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
25199         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
25200         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
25201
25202 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25203
25204         More K&R removal.
25205
25206         * lib/acosl.c (main): Use a prototype.
25207         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
25208         tanl.c: Likewise.
25209
25210         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
25211
25212         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
25213         (getopt, etopt_long, getopt_long_only, _getopt_internal)
25214         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
25215         with a prototype.
25216         * lib/getopt.c (const): Remove macro.
25217         Include <string.h> unconditionally.
25218         (my_index): Remove; all uses changed to strchr.
25219         (strlen): Remove decl.
25220         (exchange): Remove forward decl; no longer needed.
25221         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
25222         Define with prototype.
25223         * lib/getopt1.c (const): Remove macro.
25224         (getopt_long, getopt_long_only, main): Define with prototype.
25225
25226         * lib/getugroups.c: Include <string.h> unconditionally.
25227
25228         * lib/getusershell.c: Include <stdlib.h> unconditionally.
25229         (getusershell, setusershell, endusershell, readname, main):
25230         Define with prototypes.
25231
25232         * lib/group-member.c: Include group-member.h first.
25233         Include <stdlib.h> unconditionally.
25234
25235         * lib/hard-locale.c: Include hard-locale.h first.
25236         Include <stdlib.h>, <string.h> unconditionally.
25237
25238         * lib/hash.c (free, malloc): Remove decls.
25239         Include <stdlib.h> unconditionally.
25240
25241         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
25242         (getenv): Do not declare.
25243
25244         * lib/idcache.c: Include <string.h> unconditionally.
25245
25246         * lib/long-options.c: Include long-options.h first, to test interface.
25247         Include <stdlib.h> unconditionally.
25248
25249         * lib/makepath.c: Include makepath.h first, to test interface.
25250         Include <stdlib.h> and <string.h> unconditionally.
25251
25252         * lib/linebuffer.c: Include <stdlib.h>.
25253         (free): Remove decl.
25254
25255         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
25256         stddef.h. rpl_malloc returns void *, not char *.
25257         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
25258         prototype.
25259
25260         * lib/md5.h: Include <limits.h> unconditionally.
25261         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
25262         (__P): Remove; all uses removed.
25263         * lib/md5.c: Include "md5.h" first.
25264         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
25265         md5_buffer, md5_process_bytes, md5_process_block):
25266         Define with prototypes.
25267         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
25268         * lib/sha.c: Include "sha.h" first.
25269         Include <stdlib.h>, <string.h> unconditionally.
25270
25271         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
25272         * lib/memcmp.c (__ptr_t): Likewise.
25273         * lib/memrchr.c (__ptr_t): Likewise.
25274         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
25275         Include <string.h> unconditionally.
25276         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
25277         * lib/memchr.c: Include <stdlib.h> unconditionally.
25278         * lib/memchr.c (LONG_MAX): Remove.
25279         * lib/memrchr.c (LONG_MAX): Likewise.
25280         * lib/memchr.c (__memchr): Define via a prototype.
25281         * lib/memrchr.c (__memrchr): Likewise.
25282         * lib/memcmp.c (__P): Remove, and remove all uses.
25283         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
25284         Remove forward decls; no longer needed.
25285         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
25286         Use types required by C89 in prototype.
25287
25288         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
25289         * lib/savedir.c: Likewise.
25290         * lib/mkdir.c (free): Remove decl.
25291         * lib/rmdir.c (rmdir): Define with a prototype.
25292         * lib/savedir.c: Include savedir.h first, to test interface.
25293
25294         * lib/mktime.c (STDC_HEADERS): Remove.
25295         Include <stdlib.h>, <string.h> unconditionally.
25296
25297         * lib/modechange.c: Include <stdlib.h> unconditionally.
25298         (malloc): Remove decl.
25299
25300         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
25301         (free): Remove decl.
25302
25303         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
25304         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
25305         (This type really should be intptr_t, but that's a C99ism.)
25306         (_obstack_memcpy): Remove: all uses changed to memcpy.
25307         Include <string.h> unconditionally.
25308         (struct obstack): Assume __STDC__ for types of members
25309         chunkfun, freefun, extra_arg.
25310         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
25311         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
25312         obstack_begin, obstack_specify_allocation,
25313         obstack_specify_allocation_with_arg, obstack_chunkfun,
25314         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
25315         Remove unprototyped decls and the macros that use them.
25316         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
25317         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
25318         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
25319         (defined __STDC__ && __STDC__)]:
25320         Remove nonprototyped code.
25321         Include <stdlib.h> unconditionally.
25322         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
25323         _obstack_allocated_p, _obstack_free, obstack_free,
25324         _obstack_memory_used, print_and_abort):
25325         Define using prototypes.
25326         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
25327         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
25328         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
25329         obstack_next_free, obstack_object_size, obstack_room) [0]:
25330         Remove unused, unprototyped code.
25331
25332         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
25333
25334         * lib/physmem.c (physmem_total, physmem_available, main): Define
25335         with prototypes.
25336
25337         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
25338         (main): Define with a prototype.
25339
25340         * lib/posixver.c (getenv): Remove decl.
25341
25342         * lib/putenv.c (malloc): Returns void *, not char *.
25343         Include <string.h> unconditionally.
25344         (strchr, memcpy, NULL): Do not define.
25345
25346         * lib/readtokens.c: Include readtokens.h first, to test interface.
25347         Include <stdlib.h>, <string.h> unconditionally.
25348         (init_tokenbuffer): Define with a prototype.
25349
25350         * lib/regex.c (PARAMS): Remove.  All uses removed.
25351         All uses of _RE_ARGS removed, too.
25352         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
25353         unconditionally.
25354         (bzero): Assume memset exists.
25355         (memcmp, memcpy, NULL): Remove.
25356         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
25357         char, or assignments to local vars of type signed char.
25358         (init_syntax_once, PREFIX(extract_number_and_incr),
25359         PREFIX(print_partial_compiled_pattern),
25360         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
25361         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
25362         PREFIX(regex_grow_registers), PREFIX(regex_compile),
25363         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
25364         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
25365         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
25366         wcs_compile_range, byte_compile_range, truncate_wchar,
25367         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
25368         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
25369         count_mbs_length, wcs_re_match_2_internal,
25370         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
25371         PREFIX(alt_match_null_string_p),
25372         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
25373         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
25374         regfree, PREFIX(extract_number)): Define with prototype.  Remove
25375         now-unnecessary declaration, if any.
25376         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
25377         regcomp, regexec):
25378         Remove now-unnecessary casts among pointer types.
25379         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
25380
25381         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
25382         (free): Remove decl.
25383
25384         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
25385
25386         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
25387         (free): Remove decl.
25388
25389         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
25390         * lib/xgetcwd.c: Likewise.
25391
25392         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
25393         (free): Remove decl.
25394
25395         * lib/strchrnul.c (strchrnul): Define with a prototype.
25396         Fix bug: c_in was not converted to char before searching.
25397
25398         The following changes are not K&R related:
25399
25400         * lib/group-member.h: Include <sys/types.h>, so that this file is
25401         self-contained.
25402         * lib/makepath.h: Likewise.
25403
25404         * lib/getusershell.c (readname, default_index, line_size, readname):
25405         Use size_t, not int, for sizes.
25406         (readname): If the size overflows, report an error instead of
25407         looping forever.
25408
25409 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25410
25411         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
25412         libc.
25413
25414 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25415
25416         * README: New section: portability guidelines.
25417
25418 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
25419
25420         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
25421         C89 spec.
25422
25423 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
25424
25425         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
25426
25427 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25428
25429         Assume C89 or better; remove K&R cruft.
25430         A few of these changes were first proposed by Derek Robert Price
25431         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
25432
25433         * lib/addext.c: Include <string.h> unconditionally.
25434         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
25435         Don't declare getenv or malloc.
25436
25437         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
25438         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
25439         (NULL): Remove.
25440         (find_stack_direction, alloca): Use prototypes.
25441
25442         * lib/atexit.c (atexit): Define using a prototype.
25443
25444         * lib/basename.c, dirname.c, stripslash.c:
25445         Include <string.h> unconditionally.
25446
25447         * lib/bcopy.c: Include <stddef.h>.
25448         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
25449
25450         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
25451
25452         * lib/error.h (error, error_at_line, error_print_progname)
25453         [! (defined (__STDC__) && __STDC__)]: Remove decls.
25454         * lib/error.c: Include error.h first, to check interface.
25455         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
25456         (VA_START): Remove; all uses changeed to va_start.
25457         (exit, strerror): Remove decls.
25458         (error_print_progname): Prototype uncondionally.
25459         Don't include <errno.h>; no longer needed.
25460         (private_strerror): Remove.
25461         (error_tail): Always define.
25462         (error, error_at_line): Assume C89 or better; always use prototypes.
25463         * lib/fatal.c: Include "fatal.h" first, to test interface.
25464         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
25465         (VA_START): Remove; all uses changed to va_start.
25466         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
25467         this case.
25468         (exit): Remove decl.
25469         (fatal): Prototype unconditionally.  Assume va_start works.
25470         Abort at end, to pacify gcc.
25471
25472         * lib/euidaccess.c (main): Define with a prototype.
25473
25474         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
25475
25476         * lib/exitfail.c: Include <stdlib.h> unconditionally.
25477
25478         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
25479         prototypes.
25480         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
25481         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
25482         (getenv): Remove decl.
25483         (fnmatch): Define using a prototype.
25484         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
25485         (FCT): Define using a prototype.
25486
25487         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
25488
25489         * lib/gethostname.c: Include <stddef.h>.
25490         (gethostname): Define with prototype.  Length is size_t, not int.
25491
25492 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25493
25494         Assume C89 or better; remove K&R cruft.
25495         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
25496         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
25497         string.h, getenv, malloc.
25498         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
25499         headers.
25500         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
25501         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
25502         do not check for strerror.
25503         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
25504         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
25505         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
25506         do not check for doprnt or vprintf.
25507         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
25508         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
25509
25510 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25511
25512         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
25513         getversion.c should have been removed then, but was accidentally
25514         preserved.
25515
25516         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
25517         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
25518
25519 2003-09-08  Karl Berry  <karl@gnu.org>
25520
25521         * config/config.sub, config.guess, srclistvars.sh: update from savannah
25522                 config, forget about prep.
25523
25524         * config/depcomp, missing: update from automake.
25525
25526 2003-09-07  Paul Eggert  <eggert@twinsun.com>
25527
25528         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
25529         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
25530
25531 2003-09-07  Paul Eggert  <eggert@twinsun.com>
25532
25533         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
25534         copy_tm_result.  Bug reported by Simon Josefsson in
25535         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
25536
25537 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25538
25539         * m4/time_r.m4: New file.
25540         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
25541         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
25542         is. Check for timegm declaration.
25543         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
25544         Do not check for gmtime_r.
25545         Replace mktime if __mktime_internal does not exist and if mktime
25546         hasn't been replaced already.
25547
25548 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25549
25550         * lib/time_r.c, lib/time_r.h: New files.
25551
25552         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
25553         __localtime_r.
25554         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
25555         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
25556
25557         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
25558         __gmtime_r.
25559         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
25560         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
25561         Include <time_r.h>.
25562
25563         * lib/timegm.c: Switch to glibc implementation, with the following
25564         changes:
25565         [defined HAVE_CONFIG_H]: Include <config.h>.
25566         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
25567         (__mktime_internal) [!defined _LIBC]: New decl.
25568         (__gmtime_r) [!defined _LIBC]: New macro and function.
25569         (timegm): Use a prototype, since gnulib assumes C89.
25570         Do not bother declaring tmp to be const, as it's not really usefu.
25571         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
25572         (timegm): Declare only if HAVE_DECL_TIMEGM.
25573
25574 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25575
25576         * MODULES.html.sh (func_all_modules): Add time_r.
25577         * modules/time_r: New file.
25578         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
25579         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
25580
25581 2003-09-03  Paul Eggert  <eggert@twinsun.com>
25582
25583         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
25584         Bug reported by Lute Kamstra in
25585         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
25586
25587         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
25588         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
25589         course with correspondingly smaller numbers for tomorrow and
25590         yesterday.  From Tadayoshi Funaba.  Originally installed into
25591         sh-utils on 1999-08-07, but the patch got lost (I guess during the
25592         coreutils merge?).
25593
25594 2003-08-31  Simon Josefsson  <jas@extundo.com>
25595
25596         * modules/timegm: New file.
25597         * MODULES.html.sh (func_all_modules): Add timegm.
25598
25599 2003-08-31  Simon Josefsson  <jas@extundo.com>
25600
25601         * m4/timegm.m4: New file.
25602
25603 2003-08-31  Simon Josefsson  <jas@extundo.com>
25604
25605         * lib/timegm.h: New file.
25606         * lib/timegm.c: New file.  Based on
25607         wget-1.8.2/src/http.c:mktime_from_utc.
25608
25609 2003-08-31  Karl Berry  <karl@gnu.org>
25610
25611         * lib/argp.h: update from libc.
25612
25613 2003-08-28  Bruno Haible  <bruno@clisp.org>
25614
25615         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
25616         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
25617         followed by '#define fnmatch fnmatch_posix' gives an error.
25618
25619 2003-08-28  Bruno Haible  <bruno@clisp.org>
25620
25621         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
25622         warning on QNX, which defines O_BINARY to 000000.
25623
25624 2003-08-27  Jim Meyering  <jim@meyering.net>
25625
25626         * m4/mkstemp.m4: Require that the system mkstemp be able to create
25627         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
25628         would fail after 32.  Reported by Danny Levinson.  Details here:
25629         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
25630
25631 2003-08-24  Bruno Haible  <bruno@clisp.org>
25632
25633         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
25634         MSVC7 <stdio.h> is included later.
25635
25636 2003-08-22  Simon Josefsson  <jas@extundo.com>
25637
25638         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
25639
25640 2003-08-20  Karl Berry  <karl@gnu.org>
25641
25642         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
25643
25644 2003-08-20  Bruno Haible  <bruno@clisp.org>
25645
25646         * modules/progname: New file.
25647         * MODULES.html.sh (func_all_modules): Add progname.
25648
25649 2003-08-20  Bruno Haible  <bruno@clisp.org>
25650
25651         * lib/progname.h: New file, from GNU gettext.
25652         * lib/progname.c: New file, from GNU gettext.
25653         * lib/progreloc.c: New file, from GNU gettext.
25654
25655 2003-08-19  Jim Meyering  <jim@meyering.net>
25656
25657         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
25658         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
25659
25660 2003-08-19  Bruno Haible  <bruno@clisp.org>
25661
25662         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
25663         more.
25664
25665 2003-08-19  Bruno Haible  <bruno@clisp.org>
25666
25667         * lib/xstrdup.c: Assume <string.h> exists.
25668
25669 2003-08-18  Paul Eggert  <eggert@twinsun.com>
25670
25671         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
25672         in makefile rules.
25673
25674 2003-08-18  Jim Meyering  <jim@meyering.net>
25675
25676         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
25677         * m4/lib-ld.m4: Likewise.
25678
25679 2003-08-18  Jim Meyering  <jim@meyering.net>
25680
25681         * lib/setenv.h: Indent nested cpp directive.
25682         * lib/vasnprintf.c: Remove trailing blanks.
25683
25684 2003-08-17  Simon Josefsson  <jas@extundo.com>
25685
25686         * modules/xstrndup: New file.
25687         * MODULES.html.sh (func_all_modules): Add xstrndup.
25688
25689 2003-08-17  Simon Josefsson  <jas@extundo.com>
25690
25691         * modules/argp: Fix autoconf macro name. Add more dependencies.
25692
25693 2003-08-17  Simon Josefsson  <jas@extundo.com>
25694
25695         * m4/xstrndup.m4: New file.
25696
25697 2003-08-17  Simon Josefsson  <jas@extundo.com>
25698
25699         * m4/argp.m4: New file.
25700
25701 2003-08-17  Simon Josefsson  <jas@extundo.com>
25702             Bruno Haible  <bruno@clisp.org>
25703
25704         * lib/xstrndup.h: New file.
25705         * lib/xstrndup.c: New file.
25706
25707 2003-08-17  Bruno Haible  <bruno@clisp.org>
25708
25709         * modules/strndup (Files, Include): Add lib/strndup.h.
25710
25711 2003-08-17  Bruno Haible  <bruno@clisp.org>
25712
25713         * modules/euidaccess (Files): Add lib/euidaccess.h.
25714
25715 2003-08-17  Bruno Haible  <bruno@clisp.org>
25716
25717         * lib/strndup.h: New file.
25718
25719 2003-08-17  Bruno Haible  <bruno@clisp.org>
25720
25721         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
25722         like AC_GNU_SOURCE.
25723         * modules/extensions (configure.ac): Comment out the invocation of
25724         gl_USE_SYSTEM_EXTENSIONS.
25725
25726 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25727
25728         Merges from coreutils, etc.
25729         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
25730         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
25731         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
25732         fixing a typo.
25733         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
25734         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
25735
25736 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25737
25738         Document merge from coreutils.
25739         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
25740         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
25741         * modules/utime: Add m4/utimes-null.m4.
25742
25743 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25744
25745         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
25746         space, undoing this 2003-08-12 change:
25747         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25748
25749 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25750
25751         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
25752         strtoul.c from libc, undoing this 2003-08-12 change:
25753         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25754
25755 2003-08-16  Jim Meyering  <jim@meyering.net>
25756
25757         Merges from coreutils.
25758         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
25759         prefix.  Adjust cache variables similarly.  Create 500 rather than
25760         just 300 files, to exercise bug on Darwin6.5, too.
25761         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
25762         $missing_dir.
25763         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
25764         AM_SYS_POSIX_TERMIOS.
25765         Reported by mkc@mathdogs.com.
25766         Also change use of $am_cv_sys_posix_termios
25767         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
25768         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
25769         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
25770         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
25771         in /proc/mounts until it finds one with matching device number.  This
25772         is unnecessary when the FILE argument *is* a mount point.  No stat call
25773         is necessary in that case.  So, disable the statvfs-testing code on
25774         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
25775         as RedHat bug# 84846.
25776         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25777         to 1MB, so as not to render systems with no stack size limit (e.g.,
25778         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25779         Include <unistd.h>.  On some systems,
25780         it is required for the definition of _SC_PAGESIZE.
25781
25782 2003-08-16  Jim Meyering  <jim@meyering.net>
25783
25784         Merge from coreutils.
25785         * lib/xstrtoimax.c: #else #if -> #elif.
25786         * lib/xstrtoumax.c: Likewise.
25787
25788 2003-08-16  Jim Meyering  <jim@meyering.net>
25789
25790         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
25791         * m4/utimes.m4: Removed.
25792         * m4/utimes-null.m4: Renamed from utimes.m4.
25793
25794         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25795         to 1MB, so as not to render systems with no stack size limit (e.g.,
25796         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25797         Include <unistd.h>.  On some systems,
25798         it is required for the definition of _SC_PAGESIZE.
25799
25800 2003-08-16  Jim Meyering  <jim@meyering.net>
25801         and Paul Eggert  <eggert@cs.ucla.edu>
25802
25803         Merges from coreutils, etc.
25804
25805         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
25806         using the latest version from cvs.  This avoids problems with #line
25807         directives using a vendor (Sun) compiler.
25808         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
25809         Don't set GETGROUPS_LIB here; now it's
25810         done via getgroups.m4's wrapper function.
25811         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
25812         rather than just in sh-util/configure.in, so that the
25813         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
25814         same.
25815         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
25816         AC_FUNC_GETLOADAVG where to find getloadavg.c.
25817         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
25818         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
25819         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
25820         Remove code that is now done by the newly-required macros.
25821         Append $(EXEEXT) to DF_PROG.
25822         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
25823         Do not invoke or require the following here,
25824         since prereq.m4 or some gnulib .m4 now does this for us:
25825         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
25826         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
25827         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
25828         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
25829         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
25830         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
25831         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
25832         AC_FUNC_OBSTACK.
25833         Do not replace the following functions, as this is now the job
25834         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
25835         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
25836         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
25837         atexit getpass, strdup, getpagesize.
25838         Replace 'raise'.
25839         Do not check for the following functions, as this is now the job
25840         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
25841         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
25842         setregid.
25843         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
25844         Check for sys/sysctl.h.
25845         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
25846         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
25847         of checking for ssize_t ourselves.
25848
25849         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
25850         Require every macro that gnulib/modules/* suggests for us.
25851         (jm_PREREQ_ADDEXT): New macro.
25852         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
25853         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
25854
25855         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
25856         (gl_PHYSMEM): Use it.
25857         Also check for `table' function.
25858         Check for new headers and functions.
25859         Add check for sys/sysmp.h.
25860         With suggestions from Kaveh Ghazi.
25861         Ignore headers that are present but cannot be compiled.  This
25862         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
25863         C 5.4.
25864
25865 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25866
25867         Document merge from coreutils.
25868         * modules/userspec: Depend on posixver.
25869         * modules/strftime: Depend on tzset.
25870
25871 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25872
25873         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
25874         rather than tab, after '#' in shell-script copyright notices.
25875         Suggested by Bruno Haible.
25876
25877 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25878
25879         * config/srclist-update: Use three spaces, rather than tab, after '#'
25880         in shell-script copyright notices.  Suggested by Bruno Haible.
25881         Remove unnecessary parenthesization in regular expression.
25882
25883 2003-08-15  Jim Meyering  <jim@meyering.net>
25884
25885         Merge from coreutils.
25886         * lib/xgethostname.c: Include <stdlib.h>.
25887         (xghostname): Don't exit for anything other than memory-related
25888         failure; just return NULL.
25889         * lib/userspec.c: Include "posixver.h".
25890         (parse_user_spec): Accept `.' as a separator only
25891         in pre-POSIX-200112 mode.
25892         * lib/strtoimax.c: Use #elif rather than #else #if.
25893         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
25894         Remove function, now that we can rely on a working tzset function.
25895         [!_LIBC]: Ensure that the required autoconf test has been run.
25896         [!defined _NL_CURRENT && HAVE_STRFTIME]:
25897         Use underlying_strftime for %r.
25898         * lib/sha.c: Merge in some clean-up and optimization changes from
25899         glibc.
25900         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
25901         Ensure that it is a multiple of 64.
25902         Rearrange loop exit tests so as to avoid performing an
25903         additional fread after encountering an error or EOF.
25904         * lib/realloc.c: Update copyright date.
25905
25906 2003-08-15  Jim Meyering  <jim@meyering.net>
25907         and Paul Eggert  <eggert@twinsun.com>
25908
25909         Merge from coreutils.
25910         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
25911         member but strut utmpx does not.  Needed for AIX 4.3.3.
25912         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
25913
25914 2003-08-15  Jim Meyering  <jim@meyering.net>
25915         and Paul Eggert  <eggert@cs.ucla.edu>
25916
25917         Merges from coreutils, etc.
25918         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
25919         Require gl_FUNC_TZSET_CLOBBER.
25920         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
25921         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
25922         members.
25923
25924 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25925
25926         Help the merge from coreutils.
25927         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
25928         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
25929         * m4/tzset.m4: Use it too.
25930
25931 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25932
25933         * modules/tzset: New file.
25934
25935 2003-08-14  Jim Meyering  <jim@meyering.net>
25936
25937         Merges from coreutils.
25938         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
25939         variable names, rather than @FNMATCH_H@.
25940         * modules/alloca: Likewise for $(ALLOCA_H).
25941
25942         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
25943         the three copies of the literal target, `fnmatch.h'.
25944         * modules/alloca (alloca.h): Likewise.
25945
25946 2003-08-14  Jim Meyering  <jim@meyering.net>
25947
25948         Merge from coreutils.
25949         * m4/tzset.m4: New file.
25950         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
25951         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
25952         otherwise, AIX 5.1 systems would end up using the latter.
25953         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
25954         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
25955         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
25956         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
25957
25958 2003-08-14  Jim Meyering  <jim@meyering.net>
25959
25960         Merge from coreutils.
25961         * lib/obstack.h: Whitespace changes.
25962         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
25963         and xcalloc return values.
25964         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
25965         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
25966         hang on OSF/1 5.1 for DIR on both local and remote file systems.
25967         Reported by (and fix confirmed by) Nelson H. F. Beebe.
25968         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
25969         error from mntctl.
25970         Use mntctl's return value to drive the entry-processing loop, since
25971         we can't rely on the value of the vmt_length member in the last
25972         entry.  On some systems doing so could result in exhausting
25973         virtual memory.  Based in part on a patch from Mike Jetzer.
25974
25975 2003-08-14  Jim Meyering  <jim@meyering.net>
25976         and Paul Eggert  <eggert@twinsun.com>
25977
25978         Merges from coreutils, plus other fixes.
25979         * lib/physmem.c: Merge in portability changes from gcc/libiberty
25980         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
25981         for credits and details.  Thanks to Kaveh Ghazi for helping
25982         to keep these files in sync.
25983         (ARRAY_SIZE): Define it.
25984         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
25985         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
25986         (memcasecmp): Don't assume size_t fits in unsigned int.
25987         Remove casts and duplicate code.
25988         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
25989         (memcpy): Remove definition.
25990         Merge in some clean-up and optimization changes from glibc.
25991         [BLOCKSIZE]: Move definition to top of file.
25992         Ensure that it is a multiple of 64.
25993         Rearrange loop exit tests so as to avoid performing an
25994         additional fread after encountering an error or EOF.
25995         * lib/md5.h (md5_uintptr): Define.
25996         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
25997         return to the initial working directory.  Preserve errno
25998         for caller.
25999         * lib/idcache.c: Include "xalloc.h".
26000         (xmalloc, xrealloc): Remove decls.
26001         (getuser): Remove casts no longer required in C89.
26002         * lib/human.c: Include stdio.h, for sprintf.
26003         * lib/group-member.c: Include "xalloc.h".
26004         (xmalloc, xrealloc): Remove decls.
26005         (get_group_info): Remove casts no longer required in C89.
26006         * lib/getusershell.c (readname): Remove casts no longer required in
26007         C89.
26008         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
26009         * lib/getline.c: Whitespace fix, from coreutils.
26010
26011 2003-08-13  Paul Eggert  <eggert@twinsun.com>
26012
26013         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
26014         Check for isascii.
26015
26016         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
26017         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
26018         Undo previous (whitespace-only) change.
26019
26020 2003-08-13  Paul Eggert  <eggert@twinsun.com>
26021
26022         * lib/exclude.c: Include <ctype.h>
26023         (IN_CTYPE_DOMAIN): New macro.
26024         (is_space): New fn.
26025         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
26026         and empty lines.
26027
26028         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
26029         Undo previous (whitespace-only) change.
26030
26031 2003-08-13  Paul Eggert  <eggert@twinsun.com>
26032
26033         * config/srclist-update: Change update back to the old behavior,
26034         leaving whitespace alone.  Use one 'sed' command rather than a
26035         pipeline.
26036         (fixlicense): Now a variable, not a function.
26037         (remove_trailing_blanks): Remove.
26038         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
26039         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
26040         Undo previous (whitespace-only) change.
26041
26042 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26043
26044         Merge from coreutils.
26045         * modules/euidaccess: Add lib_SOURCES, include for new
26046         file euidaccess.h
26047
26048 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26049
26050         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
26051         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
26052         Normalize leading white space and remove trailing white space.
26053
26054         Merge from coreutils
26055         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
26056
26057         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
26058         0.12.1.  These files are now being upgraded automatically by
26059         ../config/srclist-update.
26060
26061 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26062
26063         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
26064         Normalize leading white space and remove trailing white space.
26065         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
26066         notice, as per ../config/srclist-update.
26067
26068         Merge from coreutils.
26069         * lib/euidaccess.h: New file.
26070         * lib/euidaccess.c: Include it.
26071         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
26072         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
26073         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
26074
26075 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26076
26077         * config/srclist-update: Add copyright notice.
26078         (remove_id_lines, remove_trailing_blanks): New constants.
26079         (fixfile): Use them to normalize spacing a bit in copied files.
26080         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
26081         Normalize leading white space and remove trailing white space.
26082
26083         * config/texinfo.tex: Sync with texinfo.
26084
26085         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
26086         strtoul.c from libc, to merge coreutils whitespace changes.
26087
26088         * config/srclist.txt: Get the following m4 files from gettext:
26089         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
26090         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
26091         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
26092         wint_t.m4.
26093
26094 2003-08-12  Karl Berry  <karl@gnu.org>
26095
26096         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
26097         been made.
26098
26099 2003-08-11  Paul Eggert  <eggert@twinsun.com>
26100
26101         * modules/gnu-source, m4/gnu-source.m4:
26102         Remove; we're assuming Autoconf 2.54 or later now.
26103         Suggested by Bruno Haible.
26104         * MODULES.html.sh (func_all_modules): Remove gnu-source.
26105
26106 2003-08-11  Bruno Haible  <bruno@clisp.org>
26107
26108         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
26109
26110 2003-08-11  Bruno Haible  <bruno@clisp.org>
26111
26112         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
26113         (vasnprintf): Use it instead of wcslen.
26114
26115 2003-08-11  Bruno Haible  <bruno@clisp.org>
26116
26117         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
26118         value to ensure that _Bool promotes to int. Use #define for _Bool when
26119         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
26120
26121 2003-08-10  Karl Berry  <karl@gnu.org>
26122
26123         * lib/regex.h: update from libc (whitespace fix).
26124
26125 2003-08-09  Paul Eggert  <eggert@twinsun.com>
26126
26127         Merge some files from coreutils.  These changes were
26128         originally made by Jim Meyering.
26129         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
26130         many older Unixes require this.
26131         * lib/alloca.c (alloca): Remove cast to argument of free;
26132         no longer needed in C89.
26133         * lib/alloca_.h, regex.h: Fix white space to match
26134         what GNU indent does.
26135
26136 2003-08-09  Paul Eggert  <eggert@twinsun.com>
26137
26138         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
26139         apparently Emacs's Unicode mode got confused before my 2003-08-05
26140         checkin.
26141
26142 2003-08-08  Paul Eggert  <eggert@twinsun.com>
26143
26144         * m4/extensions.m4: New file.
26145         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
26146         Require gl_USE_SYSTEM_EXTENSIONS.
26147         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
26148         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
26149
26150 2003-08-08  Paul Eggert  <eggert@twinsun.com>
26151
26152         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
26153         * modules/extensions, modules/gnu-source: New files.
26154         * modules/timespec, modules/unlocked-io: Depend on extensions.
26155
26156 2003-08-07  Paul Eggert  <eggert@twinsun.com>
26157
26158         * modules/restrict: New file.
26159         * MODULES.html.sh (func_all_modules): Add restrict.
26160         * modules/regex: Depend on restrict.
26161
26162 2003-08-07  Paul Eggert  <eggert@twinsun.com>
26163
26164         * m4/restrict.m4: New file.
26165         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
26166
26167 2003-08-07  Bruno Haible  <bruno@clisp.org>
26168
26169         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
26170         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
26171
26172 2003-08-07  Bruno Haible  <bruno@clisp.org>
26173
26174         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
26175         makes the module 'getndelim2' compatible with the module 'getline'.
26176
26177 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26178
26179         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
26180         byte with "\201" to avoid glitches when editing that source file
26181         with multi-gnome-terminal.
26182
26183 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26184
26185         * lib/bumpalloc.h: Remove.
26186
26187 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26188
26189         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
26190         * modules/bumpalloc: Remove.
26191
26192 2003-08-04  Paul Eggert  <eggert@twinsun.com>
26193
26194         * lib/getloadavg.c: Change copyright notice and spacing to conform to
26195         GNU coding style.
26196
26197         Merge from coreutils.
26198         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
26199         1. From glibc.
26200         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
26201         from Karl Berry, implemented by Jim Meyering.
26202         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
26203         from Dmitry V. Levin.
26204         Remove anachronistic cast of xrealloc.
26205         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
26206         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
26207         type. Otherwise, it wouldn't compile with at least /bin/cc on
26208         ymp-cray-unicos9.0.2.X.
26209         Combine two mostly-identical uses of alloca into one.
26210         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
26211
26212 2003-08-04  Dave Love  <d.love@dl.ac.uk>
26213
26214         [From Emacs.]
26215
26216         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
26217         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
26218         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
26219         obsolete NLIST_NAME_UNION.
26220         [__GNU__]: Undef BSD and FSCALE.
26221         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
26222
26223 2003-08-03  Paul Eggert  <eggert@twinsun.com>
26224
26225         * lib/stdbool_.h (_Bool): Make it signed char, instead of
26226         an enum type, so that it's guaranteed to promote to int.  See:
26227         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
26228
26229 2003-08-03  Karl Berry  <karl@gnu.org>
26230
26231         * config/depcomp: update from automake.
26232
26233 2003-07-31  Paul Eggert  <eggert@twinsun.com>
26234
26235         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
26236         (strerror): Don't assume that a printable int fits in 14 bytes.
26237
26238 2003-07-31  Bruno Haible  <bruno@clisp.org>
26239
26240         * modules/getpass-gnu: New file.
26241         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
26242
26243 2003-07-31  Bruno Haible  <bruno@clisp.org>
26244
26245         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
26246
26247 2003-07-24  Karl Berry  <karl@gnu.org>
26248
26249         * config/missing: update from automake.
26250
26251 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
26252             Bruno Haible  <bruno@clisp.org>
26253
26254         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
26255         * lib/getline.c (getline, getdelim): Likewise.
26256         Remove _GNU_SOURCE define; now it's defined in config.h through
26257         m4/getline.m4.
26258
26259 2003-07-23  Karl Berry  <karl@gnu.org>
26260
26261         * config/config.sub: update from prep.
26262
26263 2003-07-22  Paul Eggert  <eggert@twinsun.com>
26264
26265         * modules/xalloc (Depends-on): Add exitfail.
26266         * modules/xmemcoll: Likewise.
26267
26268 2003-07-22  Paul Eggert  <eggert@twinsun.com>
26269
26270         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
26271         over-parenthesization in macros.
26272
26273         Sync with coreutils.
26274
26275         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
26276         required by C99.
26277
26278         Use `exit_failure' for xalloc and xmemcoll instead of their own
26279         private exit-failure variables.
26280         * lib/xalloc.h (xalloc_exit_failure): Remove.
26281         * lib/xmalloc.c: Likewise.  Include exitfail.h.
26282         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
26283         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
26284         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
26285         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
26286
26287 2003-07-20  Jim Meyering  <jim@meyering.net>
26288
26289         * modules/closeout (Depends-on): Add exitfail.
26290         Suggestion from Bruno Haible.
26291
26292 2003-07-19  Karl Berry  <karl@gnu.org>
26293
26294         * config/config.sub: update from prep.
26295
26296 2003-07-18  Paul Eggert  <eggert@twinsun.com>
26297
26298         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
26299         Remove.
26300         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
26301         to test that it can stand by itself.  Include "exitfail.h".
26302         Clients should set exit_failure instead.
26303         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
26304
26305 2003-07-18  Bruno Haible  <bruno@clisp.org>
26306
26307         * modules/getndelim2: New file.
26308         * modules/getline: Share files with module getndelim2.
26309         * modules/getnline: Depend on getndelim2 instead of sharing files with
26310         it. Add getnline.c to lib_SOURCES.
26311         * MODULES.html.sh (func_all_modules): Add getndelim2.
26312
26313 2003-07-18  Bruno Haible  <bruno@clisp.org>
26314
26315         * m4/getndelim2.m4: New file.
26316         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
26317         invoke gl_PREREQ_GETNDELIM2.
26318         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
26319         gl_PREREQ_GETNDELIM2.
26320         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
26321         gl_GETNDELIM2.
26322
26323 2003-07-18  Bruno Haible  <bruno@clisp.org>
26324
26325         * lib/getndelim2.h: New file.
26326         * lib/getndelim2.c: Make into a module of its own. Include config.h,
26327         getndelim2.h.
26328         (getndelim2): Make non-static. Change return type to ssize_t.
26329         * lib/getline.h: Change argument names.
26330         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
26331         * lib/getnline.c: Include getndelim2.h.
26332
26333 2003-07-18  Andreas Schwab  <schwab@suse.de>
26334
26335         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
26336
26337 2003-07-17  Karl Berry  <karl@gnu.org>
26338
26339         * config/config.sub: update from prep.
26340
26341 2003-07-17  Bruno Haible  <bruno@clisp.org>
26342
26343         * modules/getnline: New file.
26344         * modules/getline: Add lib/getndelim2.c to source file list.
26345         * MODULES.html.sh (func_all_modules): Add getnline.
26346
26347 2003-07-17  Bruno Haible  <bruno@clisp.org>
26348
26349         * m4/getnline.m4: New file.
26350
26351 2003-07-17  Bruno Haible  <bruno@clisp.org>
26352
26353         * m4/Makefile.am.in: Remove file.
26354         * m4/Makefile.am: Remove file.
26355         * m4/Makefile.in: Remove file.
26356
26357 2003-07-17  Bruno Haible  <bruno@clisp.org>
26358
26359         * lib/getnline.h: New file.
26360         * lib/getnline.c: New file.
26361         * lib/getndelim2.c: New file, extracted from getline.c.
26362         (getndelim2): Renamed from getdelim2, with added nmax argument.
26363         * lib/getline.c: Include getndelim2.c.
26364         (getdelim2): Moved out to getndelim2.c.
26365         (getline, getdelim): Update.
26366
26367 2003-07-17  Bruno Haible  <bruno@clisp.org>
26368
26369         * lib/Makefile.am: Remove file.
26370         * lib/Makefile.in: Remove file.
26371
26372 2003-07-17  Bruno Haible  <bruno@clisp.org>
26373
26374         * configure.in: Remove file.
26375         * Makefile.in: Remove file.
26376
26377 2003-07-17  Bruno Haible  <bruno@clisp.org>
26378
26379         * MODULES.html.sh: Put the </BODY> right before </HTML>.
26380
26381 2003-07-16  Karl Berry  <karl@gnu.org>
26382
26383         * config/srclist-update: was running fixlicense twice, which caused
26384                 texinfo.tex to be nullified for some reason.  Simplify,
26385                 $gplsrc is no longer needed as far as I can see?
26386
26387 2003-07-16  Jim Meyering  <jim@meyering.net>
26388
26389         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
26390
26391 2003-07-15  Paul Eggert  <eggert@twinsun.com>
26392
26393         * config/srclist.txt: Get the following files from gettext-runtime/intl
26394         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
26395         ref-del.sin.  From Bruno Haible.
26396         * config/srclist-update (fixfile): Change grep pattern again, since the
26397         previous fix didn't work (there was another trailing $).  Use
26398         '[$]' to escape the $s.
26399
26400 2003-07-15  Karl Berry  <karl@gnu.org>
26401
26402         * lib/vasnprintf.c: update from gettext.
26403
26404 2003-07-15  Karl Berry  <karl@gnu.org>
26405
26406         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
26407         gets expanded when surrounded by '$'.
26408
26409 2003-07-15  Jim Meyering  <jim@meyering.net>
26410
26411         * modules/save-cwd: Don't depend on error.  From Derek Price.
26412
26413 2003-07-15  Jim Meyering  <jim@meyering.net>
26414
26415         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
26416
26417 2003-07-14  Simon Josefsson  <jas@extundo.com>
26418
26419         * modules/mempcpy: New file.
26420         * MODULES.html.sh (func_all_modules): Add mempcpy.
26421
26422 2003-07-14  Simon Josefsson  <jas@extundo.com>
26423
26424         * m4/mempcpy.m4: New file.
26425
26426 2003-07-14  Simon Josefsson  <jas@extundo.com>
26427
26428         * lib/mempcpy.h: New file.
26429         * lib/mempcpy.c: New file.
26430
26431 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26432
26433         * modules/getdate, modules/posixtm: Depend on mktime.
26434
26435 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26436
26437         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
26438         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
26439         unicodeio.c, unicodeio.h, unlocked-io.h:
26440         Switch from LGPL to GPL.
26441
26442 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26443
26444         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
26445         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
26446         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
26447         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
26448         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
26449         updated automatically by ../config/srclist-update.  This changes
26450         their license from LPGL to GPL.
26451
26452 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26453
26454         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
26455         assumed to refer to the root of the most recent stable gettext version.
26456         * config/srclistvars.sh: Add defaults for eggert.
26457         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
26458         Match "This program" as well as "The program".  This is needed
26459         for gettext.
26460
26461 2003-07-14  Jim Meyering  <jim@meyering.net>
26462
26463         Don't emit diagnostics.  Let callers do that.
26464         * lib/save-cwd.c: Don't include "error.h".
26465         (save_cwd): Don't call error.  Ensure that errno is valid
26466         when returning nonzero.
26467
26468         * lib/save-cwd.h (restore_cwd): Update prototype.
26469         * lib/save-cwd.c (restore_cwd): Remove two parameters.
26470         Simplify.  Don't call error upon failure.  Let callers do that.
26471         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
26472         when auditing is enabled.  But don't bother updating the #if.
26473
26474 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
26475
26476         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
26477         it breaks C++ compilation.
26478         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
26479
26480 2003-07-10  Simon Josefsson  <jas@extundo.com>
26481
26482         * modules/strchrnul (Makefile.am): Add strchrnul.h.
26483
26484 2003-07-10  Jim Meyering  <jim@meyering.net>
26485
26486         * m4/clock_time.m4: Remove trailing blank.
26487         * m4/intmax_t.m4: Likewise.
26488
26489 2003-07-10  Jim Meyering  <jim@meyering.net>
26490
26491         * lib/vasnprintf.c: Remove trailing blanks.
26492         Make cpp indentation consistent.
26493
26494 2003-07-09  Paul Eggert  <eggert@twinsun.com>
26495
26496         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
26497         posixver.c, strftime.c, strnlen.c, strverscmp.c:
26498         Switch from LGPL to GPL.
26499
26500 2003-07-09  Paul Eggert  <eggert@twinsun.com>
26501
26502         * config/srclist.txt: Sort sublists.  Add
26503         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
26504         that differ from gnulib for one reason or another; we'd like this list
26505         to be smaller but for now let's document what we have.
26506
26507 2003-07-08  Paul Eggert  <eggert@twinsun.com>
26508
26509         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
26510         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
26511         and sweeter "eval x=$x".
26512         * config/srclist.txt: Get lib/argp* from glibc.
26513
26514 2003-07-07  Paul Eggert  <eggert@twinsun.com>
26515
26516         * lib/mktime.c: Fix some boundary cases and remove need for floating
26517         point.
26518
26519         Issue a compile-time diagnostic if time_t is floating point, or if
26520         two's complement arithmetic is not in effect, or if arithmetic
26521         right shift does not propagate the sign.  These assumptions were
26522         all in the original code but they weren't checked.
26523
26524         (TIME_T_MIDPOINT, verify): New macros.
26525         (__isleap): Remove; it has integer overflow problems.
26526         (leapyear): New function, without those problems.
26527         (ydhms_tm_diff): Remove; splitting into two parts.
26528         (ydhms_diff): New function, containing the arithmetic part of
26529         the old ydhms_tm_diff function.  Issue a compile-time
26530         diagnostic if we are not using C99 integer division.
26531         Avoid casts when possible.
26532         (guess_time_tm): New function, containing the checking part of
26533         the old ydhms_tm_diff function.  Return the new value, rather than
26534         the difference between it and the old.  Accept a new argument T
26535         so that *T specifies the old value.  Check for overflow in the result.
26536
26537         (__mktime_internal): Use a time_t offset, not a long int offset.
26538         This undoes the 2003-06-04 change, which is no longer needed now
26539         that we have better overflow checking.
26540         (localtime_offset): Likewise.
26541
26542         (__mktime_internal): Avoid harmful overflow on hosts where time_t
26543         and long are 64-bit but int is only 32-bit.
26544         (ydhms_diff): Use long int to store year1 and yday1.
26545         Issue a compile-time diagnostic if long int is not wide enough.
26546
26547         (__mktime_internal): Use long int to store adjusted year and yday.
26548         Use plain C rather than preprocessor commands, if that doesn't
26549         affect efficiency.
26550         Check for overflow (and try to repair) after each probe
26551         rather than checking only at the very end.  This avoids some bugs
26552         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
26553         does not equal GMT offset at maximum time).
26554         Use integer to check for overflow rather than floating point; this
26555         is more portable to non-IEEE hosts, and is a tad faster.
26556         When we detect that we are oscillating between two values,
26557         don't check whether tm_isdst has the requested value, since
26558         we already know the answer.  When tm_isdst has the wrong value,
26559         use a different heuristic to find the right one, based on the
26560         extreme values actually observed in practice in tz2003a,
26561         rather than the (overly optimistic) "previous 3 calendar quarters".
26562
26563         (not_equal_tm, print_tm, check_result): Use "const T" rather than
26564         "T const" to accommodate glibc style.
26565         (check_result): Use less-confusing report format.  "long" -> "long int.
26566         (main): Likewise.
26567         Don't loop if the iteration overflows time_t.
26568         Allow a negative step in the iteration.
26569
26570 2003-07-06  Karl Berry  <karl@gnu.org>
26571
26572         * config/depcomp: update from automake.
26573         * config/config.sub: update from prep.
26574
26575 2003-07-03  Karl Berry  <karl@gnu.org>
26576
26577         * config/config.guess: update from prep.
26578
26579 2003-07-01  Paul Eggert  <eggert@twinsun.com>
26580
26581         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
26582         xreadlink.c now includes it unconditionally.
26583
26584 2003-07-01  Paul Eggert  <eggert@twinsun.com>
26585
26586         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
26587         having it depend on HAVE_SYS_TYPES_H.
26588
26589 2003-07-01  Bruno Haible  <bruno@clisp.org>
26590
26591         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
26592         <sys/types.h> should be sufficient.
26593         Reported by Paul Eggert.
26594
26595 2003-06-26  Karl Berry  <karl@gnu.org>
26596
26597         * config/depcomp: update from automake.
26598
26599 2003-06-26  Bruno Haible  <bruno@clisp.org>
26600
26601         * modules/human: Depend on module stdbool.
26602
26603 2003-06-25  Bruno Haible  <bruno@clisp.org>
26604
26605         * modules/readlink: New file.
26606         * modules/xreadlink: Depend on it.
26607         * MODULES.html.sh (func_all_modules): Add readlink.
26608
26609 2003-06-25  Bruno Haible  <bruno@clisp.org>
26610
26611         * m4/readlink.m4: New file.
26612
26613 2003-06-25  Bruno Haible  <bruno@clisp.org>
26614
26615         * lib/readlink.c: New file.
26616
26617 2003-06-22  Karl Berry  <karl@gnu.org>
26618
26619         * config/srclist.txt: update mkinstalldirs from automake.
26620         * config/mkinstalldirs: update.
26621
26622 2003-06-22  Bruno Haible  <bruno@clisp.org>
26623
26624         Portability to mingw32.
26625         * m4/ssize_t.m4: New file, from GNU gettext.
26626         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
26627         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
26628
26629 2003-06-22  Bruno Haible  <bruno@clisp.org>
26630
26631         * modules/safe-read: Add m4/ssize_t.m4.
26632         * modules/xreadlink: Add m4/ssize_t.m4.
26633
26634 2003-06-20  Bruno Haible  <bruno@clisp.org>
26635
26636         Assume C89, so PARAMS isn't needed.
26637         * lib/unicodeio.h (PARAMS): Remove.
26638         * lib/unicodeio.c: Don't use PARAMS.
26639
26640 2003-06-18  Karl Berry  <karl@gnu.org>
26641
26642         * config/config.{guess,sub}: update from prep.
26643
26644 2003-06-18  Jim Meyering  <jim@meyering.net>
26645
26646         Merge changes from coreutils.
26647         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
26648         Remove explicit declarations of xmalloc and realloc.
26649         Include xalloc.h.
26650         (read_utmp): Remove anachronistic cast of xmalloc.
26651
26652 2003-06-17  Paul Eggert  <eggert@twinsun.com>
26653
26654         Assume C89, so PARAMS isn't needed.
26655         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
26656         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
26657         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
26658         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
26659         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
26660         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
26661         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
26662         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
26663         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
26664         lib/xstrtod.h, lib/xstrtol.h: Likewise.
26665         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
26666         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
26667         no longer needed. Anyway, config.h should always be included before any
26668         other file.
26669
26670 2003-06-11  Simon Josefsson  <jas@extundo.com>
26671
26672         * modules/sysexits: New file.
26673         * MODULES.html.sh (func_all_modules): Add sysexits.
26674
26675 2003-06-11  Simon Josefsson  <jas@extundo.com>
26676
26677         * lib/sysexit_.h: New file.
26678
26679 2003-06-11  Derek Price  <derek@ximbiot.com>
26680
26681         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
26682         necessary.
26683
26684 2003-06-11  Bruno Haible  <bruno@clisp.org>
26685
26686         * m4/sysexits.m4: New file.
26687
26688 2003-06-10  Simon Josefsson  <jas@extundo.com>
26689
26690         * lib/argp.h: New file, from glibc.
26691         * lib/argp-ba.c: New file, from glibc.
26692         * lib/argp-eexst.c: New file, from glibc.
26693         * lib/argp-fmtstream.c: New file, from glibc.
26694         * lib/argp-fmtstream.h: New file, from glibc.
26695         * lib/argp-fs-xinl.c: New file, from glibc.
26696         * lib/argp-help.c: New file, from glibc.
26697         * lib/argp-namefrob.h: New file, from glibc.
26698         * lib/argp-parse.c: New file, from glibc.
26699         * lib/argp-pv.c: New file, from glibc.
26700         * lib/argp-pvh.c: New file, from glibc.
26701         * lib/argp-xinl.c: New file, from glibc.
26702
26703 2003-06-10  Simon Josefsson  <jas@extundo.com>
26704
26705         * modules/strchrnul: New file.
26706
26707 2003-06-10  Simon Josefsson  <jas@extundo.com>
26708
26709         * modules/argp: New file.
26710
26711 2003-06-10  Simon Josefsson  <jas@extundo.com>
26712
26713         * m4/strchrnul.m4: New file.
26714
26715 2003-06-10  Simon Josefsson  <jas@extundo.com>
26716
26717         * lib/strchrnul.h: New file.
26718         * lib/strchrnul.c: New file.
26719
26720 2003-06-10  Bruno Haible  <bruno@clisp.org>
26721
26722         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
26723
26724 2003-06-07  Karl Berry  <karl@gnu.org>
26725
26726         * config/config.{guess,sub}: update from prep.
26727
26728 2003-06-07  Jim Meyering  <jim@meyering.net>
26729
26730         * modules/strtod: Use $(...) notation, not @...@ for
26731         AC_REPLACE'd variables.
26732         * modules/localcharset: Likewise.
26733
26734 2003-06-07  Jim Meyering  <jim@meyering.net>
26735
26736         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
26737         in place of my name in the copyright comment.
26738         Remove definition and uses of __P.
26739
26740         From coreutils.
26741         * lib/stat.c: Don't declare xmalloc explicitly.
26742         Instead, include "xalloc.h".
26743         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
26744         xrealloc, and xcalloc return values.
26745         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
26746         Improve comment.
26747         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
26748
26749 2003-06-07  Bruno Haible  <bruno@clisp.org>
26750
26751         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
26752         avoid AC_CONFIG_LINKS.
26753         * modules/fnmatch (Makefile.am): Use explicit creation rule for
26754         fnmatch.h, to avoid AC_CONFIG_LINKS.
26755         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
26756
26757 2003-06-07  Bruno Haible  <bruno@clisp.org>
26758
26759         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
26760         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
26761         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26762         directory.
26763         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
26764         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26765         directory.
26766
26767 2003-06-06  Jim Meyering  <jim@meyering.net>
26768
26769         Merge from coreutils.
26770         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
26771         Consolidate declarations and initializations of *_base* locals.
26772
26773         Merge from coreutils.
26774         This avoids a core dump on systems without GNU putenv,
26775         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
26776         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
26777         (unsetenv): New static function, from GNU libc.
26778         (rpl_putenv): Use it.
26779
26780         * lib/modechange.c: Remove trailing blanks.
26781
26782         Merge from coreutils.
26783         * lib/fsusage.c: Remove declaration of statfs.
26784         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
26785
26786         * lib/posixtm.c: Include <stdbool.h> unconditionally.
26787
26788 2003-06-06  Jim Meyering  <jim@meyering.net>
26789
26790         * lib/stdbool_.h: Renamed from stdbool.h.in.
26791
26792 2003-06-06  Jim Meyering  <jim@meyering.net>
26793             Bruno Haible  <bruno@clisp.org>
26794
26795         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
26796         Adjust Makefile.am snippet not to redirect directly to target.
26797         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
26798
26799 2003-06-05  Paul Eggert  <eggert@twinsun.com>
26800
26801         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
26802         mismatch, look in future quarters as well as past.  This fixes a
26803         bug when processing fall-backwards gaps immediately after a long
26804         period of daylight-saving time.
26805
26806         * lib/mktime.c: Assume freestanding C89 or better.
26807         (HAVE_LIMITS_H): Remove.  Assume it's 1.
26808         (__P): Remove; not used.
26809         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
26810         (mktime, not_equal_tm, print_tm, check_result,
26811         main): Use prototypes.  Use const * where appropriate.
26812         (main): Fix typo in testing code that uncovered by above changes.
26813         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
26814
26815 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26816
26817         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
26818         locale.h, localeconv.  This merges changes from coreutils.
26819
26820         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
26821         It can be removed after the next Autoconf is released.
26822         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
26823         needed.
26824
26825 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26826
26827         * lib/mktime.c: Fix Debian bug 177940
26828         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
26829         (localtime_offset): Now long int, not time_t, because we want it
26830         to be guaranteed to be signed.  All uses changed.
26831         (__mktime_internal): If overflow would occur when adding offset,
26832         don't add it.
26833
26834         Merge 'human' changes from coreutils.  Rewrite to support
26835         locale-specific notations like thousands separators.
26836         * lib/human.c: Simplify authorship notice.
26837         Include human.h immediately after config.h.
26838         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
26839         <limits.h>: Do not include, since human.h does.
26840         (SIZE_MAX, UINTMAX_MAX): New macros.
26841         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
26842         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
26843         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
26844         (power_letter): Renamed from suffixes.
26845         (generate_suffix_backwards): Remove.
26846         (adjust_value): Now takes int style (because of human.h changes)
26847         and long double value (for greater precision on some platforms).
26848         (group_number): New function.
26849         (human_readable): Use it.  Use integer options, not enum.
26850         Put the options before the sizes in the arg list.
26851         Support all the new options.
26852         The old human_readable function has been removed;
26853         use inttostr.h instead.
26854         (human_readable, default_block_size, humblock):
26855         Use uintmax_t, not int, for block sizes.
26856         (human_readable_inexact, block_size_types): Remove.
26857         (block_size_opts): New constant.
26858         (human_options): Renamed from human_block_size, with new signature
26859         that allows block sizes up to UINTMAX_MAX.  All callers changed.
26860         * lib/human.h: Add copyright and authorship notice.
26861         Include <limits.h> and <stdbool.h> unconditionally.
26862         (PARAMS): Remove.  All uses removed.
26863         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
26864         (enum human_inexact_style): Remove tag; now a nameless enum.
26865         (human_floor, human_ceiling, human_round_to_even): Now have
26866         values 2, 0, 1 rather than -1, 1, 0.
26867         (human_group_digits, human_suppress_point_zero, human_autoscale,
26868         human_base_1024, human_SI, human_B): New constants.
26869         (human_readable_inexact, human_block_size): Remove.
26870         (human_readable): Size args are now uintmax_t, not int.
26871         (human_options): New decl.
26872
26873         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
26874         unnecessary now that we assume C89 or better.  This change
26875         imported from coreutils.
26876
26877         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26878         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
26879         in the 2003-05-30 sync from glibc.
26880
26881         .h files should stand alone, but we shouldn't include <sys/types.h>
26882         if we can get away with just <stddef.h>.
26883
26884         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
26885         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
26886         rather than <sys/types.h>, as we merely need size_t.
26887         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
26888         to get size_t.
26889         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
26890         Include <stdio.h>, to get FILE.
26891         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
26892         memcasecmp.h has included <stddef.h> and all we need is size_t.
26893         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
26894         our interface, instead of including <sys/types.h>
26895
26896 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26897
26898         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
26899         now, as glibc mktime is buggy on non-glibc systems.
26900
26901 2003-06-03  Karl Berry  <karl@gnu.org>
26902
26903         * config/config.sub: update from prep.
26904
26905 2003-06-02  Paul Eggert  <eggert@twinsun.com>
26906
26907         [from coreutils]
26908         Fix some minor time-related bugs with POSIX time arguments.
26909         Some valid time stamps were being rejected (notably -1, and
26910         time stamps before 1900 on 64-bit hosts).  And some invalid
26911         time stamps were being accepted, e.g. September 31.
26912
26913         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
26914         that we can return (time_t) -1 successfully.
26915         * lib/posixtm.c: Likewise.
26916         [HAVE_STDBOOL_H]: Include <stdbool.h>.
26917         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
26918         (t): Remove static var.
26919         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
26920         of static var.  All uses changed.
26921         (year): Do not reject years before 1900; they can occur with
26922         64-bit time_t.
26923         (posix_time_parse): Do not check for out-of-range components;
26924         that is now the caller's responsibility, since our checks were
26925         only approximations.
26926         (posixtime): Use mktime to check for out-of-range components,
26927         since it knows them exactly.
26928         If mktime returns (time_t) -1, check whether an error actually occurred
26929         by invoking localtime on -1.
26930         (main) [TEST_POSIXTIME]: Check for input data errors, and report
26931         posixtime failures better.
26932         Improve the test data (in comments only).
26933
26934 2003-06-02  Karl Berry  <karl@gnu.org>
26935
26936         * config/mkinstalldirs (version): new variable.
26937         (--version): new option.
26938         (usage): improve message.
26939
26940 2003-05-30  Karl Berry  <karl@gnu.org>
26941
26942         * lib/mktime.c: update from libc.
26943
26944 2003-05-30  Bruno Haible  <bruno@clisp.org>
26945
26946         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
26947         * config/config.rpath: Upgrade to gettext-0.12.1.
26948
26949 2003-05-30  Bruno Haible  <bruno@clisp.org>
26950
26951         * m4/gettext.m4: Upgrade to gettext-0.12.1.
26952         * m4/nls.m4: New file, from gettext-0.12.1.
26953         * m4/po.m4: New file, from gettext-0.12.1.
26954         * m4/progtest.m4: Upgrade to gettext-0.12.1.
26955
26956 2003-05-30  Bruno Haible  <bruno@clisp.org>
26957
26958         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
26959         * lib/localcharset.h: Likewise.
26960         * lib/localcharset.c: Likewise.
26961
26962 2003-05-29  Karl Berry  <karl@gnu.org>
26963
26964         * config/config.rpath: update from gettext.
26965
26966 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26967
26968         Assume the headers required for C89 freestanding compilers.
26969         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
26970         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
26971         * m4/human.m4 (gl_HUMAN): Likewise.
26972         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
26973         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
26974         * m4/userspec.m4 (gl_USERSPEC): Likewise.
26975         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
26976         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26977         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
26978
26979 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26980
26981         Assume the headers required for C89 freestanding compilers.
26982         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
26983         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
26984         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
26985         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
26986         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
26987         define, since <limits.h> is guaranteed to do that.
26988         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
26989         * lib/exclude.c: Include <stdbool.h> unconditionally.
26990         * lib/tempname.c: Include <stddef.h> unconditionally.
26991         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
26992         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
26993         <stddef.h> does that.
26994         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
26995         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
26996         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
26997         needed.
26998         * lib/xstrtol.c: Likewise.
26999         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
27000         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
27001
27002         * lib/addext.c (addext): Use assignment rather than cast, to avoid
27003         warnings on some platforms.
27004
27005         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
27006         arbitrarily.
27007
27008 2003-05-26  Jim Meyering  <jim@meyering.net>
27009
27010         Merge in a change from coreutils:
27011         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
27012         that is guaranteed to be `no'.  Use `no_such_member' to indicate
27013         that condition, rather than `-1' which is slightly misleading.
27014         Change the name of the cache variable to have the gl_ prefix.
27015         Prompted by a patch from Richard Dawe for DJGPP.
27016
27017 2003-05-24  Karl Berry  <karl@gnu.org>
27018
27019         * config/config.guess: update from prep.
27020
27021 2003-05-22  Karl Berry  <karl@gnu.org>
27022
27023         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
27024
27025 2003-05-20  Karl Berry  <karl@gnu.org>
27026
27027         * config/config.guess: update from prep.
27028
27029 2003-05-18  Karl Berry  <karl@gnu.org>
27030
27031         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
27032         might actually be set by the user.
27033
27034         * config/depcomp, install-sh, mdate-sh: update from automake.
27035
27036 2003-05-17  Bruno Haible  <bruno@clisp.org>
27037
27038         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
27039         invalid expansion for AC_EGREP_CPP.
27040         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
27041         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
27042         Suggested by Akim Demaille <akim@epita.fr> in
27043         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
27044
27045 2003-05-12  Jim Meyering  <jim@meyering.net>
27046
27047         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
27048         the space-padded-by-default conversion specifiers, %e, %k, %l.
27049
27050 2003-05-12  Bruno Haible  <bruno@clisp.org>
27051
27052         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
27053         the string is longer than 4 KB.
27054
27055 2003-05-11  Karl Berry  <karl@gnu.org>
27056
27057         * config/config.{guess,sub}: update from prep.
27058
27059 2003-05-09  Bruno Haible  <bruno@clisp.org>
27060
27061         * modules/error: Add m4/strerror_r.m4 to file list.
27062
27063 2003-05-03  Bruno Haible  <bruno@clisp.org>
27064
27065         Upgrade to Unicode-4.0.
27066         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
27067         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
27068         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
27069         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
27070         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
27071         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
27072         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
27073         Change width of U+E0100..U+E01EF from 1 to 0.
27074
27075 2003-04-25  Jim Meyering  <jim@meyering.net>
27076
27077         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
27078         of type size_t, not int.
27079
27080 2003-04-25  Bruno Haible  <bruno@clisp.org>
27081
27082         * lib/copy-file.c: Include <stddef.h>, for size_t.
27083
27084 2003-04-21  Paul Eggert  <eggert@twinsun.com>
27085
27086         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
27087         code which expansion is under static control.  Patch imported from
27088         Akim Demaille's patch to Bison; see
27089         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
27090
27091 2003-04-14  Bruno Haible  <bruno@clisp.org>
27092
27093         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
27094
27095 2003-04-11  Jim Meyering  <jim@meyering.net>
27096
27097         Merge changes from Coreutils.
27098
27099         2003-03-22  Jim Meyering  <jim@meyering.net>
27100
27101         * lib/strftime.c (widen): Cast alloca return value to proper type.
27102
27103         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
27104
27105         From GNU libc.
27106         * lib/strftime.c (my_strftime): Handle very large width
27107         specifications for numeric values correctly.  Improve checks for
27108         overflow.
27109
27110         2003-01-19  Jim Meyering  <jim@meyering.net>
27111
27112         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
27113         definitions.
27114         (nl_get_alt_digit) [! defined my_strftime]: Define.
27115         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
27116         _nl_get_alt_digit and _nl_get_walt_digit.
27117
27118         * lib/strftime.c (my_strftime): Merge in locale-related changes from
27119         libc. These changes have no effect outside of _LIBC.
27120
27121 2003-04-10  Bruno Haible  <bruno@clisp.org>
27122
27123         * modules/findprog: New file.
27124         * MODULES.html.sh (func_all_modules): Add it.
27125
27126 2003-04-10  Bruno Haible  <bruno@clisp.org>
27127
27128         * m4/findprog.m4: New file.
27129         * m4/eaccess.m4: New file.
27130
27131 2003-04-10  Bruno Haible  <bruno@clisp.org>
27132
27133         * lib/findprog.h: New file, from GNU gettext.
27134         * lib/findprog.c: New file, from GNU gettext.
27135
27136 2003-04-05  Jim Meyering  <jim@meyering.net>
27137
27138         Merge changes from Coreutils.
27139
27140         * lib/exclude.h (PARAMS): Remove definition and uses.
27141         * lib/exclude.c: Remove uses of `PARAMS'.
27142
27143         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
27144         Add test-cases for DOS filenames. Declare program_name.
27145         (main): Set up program_name.  Patch by Rich Dawe.
27146
27147         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
27148         error from mntctl.
27149         Use mntctl's return value to drive the entry-processing loop, since
27150         we can't rely on the value of the vmt_length member in the last
27151         entry.  On some systems doing so could result in exhausting
27152         virtual memory.  Based in part on a patch from Mike Jetzer.
27153
27154 2003-04-04  Bruno Haible  <bruno@clisp.org>
27155
27156         * modules/linebreak: New file.
27157         * MODULES.html.sh (func_all_modules): Add it.
27158
27159 2003-04-04  Bruno Haible  <bruno@clisp.org>
27160
27161         * m4/linebreak.m4: New file.
27162
27163 2003-04-04  Bruno Haible  <bruno@clisp.org>
27164
27165         * lib/linebreak.h: New file, from GNU gettext.
27166         * lib/linebreak.c: New file, from GNU gettext with slight
27167         modifications.
27168         * lib/lbrkprop.h: New file, from GNU gettext.
27169
27170 2003-04-03  Bruno Haible  <bruno@clisp.org>
27171
27172         * modules/utf8-ucs4: New file.
27173         * modules/utf16-ucs4: New file.
27174         * modules/ucs4-utf8: New file.
27175         * modules/ucs4-utf16: New file.
27176         * MODULES.html.sh (func_all_modules): Add them.
27177
27178 2003-04-03  Bruno Haible  <bruno@clisp.org>
27179
27180         * m4/utf-ucs4.m4: New file.
27181         * m4/ucs4-utf.m4: New file.
27182
27183 2003-04-03  Bruno Haible  <bruno@clisp.org>
27184
27185         * lib/utf8-ucs4.h: New file, from GNU gettext.
27186         * lib/utf16-ucs4.h: New file, from GNU gettext.
27187         * lib/ucs4-utf8.h: New file, from GNU gettext.
27188         * lib/ucs4-utf16.h: New file, from GNU gettext.
27189
27190 2003-04-02  Bruno Haible  <bruno@clisp.org>
27191
27192         * modules/binary-io: New file.
27193         * MODULES.html.sh (func_all_modules): Add it.
27194
27195 2003-04-02  Bruno Haible  <bruno@clisp.org>
27196
27197         * lib/binary-io.h: New file, from GNU gettext.
27198
27199 2003-04-01  Bruno Haible  <bruno@clisp.org>
27200
27201         * modules/pathname: New file.
27202         * MODULES.html.sh (func_all_modules): Add it.
27203
27204 2003-04-01  Bruno Haible  <bruno@clisp.org>
27205
27206         * lib/pathname.h: New file, from GNU gettext.
27207         * lib/concatpath.c: New file, from GNU gettext.
27208
27209 2003-03-30  Bruno Haible  <bruno@clisp.org>
27210
27211         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
27212
27213 2003-03-30  Bruno Haible  <bruno@clisp.org>
27214
27215         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
27216         function chown() doesn't exist.
27217
27218 2003-03-28  Bruno Haible  <bruno@clisp.org>
27219
27220         * modules/copy-file: New file.
27221         * MODULES.html.sh (func_all_modules): Add it.
27222
27223 2003-03-28  Bruno Haible  <bruno@clisp.org>
27224
27225         * m4/copy-file.m4: New file.
27226
27227 2003-03-28  Bruno Haible  <bruno@clisp.org>
27228
27229         * lib/copy-file.h: New file, from GNU gettext.
27230         * lib/copy-file.c: New file, from GNU gettext.
27231
27232 2003-03-18  Jim Meyering  <jim@meyering.net>
27233
27234         * lib/quote.c (quote_n): Fix typo in comment.
27235
27236 2003-03-18  Bruno Haible  <bruno@clisp.org>
27237
27238         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
27239         checking.
27240         * m4/onceonly_2_57.m4: Likewise.
27241
27242 2003-03-17  Bruno Haible  <bruno@clisp.org>
27243
27244         * m4/onceonly.m4: Require autoconf 2.54 or newer.
27245         (m4_quote): Remove macro.
27246         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
27247
27248 2003-03-14  Jim Meyering  <jim@meyering.net>
27249
27250         Merge changes from Coreutils.
27251         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
27252         to be const, in order to avoid warnings.
27253         (obstack_room): Likewise.
27254         (obstack_empty_p): Likewise.
27255
27256 2003-03-14  Bruno Haible  <bruno@clisp.org>
27257
27258         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
27259         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
27260
27261 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27262
27263         Merge changes from Bison.
27264         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
27265         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
27266         when compiling Bison 1.875's `bitset bset = obstack_alloc
27267         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
27268         * lib/hash.c: Include <stdbool.h> unconditionally.
27269
27270 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27271
27272         * m4/onceonly.m4 (m4_quote): New macro.
27273         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
27274         Quote AC_FOREACH variable-expansions properly.
27275
27276 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27277
27278         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
27279
27280 2003-03-09  Paul Eggert  <eggert@twinsun.com>
27281
27282         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
27283         Reported by Bruce Becker; see:
27284         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
27285
27286 2003-03-03  Paul Eggert  <eggert@twinsun.com>
27287             Bruno Haible  <bruno@clisp.org>
27288
27289         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
27290         Reported by John Hughes, see
27291         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
27292
27293 2003-02-20  Bruno Haible  <bruno@clisp.org>
27294
27295         * MODULES.html.sh (func_all_modules): Add poll.
27296
27297 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27298
27299         * modules/poll: New file.
27300
27301 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27302
27303         * lib/poll_.h: New file.
27304         * lib/poll.c: New file.
27305
27306 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27307
27308         * m4/poll.m4: New file.
27309
27310 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27311
27312         * modules/mathl: New file.
27313
27314 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27315
27316         * lib/mathl.h: New file.
27317         * lib/acosl.c: New file.
27318         * lib/asinl.c: New file.
27319         * lib/atanl.c: New file.
27320         * lib/ceill.c: New file.
27321         * lib/cosl.c: New file.
27322         * lib/expl.c: New file.
27323         * lib/floorl.c: New file.
27324         * lib/frexpl.c: New file.
27325         * lib/ldexpl.c: New file.
27326         * lib/logl.c: New file.
27327         * lib/sincosl.c: New file.
27328         * lib/sinl.c: New file.
27329         * lib/sqrtl.c: New file.
27330         * lib/tanl.c: New file.
27331         * lib/trigl.c: New file.
27332         * lib/trigl.h: New file.
27333
27334 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27335
27336         * m4/mathl.m4: New file.
27337
27338 2003-02-18  Bruno Haible  <bruno@clisp.org>
27339
27340         * MODULES.html.sh (func_all_modules): Add mathl.
27341
27342 2003-02-17  Bruno Haible  <bruno@clisp.org>
27343
27344         * modules/mkdtemp: New module.
27345         * MODULES.html.sh (func_all_modules): Add it.
27346
27347 2003-02-17  Bruno Haible  <bruno@clisp.org>
27348
27349         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
27350
27351 2003-02-17  Bruno Haible  <bruno@clisp.org>
27352
27353         * lib/mkdtemp.h: New file, from GNU gettext.
27354         * lib/mkdtemp.c: New file, from GNU gettext.
27355
27356 2003-02-02  Jim Meyering  <jim@meyering.net>
27357
27358         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
27359         e.g. glibc-2.2.93.
27360
27361 2003-01-31  Bruno Haible  <bruno@clisp.org>
27362
27363         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
27364         'rpl_rename'.
27365         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
27366         'rpl_strnlen'.
27367         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
27368         'rpl_strtod'.
27369         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
27370         'rpl_utime'.
27371
27372 2003-01-31  Bruno Haible  <bruno@clisp.org>
27373
27374         * lib/rename.c: #undef rename before defining rpl_rename.
27375         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
27376
27377 2003-01-30  Bruno Haible  <bruno@clisp.org>
27378
27379         * modules/vasnprintf, modules/vasprintf: New modules.
27380         * MODULES.html.sh (func_all_modules): Add them.
27381
27382 2003-01-30  Bruno Haible  <bruno@clisp.org>
27383
27384         * m4/signed.m4: New file, from GNU gettext.
27385         * m4/longdouble.m4: New file, from GNU gettext.
27386         * m4/wchar_t.m4: New file, from GNU gettext.
27387         * m4/wint_t.m4: New file, from GNU gettext.
27388         * m4/vasnprintf.m4: New file.
27389         * m4/vasprintf.m4: New file.
27390
27391 2003-01-30  Bruno Haible  <bruno@clisp.org>
27392
27393         * lib/printf-args.h: New file, from GNU gettext.
27394         * lib/printf-args.c: New file, from GNU gettext.
27395         * lib/printf-parse.h: New file, from GNU gettext.
27396         * lib/printf-parse.c: New file, from GNU gettext.
27397         * lib/vasnprintf.h: New file, from GNU gettext.
27398         * lib/vasnprintf.c: New file, from GNU gettext.
27399         * lib/asnprintf.c: New file, from GNU gettext.
27400         * lib/vasprintf.h: New file, from GNU gettext with modifications.
27401         * lib/vasprintf.c: New file, from GNU gettext.
27402         * lib/asprintf.c: New file, from GNU gettext.
27403
27404 2003-01-29  Bruno Haible  <bruno@clisp.org>
27405
27406         * modules/stpncpy: New module.
27407         * MODULES.html.sh (func_all_modules): Add it.
27408
27409 2003-01-29  Bruno Haible  <bruno@clisp.org>
27410
27411         * m4/stpncpy.m4: New file.
27412
27413 2003-01-29  Bruno Haible  <bruno@clisp.org>
27414
27415         * lib/stpncpy.h: New file, from GNU gettext with modifications.
27416         * lib/stpncpy.c: New file, from GNU gettext with modifications.
27417
27418 2003-01-28  Bruno Haible  <bruno@clisp.org>
27419
27420         * modules/c-ctype: New module.
27421         * MODULES.html.sh (func_all_modules): Add it.
27422
27423 2003-01-28  Bruno Haible  <bruno@clisp.org>
27424
27425         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
27426         Paul Eggert.
27427         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
27428         Paul Eggert.
27429
27430 2003-01-27  Bruno Haible  <bruno@clisp.org>
27431
27432         * modules/xsetenv: New module.
27433         * MODULES.html.sh (func_all_modules): Add it.
27434
27435 2003-01-27  Bruno Haible  <bruno@clisp.org>
27436
27437         * lib/xsetenv.h: New file, from GNU gettext.
27438         * lib/xsetenv.c: New file, from GNU gettext.
27439
27440 2003-01-23  Jim Meyering  <jim@meyering.net>
27441
27442         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
27443         from working on systems without dirfd (at least Irix and OSF1/Tru64).
27444
27445 2003-01-23  Bruno Haible  <bruno@clisp.org>
27446
27447         * modules/minmax: New module.
27448         * MODULES.html.sh (func_all_modules): Add it.
27449
27450 2003-01-23  Bruno Haible  <bruno@clisp.org>
27451
27452         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
27453         Eggert.
27454
27455 2003-01-22  Bruno Haible  <bruno@clisp.org>
27456
27457         * modules/exit: New module.
27458         * MODULES.html.sh (func_all_modules): Add it.
27459
27460 2003-01-22  Bruno Haible  <bruno@clisp.org>
27461
27462         * lib/exit.h: New file, from GNU gettext.
27463
27464 2003-01-19  Bruno Haible  <bruno@clisp.org>
27465
27466         * gnulib-tool: Recognize option --extract-maintainer.
27467         (func_get_maintainer): New function.
27468         * modules/*: Add Maintainer entry.
27469
27470 2003-01-16  Jim Meyering  <jim@meyering.net>
27471
27472         * m4/regex.m4: The `regex' struct is both input and output.
27473         Initialize it before each use.  Patch by Tim Waugh.
27474
27475 2003-01-16  Bruno Haible  <bruno@clisp.org>
27476
27477         * MODULES.html.sh: Add a table of contents. Add the module name as
27478         leftmost column. Add hyperlinks.
27479
27480 2003-01-15  Bruno Haible  <bruno@clisp.org>
27481
27482         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
27483
27484 2003-01-15  Bruno Haible  <bruno@clisp.org>
27485
27486         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
27487         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
27488         suffix.
27489
27490 2003-01-15  Bruno Haible  <bruno@clisp.org>
27491
27492         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
27493
27494 2003-01-15  Bruno Haible  <bruno@clisp.org>
27495
27496         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
27497         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
27498
27499 2003-01-14  Jim Meyering  <jim@meyering.net>
27500
27501         * lib/same.c (same_name): Tweak a comment.
27502
27503 2003-01-14  Bruno Haible  <bruno@clisp.org>
27504
27505         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
27506         when a string comparison is sufficient.
27507
27508 2003-01-14  Bruno Haible  <bruno@clisp.org>
27509
27510         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
27511         'unsigned int'.
27512
27513 2003-01-14  Bruno Haible  <bruno@clisp.org>
27514
27515         * lib/hash-pjw.c: Add comment about low quality of this function.
27516
27517 2003-01-13  Bruno Haible  <bruno@clisp.org>
27518
27519         * modules/stpcpy: Distribute lib/stpcpy.h.
27520         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
27521
27522 2003-01-13  Bruno Haible  <bruno@clisp.org>
27523
27524         * modules/*: Add a description.
27525         * modules/strpbrk: Fix Makefile.am snippet.
27526         * modules/strtoimax: Fix dependencies.
27527         * modules/strtoumax: Likewise.
27528
27529 2003-01-13  Bruno Haible  <bruno@clisp.org>
27530
27531         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
27532         * modules/alloca (Makefile.am): All object files depend on alloca.h.
27533         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
27534
27535 2003-01-13  Bruno Haible  <bruno@clisp.org>
27536
27537         * gnulib-tool (func_create_testdir): Store config/* files in the main
27538         directory.
27539         * config.rpath: Move to ...
27540         * config/config.rpath: ... here.
27541         * modules/gettext: Contains config/config.rpath, not config.rpath.
27542         * modules/iconv: Likewise.
27543
27544 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27545
27546         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27547         to avoid collisions with libcurses and libreadline.
27548
27549         * m4/getstr.m4: Remove.
27550         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
27551
27552 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27553
27554         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27555         to avoid collisions with libcurses and libreadline.
27556
27557         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
27558         * lib/getstr.h, getstr.c: Remove.
27559         * lib/getline.c: Include "getline.h", to check interface.
27560         Move body of old getstr.c here: this defines MIN_CHUNK and
27561         declares getdelim2, which is renamed from getstr.
27562         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
27563
27564         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
27565         All uses changed.
27566         * lib/linebuffer.h: Likewise.
27567         (readline): Remove backward-compatibility macro.
27568
27569 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27570
27571         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27572         to avoid collisions with libcurses and libreadline.
27573         * getstr: Remove.
27574         * MODULES.html.sh: Remove getstr.
27575         * modules/getline: Depend on unlocked-io, not getstr.
27576
27577 2003-01-12  Jim Meyering  <jim@meyering.net>
27578
27579         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
27580
27581 2003-01-10  Bruno Haible  <bruno@clisp.org>
27582
27583         * modules/alloca: Change Makefile.am requirements. Simplify Include
27584         requirements. Add lib/alloca_.h to file list.
27585
27586 2003-01-10  Bruno Haible  <bruno@clisp.org>
27587
27588         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
27589
27590 2003-01-10  Bruno Haible  <bruno@clisp.org>
27591
27592         * lib/alloca_.h: New file.
27593         * lib/getdate.y: Unconditionally include alloca.h.
27594         * lib/makepath.c: Likewise.
27595         * lib/setenv.c: Likewise.
27596         * lib/userspec.c: Likewise.
27597
27598 2003-01-09  Karl Berry  <karl@gnu.org>
27599
27600         * MODULES.html.sh: include `dirname $0` in PATH, to find
27601         gnulib-tool.
27602
27603 2003-01-09  Bruno Haible  <bruno@clisp.org>
27604
27605         * modules/stdbool: Change configure.ac, Makefile.am requirements.
27606         Simplify Include requirements. Add lib/stdbool.h.in to file list.
27607
27608 2003-01-09  Bruno Haible  <bruno@clisp.org>
27609
27610         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
27611
27612 2003-01-09  Bruno Haible  <bruno@clisp.org>
27613
27614         * lib/stdbool.h.in: New file.
27615
27616 2003-01-09  Bruno Haible  <bruno@clisp.org>
27617
27618         * gnulib-tool (func_all_modules): Ignore files ending in ~.
27619         * MODULES.html.sh: Likewise.
27620
27621 2003-01-08  Jim Meyering  <jim@meyering.net>
27622
27623         * lib/full-write.c: Undefine and define-away `const' after inclusion
27624         of errno.h, not before.  Suggestion from Bruno Haible.
27625
27626 2003-01-08  Bruno Haible  <bruno@clisp.org>
27627
27628         * modules/full-read: Depend on full-write.
27629
27630 2003-01-08  Bruno Haible  <bruno@clisp.org>
27631
27632         * lib/safe-read.c: Include specification header first, to ensure its
27633         selfcontainedness.
27634         * lib/full-write.c: Likewise.
27635
27636 2003-01-07  Jim Meyering  <jim@meyering.net>
27637
27638         * lib/full-write.c: Rework so that it may serve to define full_read,
27639         too.
27640         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
27641
27642 2003-01-07  Bruno Haible  <bruno@clisp.org>
27643
27644         * lib/strtoimax.c: Include <stdint.h> as an alternative to
27645         <inttypes.h>.
27646         * lib/xstrtol.h: Likewise.
27647         * lib/xstrtoimax.c: Likewise.
27648         * lib/xstrtoumax.c: Likewise.
27649         * lib/human.h: Likewise.
27650
27651         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
27652         on systems that have <inttypes.h> but not <stdint.h>.
27653
27654 2003-01-07  Bruno Haible  <bruno@clisp.org>
27655
27656         * MODULES.html.sh: Add copyright notice.
27657         (missed_files): Omit CVS directory entries.
27658         (func_module): Make it work with sed-3.02.
27659         * MODULES.txt: Remove file.
27660
27661 2003-01-06  Jim Meyering  <jim@meyering.net>
27662
27663         * lib/version-etc.c: Update year in translatable copyright string.
27664
27665 2003-01-03  Karl Berry  <karl@gnu.org>
27666
27667         * config/config.{guess,sub}: update from prep.
27668
27669 2003-01-02  Karl Berry  <karl@gnu.org>
27670
27671         * doc/COPYING.DOC: belatedly updated to 1.2.
27672
27673 2003-01-01  Karl Berry  <karl@gnu.org>
27674
27675         * gnulib-tool (func_verify_module): report module name $module in
27676         error message, not $1.
27677         * gnulib-tool (create-testdir): don't complain if destdir couldn't
27678         be created, only if it doesn't exist.
27679         * gnulib-tool (last_checkin_date): don't expand the $Date here.
27680
27681 2002-12-31  Paul Eggert  <eggert@twinsun.com>
27682
27683         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
27684
27685 2002-12-31  Paul Eggert  <eggert@twinsun.com>
27686
27687         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
27688         memcmp if strcoll doesn't work.
27689
27690 2002-12-31  Bruno Haible  <bruno@clisp.org>
27691
27692         * lib/utime.c (utime_null): No need to call ftruncate if the file was
27693         nonempty.
27694
27695 2002-12-31  Bruno Haible  <bruno@clisp.org>
27696
27697         * lib/memcoll.c (STRCOLL): New macro.
27698         (memcoll): Use it.
27699
27700 2002-12-31  Bruno Haible  <bruno@clisp.org>
27701
27702         * lib/localcharset.h: New file.
27703         * lib/localcharset.c: Include it.
27704         * lib/unicodeio.c: Likewise.
27705
27706 2002-12-31  Bruno Haible  <bruno@clisp.org>
27707
27708         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
27709         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
27710
27711 2002-12-31  Bruno Haible  <bruno@clisp.org>
27712
27713         * lib/getline.h: Include <stddef.h>, for size_t.
27714
27715         * lib/unicodeio.h: Include <stddef.h>, for size_t.
27716         * lib/unicodeio.c: Don't include <stddef.h>.
27717
27718 2002-12-31  Bruno Haible  <bruno@clisp.org>
27719
27720         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
27721         HAVE_TM_ZONE.
27722
27723 2002-12-24  Karl Berry  <karl@gnu.org>
27724
27725         * config/config.guess: update from prep.
27726
27727 2002-12-24  Bruno Haible  <bruno@clisp.org>
27728
27729         General infrasructure.
27730         * m4/README: Rewritten.
27731         * m4/onceonly.m4: New file.
27732         * m4/onceonly_2_57.m4: New file.
27733
27734         Module atexit.
27735         * m4/atexit.m4: New file.
27736
27737         Module strtod.
27738         * m4/strtod.m4: New file.
27739
27740         Module strtol.
27741         * m4/strtol.m4: New file.
27742
27743         Module strtoul.
27744         * m4/strtoul.m4: New file.
27745
27746         Module memchr.
27747         * m4/memchr.m4: New file.
27748
27749         Module memcmp.
27750         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
27751         (jm_FUNC_MEMCMP): Invoke it.
27752
27753         Module memcpy.
27754         * m4/memcpy.m4: New file.
27755
27756         Module memmove.
27757         * m4/memmove.m4: New file.
27758
27759         Module memset.
27760         * m4/memset.m4: New file.
27761
27762         Module strcspn.
27763         * m4/strcspn.m4: New file.
27764
27765         Module strpbrk.
27766         * m4/strpbrk.m4: New file.
27767
27768         Module strstr.
27769         * m4/strstr.m4: New file.
27770
27771         Module strerror.
27772         * m4/strerror.m4: New file.
27773
27774         Module mktime.
27775         * m4/mktime.m4: Renamed from jm-mktime.m4.
27776         (gl_PREREQ_MKTIME): New macro.
27777         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
27778
27779         Module malloc.
27780         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
27781         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
27782         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
27783
27784         Module realloc.
27785         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
27786         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
27787         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
27788
27789         Module strftime.
27790         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
27791         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
27792         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
27793         gl_TM_GMTOFF.
27794         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
27795
27796         Module xalloc.
27797         * m4/xalloc.m4: New file.
27798
27799         Module alloca.
27800         * m4/alloca.m4: New file.
27801
27802         Module putenv.
27803         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
27804         (jm_FUNC_PUTENV): Invoke it.
27805
27806         Module setenv.
27807         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
27808         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
27809         when invoked twice.
27810         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
27811         gt_FUNC_SETENV.
27812
27813         Module memrchr.
27814         * m4/memrchr.m4: New file.
27815
27816         Module stpcpy.
27817         * m4/stpcpy.m4: New file.
27818
27819         Module strcase.
27820         * m4/strcase.m4: New file.
27821
27822         Module strdup.
27823         * m4/strdup.m4: New file.
27824
27825         Module strnlen.
27826         * m4/strnlen.m4: New file.
27827
27828         Module strndup.
27829         * m4/strndup.m4: New file.
27830
27831         Module xstrtod.
27832         * m4/xstrtod.m4: New file.
27833
27834         Module xstrtol.
27835         * m4/xstrtol.m4: New file.
27836
27837         Module getdate.
27838         * m4/getdate.m4: New file.
27839
27840         Module unlocked-io.
27841         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
27842         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
27843         * m4/jm-glibc-io.m4n: Remove file.
27844
27845         Module long-options.
27846         * m4/long-options.m4: New file.
27847
27848         Module md5.
27849         * m4/md5.m4: New file.
27850
27851         Module sha.
27852         * m4/sha.m4: New file.
27853
27854         Module getstr.
27855         * m4/getstr.m4: New file.
27856
27857         Module getline.
27858         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
27859         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
27860         <sys/types.h>, for size_t. Use the function name gnu_getline, not
27861         simply getline. Infoke gl_PREREQ_GETLINE.
27862
27863         Module obstack.
27864         * m4/obstack.m4: New file.
27865
27866         Module hash.
27867         * m4/hash.m4: New file.
27868
27869         Module readtokens.
27870         * m4/readtokens.m4: New file.
27871
27872         Module strverscmp.
27873         * m4/strverscmp.m4: New file.
27874
27875         Module stdbool.
27876         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
27877         OSF/1.
27878
27879         Module strtoll.
27880         * m4/strtoll.m4: New file.
27881
27882         Module strtoull.
27883         * m4/strtoull.m4: New file.
27884
27885         Module strtoimax.
27886         * m4/strtoimax.m4: New file.
27887
27888         Module strtoumax.
27889         * m4/strtoumax.m4: New file.
27890
27891         Module xstrtoimax.
27892         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
27893         jm_AC_PREREQ_XSTRTOIMAX.
27894         Moved the strtol prerequisites to strtol.m4.
27895         Moved the strtoll prerequisites to strtoll.m4.
27896         Moved the strtoimax prerequisites to strtoimax.m4.
27897
27898         Module xstrtoumax.
27899         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
27900         jm_AC_PREREQ_XSTRTOUMAX.
27901         Moved the strtoul prerequisites to strtoul.m4.
27902         Moved the strtoull prerequisites to strtoull.m4.
27903         Moved the strtoumax prerequisites to strtoumax.m4.
27904
27905         Module chown.
27906         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
27907         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
27908
27909         Module dup2.
27910         * m4/dup2.m4: New file.
27911
27912         Module ftruncate.
27913         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
27914         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
27915
27916         Module getgroups.
27917         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
27918         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
27919
27920         Module gettimeofday.
27921         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
27922         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
27923         gl_PREREQ_GETTIMEOFDAY.
27924
27925         Module mkdir.
27926         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
27927         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
27928
27929         Module mkstemp.
27930         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
27931         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
27932         jm_AC_TYPE_UINTMAX_T.
27933         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
27934
27935         Module stat.
27936         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
27937         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
27938
27939         Module lstat.
27940         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
27941         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
27942
27943         Module timespec.
27944         * m4/timespec.m4 (gl_TIMESPEC): New macro.
27945         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
27946         * m4/st_mtim.m4: Indentation.
27947
27948         Module nanosleep.
27949         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
27950         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
27951         gl_PREREQ_NANOSLEEP.
27952
27953         Module regex.
27954         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
27955         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
27956         (gl_REGEX): New macro.
27957
27958         Module rename.
27959         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
27960         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
27961
27962         Module rmdir.
27963         * m4/rmdir.m4: New file.
27964
27965         Module utime.
27966         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
27967         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
27968         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
27969
27970         Module dirname.
27971         * m4/dirname.m4: New file.
27972
27973         Module getopt.
27974         * m4/getopt.m4: New file.
27975
27976         Module unistd-safer.
27977         * m4/unistd-safer.m4: New file.
27978
27979         Module fnmatch.
27980         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
27981         declaration.
27982         (gl_PREREQ_FNMATCH_EXTRA): New macro.
27983         (gl_FUNC_FNMATCH_POSIX): New macro.
27984         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
27985         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
27986         simply fnmatch.
27987
27988         Module exclude.
27989         * m4/exclude.m4: New file.
27990
27991         Module human.
27992         * m4/human.m4: New file.
27993
27994         Module acl.
27995         * m4/acl.m4: Nop.
27996
27997         Module backupfile.
27998         * m4/backupfile.m4: New file.
27999         * m4/d-ino.m4: Indentation.
28000
28001         Module fsusage.
28002         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
28003         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
28004         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
28005
28006         Module dirfd.
28007         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
28008         requirements.
28009
28010         Module euidaccess.
28011         * m4/euidaccess.m4: New file.
28012
28013         Module file-type.
28014         * m4/file-type.m4: New file.
28015
28016         Module fileblocks.
28017         * m4/fileblocks.m4: New file.
28018
28019         Module filemode.
28020         * m4/filemode.m4: New file.
28021
28022         Module isdir.
28023         * m4/isdir.m4: New file.
28024
28025         Module lchown.
28026         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
28027         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
28028
28029         Module makepath.
28030         * m4/makepath.m4: New file.
28031
28032         Module modechange.
28033         * m4/modechange.m4: New file.
28034
28035         Module mountlist.
28036         * m4/mountlist.m4: New file.
28037         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
28038         Indentation.
28039
28040         Module path-concat.
28041         * m4/path-concat.m4: New file.
28042
28043         Module pathmax.
28044         * m4/pathmax.m4: New file.
28045
28046         Module same.
28047         * m4/same.m4: New file.
28048
28049         Module save-cwd.
28050         * m4/save-cwd.m4: New file.
28051
28052         Module savedir.
28053         * m4/savedir.m4: New file.
28054
28055         Module xgetcwd.
28056         * m4/xgetcwd.m4: New file.
28057         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
28058
28059         Module xreadlink.
28060         * m4/xreadlink.m4: New file.
28061
28062         Module safe-read.
28063         * m4/safe-read.m4: New file.
28064
28065         Module safe-write.
28066         * m4/safe-write.m4: New file.
28067
28068         Module closeout.
28069         * m4/closeout.m4: New file.
28070
28071         Module stdio-safer.
28072         * m4/stdio-safer.m4: New file.
28073
28074         Module getpass.
28075         * m4/getpass.m4: New file.
28076
28077         Module getugroups.
28078         * m4/getugroups.m4: New file.
28079
28080         Module group-member.
28081         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
28082         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
28083
28084         Module idcache.
28085         * m4/idcache.m4: New file.
28086
28087         Module userspec.
28088         * m4/userspec.m4: New file.
28089
28090         Module gettime.
28091         * m4/clock_time.m4: New file.
28092         * m4/gettime.m4: New file.
28093
28094         Module settime.
28095         * m4/settime.m4: New file.
28096
28097         Module posixtm.
28098         * m4/posixtm.m4: New file.
28099
28100         Module gethostname.
28101         * m4/gethostname.m4: New file.
28102
28103         Module canon-host.
28104         * m4/canon-host.m4: New file.
28105
28106         Module gettext.
28107         * m4/codeset.m4: New file, from gettext-0.11.5.
28108         * m4/gettext.m4: New file, from gettext-0.11.5.
28109         * m4/glibc21.m4: New file, from gettext-0.11.5.
28110         * m4/iconv.m4: New file, from gettext-0.11.5.
28111         * m4/intdiv0.m4: New file, from gettext-0.11.5.
28112         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
28113         * m4/inttypes.m4: New file, from gettext-0.11.5.
28114         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
28115         * m4/isc-posix.m4: New file, from gettext-0.11.5.
28116         * m4/lcmessage.m4: New file, from gettext-0.11.5.
28117         * m4/lib-ld.m4: New file, from gettext-0.11.5.
28118         * m4/lib-link.m4: New file, from gettext-0.11.5.
28119         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
28120         * m4/progtest.m4: New file, from gettext-0.11.5.
28121         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
28122         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
28123         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
28124
28125         Module localcharset.
28126         * m4/localcharset.m4: New file.
28127
28128         Module hard-locale.
28129         * m4/hard-locale.m4: New file.
28130
28131         Module mbswidth.
28132         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
28133         onceonly macros.
28134         * m4/mbrtowc.m4: Add comment.
28135
28136         Module memcasecmp.
28137         * m4/memcasecmp.m4: New file.
28138
28139         Module memcoll.
28140         * m4/memcoll.m4: New file.
28141
28142         Module unicodeio.
28143         * m4/unicodeio.m4: New file.
28144
28145         Module rpmatch.
28146         * m4/rpmatch.m4: New file.
28147
28148         Module yesno.
28149         * m4/yesno.m4: New file.
28150
28151         Module exitfail.
28152         * m4/exitfail.m4: New file.
28153
28154         Module c-stack.
28155         * m4/c-stack.m4 (gl_C_STACK): New macro.
28156         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
28157
28158         Module error.
28159         * m4/error.m4 (gl_ERROR): New macro.
28160         (jm_PREREQ_ERROR): Use onceonly macros.
28161
28162         Module fatal.
28163         * m4/fatal.m4: New file.
28164
28165         Module getloadavg.
28166         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
28167         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
28168
28169         Module getpagesize.
28170         * m4/getpagesize.m4: New file.
28171
28172         Module getusershell.
28173         * m4/getusershell.m4: New file.
28174
28175         Module physmem.
28176         * m4/physmem.m4: New file.
28177
28178         Module posixver.
28179         * m4/posixver.m4: New file.
28180
28181         Module quotearg.
28182         * m4/quotearg.m4: New file.
28183
28184         Module quote.
28185         * m4/quote.m4: New file.
28186
28187         Module readutmp.
28188         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
28189
28190         Module sig2str.
28191         * m4/sig2str.m4: New file.
28192
28193         Other.
28194         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
28195         ulonglong.m4.
28196         * m4/intmax_t.m4: New file.
28197         * m4/d-type.m4: Indentation.
28198         * m4/jm-macros.m4: Update.
28199         * m4/prereq.m4 (jm_PREREQ): Update.
28200         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
28201         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
28202         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
28203         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
28204         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
28205         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
28206         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
28207         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
28208         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
28209         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
28210         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
28211         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
28212         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
28213         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
28214         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
28215         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
28216         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
28217         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
28218         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
28219
28220 2002-12-24  Bruno Haible  <bruno@clisp.org>
28221
28222         * MODULES.txt: Update according to m4/ changes.
28223
28224         Module gettext.
28225         * config.rpath: New file, from gettext-0.11.5.
28226
28227         * modules/*: New module descriptions.
28228         * gnulib-tool: New file.
28229         * MODULES.html.sh: New file.
28230
28231 2002-12-21  Karl Berry  <karl@gnu.org>
28232
28233         * doc/fdl.texi: update to version 1.2.
28234
28235 2002-12-19  Karl Berry  <karl@gnu.org>
28236
28237         * config/config.guess: update from prep.
28238
28239 2002-12-18  Bruno Haible  <bruno@clisp.org>
28240
28241         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
28242         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
28243
28244 2002-12-17  Bruno Haible  <bruno@clisp.org>
28245
28246         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
28247         stdlib.h, string.h.
28248
28249 2002-12-17  Bruno Haible  <bruno@clisp.org>
28250
28251         * lib/canon-host.c (strdup): Remove unused declaration.
28252
28253         * lib/fsusage.c: Include full_read.h.
28254         (get_fs_usage): Use full_read instead of safe_read.
28255
28256         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
28257
28258 2002-12-12  Karl Berry  <karl@gnu.org>
28259
28260         * config/config.guess: update from prep.
28261
28262 2002-12-11  Bruno Haible  <bruno@clisp.org>
28263
28264         * m4/setenv.m4: New file, from gettext-0.11.5.
28265
28266 2002-12-11  Bruno Haible  <bruno@clisp.org>
28267
28268         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
28269         not unsetenv().
28270         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
28271         modifications:
28272
28273         2002-12-11  Bruno Haible  <bruno@clisp.org>
28274
28275                 * setenv.c (alloca): Fall back to malloc.
28276                 (freea): New macro.
28277                 (setenv): Use freea() to free memory allocated with alloca().
28278
28279         2002-11-13  Bruno Haible  <bruno@clisp.org>
28280
28281                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
28282                 function declarations.
28283                 * unsetenv.c (unsetenv): Likewise.
28284
28285         2002-03-04  Bruno Haible  <bruno@clisp.org>
28286
28287                 Portability to AIX 4.3.3.
28288                 * unsetenv.c: New file, extracted from setenv.c.
28289                 * setenv.c: Move the unsetenv() function to unsetenv.c.
28290
28291         2001-12-20  Bruno Haible  <bruno@clisp.org>
28292
28293                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
28294                 use malloc instead. For SunOS 4.
28295
28296         2001-12-11  Bruno Haible  <bruno@clisp.org>
28297
28298                 * setenv.c: Declare alloca.
28299                 (compar_fn_t): New typedef.
28300                 (KNOWN_VALUE, STORE_VALUE): Use it.
28301
28302         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
28303         setenv.h.
28304
28305 2002-12-10  Paul Eggert  <eggert@twinsun.com>
28306
28307         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
28308         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
28309         Choose values that are less likely to collide with system fnmatch
28310         options.
28311         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
28312         defined (e.g., a pure POSIX system).
28313         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
28314         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
28315
28316 2002-12-06  Paul Eggert  <eggert@twinsun.com>
28317
28318         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
28319         a pain in practice to deal with generated m4 files.  This change
28320         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
28321
28322         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
28323         and jm-glibc-io.m4, as they are no longer a special case.
28324         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
28325         kludge and the auto-generation stuff.  Check only whether the
28326         functions are declared, not whether they exist, since older hosts
28327         that don't declare the functions can't use the optimization anyway.
28328
28329 2002-12-06  Jim Meyering  <jim@meyering.net>
28330
28331         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
28332
28333         Merge in changes from libc's misc/error.c, in preparation
28334         for the merge of gnulib's changes back into libc.
28335
28336         * lib/error.c (_): Define only if not already defined.
28337         Move definition to follow all #include directives.
28338         Include unlocked-io.h only if !_LIBC.
28339         [_LIBC]: Include <libio/libioP.h>.
28340         [USE_IN_LIBIO]: Include <libio/iolibio.h>
28341         (fflush): Tweak definition to use INTUSE.
28342         (putc): Define.
28343
28344 2002-12-05  Paul Eggert  <eggert@twinsun.com>
28345
28346         * lib/alloca.c [defined emacs]: Include "lisp.h".
28347         (xalloc_die) [defined emacs]: New macro.
28348         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
28349         [! defined emacs]: Include <xalloc.h>.
28350         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
28351         (pointer): Typedef to POINTER_TYPE *.
28352         (malloc): Remove decl; we now always use xmalloc.
28353         (alloca): Use old-style definition, since Emacs needs this.
28354         Check for arithmetic overflow when computing combined size.
28355
28356 2002-12-04  Paul Eggert  <eggert@twinsun.com>
28357
28358         Do not generate unlocked-io.h automatically, since it's easier to
28359         maintain it by hand.
28360
28361         * lib/unlocked-io.h: New file, from GNU diffutils,
28362         but with proper copyright notice and attribution.
28363         * lib/gen-uio: Remove.
28364         * lib/Makefile.am: Add copyright notice.
28365         (libfetish_a_SOURCES): Add unlocked-io.h.
28366         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
28367         (DISTCLEANFILES, io_functions): Remove macros.
28368         (EXTRA_DIST): Remove gen_uio.
28369         (unlocked-io.h): Remove rule.
28370
28371 2002-12-04  Jim Meyering  <jim@meyering.net>
28372
28373         Reflect the fact that stat.c and lstat.c are no longer generated.
28374         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
28375         (DISTCLEANFILES): Likewise.
28376         (EXTRA_DIST): Likewise.
28377         (all_local): Don't depend on stat.c or lstat.c.
28378         (stat.c, lstat.c): Remove rules.
28379         (EXTRA_DIST): Remove xstat.in.
28380
28381         * lib/xstat.in: Remove file.  Contents moved into stat.c.
28382         * lib/stat.c: New file.  Contents mostly from xstat.in.
28383         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
28384         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
28385
28386         * lib/safe-read.c: Rework so that it may serve to define safe_write,
28387         too.
28388         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
28389
28390 2002-12-03  Jim Meyering  <jim@meyering.net>
28391
28392         * lib/safe-read.c, safe-write.c: Change variable names and comments,
28393         but not semantics, to minimize the differences between these two files.
28394         (safe_read): Change comment to mention SAFE_READ_ERROR.
28395
28396         * lib/safe-read.c (IS_EINTR): Define.
28397         (safe_read): Use IS_EINTR in place of in-function cpp directives.
28398
28399 2002-12-02  Jim Meyering  <jim@meyering.net>
28400
28401         * lib/safe-read.c (EINTR): Define.
28402         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
28403         (INT_MAX): Provide fallback.
28404         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
28405
28406         * lib/safe-read.h (SAFE_READ_ERROR): Define.
28407
28408 2002-12-02  Bruno Haible  <bruno@clisp.org>
28409
28410         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
28411         Define, taken from safe-read.c.
28412         (INT_MAX): Provide fallback.
28413         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
28414         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
28415
28416         * lib/safe-read.c (EINTR): Remove definition.
28417         (safe_read): Don't use EINTR if it is absent.
28418
28419 2002-12-01  Jim Meyering  <jim@meyering.net>
28420
28421         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
28422         zero.
28423         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
28424
28425 2002-11-27  Paul Eggert  <eggert@twinsun.com>
28426
28427         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
28428         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
28429         with `if (! (value < limit)) abort ();', for readability.
28430
28431 2002-11-26  Karl Berry  <karl@gnu.org>
28432
28433         * lib/strdup.c: copy from libc again, with jim's ok.
28434         * lib/.cppi-disable: re-add strdup.c
28435
28436 2002-11-25  Karl Berry  <karl@gnu.org>
28437
28438         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
28439         instead of "strtol.c".
28440
28441 2002-11-25  Karl Berry  <karl@gnu.org>
28442
28443         * config/install-sh: update from automake for variable quoting, $0 in
28444         error msgs, etc.
28445
28446         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
28447         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
28448         entry.
28449
28450 2002-11-25  Jim Meyering  <jim@meyering.net>
28451
28452         * lib/mktime.c: Sync from libc, now that it has the latest fix.
28453
28454 2002-11-24  Karl Berry  <karl@gnu.org>
28455
28456         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
28457         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
28458
28459 2002-11-24  Jim Meyering  <jim@meyering.net>
28460
28461         Update from coreutils:
28462
28463         * lib/mktime.c: Merge in changes from libc.
28464
28465         Avoid a link-time failure on some Linux systems.
28466         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
28467         (otherwise).
28468         (__mon_yday): Declare with the STATIC attribute.
28469         (__mktime_internal): Likewise.
28470         Based on a report from Greg Schafer.
28471
28472 2002-11-23  Jim Meyering  <jim@meyering.net>
28473
28474         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
28475         Use `unsigned', not `int', as type of index.
28476
28477         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
28478
28479         * lib/fsusage.c: Remove unneeded parentheses around operands of
28480         `defined'.
28481
28482 2002-11-22  Paul Eggert  <eggert@twinsun.com>
28483
28484         * lib/quotearg.h: Allow multiple inclusion by surrounding with
28485         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
28486         so that we can be included first.
28487         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
28488         * lib/quotearg.c: Include quotearg.h immediately after config.h.
28489         No need to include stddef.h or sys/types.h any more.
28490         Surround local include files with "", not "<>".
28491         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
28492         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
28493         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
28494         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
28495         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
28496         (ISPRINT): Remove; no longer needed now that we assume C89.
28497
28498         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
28499         Preserve errno.
28500
28501         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
28502         quotearg_char): Use SIZE_MAX rather than
28503         (size_t) -1 when we are talking about "infinity".
28504
28505         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
28506
28507 2002-11-22  Paul Eggert  <eggert@twinsun.com>
28508
28509         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
28510         hint that one should use `if (! x) abort ();' rather than `assert
28511         (x);', and anyway it's one less thing to worry about configuring.
28512         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
28513         hash_rehash, hash_insert): Use abort rather than assert.
28514
28515 2002-11-22  Bruno Haible  <bruno@clisp.org>
28516
28517         * lib/safe-read.h: Assume C89. Add comments.
28518         (safe_read): Change return type to size_t.
28519         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
28520         byte counts > SSIZE_MAX correctly.
28521         * lib/safe-write.h: New file.
28522         * lib/safe-write.c: New file.
28523         * lib/full-read.h: New file.
28524         * lib/full-read.c: New file.
28525         * lib/full-write.h: Assume C89. Add comments.
28526         * lib/full-write.c: Include safe-write.h.
28527         (full_write): Rewritten to use safe_write.
28528         Suggested by Jim Meyering and Paul Eggert.
28529
28530 2002-11-21  Jim Meyering  <jim@meyering.net>
28531
28532         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
28533
28534         Merge in changes from the coreutils.
28535
28536         2002-09-25  Paul Eggert  <eggert@twinsun.com>
28537         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
28538         <stdint.h>.
28539         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
28540         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
28541         int.  Work more efficiently if X is the same width as uintmax_t.
28542         Do not compare X to -1, to avoid bogus compiler warning.
28543         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
28544         Don't assume that f_frsize and f_bsize are the same type.
28545
28546         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
28547         warning on FreeBSD.
28548
28549         * lib/makepath.c (make_path): Restore umask *before* creating the final
28550         component.
28551         (make_path): Minor reformatting.
28552
28553         * lib/xmalloc.c: Adjust to work with new autoconf macros,
28554         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
28555         HAVE_MALLOC/HAVE_REALLOC.
28556
28557         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
28558         dummy ones.  At least on GNU/Linux systems, `auto' means something
28559         else.
28560         From Michael Stone.
28561
28562 2002-11-21  Bruno Haible  <bruno@clisp.org>
28563
28564         Remove case insensitive option matching.
28565         * lib/argmatch.h (argcasematch): Remove declaration.
28566         (ARGCASEMATCH): Remove macro.
28567         (__xargmatch_internal): Remove case_sensitive argument.
28568         (XARGMATCH): Update.
28569         (XARGCASEMATCH): Remove macro.
28570         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
28571         case_sensitive argument.
28572         (argcasematch): Remove function.
28573         (__xargmatch_internal): Remove case_sensitive argument.
28574         (main): Use XARGMATCH instead of XARGCASEMATCH.
28575
28576         * lib/xmalloc.c: Change compile-time error message. Add comment about
28577         required autoconf version.
28578
28579 2002-11-20  Paul Eggert  <eggert@twinsun.com>
28580
28581         Merge argmatch cleanups from Bison.  Assume C89.
28582
28583         * lib/argmatch.c: Include config.h here, not in argmatch.h.
28584         Include stdlib.h, for EXIT_FAILURE.
28585         Always include <string.h>, since we assume C89.
28586         (EXIT_FAILURE): Remove pre-C89 bug workaround.
28587         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
28588         Include <stddef.h> instead, since it's all we need for size_t.
28589         (PARAMS): Remove.  All uses removed.
28590         (ARRAY_CARDINALITY): Do not bother to #undef.
28591         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
28592         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
28593         Remove unnecessary parentheses.
28594         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
28595         Insert necessary parentheses.
28596         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
28597         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
28598
28599 2002-11-19  Bruno Haible  <bruno@clisp.org>
28600
28601         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
28602         * lib/mbswidth.h: Include <stddef.h>, for size_t.
28603
28604         * lib/mbswidth.h (PARAMS): Remove macro.
28605         (mbswidth, mbsnwidth): Use ANSI C function declarations.
28606         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
28607
28608         * lib/gcd.h (PARAMS): Remove macro.
28609         (gcd): Use ANSI C function declarations.
28610         * lib/gcd.c (gcd): Likewise.
28611
28612 2002-11-15  Bruno Haible  <bruno@clisp.org>
28613
28614         * lib/strcspn.c: Include <stddef.h>.
28615         (strcspn): Use ANSI C function declaration. Change return type to
28616         size_t. Use NULL.
28617         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
28618         (strpbrk): Use NULL.
28619         * lib/strpbrk.h (PARAMS): Remove macro.
28620         (strpbrk): Use ANSI C function declaration.
28621         * lib/strstr.c: Don't include <sys/types.h>.
28622         * lib/strstr.h (PARAMS): Remove macro.
28623         (strstr): Use ANSI C function declarations.
28624
28625 2002-11-14  Karl Berry  <karl@gnu.org>
28626
28627         * config/mkinstalldirs: `do' on separate line, instead of
28628         `for var; do'.
28629
28630 2002-11-06  Bruno Haible  <bruno@clisp.org>
28631
28632         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
28633         * lib/gcd.c (gcd): Likewise.
28634
28635 2002-11-05  Bruno Haible  <bruno@clisp.org>
28636
28637         * lib/gcd.h: New file, from gettext-0.11.5.
28638         * lib/gcd.c: New file, from gettext-0.11.5.
28639
28640 2002-11-05  Bruno Haible  <bruno@clisp.org>
28641
28642         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28643         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28644         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28645         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28646
28647         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
28648         <libintl.h>.
28649         * lib/makepath.c: Include gettext.h instead of <locale.h> and
28650         <libintl.h>.
28651
28652         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
28653         * lib/human.c: Include gettext.h instead of <libintl.h>.
28654         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
28655         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
28656         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
28657         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
28658         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
28659         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
28660         (textdomain): Remove definition.
28661         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
28662
28663         * lib/long-options.c: Remove include of <libintl.h> and definition of
28664         _.
28665         * lib/same.c: Remove include of <libintl.h> and definition of _.
28666
28667 2002-11-04  Owen Taylor  <otaylor@redhat.com>
28668
28669         * lib/config.charset: A few additions for Solaris.
28670
28671 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
28672
28673         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
28674         * lib/localcharset.c (locale_charset): Declare as extern "C".
28675
28676 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
28677
28678         * lib/config.charset: msdos in uk_UA uses CP1125.
28679
28680 2002-11-04  Bruno Haible  <bruno@clisp.org>
28681
28682         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
28683         * lib/strcase.h: New file, from GNU gettext-0.11.5.
28684         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
28685         * lib/strstr.h: New file, from GNU gettext-0.11.5.
28686         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
28687
28688 2002-11-04  Bruno Haible  <bruno@clisp.org>
28689
28690         * lib/localcharset.c (locale_charset): Don't return an empty string.
28691
28692 2002-11-04  Bruno Haible  <bruno@clisp.org>
28693
28694         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
28695         aliases.
28696
28697 2002-11-04  Bruno Haible  <bruno@clisp.org>
28698
28699         * lib/config.charset: Update for newest glibc. Add canonical names
28700         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
28701
28702 2002-11-04  Bruno Haible  <bruno@clisp.org>
28703
28704         * lib/config.charset: Add support for NetBSD.
28705
28706 2002-11-04  Bruno Haible  <bruno@clisp.org>
28707
28708         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
28709
28710 2002-11-01  Bruno Haible  <bruno@clisp.org>
28711
28712         * configure.in: Add AC_CONFIG_AUX_DIR call.
28713         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
28714         test/Makefile.
28715         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
28716
28717 2002-09-28  Karl Berry  <karl@gnu.org>
28718
28719         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
28720         installed automake until the next release, since changes have been
28721         made.
28722
28723 2002-09-25  Karl Berry  <karl@gnu.org>
28724
28725         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
28726         * lib/getopt*: copy from libc/posix.
28727         * lib/gettext.h: copy from gettext.
28728         * lib/.cppi-disable: add strdup.c, gettext.h.
28729
28730 2002-09-25  Karl Berry  <karl@gnu.org>
28731
28732         * config/srclist.txt: enable gettext.h check.
28733         * config/config.{guess,sub}: update from prep.
28734         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
28735                 from automake 1.6.3.
28736         See srclist*.
28737
28738 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
28739
28740         * regex.c (PATFETCH): Remove the translating fetch.
28741         (PATFETCH_RAW): Rename to PATFETCH.
28742         (set_image_of_range): New fun.
28743         (SET_RANGE_TABLE_WORK_AREA): Use it.
28744         (regex_compile): Don't translate the pattern chars so eagerly.
28745         Only do it when inserting an `exactn' bytecode or when handling
28746         a char-range.
28747         (mutually_exclusive_p): Avoid empty statement.
28748
28749 2002-07-06  Jim Meyering  <meyering@lucent.com>
28750
28751         * m4/README: Don't mention Makefile.am.in.
28752         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
28753
28754 2002-07-01  Jim Meyering  <meyering@lucent.com>
28755
28756         * lib/c-stack.c: Include sys/time.h.
28757         From Volker Borchert.
28758
28759 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28760
28761         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
28762
28763 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28764
28765         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
28766         New macro.  Use it uniformly instead of
28767         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
28768         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
28769         reported by Vin Shelton.
28770
28771 2002-06-22  Paul Eggert  <eggert@twinsun.com>
28772
28773         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
28774         Do not assume SA_SIGINFO behavior.
28775         Bug reported by Jim Meyering on NetBSD 1.5.2.
28776
28777 2002-06-22  Jim Meyering  <meyering@lucent.com>
28778
28779         * m4/c-stack.m4: New file, from diffutils-2.8.2.
28780         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
28781
28782         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
28783         now that configure.ac uses AC_GNU_SOURCE.
28784         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
28785         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
28786
28787         Update to latest tools.  Suggestions from Paul Eggert.
28788         * m4/stdbool.m4: New file, from diffutils-2.8.2.
28789         * m4/gnu-source.m4: Update from diffutils-2.8.2.
28790         * m4/fnmatch.m4: Likewise.
28791         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
28792         to AC_HEADER_STDBOOL
28793
28794 2002-06-22  Jim Meyering  <meyering@lucent.com>
28795
28796         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
28797         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
28798
28799 2002-06-22  Jim Meyering  <meyering@lucent.com>
28800
28801         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
28802
28803         * lib/exitfail.c, exitfail.h: Likewise.
28804         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
28805
28806         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
28807         of fnmatch.h.
28808         (EXTRA_DIST): Add fnmatch_loop.c.
28809         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
28810
28811         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
28812         * lib/fnmatch.c: Update from diffutils-2.8.2.
28813         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
28814         * lib/fnmatch.h: Remove file.
28815
28816 2002-06-21  Jim Meyering  <meyering@lucent.com>
28817
28818         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
28819         * m4/mbrtowc.m4: Likewise.
28820
28821         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
28822         * m4/mbswidth.m4: Reflect name change:
28823         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
28824         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
28825
28826         * m4/lib-link.m4: Update from gettext-0.11.2.
28827         * m4/gettext.m4: Likewise.
28828
28829         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
28830         From Alfred M. Szmidt.
28831
28832 2002-06-18  Paul Eggert  <eggert@twinsun.com>
28833
28834         * lib/file-type.h: Report an error if neither S_ISREG nor
28835         S_IFREG is defined, instead of using a test specific to glibc
28836         2.2.  This should be safe, since POSIX requires S_ISREG and
28837         Unix Version 7 had S_IFREG.  We don't need to check for
28838         <sys/types.h> since we don't use any symbols that it defines.
28839
28840 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
28841
28842         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
28843         $@-t, so that each temporary file name is unique and valid in the first
28844         8 characters, for operation under DOS.
28845
28846 2002-06-15  Paul Eggert  <eggert@twinsun.com>
28847
28848         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
28849
28850 2002-06-15  Jim Meyering  <meyering@lucent.com>
28851
28852         Work even with DJGPP 2.03, which lacks support for symlinks.
28853         From Richard Dawe.
28854         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
28855         is defined.
28856         * lib/lchown.c (S_ISLNK): Likewise.
28857
28858 2002-06-15  Jim Meyering  <meyering@lucent.com>
28859
28860         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
28861         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
28862         have been included before this file.
28863
28864 2002-06-14  Jim Meyering  <meyering@lucent.com>
28865
28866         * lib/file-type.h: Use the version from diffutils-2.8.2.
28867         * lib/file-type.c: Likewise.
28868
28869 2002-06-07  Jim Meyering  <meyering@lucent.com>
28870
28871         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
28872         They're needed at least for NetBSD 1.5.2.
28873         ($statxfs_includes): Include those same headers.
28874         ($statxfs_includes): Include sys/vfs.h if available.
28875         ($statxfs_includes): Likewise for sys/statvfs.h.
28876         Check for the following members in both structs statfs and statvfs:
28877         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
28878
28879 2002-06-01  Jim Meyering  <meyering@lucent.com>
28880
28881         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
28882         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
28883
28884 2002-05-28  Jim Meyering  <meyering@lucent.com>
28885
28886         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
28887         Reported by Volker Borchert.
28888
28889 2002-05-27  Jim Meyering  <meyering@lucent.com>
28890
28891         Fix a problem seen only on nonconforming systems whereby ls.c's
28892         use of localtime, and then of gettimeofday would cause trouble:
28893         the localtime call used to initialize rpl_gettimeofday's save
28894         mechanism would clobber ls's current local time information so
28895         that in any long listing the first file would always be listed
28896         with date 1970-01-01.  Analysis by Volker Borchert.
28897
28898         * lib/gettimeofday.c (localtime): Undefine.
28899         (rpl_localtime): New function.
28900
28901 2002-05-27  Jim Meyering  <meyering@lucent.com>
28902
28903         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
28904         localtime.
28905
28906         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
28907         use the replacement function; it wouldn't resolve at link time.
28908         Reported by Volker Borchert.
28909
28910 2002-05-22  Jim Meyering  <meyering@lucent.com>
28911
28912         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
28913         file-type.h.
28914         * lib/file-type.h: New file.
28915         * lib/file-type.c (file_type): New file/function.  Extracted from
28916         diffutils.
28917
28918 2002-04-30  Jim Meyering  <meyering@lucent.com>
28919
28920         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
28921
28922 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28923
28924         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
28925
28926 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28927
28928         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
28929         Do not check for alloca.h (no longer used) or stdbool.h (was never
28930         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
28931
28932 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28933
28934         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
28935
28936 2002-04-29  Jim Meyering  <meyering@lucent.com>
28937
28938         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
28939         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
28940         Use AC_FUNC_STRNLEN here instead.
28941
28942         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
28943         With autoconf-2.53a, it's part of AC_PROG_CC.
28944
28945 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28946
28947         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
28948         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
28949
28950 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28951
28952         * lib/sig2str.h, lib/sig2str.c: New files.
28953         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
28954
28955 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28956
28957         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
28958         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
28959         of 127, since 64 is the largest conceivable number for ancient
28960         nonstandard hosts.
28961         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
28962
28963 2002-04-28  Jim Meyering  <meyering@lucent.com>
28964
28965         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
28966
28967 2002-04-24  Jim Meyering  <meyering@lucent.com>
28968
28969         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
28970         (jm_PREREQ): Use it.
28971
28972         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
28973         mach/mach.h fcntl.h.
28974         Check for this function: setlocale.
28975
28976 2002-04-24  Jim Meyering  <meyering@lucent.com>
28977
28978         * lib/gettext.h: New file, from Gettext.
28979         * lib/Makefile.am (INCLUDES): Remove -I../intl.
28980         (libfetish_a_SOURCES): Add gettext.h.
28981
28982 2002-04-16  Jim Meyering  <meyering@lucent.com>
28983
28984         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
28985         ut_pid, ut_id, ut_exit.
28986
28987 2002-04-16  Jim Meyering  <meyering@lucent.com>
28988
28989         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
28990         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
28991         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
28992
28993 2002-04-12  Jim Meyering  <meyering@lucent.com>
28994
28995         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
28996         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
28997         existence of the getmntinfo function.  Needed for Darwin 5.3.
28998
28999         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
29000         This is necessary at least on Darwin 5.3.
29001
29002         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
29003         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
29004         strnlen.o in the library, and that makes some versions of ranlib
29005         object.
29006
29007 2002-04-12  Jim Meyering  <meyering@lucent.com>
29008
29009         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
29010
29011 2002-04-09  Jim Meyering  <meyering@lucent.com>
29012
29013         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
29014         to be more precise.  Rather than saying we're checking whether the
29015         function `works', say what we're testing.
29016         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
29017         Reported by Bruno Haible.
29018
29019 2002-03-10  Jim Meyering  <meyering@lucent.com>
29020
29021         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
29022         Suggestion from Santiago Vila.
29023
29024 2002-03-08  Jim Meyering  <meyering@lucent.com>
29025
29026         * lib/rename.c: Mention that this wrapper is needed also on
29027         mips-dec-ultrix4.4 systems.
29028
29029 2002-03-02  Jim Meyering  <meyering@lucent.com>
29030
29031         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
29032         not HAVE_CLOCK_SETTIME.
29033
29034 2002-02-27  Paul Eggert  <eggert@twinsun.com>
29035
29036         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
29037         Check for clock_settime.
29038
29039 2002-02-27  Paul Eggert  <eggert@twinsun.com>
29040
29041         * lib/nanosleep.h: Rename to....
29042         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
29043
29044         * lib/gettime.c: New file.
29045         * lib/settime.c: New file.
29046         * lib/stime.c: Remove.
29047
29048         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
29049         timespec.h.  Remove nanosleep.h.
29050
29051 2002-02-25  Paul Eggert  <eggert@twinsun.com>
29052
29053         * m4/acl.m4: New file.
29054         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
29055         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
29056
29057 2002-02-25  Paul Eggert  <eggert@twinsun.com>
29058
29059         * lib/acl.c, lib/acl.h: New files.
29060         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
29061
29062 2002-02-24  Jim Meyering  <meyering@lucent.com>
29063
29064         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
29065         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
29066         cause trouble.  Reported by Nelson Beebe.
29067
29068 2002-02-23  Paul Eggert  <eggert@twinsun.com>
29069
29070         * lib/path-concat.c (xpath_concat): Reorder code to pacify
29071         compilers that don't know that xalloc_die never returns.
29072
29073 2002-02-20  Jim Meyering  <meyering@lucent.com>
29074
29075         * lib/getdate.c: Regenerate using bison-1.33.
29076
29077 2002-02-17  Jim Meyering  <meyering@lucent.com>
29078
29079         * config/config.guess (main): Don't use `head -1'; it's no longer
29080         portable. Use `sed 1q' instead.
29081
29082 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
29083
29084         * m4/codeset.m4: Upgrade to gettext-0.11.
29085         * m4/gettext.m4: Upgrade to gettext-0.11.
29086         * m4/glibc21.m4: Upgrade to gettext-0.11.
29087         * m4/iconv.m4: Upgrade to gettext-0.11.
29088         * m4/isc-posix.m4: Upgrade to gettext-0.11.
29089         * m4/lcmessage.m4: Upgrade to gettext-0.11.
29090         * m4/lib-ld.m4: New file, from gettext-0.11.
29091         * m4/lib-link.m4: New file, from gettext-0.11.
29092         * m4/lib-prefix.m4: New file, from gettext-0.11.
29093         * m4/progtest.m4: Upgrade to gettext-0.11.
29094
29095 2002-02-15  Paul Eggert  <eggert@twinsun.com>
29096
29097         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
29098         (jm_PREREQ): Use it.
29099
29100 2002-02-15  Paul Eggert  <eggert@twinsun.com>
29101
29102         * lib/posixver.c, lib/posixver.h: New files.
29103         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
29104
29105 2002-02-02  Paul Eggert  <eggert@twinsun.com>
29106             Bruno Haible  <bruno@clisp.org>
29107
29108         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
29109         (fwrite_success_callback): New declaration.
29110         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
29111         print_unicode_char. Call failure callback instead of error.
29112         (fwrite_success_callback): New function.
29113         (exit_failure_callback): New function.
29114         (fallback_failure_callback): New function.
29115         (print_unicode_char): Call unicode_to_mb.
29116
29117 2002-01-26  Jim Meyering  <meyering@lucent.com>
29118
29119         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
29120         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
29121
29122 2002-01-26  Jim Meyering  <meyering@lucent.com>
29123
29124         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
29125
29126 2002-01-22  Paul Eggert  <eggert@twinsun.com>
29127
29128         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
29129
29130 2002-01-22  Jim Meyering  <meyering@lucent.com>
29131
29132         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
29133         Otherwise, some versions of automake would omit the rule that makes
29134         Makefile from Makefile.in.
29135
29136 2002-01-21  Paul Eggert  <eggert@twinsun.com>
29137
29138         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
29139         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
29140         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
29141         (memcoll): Set errno to zero if there is no error.
29142
29143         * lib/quotearg.c (quotearg_buffer_restyled):
29144         Fix bug with quoting buffers containing NUL when backslashing escapes.
29145         This bug was exposed by the other changes in this patch.
29146         (quotearg_n_options): New arg ARGSIZE.
29147         All callers changed.
29148         (quoting_options_from_style): New function.
29149         (quotearg_n_style): Use it.
29150         (quotearg_n_style_mem): New function.
29151
29152         * lib/quotearg.h (quotearg_n_style_mem): New function.
29153
29154 2002-01-19  Jim Meyering  <meyering@lucent.com>
29155
29156         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
29157         Remove useless quotes: DF_PROG="df".
29158         * m4/strnlen.m4: New file.
29159
29160 2002-01-16  Paul Eggert  <eggert@twinsun.com>
29161
29162         * lib/backupfile.c (ISDIGIT): Comment fix.
29163         * lib/getdate.y (ISDIGIT): Likewise.
29164         * lib/posixtm.c (ISDIGIT, year): Likewise.
29165         * lib/strverscmp.c (ISDIGIT): Likewise.
29166         * lib/userspec.c (ISDIGIT): Likewise.
29167
29168 2002-01-16  Jim Meyering  <meyering@lucent.com>
29169
29170         * lib/getdate.y: Add three semicolons, each just before a closing
29171         brace. Bison (as of version 1.31) no longer papers over that mistake.
29172
29173 2002-01-05  Jim Meyering  <meyering@lucent.com>
29174
29175         * lib/version-etc.c (version_etc_copyright): Update copyright year.
29176
29177 2001-12-19  Paul Eggert  <eggert@twinsun.com>
29178
29179         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
29180         not silently exit merely because the output buffer happens to
29181         have nothing pending.
29182
29183 2001-12-18  Paul Eggert  <eggert@twinsun.com>
29184
29185         See the big note in ../ChangeLog.
29186         * lib/human.c (suffixes): Prefer K to k for 1024.
29187         (generate_suffix_backwards): New function.
29188         (human_readable_inexact): Use it.
29189         * lib/xstrtol.c (__xstrtol): If there is no number but there
29190         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
29191         Accept 'K' as well as 'k'.
29192
29193 2001-12-15  Jim Meyering  <meyering@lucent.com>
29194
29195         * lib/regex.h (__restrict_arr): Update from libc.
29196
29197         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
29198         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
29199         (STREQ): Define.
29200
29201 2001-12-14  Jim Meyering  <meyering@lucent.com>
29202
29203         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
29204         Suggestion from Bruno Haible.
29205
29206 2001-12-10  Jim Meyering  <meyering@lucent.com>
29207
29208         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
29209         xrealloc, Instead, include "xalloc.h".
29210         (initbuffer): Don't cast xmalloc return value to char*.
29211         (readline): Reword comment.
29212         Don't cast xrealloc return value to char*
29213         Return NULL, not 0.
29214
29215 2001-12-09  Jim Meyering  <meyering@lucent.com>
29216
29217         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
29218         about `signed and unsigned type in conditional expression'.
29219         * lib/posixtm.c (posix_time_parse): Likewise.
29220
29221         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
29222
29223         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
29224         to avoid a pedantic warning.
29225
29226         * lib/getstr.c: Don't include assert.h.
29227         (getstr): Remove warning-evoking assertions.
29228         Return -1 if offset parameter is out of bounds.
29229         Change the type of a local from int to size_t.
29230
29231         * lib/strftime.c (my_strftime_localtime_r): Include this function
29232         definition in the `#if ! HAVE_TM_GMTOFF' block.
29233
29234         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
29235         Include xalloc.h instead.
29236
29237 2001-12-02  Jim Meyering  <meyering@lucent.com>
29238
29239         * lib/tempname.c: Don't declare getenv, thus reverting the change of
29240         2001-11-18.  It's no longer necessary, now that stdlib.h is always
29241         included.
29242
29243         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
29244         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
29245
29246 2001-11-30  Akim Demaille  <akim@epita.fr>
29247
29248         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
29249         before being defined.
29250
29251 2001-11-27  Paul Eggert  <eggert@twinsun.com>
29252
29253         * lib/quotearg.h (quotearg_n, quotearg_n_style):
29254         First arg is int, not unsigned.
29255         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
29256         (SIZE_MAX, UINT_MAX): New macros.
29257         (quotearg_n_options): Abort if N is negative.
29258         Avoid overflow check on hosts where size_t is 64 bits and int
29259         is 32 bits, as overflow is impossible there.
29260         Fix off-by-one typo that caused unnecessary reallocation.
29261
29262 2001-11-27  Jim Meyering  <meyering@lucent.com>
29263
29264         * lib/tempname.c: Merge with version from libc.
29265         * lib/regex.c: Likewise.
29266
29267         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
29268         systems for which STDC_HEADERS is 0, it was not included, resulting in
29269         a warning about an integer-to-pointer conversion problem with getenv.
29270         Reported by Volker Borchert.
29271
29272 2001-11-26  Jim Meyering  <meyering@lucent.com>
29273
29274         * lib/gtod.h: Remove file.
29275         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
29276         * lib/gettimeofday.c: Don't include gtod.h.
29277         (GTOD_init): Remove function.
29278         (rpl_gettimeofday): Do its job here instead, rather than aborting.
29279         Suggestion from Volker Borchert.
29280
29281 2001-11-23  Jim Meyering  <meyering@lucent.com>
29282
29283         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
29284         it.
29285         * lib/hash.c (struct hash_table): Define it here instead.
29286
29287 2001-11-22  Jim Meyering  <meyering@lucent.com>
29288
29289         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
29290
29291 2001-11-20  Jim Meyering  <meyering@lucent.com>
29292
29293         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
29294         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
29295
29296 2001-11-19  Jim Meyering  <meyering@lucent.com>
29297
29298         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
29299         directory.  Use "conftestXXXXXX" as the template.
29300         Suggestion from Paul Eggert.
29301
29302         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
29303         immediately, so the test doesn't mistakenly hit the max-open-files
29304         limit.
29305
29306 2001-11-18  Paul Eggert  <eggert@twinsun.com>
29307
29308         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
29309         (TEMPORARIES): New macro.
29310         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
29311         removes an artificial limitation (e.g. HP-UX 10.20, where
29312         TMP_MAX is 17576).
29313
29314 2001-11-18  Jim Meyering  <meyering@lucent.com>
29315
29316         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
29317
29318 2001-11-18  Jim Meyering  <meyering@lucent.com>
29319
29320         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
29321         on SunOS 4.
29322
29323         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
29324         files will be created before anything else.
29325
29326 2001-11-17  Paul Eggert  <eggert@twinsun.com>
29327
29328         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
29329         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
29330
29331 2001-11-17  Jim Meyering  <meyering@lucent.com>
29332
29333         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
29334         Prompted by a report from Bob Proulx.
29335
29336         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
29337         Instead, require UTILS_FUNC_MKSTEMP.
29338
29339 2001-11-17  Jim Meyering  <meyering@lucent.com>
29340
29341         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
29342         Now, that's done as part of AC_FUNC_STRTOD.
29343
29344 2001-11-17  Jim Meyering  <meyering@lucent.com>
29345
29346         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
29347         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
29348         rather than group writable.  Patch by Juan F. Codagnone.
29349
29350         * lib/readtokens.c: Remove explicit declarations of xmalloc and
29351         xrealloc, Instead, include "xalloc.h".
29352
29353         * lib/mountlist.c: Include unlocked-io.h after all system headers.
29354         Remove explicit declarations of xmalloc, xrealloc,
29355         and xstrdup.  Instead, include "xalloc.h".
29356
29357         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
29358         unlocked-io.h.
29359         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
29360         Likewise.
29361         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
29362
29363         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
29364         Reported by Padraig Brady.
29365
29366         * lib/mkstemp.c: #undef mkstemp.
29367         Include config.h.
29368         (rpl_mkstemp): Rename from mkstemp.
29369         Protoize.
29370
29371 2001-11-16  Jim Meyering  <meyering@lucent.com>
29372
29373         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
29374         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
29375         determine the amount of total physical memory, use pstat_getstatic.
29376         HPUX-11 doesn't define _SC_PHYS_PAGES.
29377         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
29378         If sysconf couldn't be used to determine the amount of available
29379         physical memory, use both pstat_getstatic and pstat_getdynamic.
29380         Based on a patch from Bob Proulx.
29381
29382 2001-11-10  Jim Meyering  <meyering@lucent.com>
29383
29384         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
29385         (jm_PREREQ): Use it.
29386
29387 2001-11-09  Jim Meyering  <meyering@lucent.com>
29388
29389         * m4/jm-macros.m4: Require autoconf-2.52f.
29390         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
29391         Use these AC_-prefixed names, not the AM_-prefixed ones.
29392
29393         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
29394
29395 2001-11-05  Jim Meyering  <meyering@lucent.com>
29396
29397         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
29398
29399 2001-11-04  Jim Meyering  <meyering@lucent.com>
29400
29401         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
29402         $DEFS.
29403
29404 2001-11-03  Jim Meyering  <meyering@lucent.com>
29405
29406         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
29407         of AC_DEFUN.
29408
29409         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
29410         know the name of the variable in the macro definition.
29411
29412 2001-11-03  Jim Meyering  <meyering@lucent.com>
29413
29414         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
29415         in argmatch_to_argument call.
29416
29417         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
29418         argument.
29419
29420         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
29421         e.g., a fault due to an attempt to free a NULL pointer.
29422
29423 2001-11-01  Jim Meyering  <meyering@lucent.com>
29424
29425         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
29426         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
29427
29428 2001-11-01  Jim Meyering  <meyering@lucent.com>
29429
29430         * lib/dirfd.c, lib/dirfd.h: New files.
29431         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
29432
29433         * lib/hash.c (hash_print) [TESTING]: Clean up.
29434
29435 2001-10-22  Paul Eggert  <eggert@twinsun.com>
29436
29437         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
29438         to avoid a warning if -Wall.
29439
29440 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
29441
29442         * README: New file
29443         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
29444         (per RMS's instructions, this is now the canonical source)
29445         * lgpl/, gpl/: New directories.
29446
29447 2001-10-21  Paul Eggert  <eggert@twinsun.com>
29448
29449         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
29450
29451 2001-10-21  Jim Meyering  <meyering@lucent.com>
29452
29453         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
29454         this code would end up calling gettext even in packages built
29455         with --disable-nls.
29456         * lib/getopt.c (_): Likewise.
29457         * lib/regex.c (_): Likewise.
29458
29459 2001-10-20  Paul Eggert  <eggert@twinsun.com>
29460
29461         * m4/error.m4 (jm_PREREQ_ERROR):
29462         Do not invoke AC_CHECK_FUNCS with strerror_r, as
29463         AC_FUNC_STRERROR_R does that.
29464         Check for strerror declaration.
29465
29466         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
29467         are supposed to have them these days.
29468         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
29469         Merge changes from latest Autoconf CVS.
29470         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
29471         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
29472         POSIX decided to standardize on the int flavor of strerror_r.
29473
29474 2001-10-20  Paul Eggert  <eggert@twinsun.com>
29475
29476         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
29477         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
29478         Use strerror_r that is only a macro, even if it is not a function.
29479         (strerror): Check for HAVE_DECL_STRERROR before declaring.
29480         (private_strerror): Use prototypes, not old-style function definition.
29481         (print_errno_message): New function.
29482         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
29483         char*-flavored one.
29484         (error_tail, error, error_at_line): Use it.
29485
29486 2001-10-11  Jim Meyering  <meyering@lucent.com>
29487
29488         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
29489         and quote_n (1, ... to avoid clobbering a buffer.
29490
29491 2001-10-05  Jim Meyering  <meyering@lucent.com>
29492
29493         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
29494         hash-pjw.h.
29495         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
29496         * lib/hash-pjw.h: New file.
29497
29498 2001-09-30  Jim Meyering  <meyering@lucent.com>
29499
29500         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
29501         `struct fsstat' has the `f_fstypename' member.
29502         Use that to define FS_TYPE, which is now used to make
29503         the getfsstat link test tighter.
29504
29505 2001-09-30  Jim Meyering  <meyering@lucent.com>
29506
29507         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
29508         Include <sys/ucred.h>, for Apple Darwin.
29509         Include sys/mount.h and sys/fs_types.h only if available.
29510         (FS_TYPE): Define.
29511         (read_filesystem_list): Use FS_TYPE.
29512
29513 2001-09-29  Paul Eggert  <eggert@twinsun.com>
29514
29515         * lib/exclude.c (excluded_filename): 0 -> false, since it's
29516         a boolean context.
29517
29518 2001-09-29  Jim Meyering  <meyering@lucent.com>
29519
29520         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
29521         [one-argument getmntent function]): Include stdio.h before mntent.h.
29522         SunOS 4.1.x needs it for the declaration of `FILE'.
29523         Patch by Volker Borchert.
29524
29525         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
29526         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
29527         sys/fs_types.h, and make the link-test for getfsstat guard #include
29528         directives with appropriate #if HAVE_*_H tests so that we can
29529         detect getfsstat on Apple Darwin1.3.7 systems.
29530         Reported by Nelson Beebe.
29531         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
29532
29533 2001-09-28  Paul Eggert  <eggert@twinsun.com>
29534
29535         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
29536         #defines strtoimax.  Also treat the other strto* functions
29537         like strtoimax.
29538
29539         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29540         Check for strtoul and strtoumax,
29541         as those declarations are made even in the signed case.
29542         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
29543         Likewise, for strtol and strtoimax.
29544
29545 2001-09-28  Paul Eggert  <eggert@twinsun.com>
29546
29547         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
29548         #defines strtoimax.  Also treat the other strto* functions
29549         like strtoimax.
29550
29551         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
29552         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
29553         (strtoimax, strtoumax): Do not declare if already defined as a macro.
29554
29555 2001-09-26  Jim Meyering  <meyering@lucent.com>
29556
29557         Most macros in unlocked-io.h had the wrong number of arguments.
29558         * lib/gen-uio: New script.
29559         (USE_UNLOCKED_IO): Define to 1 if not already defined.
29560         * lib/unlocked-io.hin: Remove file.
29561         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
29562         rather than trying to embed it here.
29563         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
29564         Reported by Padraig Brady.
29565
29566 2001-09-25  Volker Borchert  <bt@teknon.de>
29567
29568         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
29569         `result'.
29570
29571 2001-09-24  Jim Meyering  <meyering@lucent.com>
29572
29573         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
29574
29575 2001-09-23  Jim Meyering  <meyering@lucent.com>
29576
29577         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
29578         instead of the mere test for existence of mntent.h.  The latter
29579         would get a false-positive on AIX 3.4 systems.
29580         In the outer getmntent if-block, don't die if neither of the getmntent
29581         tests succeeds.  Instead, just fall through and continue with the
29582         remaining tests.
29583
29584 2001-09-23  Jim Meyering  <meyering@lucent.com>
29585
29586         * lib/mountlist.c: Remove useless parentheses in #if directives.
29587         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
29588         the deprecated MOUNTED symbol is no longer defined in mntent.h.
29589
29590 2001-09-22  Jim Meyering  <meyering@lucent.com>
29591
29592         * m4/gettext.m4: New file.  From gettext.
29593         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
29594         * m4/progtest.m4: Likewise
29595         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
29596         * m4/glibc21.m4: Likewise.
29597
29598         * m4/libintl.m4: Remove.  No longer used.
29599
29600 2001-09-22  Jim Meyering  <meyering@lucent.com>
29601
29602         * lib/localcharset.c: Update from latest gettext.
29603         * lib/config.charset: Likewise.
29604
29605 2001-09-20  Jim Meyering  <meyering@lucent.com>
29606
29607         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
29608         strtoimax.
29609         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
29610         strtoumax.
29611
29612 2001-09-20  Jim Meyering  <meyering@lucent.com>
29613
29614         * lib/xstrtol.c (strtoimax): Guard declaration with
29615         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
29616         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
29617         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
29618         (strtoumax): Likewise, for completeness (it wasn't necessary).
29619
29620 2001-09-17  Paul Eggert  <eggert@twinsun.com>
29621
29622         * lib/strtoimax.c (HAVE_LONG_LONG):
29623         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
29624         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
29625         to work around bug in IBM C compiler.
29626
29627 2001-09-17  Jim Meyering  <meyering@lucent.com>
29628
29629         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
29630         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
29631         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
29632         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
29633         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
29634         whenever the right hand side need not be expanded by the shell.
29635
29636 2001-09-16  Paul Eggert  <eggert@twinsun.com>
29637
29638         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
29639         library.  It's not correct, as some older glibcs are buggy.
29640         fnmatch wasn't fixed until glibc 2.2.
29641
29642         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
29643         special shell magic here.
29644
29645 2001-09-16  Jim Meyering  <meyering@lucent.com>
29646
29647         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
29648         * m4/jm-macros.m4: Require it.
29649
29650 2001-09-16  Jim Meyering  <meyering@lucent.com>
29651
29652         * lib/mkdir.c: New file.
29653
29654 2001-09-15  Jim Meyering  <meyering@lucent.com>
29655
29656         * m4/jm-macros.m4: Check for help2man.
29657
29658 2001-09-11  Jim Meyering  <meyering@lucent.com>
29659
29660         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
29661         The body, by Paul Eggert, was moved here from configure.in.
29662         * m4/jm-macros.m4: Require UTILS_HOST_OS.
29663
29664 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29665
29666         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
29667         (jm_PREREQ): Use it.
29668
29669 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29670
29671         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
29672         Use ssize_t, not int, to store result of readlink.
29673         Check for ssize_t overflow as well as size_t overflow,
29674         as POSIX says the result of readlink is implementation-defined
29675         when ssize_t overflows.
29676         Remove unnecessary cast to char*.
29677         Use free+malloc instead of realloc, as the storage doesn't need
29678         to be preserved and it's clearer and can be more efficient that way.
29679         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
29680         * lib/xreadlink.h (xreadlink): Update prototype.
29681
29682 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29683
29684         * lib/xgetcwd.c: Revert some of the previous change; intead,
29685         fix the HAVE_GETCWD_NULL code to behave more like the
29686         !HAVE_GETCWD_NULL code used to.
29687
29688         Include "xalloc.h".
29689         (xgetcwd): Do not return NULL when memory is exhausted; instead,
29690         invoke xalloc_die.
29691
29692 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29693
29694         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
29695         sys/param.h, as pathmax.h includes them.
29696
29697 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29698
29699         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
29700         (jm_PREREQ_XGETCWD): New macro.
29701
29702         * m4/getcwd.m4: New file.
29703
29704 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29705
29706         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
29707         like the HAVE_GETCWD_NULL code.
29708         Include pathmax.h if not HAVE_GETCWD.
29709         Do not include xalloc.h.
29710         (INITIAL_BUFFER_SIZE): New symbol.
29711         Do not use xmalloc / xrealloc, since the caller is responsible for
29712         handling errors.  Preserve errno around `free' during failure.
29713         Do not overrun buffer when using getwd.
29714
29715 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29716
29717         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
29718         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
29719         getcwd (NULL, 0).
29720
29721 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29722
29723         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
29724         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
29725         spotted by Jim Meyering.
29726
29727 2001-09-03  Jim Meyering  <meyering@lucent.com>
29728
29729         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
29730         failure.
29731
29732 2001-09-02  Jim Meyering  <meyering@lucent.com>
29733
29734         * lib/error.c: Update from GNU libc.
29735
29736 2001-09-01  Jim Meyering  <meyering@lucent.com>
29737
29738         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
29739         Used by df.
29740
29741 2001-09-01  Jim Meyering  <meyering@lucent.com>
29742
29743         * lib/xreadlink.c: New file.
29744         * lib/xreadlink.h: New file.
29745         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
29746         xreadlink.h.
29747
29748         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
29749         doesn't conflict with sparc Solaris 7's definition in
29750         /usr/include/sys/int_types.h.
29751
29752         * lib/exclude.c: Use `""', not `<>' to #include non-system header
29753         files.
29754         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
29755         and strncasecmp as r-values.  Unixware didn't have declarations.
29756
29757 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29758
29759         * lib/xstrtol.h: Add copyright notice.
29760         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
29761         LONGINT_INVALID_SUFFIX_CHAR.
29762
29763 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29764
29765         * lib/xstrtol.c (strtoimax): New decl.
29766
29767 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29768
29769         * lib/xgetcwd.c: Don't include pathmax.h.
29770         Include stdlib.h and unistd.h if available.
29771         Include xalloc.h.
29772         (xmalloc, xstrdup, free): Remove decls.
29773         (xgetcwd): Don't assume sizes fit in unsigned.
29774         Check for overflow when computing sizes.
29775         Simplify reallocation code.
29776
29777 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29778
29779         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
29780         a directory's st_size can have an arbitrary value, so the old
29781         usage could waste an arbitrary amount of memory.  All uses
29782         changed.
29783         * lib/savedir.h: Update prototype.
29784
29785 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29786
29787         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
29788
29789         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
29790         old strtoimax.c.
29791
29792         Also, make the following further changes to make this file's
29793         configuration more similar to that of strtol.c:
29794         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
29795         (strtoumax, uintmax_t, strtoull, strtol): Remove.
29796         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
29797         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
29798         changed to signed values.
29799
29800         And make the following changes as well:
29801         Fix copyright notice, as 1999 was missing.
29802         (verify): New macro.
29803         (strtoimax): Check sizes at compile-time, not run-time.
29804         Prefer strtol to strtoll if both work.
29805         (main): Remove; it was not that useful and was a pain to maintain.
29806
29807         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
29808
29809 2001-08-31  Jim Meyering  <meyering@lucent.com>
29810
29811         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
29812         Use an initial, malloc'd, buffer of length 128 rather than
29813         a statically allocated one of length 1024.
29814
29815 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29816
29817         Simplify code, partly by assuming autoconf 2.52 semantics.
29818
29819         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
29820
29821         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
29822         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
29823         All uses removed.
29824         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
29825         Move AC_REQUIRE to next-to-top level, to avoid confusion.
29826         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
29827         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
29828         jm_AC_HEADER_INTTYPES_H.
29829         * m4/jm-macros.m4 (jm_MACROS): Likewise.
29830
29831         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
29832
29833         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29834         Quote first arg of AC_DEFUN.
29835         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
29836         since they are needed to parse the include file even if we need
29837         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
29838         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
29839         but with opposite signedness.
29840
29841 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29842
29843         Merge 'exclude' changes from tar 1.13.22.
29844         This fixes one or two unlikely storage allocation overflow bugs,
29845         but doesn't change user-visible behavior otherwise.
29846
29847 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29848
29849         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
29850         (jm_PREREQ_EXCLUDE): New macro.
29851
29852 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29853
29854         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
29855         tm to be declared.
29856
29857 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29858
29859         * lib/hash.c: Remove '2001' from copyright notice.
29860
29861 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29862
29863         * lib/full-write.h: New file.
29864         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
29865         * lib/full-write.c: Correct credits, as cccp.c no longer
29866         exists and anyway it was so heavily changed from the old cccp
29867         code as to be unrecognizable.  Include full-write.h.
29868         (full_write) Return size_t, with short writes meaning failure.
29869         All callers changed.  This fixes a bug with large buffers
29870         on 64-bit hosts.
29871         * lib/utime.c: Include full-write.h.
29872
29873 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29874
29875         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
29876         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
29877         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
29878         Include if available.
29879         (<xalloc.h>): Include
29880         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
29881         (verify): New macro.  Use it to verify that EXCLUDE macros do not
29882         collide with FNM macros.
29883         (struct patopts): New struct.
29884         (struct exclude): Use it, as exclude patterns now come with options.
29885         (new_exclude): Support above changes.
29886         (new_exclude, add_exclude_file):
29887         Initial size must now be a power of two to simplify overflow checking.
29888         (free_exclude, fnmatch_no_wildcards): New function.
29889         (excluded_filename): No longer requires options arg, as the options
29890         are determined by add_exclude.  Now returns bool, not int.
29891         (excluded_filename, add_exclude):
29892         Add support for the fancy new exclusion options.
29893         (add_exclude, add_exclude_file): Now takes int options arg.
29894         Check for arithmetic overflow when computing sizes.
29895         (add_exclude_file): xrealloc might modify errno, so don't
29896         realloc until after errno might be used.
29897
29898         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
29899         New macros.
29900         (free_exclude): New decl.
29901         (add_exclude, add_exclude_file): Now takes int options arg.
29902         (excluded_filename): No longer requires options arg, as the options
29903         are determined by add_exclude.  Now returns bool, not int.
29904
29905 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29906
29907         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
29908
29909 2001-08-27  Jim Meyering  <meyering@lucent.com>
29910
29911         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
29912
29913         * lib/version-etc.c (N_): Remove definition.
29914         Revert most of last change.
29915         Instead, simply don't mark the `Copyright...' string for translation.
29916         Based on advice from Paul Eggert.
29917
29918         * lib/strtoxmax.c: Tweak comment.
29919
29920 2001-08-26  Jim Meyering  <meyering@lucent.com>
29921
29922         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
29923
29924         * m4/xstrtoimax.m4: New file.
29925         * m4/xstrtoumax.m4: Add comments explaining why we
29926         AC_REPLACE_FUNCS(strtol).
29927
29928 2001-08-26  Jim Meyering  <meyering@lucent.com>
29929
29930         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
29931         of copyright with `%s' so translators don't get an untranslated
29932         message in 2002.
29933         (COPYRIGHT_YEAR): Define.
29934         (version_etc): Use fprintf rather than fputs.
29935         Suggestion from Ulrich Drepper.
29936
29937         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
29938
29939         * lib/strtoll.c: New file, from GNU libc.
29940         * lib/xstrtoimax.c: New file.
29941
29942         * lib/xstrtol.h: Add xstrtoimax.
29943         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
29944         * lib/strtoimax.c: New file.  Likewise, but first define
29945         STRTOUXMAX_SIGNED.
29946
29947         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
29948         ...
29949         * lib/strtoxmax.c: ... then renamed to this.
29950
29951 2001-08-18  Paul Eggert  <eggert@twinsun.com>
29952
29953         * m4/inttypes.m4: Add AC_PREREQ(2.13).
29954         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
29955         (jm_AC_TYPE_INTMAX_T): New macro.
29956         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
29957
29958         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
29959
29960         * m4/longlong.m4: Renamed from ulonglong.m4.
29961         * m4/inttypes.m4: Renamed from inttypes_h.m4.
29962         * m4/uintmax_t.m4: Removed.
29963
29964 2001-08-13  Paul Eggert  <eggert@twinsun.com>
29965
29966         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
29967         Port to Solaris 8, where 'sed' requires a space after the 'r'
29968         command, and where sh dislikes "$/".  Clean up the spacing a bit.
29969         Redirect output to $tmp just once.
29970
29971 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
29972
29973         * lib/addext.c (<errno.h>): Include.
29974         (errno): Declare if not defined.
29975         (addext): Work correctly when pathconf returns -1 and leaves
29976         errno alone because there is no limit.  Also, work even if
29977         pathconf returns a value greater than SIZE_MAX.
29978
29979 2001-08-12  Jim Meyering  <meyering@lucent.com>
29980
29981         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
29982         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
29983         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
29984         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
29985         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
29986         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
29987         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
29988         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
29989         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
29990         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
29991         utime.m4, utimes.m4, xstrtoumax.m4:
29992         Quote the first argument in each use of AC_DEFUN.
29993
29994 2001-08-12  Jim Meyering  <meyering@lucent.com>
29995
29996         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
29997         Simply `return getcwd (NULL, 0);'.
29998         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
29999         Use 1300 as initial value for length, not PATH_MAX.
30000
30001         * lib/pathmax.h: Clean up cpp syntax.
30002
30003 2001-08-12  Jim Meyering  <meyering@lucent.com>
30004
30005         * lib/gettimeofday.c: New file.
30006         * lib/gtod.h: New file.
30007         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
30008
30009 2001-08-05  Jim Meyering  <meyering@lucent.com>
30010
30011         * m4/jm-macros.m4: Require autoconf-2.52.
30012
30013 2001-08-04  Jim Meyering  <meyering@lucent.com>
30014
30015         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
30016         stmt, to get in sync with glibc.
30017
30018 2001-08-03  Paul Eggert  <eggert@twinsun.com>
30019
30020         The following changes are from gettext 0.10.39 as maintained by
30021         Bruno Haible.
30022
30023         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
30024         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
30025         with inverted sense.  All uses changed.
30026
30027         * lib/mbswidth.c: Don't include <limits.h>.
30028         Include <stdlib.h> and <string.h> unconditionally.
30029         (iswcntrl, mbsinit, ISCNTRL): New macros.
30030         (mbsnwidth): Use K&R style function declarations.
30031         Don't bother checking for MB_LEN_MAX == 1, since the compiler
30032         can optimize it when MB_CUR_MAX == 1.
30033         The width of control characters is zero, not 1.
30034
30035 2001-08-03  Paul Eggert  <eggert@twinsun.com>
30036
30037         The following changes are from gettext 0.10.39 as maintained by
30038         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
30039
30040         * m4/codeset.m4: Upgrade to serial AM1.
30041         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
30042         all uses changed.  Quote first arg of AC_DEFUN.
30043         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
30044
30045         * m4/iconv.m4: Upgrade to serial AM2.
30046         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
30047         Add --with-libconv-prefix.
30048         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
30049         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
30050         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
30051         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
30052         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
30053
30054         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
30055         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
30056         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
30057         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
30058         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
30059         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
30060         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
30061         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
30062         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
30063
30064         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
30065         string.h any more.
30066
30067         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
30068         not the default value.
30069
30070         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
30071         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
30072         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
30073         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
30074         Also check for iswcntrl, used for wcwidth fallback.
30075         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
30076         to Autoconf 2.13.
30077
30078 2001-08-03  Jim Meyering  <meyering@lucent.com>
30079
30080         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
30081         as it was in the original.  Reported by Paul Eggert.
30082
30083 2001-07-16  Jim Meyering  <meyering@lucent.com>
30084
30085         * m4/gettimeofday.m4: New file.
30086         Prompted by a report from Bernhard Baehr.
30087
30088 2001-07-15  Jim Meyering  <meyering@lucent.com>
30089
30090         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
30091         stuff. Now it's in ../Makefile.cfg.
30092
30093 2001-07-15  Jim Meyering  <meyering@lucent.com>
30094
30095         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
30096         (BUILT_SOURCES): Add unlocked-io.h.
30097         (io_functions): Define.
30098         (unlocked-io.h): New rule.
30099         (DISTCLEANFILES): Add unlocked-io.h.
30100         (all-local): Depend on unlocked-io.h, to ensure it is created.
30101
30102         * lib/unlocked-io.hin: New file
30103
30104         * lib/regex.c: Update from glibc.
30105
30106 2001-07-05  Jim Meyering  <meyering@lucent.com>
30107
30108         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
30109         recommendation.
30110         (libfetish_a_SOURCES): Put all .h files here instead.
30111         Remove a thus-exposed (better checks in automake) duplicate and
30112         two unnecessary .h files.
30113
30114 2001-07-04  Jim Meyering  <meyering@lucent.com>
30115
30116         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
30117         that generates jm-glibc-io.m4 so that it doesn't trigger any make
30118         distcheck failure.
30119
30120 2001-07-02  Jim Meyering  <meyering@lucent.com>
30121
30122         The following changes were prompted by suggestions from Bruno Haible.
30123
30124         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
30125         is now generated.
30126         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
30127         definition of EXTRA_DIST.
30128         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
30129         ensure that the generated file is created/updated whenever the list
30130         of $(unlocked_functions) is changed.
30131         (jm-glibc-io.m4): New rule.
30132         (unlocked-io.h): New rule -- currently unused.
30133
30134 2001-06-24  Jim Meyering  <meyering@lucent.com>
30135
30136         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
30137         unmatched right bracket, rather than kludging it with an extra,
30138         falsely-matching quote in a comment.  Patch by Akim Demaille.
30139
30140 2001-06-11  Jim Meyering  <meyering@lucent.com>
30141
30142         * lib/regex.c: Update from GNU libc.
30143
30144 2001-05-27  Jim Meyering  <meyering@lucent.com>
30145
30146         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
30147         Check for ut_type in struct utmp.
30148
30149 2001-05-27  Jim Meyering  <meyering@lucent.com>
30150
30151         * lib/readutmp.h (UT_TYPE): Define.
30152
30153 2001-05-24  Jim Meyering  <meyering@lucent.com>
30154
30155         * lib/argmatch.c: Include "quote.h".
30156         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
30157         quote function.  Reported by Göran Uddeborg.
30158
30159 2001-05-22  Jim Meyering  <meyering@lucent.com>
30160
30161         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
30162         now that we use the package-supplied version unconditionally.
30163         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
30164
30165 2001-05-21  Jim Meyering  <meyering@lucent.com>
30166
30167         * m4/regex.m4: Change a couple backticks to single quotes to avoid
30168         shell syntax errors.
30169
30170 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
30171
30172         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
30173
30174 2001-05-20  Paul Eggert  <eggert@twinsun.com>
30175
30176         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
30177         Don't bother to check library strftime, since
30178         we'll be using our own my_strftime function anyway.
30179         Define my_strftime instead of strftime.
30180
30181 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
30182
30183         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
30184         which is not yet declared.
30185
30186 2001-05-15  Jim Meyering  <meyering@lucent.com>
30187
30188         * m4/regex.m4: Use proper quoting so brackets appear in the test
30189         program.
30190         Reported by, and with help from, Bruno Haible.
30191
30192 2001-05-13  Jim Meyering  <meyering@lucent.com>
30193
30194         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
30195         undefined.
30196
30197 2001-05-11  Paul Eggert  <eggert@twinsun.com>
30198
30199         dirname code cleanup.  base_name now behaves more compatibly
30200         with POSIX basename when given file names that have trailing
30201         slashes, and similarly for dir_name.  Add new primitives
30202         base_len and dir_len.  Put the directory-name-related decls
30203         into dirname.h.
30204
30205         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
30206         * lib/backupfile.c (base_name): Likewise.
30207         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
30208         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
30209         * lib/makepath.c (strip_trailing_slashes): Likewise.
30210         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
30211         ISSLASH): Likewise.
30212         * lib/rename.c (strip_trailing_slashes): Likewise.
30213         * lib/same.c (base_name): Likewise.
30214         * lib/stripslash.c (ISSLASH): Likewise.
30215
30216         * lib/addext.c: Include <dirname.h> after size_t is defined.
30217         * lib/backupfile.c: Likewise.
30218
30219         * lib/addext.c (addext): Use base_len to trim redundant
30220         trailing slashes instead of doing it ourselves.
30221         But do not trim the last slash if it is not redundant.
30222
30223         * lib/backupfile.c (find_backup_file_name,
30224         max_backup_version): Use base_len instead of rolling it ourselves.
30225         Handle the case of "" and (on DOS) "C:" correctly.
30226
30227         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
30228         needed. Include <string.h>, <dirname.h>.
30229         (base_name): Allow file names ending in slashes, other than names
30230         that are all slashes.  In this case, return the basename followed
30231         by the slashes.  This is more general, and can be used in places
30232         where the original base_name purposely had an assertion failure.
30233         (base_len): New function.
30234
30235         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
30236         Do not include <assert.h>; no longer needed.
30237         Include xalloc.h.
30238         (memrchr): Remove decl.
30239         (dir_name_r): Remove.
30240         (dir_len): Renamed from dirlen.  All callers changed.
30241         Rewrite in terms of base_name, for simplicity and consistency.
30242         (dir_name): Never return NULL.  All callers changed.
30243         Do not include <stdlib.h> in test program; no longer needed.
30244         return 0; is fine for test program.
30245
30246         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
30247         New macros.
30248         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
30249
30250         * lib/path-concat.c (path_concat): Use base_len to compute
30251         base length, not strlen; this means we cannot rely on memcpy
30252         to null-terminate.
30253
30254         * lib/same.c (STREQ): Remove.
30255         (same_name): Handle the case where the basename ends in trailing '/'.
30256
30257         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
30258         a slash was stripped.  Do not strip the last slash after a
30259         file system prefix.
30260
30261 2001-05-11  Paul Eggert  <eggert@twinsun.com>
30262
30263         * lib/Makefile.am (libfetish_a_SOURCES):
30264         Add strftime.c, since we now compile it on all hosts.
30265
30266         * lib/strftime.c (my_strftime):
30267         Define to nstrftime if emacs, but only if my_strftime is not defined.
30268         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
30269         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
30270         Add one more extra argument: a nanoseconds value.
30271         All uses changed.
30272         (ns): New macro.
30273         (my_strftime function): Add %N format.
30274         (emacs_strftimeu): Renamed from emacs_strftime,
30275         with extra ut argument.
30276
30277 2001-05-09  Paul Eggert  <eggert@twinsun.com>
30278
30279         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
30280
30281 2001-04-21  Jim Meyering  <meyering@lucent.com>
30282
30283         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
30284         doesn't interfere.
30285
30286 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
30287
30288         * m4/ftruncate.m4: Check for chsize.
30289         Link with ftruncate.o unconditionally if ftruncate is missing.
30290         This was required when cross-compiling to i586-mingw32msvc.
30291
30292 2001-04-08  Jim Meyering  <meyering@lucent.com>
30293
30294         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
30295         recomputed; that's necessary when the offset spans a DST transition.
30296         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
30297
30298 2001-04-02  Jim Meyering  <meyering@lucent.com>
30299
30300         * lib/regex.h, regex.c: Update from GNU libc.
30301
30302 2001-03-24  Jim Meyering  <meyering@lucent.com>
30303
30304         * m4/jm-macros.m4: Require autoconf-2.49d.
30305
30306 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
30307
30308         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
30309
30310 2001-03-19  Paul Eggert  <eggert@twinsun.com>
30311
30312         * lib/version-etc.c (version_etc_copyright): Update to 2001.
30313
30314 2001-03-17  Jim Meyering  <meyering@lucent.com>
30315
30316         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
30317         now that the version in autoconf is equivalent.
30318         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
30319
30320         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
30321         Suggestion from Akim Demaille.
30322
30323         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
30324         (jm_PREREQ_TEMPNAME): New function.
30325
30326 2001-03-16  Paul Eggert  <eggert@twinsun.com>
30327
30328         * lib/tempname.c (uint64_t): Define to uintmax_t if
30329         not defined, and if UINT64_MAX is not defined.
30330         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
30331         Reported by John David Anglin.
30332
30333 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
30334
30335         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
30336         resolve alias if codeset is empty.
30337         * lib/config.charset (BeOS): Use wildcard syntax.
30338
30339 2001-03-13  Jim Meyering  <meyering@lucent.com>
30340
30341         * lib/path-concat.c (path_concat)
30342         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
30343         concatenating e.g., `C:' and `foo'.
30344         From Bruno Haible.
30345
30346 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
30347
30348         * lib/localcharset.c (locale_charset): Don't use
30349         setlocale(LC_CTYPE,NULL). Don't return NULL.
30350         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
30351
30352 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
30353
30354         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
30355         support for DOS/DJGPP.
30356
30357 2001-03-01  Paul Eggert  <eggert@twinsun.com>
30358
30359         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
30360         lacks mkstemp.  Compile our own tempname.c if we compile our own
30361         mkstemp.c, as mkstemp relies on tempname.
30362
30363 2001-03-01  Jim Meyering  <meyering@lucent.com>
30364
30365         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
30366         AH_VERBATIM really does output its argument verbatim.
30367
30368 2001-02-28  Paul Eggert  <eggert@twinsun.com>
30369
30370         * lib/Makefile.am (libfetish_a_SOURCES):
30371         Add dup-safer.c, fopen-safer.c.
30372         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
30373
30374         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
30375         * lib/unistd-safer.h: New files.
30376
30377 2001-02-25  Paul Eggert  <eggert@twinsun.com>
30378
30379         The mkstemp replacement is taken from glibc 2.2.2, with some
30380         portability fixes for use outside glibc, as follows:
30381
30382         * lib/tempname.c (struct_stat64): New macro.
30383         (direxists, __gen_tempname): Use it.
30384         This avoids a portability problem with Solaris 8.
30385
30386         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
30387         (<stddef.h>, <stdint.h>, <string.h>):
30388         Include only if STDC_HEADERS || _LIBC.
30389         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
30390         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
30391         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
30392         (__set_errno): Define this macro if <errno.h> doesn't.
30393         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
30394         Define these macros if <stdio.h> doesn't.
30395         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
30396         Define these macros if <sys/stat.h>
30397         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
30398         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
30399         __xstat64): Define if not _LIBC.
30400         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
30401         (__gen_tempname): Invoke gettimeofday only if
30402         HAVE_GETTIMEOFDAY || _LIBC;
30403         otherwise, fall back on plain "time".
30404         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
30405
30406         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
30407
30408         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
30409
30410 2001-02-18  Paul Eggert  <eggert@twinsun.com>
30411
30412         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
30413
30414 2001-02-17  Paul Eggert  <eggert@twinsun.com>
30415
30416         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
30417         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
30418         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
30419         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
30420
30421 2001-02-17  Paul Eggert  <eggert@twinsun.com>
30422
30423         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
30424         Remove workaround macros for hosts that have mbrtowc but not
30425         mbstate_t, as we now insist on proper declarations for both
30426         before using mbrtowc.
30427
30428 2001-02-17  Jim Meyering  <meyering@lucent.com>
30429
30430         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
30431         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
30432         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
30433         UnixWare 7.1.1.
30434
30435         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
30436         rather than AC_CACHE_VAL.
30437
30438 2001-02-17  Jim Meyering  <meyering@lucent.com>
30439
30440         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
30441         around included file name.
30442
30443         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
30444
30445         * lib/strftime.c: Update from GNU libc (the only changes were to
30446         comments).
30447
30448 2001-02-17  Jim Meyering  <meyering@lucent.com>
30449
30450         * lib/regex.c: Update from libc.
30451
30452 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
30453
30454         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
30455         clash.
30456
30457 2001-02-16  Paul Eggert  <eggert@twinsun.com>
30458
30459         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
30460         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
30461         Reported by Mark Hounschell via Paul Eggert.
30462
30463 2001-02-07  Jim Meyering  <meyering@lucent.com>
30464
30465         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
30466
30467 2001-02-05  Jim Meyering  <meyering@lucent.com>
30468
30469         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
30470         it includes the patch required for `large file' support with at least
30471         HP-UX's 10.20 /bin/cc.
30472
30473 2001-02-03  Jim Meyering  <meyering@lucent.com>
30474
30475         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
30476         AS_IF, now that it works once again (mysteriously).
30477         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
30478
30479 2001-01-30  Jim Meyering  <meyering@lucent.com>
30480
30481         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
30482         * m4/chown.m4: Rename conftestchown to conftest.chown.
30483         * m4/rename.m4: s/conftestdir/conftest.d1/ and
30484         s/conftestdir2/conftest.d2/.
30485         * m4/utimes.m4: s/conftestdata/conftest.data/
30486         Inspired by Pavel Roskin's change in autoconf.
30487
30488 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
30489
30490         * lib/config.charset: Update for FreeBSD 4.2.
30491
30492 2001-01-27  Jim Meyering  <meyering@lucent.com>
30493
30494         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
30495         a use of AS_IF.
30496         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
30497
30498 2001-01-26  Jim Meyering  <meyering@lucent.com>
30499
30500         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
30501         quotearg.c includes it.
30502
30503 2001-01-26  Jim Meyering  <meyering@lucent.com>
30504
30505         * lib/quotearg.c: Include stddef.h.
30506         * lib/quote.c: Include stddef.h.
30507         Reported by Axel Kittenberger.
30508
30509         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
30510         line in double quotes so that it evokes a better diagnostic.
30511         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
30512         Reported by Axel Kittenberger.
30513
30514 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
30515
30516         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
30517         as if it was a `charset'.
30518
30519 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
30520
30521         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
30522         has const.
30523
30524 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
30525
30526         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
30527         to avoid a warning.  Add back 'const' to inptr.
30528
30529 2001-01-20  Jim Meyering  <meyering@lucent.com>
30530
30531         Be sure that headers are checked before used in code compiled
30532         for the type checks.
30533         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
30534         In place of that, invoke jm_CHECK_ALL_TYPES.
30535         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
30536         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
30537         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
30538         The check for ssize_t was mistakenly run before the test for unistd.h.
30539
30540         The configure-time check for stdbool.h was missing.
30541         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
30542         (jm_PREREQ_HASH): New function.
30543
30544 2001-01-17  Jim Meyering  <meyering@lucent.com>
30545
30546         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
30547         for autoconf-2.49c.
30548         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
30549
30550 2001-01-16  Jim Meyering  <meyering@lucent.com>
30551
30552         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
30553         From Bruno Haible.
30554
30555 2001-01-14  Jim Meyering  <meyering@lucent.com>
30556
30557         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
30558         foo and bar.  Create conftestdir/ in the script, not in the C code.
30559         Remove directories in the script, not in the C code.
30560         Remove conftestdir{,2} before trying to create the directory.
30561         Make the entire configure script fail if the mkdir fails.
30562
30563 2001-01-14  Jim Meyering  <meyering@lucent.com>
30564
30565         * lib/rename.c: New file.  From Volker Borchert.
30566         Include stdlib.h, string.h or strings.h, and xalloc.h.
30567         Use strip_trailing_slashes rather than open-coding it.
30568
30569 2001-01-03  Paul Eggert  <eggert@twinsun.com>
30570
30571         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
30572
30573 2001-01-03  Jim Meyering  <meyering@lucent.com>
30574
30575         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
30576         of local `inptr' to avoid warning with some system declarations of
30577         iconv.
30578
30579 2001-01-02  Volker Borchert  <bt@teknon.de>
30580
30581         * m4/rename.m4: New file.
30582         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
30583
30584 2001-01-01  Jim Meyering  <meyering@lucent.com>
30585
30586         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
30587         even on systems with utmpx.h.  It's necessary for the declaration of
30588         utmp's ut_user member.  Reported by Andreas Jaeger.
30589
30590         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
30591         available. They are required for the declarations of getgrgid and
30592         getpwuid resp.
30593         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
30594         Reported by Andreas Jaeger.
30595
30596 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
30597
30598         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
30599         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
30600         so `make install' also works in VPATH builds.
30601
30602 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
30603
30604         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
30605         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
30606         can be used in subdirectories.
30607
30608 2000-12-29  Paul Eggert  <eggert@twinsun.com>
30609
30610         * lib/modechange.c: Do not assume that mode_t uses the
30611         traditional octal encoding.  E.g. "chmod 1 FOO" should set
30612         the other-execute bit of FOO even if S_IXOTH != 1.
30613
30614         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
30615         WOTH, XOTH, ALLM): New macros.
30616         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
30617          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
30618         Use them.
30619         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
30620         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
30621         (mode_compile):
30622         No need to use uintmax_t; unsigned long is long enough.
30623         Don't bother to get suffix since we don't use it.
30624
30625 2000-12-26  Jim Meyering  <meyering@lucent.com>
30626
30627         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
30628         better with autoheader.
30629
30630 2000-12-24  Jim Meyering  <meyering@lucent.com>
30631
30632         * lib/hash.c (is_prime): Return explicit boolean values.
30633         (hash_get_first): Return NULL to appease Irix5.6's 89.
30634         Reported by Nelson Beebe.
30635
30636 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
30637
30638         * lib/localcharset.c (locale_charset): Add support for Win32.
30639
30640 2000-12-18  Paul Eggert  <eggert@twinsun.com>
30641
30642         * lib/physmem.h, lib/physmem.c: New files.
30643
30644         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
30645         (noinst_HEADERS): Add physmem.h.
30646
30647         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
30648         't' for compatibility with Solaris 8 sort.
30649
30650 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
30651
30652         * lib/config.charset: Add support for BeOS.
30653
30654 2000-12-17  Jim Meyering  <meyering@lucent.com>
30655
30656         * m4/dos.m4 (jm_AC_DOS): New file and macro.
30657         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
30658
30659 2000-12-16  Jim Meyering  <meyering@lucent.com>
30660
30661         This bug had a serious impact on chown: `chown N:M FILE' (for integer
30662         N and M) would have treated it like `chown N:N FILE'.
30663
30664         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
30665
30666 2000-12-16  Jim Meyering  <meyering@lucent.com>
30667
30668         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
30669         SHELLS_FILE to a file name that's useful on djgpp systems.
30670         Include stdlib.h.
30671         (ADDITIONAL_DEFAULT_SHELLS): Define.
30672         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
30673         Based mostly on a patch from Prashant TR.
30674
30675 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
30676
30677         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
30678         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
30679         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
30680
30681 2000-12-08  Andreas Schwab  <schwab@suse.de>
30682
30683         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
30684         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
30685
30686 2000-12-07  Jim Meyering  <meyering@lucent.com>
30687
30688         * lib/stripslash.c (ISSLASH): Define.
30689         (strip_trailing_slashes): Use ISSLASH rather than comparing against
30690         `/'.
30691         From Prashant TR.
30692
30693         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
30694         (dir_name_r): Declare this function as static.
30695         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
30696         manifest itself on a name containing a mix of slashes and
30697         backslashes.
30698         Make this function work with names starting with a DOS-style
30699         drive letter and colon prefix.
30700         (dir_name): Append `.' if necessary.
30701         Based mostly on patches from Prashant TR and Eli Zaretskii.
30702
30703         * lib/dirname.h (dir_name_r): Remove prototype.
30704
30705 2000-12-06  Paul Eggert  <eggert@twinsun.com>
30706
30707         * m4/off_t-format.m4: Remove this file.
30708         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
30709
30710 2000-12-06  Jim Meyering  <meyering@lucent.com>
30711
30712         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
30713         replacement strtoull, we may well need the replacement strtoul, too.
30714         Check for declarations of strtoul and strtoull.
30715         Check for strtol.  Mainly as a cue to cause automake to include
30716         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
30717         Check for limits.h -- strtol.c needs it.
30718
30719 2000-12-05  Jim Meyering  <meyering@lucent.com>
30720
30721         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
30722
30723 2000-12-04  Jim Meyering  <meyering@lucent.com>
30724
30725         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
30726         Also include memory.h, stdlib.h, unistd.h if appropriate.
30727         Reported by Andreas Jaeger (conflicting declaration of malloc).
30728
30729 2000-12-02  Jim Meyering  <meyering@lucent.com>
30730
30731         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
30732         * m4/jm-macros.m4 (jm_MACROS): require it.
30733
30734 2000-12-02  Jim Meyering  <meyering@lucent.com>
30735
30736         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
30737
30738 2000-12-01  Paul Eggert  <eggert@twinsun.com>
30739
30740         * lib/memrchr.c: Include <config.h> before any system include file.
30741
30742 2000-11-30  Jim Meyering  <meyering@lucent.com>
30743
30744         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
30745
30746 2000-11-30  Jim Meyering  <meyering@lucent.com>
30747
30748         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
30749
30750 2000-11-29  Paul Eggert  <eggert@twinsun.com>
30751
30752         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
30753
30754 2000-11-26  Jim Meyering  <meyering@lucent.com>
30755
30756         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
30757
30758 2000-11-22  Paul Eggert  <eggert@twinsun.com>
30759
30760         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
30761         size of (size_t) -1; it's not portable.
30762
30763 2000-11-17  Jim Meyering  <meyering@lucent.com>
30764
30765         * lib/strstr.c: Update from GNU libc.
30766
30767 2000-11-17  Akim Demaille  <akim@epita.fr>
30768
30769         * lib/obstack.h: Formatting changes.
30770         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
30771         prevent type checking.
30772         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
30773         cast the value to (void *): assigning a `foo *' to a `void *'
30774         variable is valid.
30775         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
30776
30777 2000-11-16  Jim Meyering  <meyering@lucent.com>
30778
30779         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
30780
30781 2000-11-11  Jim Meyering  <meyering@lucent.com>
30782
30783         * lib/error.c: Add a couple #includes, merging from GNU libc version.
30784
30785 2000-11-10  Jim Meyering  <meyering@lucent.com>
30786
30787         * lib/obstack.h: Update from GNU libc.
30788         * lib/obstack.c: Likewise.
30789
30790 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
30791
30792         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
30793
30794 2000-11-06  Paul Eggert  <eggert@twinsun.com>
30795
30796         * lib/getusershell.c (setusershell): Use rewind rather than
30797         fseek/fseeko, to avoid configuration hassles with fseeko.
30798         Don't bother opening SHELLS_FILE if shellstream is NULL;
30799         it's not necessary.
30800
30801 2000-11-05  Jim Meyering  <meyering@lucent.com>
30802
30803         * lib/makepath.h (make_dir): Declare.
30804         * lib/makepath.c (make_dir): Remove `static' attribute.
30805         Tweak a comment.
30806
30807 2000-11-04  Jim Meyering  <meyering@lucent.com>
30808
30809         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
30810
30811 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
30812
30813         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
30814         last one in a bucket, advance to the next bucket.
30815
30816 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
30817
30818         * lib/fnmatch.c: Do not comment out all the code if we are using
30819         the GNU C library, because in some cases we are replacing buggy
30820         code in the GNU C library itself.
30821
30822 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
30823
30824         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
30825         (regex_compile): Catch bogus \(\1\).
30826
30827 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30828
30829         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
30830         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
30831         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
30832
30833 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30834
30835         * lib/error.h, getline.h, modechange.h:
30836         Remove "2000" from Copyright line, as the file hasn't been
30837         changed this year other than in the copyright notice.
30838
30839         * lib/xalloc.h: Add "2000" to Copyright line, as this file
30840         was changed this year.
30841
30842 2000-10-29  Jim Meyering  <meyering@lucent.com>
30843
30844         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
30845         renaming.
30846         * m4/ls-mntd-fs.m4: Likewise
30847
30848 2000-10-29  Jim Meyering  <meyering@lucent.com>
30849
30850         * lib/xstat.in: Fix grammar in comment.
30851
30852 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
30853
30854         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
30855         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
30856         doesn't define __restrict_arr.
30857
30858 2000-10-28  Jim Meyering  <meyering@lucent.com>
30859
30860         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
30861         (jm_PREREQ_MEMCHR): New function.
30862
30863 2000-10-28  Jim Meyering  <meyering@lucent.com>
30864
30865         * lib/memchr.c: Update from libc.
30866         Adjust for portability:
30867         [HAVE_STDLIB_H]: Include stdlib.h.
30868         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
30869         Undef __memchr, too.
30870         [!weak_alias]: Define __memchr to memchr.
30871
30872         * lib/regex.c: Update from libc.
30873         * lib/regex.h: Likewise.
30874         * lib/getopt1.c: Likewise.
30875         * lib/memcmp.c: Likewise.
30876
30877         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
30878         Avoid using fseek, when possible -- it's broken by design.
30879         Patch by Ulrich Drepper.
30880
30881 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
30882
30883         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
30884         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
30885         Giving in to popular pressure to shut up the compiler with casts.
30886
30887 2000-10-26  Jim Meyering  <meyering@lucent.com>
30888
30889         * lib/strftime.c: Update from libc.
30890
30891 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
30892
30893         * regex.c: More `unsigned char' -> `re_char' changes.
30894         Also change several `int' into `re_wchar_t'.
30895         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
30896         (PUSH_FAILURE_POINTER): Don't cast any more.
30897         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
30898         We want GCC to complain, since this piece of code makes
30899         re_match non-reentrant, which *should* be fixed.
30900         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
30901         (EXTEND_BUFFER): Use RETALLOC.
30902         (SET_LIST_BIT): Don't cast.
30903         (re_wchar_t): New type.
30904         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
30905         that those two functions will always properly return.
30906         (IMMEDIATE_QUIT_CHECK): Cast to void.
30907         (analyse_first): Use recursion rather than an explicit stack.
30908         (re_compile_fastmap): Can't fail anymore.
30909         (re_search_2): Don't check re_compile_fastmap for failure.
30910         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
30911         Now also sets the new value (passed in a new argument).
30912         (re_match_2_internal): Use it.
30913         Also, use a new var `reg' of type size_t when looping through regs
30914         rather than reuse the inappropriate `mcnt'.
30915
30916 2000-10-25  Jim Meyering  <meyering@lucent.com>
30917
30918         * lib/obstack.c: Update from libc.
30919
30920 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
30921
30922         * regex.c (regex_compile): Change the way of handling a range from
30923         a char less than 256 to a char not less than 256.
30924
30925 2000-10-24  Andrew Innes  <andrewi@gnu.org>
30926
30927         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
30928         NT-Emacs only.
30929         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
30930         so that re_search functions only quit when callers expect them to.
30931
30932 2000-10-23  Jim Meyering  <meyering@lucent.com>
30933
30934         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
30935         wrong.  That set_locale call must not have any side effects.
30936         From Paul Eggert.
30937
30938 2000-10-22  Jim Meyering  <meyering@lucent.com>
30939
30940         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
30941         [CYCLIC]: Remove now-unused definition.
30942
30943         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
30944         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
30945         Suggestion from Ulrich Drepper.
30946
30947 2000-10-21  Jim Meyering  <meyering@lucent.com>
30948
30949         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
30950         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
30951         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
30952
30953 2000-10-21  Jim Meyering  <meyering@lucent.com>
30954
30955         * lib/dirname.c (memrchr): Declare if necessary.
30956         (dir_name): Remove the restriction that there be no
30957         trailing slashes.  Now, this code skips past them, effectively
30958         ignoring them.
30959         [TEST_DIRNAME] (main): New unit tests.
30960
30961         * lib/memrchr.c: New file from GNU libc.
30962         Undef __memrchr, too.
30963         [!weak_alias]: Define __memrchr to memrchr.
30964         Guard weak_alias use with `#ifdef weak_alias'.
30965
30966 2000-10-21  Jim Meyering  <meyering@lucent.com>
30967
30968         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
30969         (dir_name): Use dir_name_r.
30970         * lib/dirname.h (dir_name_r): Declare it.
30971
30972 2000-10-17  Jim Meyering  <meyering@lucent.com>
30973
30974         * lib/quote.h (PARAMS): Define and use.
30975         Reported by Akim Demaille.
30976
30977         * lib/getopt.c: Update from libc.
30978
30979 2000-10-16  Jim Meyering  <meyering@lucent.com>
30980
30981         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
30982         setlocale.
30983         From Jan Fedak.
30984
30985 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
30986
30987         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
30988
30989 2000-09-25  Jim Meyering  <meyering@lucent.com>
30990
30991         * lib/md5.h (rol): Define (from GnuPG).
30992
30993         * lib/sha.c: Give credit (GnuPG) where due.
30994         (M): Use rol rather than open-coding it.
30995         Add a FIXME comment.
30996
30997 2000-09-21  Jim Meyering  <meyering@lucent.com>
30998
30999         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
31000         Reported by Michael Stone.
31001
31002 2000-09-20  Jim Meyering  <meyering@lucent.com>
31003
31004         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
31005         (noinst_HEADERS): Add sha.h.
31006         Based on code from Scott G. Miller and from GnuPG.
31007
31008 2000-09-18  Jim Meyering  <meyering@lucent.com>
31009
31010         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
31011         LIBS. Otherwise, everyone ends up linking with -lelf for some
31012         configurations.
31013         Reported by Mike Stone.
31014
31015 2000-09-15  Jim Meyering  <meyering@lucent.com>
31016
31017         * lib/regex.c: Update from libc.
31018
31019 2000-09-10  Jim Meyering  <meyering@lucent.com>
31020
31021         * lib/getopt.c (_getopt_internal): Update from glibc.
31022
31023 2000-09-09  Jim Meyering  <meyering@lucent.com>
31024
31025         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
31026         think it should be used as a general replacement for isascii.
31027         * lib/fnmatch.c: Likewise.
31028         * lib/mbswidth.c: Likewise
31029         * lib/regex.c: Likewise.
31030
31031         Don't use atoi.
31032         * lib/userspec.c: Include sys/param.h and limits.h.
31033         Include xstrtol.h.
31034         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
31035         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
31036         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
31037         UID, GID.  Check range.
31038
31039 2000-09-06  Jim Meyering  <meyering@lucent.com>
31040
31041         * lib/getopt.c (_getopt_internal): Update from glibc.
31042
31043 2000-08-30  Jim Meyering  <meyering@lucent.com>
31044
31045         * lib/strftime.c: Merge in changes from GNU libc.
31046
31047 2000-08-26  Jim Meyering  <meyering@lucent.com>
31048
31049         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
31050         * m4/fpending.m4: New file.
31051
31052 2000-08-26  Jim Meyering  <meyering@lucent.com>
31053
31054         * lib/closeout.c: Include "__fpending.h".
31055         (close_stdout_status): Return right away if there's nothing to flush.
31056
31057         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
31058         * lib/__fpending.c: New file.
31059         * lib/__fpending.h: New file.
31060
31061 2000-08-20  Jim Meyering  <meyering@lucent.com>
31062
31063         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
31064         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
31065         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
31066
31067 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
31068
31069         Improve fileutils installation on systems where running
31070         programs (like install) can't be unlinked.
31071         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
31072         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
31073
31074 2000-08-07  Paul Eggert  <eggert@twinsun.com>
31075
31076         Standardize on "memory exhausted" instead of "Memory exhausted"
31077         or "virtual memory exhausted".
31078         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
31079         "virtual memory exhausted".
31080         * lib/same.c (same_name): Invoke xalloc_die instead of printing
31081         our own message.
31082         * lib/userspec.c (parse_user_spec): Likewise.
31083         * lib/bumpalloc.h: comment fix
31084         * lib/same.c, userspec.c: Include xalloc.h.
31085
31086         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
31087         not char *const and pointing to a constant array.
31088         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
31089         (xrealloc): Comment fix.
31090
31091         * lib/userspec.c (parse_user_spec):
31092         Don't translate a message until just before returning,
31093         to avoid unnecessary translation.
31094
31095 2000-08-07  Jim Meyering  <meyering@lucent.com>
31096
31097         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
31098         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
31099         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
31100         getgroups.c, gethostname.c, getopt.h, group-member.c,
31101         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
31102         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
31103         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
31104         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
31105         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
31106         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
31107         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
31108         yesno.c: Back out Copyright date changes for each file with no change
31109         this year.  This eases coordination with other programs using the same
31110         source code modules.  From Paul Eggert.
31111
31112 2000-08-06  Paul Eggert  <eggert@twinsun.com>
31113
31114         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
31115         not char, for compatibility with glibc 2.1.3 strftime.c.
31116
31117 2000-08-03  Greg McGary  <greg@mcgary.org>
31118
31119         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
31120         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
31121         (EXTEND_BUFFER): Use them.
31122
31123 2000-08-01  Jim Meyering  <meyering@lucent.com>
31124
31125         * lib/dirname.c (ISSLASH): Define.
31126         (BACKSLASH_IS_PATH_SEPARATOR): Define.
31127         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
31128         both `\' and `/' may be use as path separators.
31129         Based on a patch from Prashant TR.
31130
31131 2000-07-31  Paul Eggert  <eggert@twinsun.com>
31132
31133         * lib/quotearg.c (quotearg_n_options): Don't make the initial
31134         slot vector a constant, since it might get modified.
31135
31136 2000-07-31  Jim Meyering  <meyering@lucent.com>
31137
31138         * lib/xmalloc.c: Use `virtual memory exhausted', not
31139         `Memory exhausted'.
31140         * lib/obstack.c (print_and_abort): Likewise.
31141
31142 2000-07-30  Paul Eggert  <eggert@twinsun.com>
31143
31144         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
31145         buffer, so that the caller can always quote one small
31146         component of a "memory exhausted" message in slot 0.
31147         From a suggestion by Jim Meyering.
31148
31149 2000-07-30  Jim Meyering  <meyering@lucent.com>
31150
31151         * lib/makepath.c (make_path): Quote the other instance, too.
31152
31153         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
31154         (STATIC_BUF_SIZE): Define.
31155         (quotearg_n_options): Use only statically allocated storage when
31156         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
31157         than STATIC_BUF_SIZE.
31158
31159 2000-07-29  Jim Meyering  <meyering@lucent.com>
31160
31161         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
31162         * lib/dirname.c (dir_name): Likewise.
31163
31164         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
31165         `/'.
31166
31167         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
31168         (dir_name): Assert that there are no trailing slashes.
31169
31170 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
31171
31172         * lib/mbswidth.h (mbswidth): Add a flags argument.
31173         (mbswidth): New declaration.
31174         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
31175         * lib/mbswidth.c (mbswidth): Add a flags argument.
31176         (mbsnwidth): New function.
31177
31178 2000-07-24  Jim Meyering  <meyering@lucent.com>
31179
31180         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
31181
31182 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31183
31184         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
31185
31186 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31187
31188         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
31189         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
31190         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
31191         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
31192         invoke multibyte primitives.
31193
31194 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31195
31196         * lib/quotearg.c:
31197         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
31198         so that mbstate_t is always defined.
31199
31200         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
31201         be 1 in at least one GCC installation, and this configuration
31202         error is likely to be common.  Ignoring MB_LEN_MAX hurts
31203         performance on hosts that have mbrtowc but have only unibyte
31204         locales, but I assume these hosts are rare.
31205
31206 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31207
31208         * lib/mbswidth.c (_XOPEN_SOURCE):
31209         Don't define; this causes problems on Solaris 7.
31210         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
31211
31212 2000-07-23  Jim Meyering  <meyering@lucent.com>
31213
31214         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
31215         too: getgrgid, getpwuid, getuid.
31216
31217 2000-07-23  Jim Meyering  <meyering@lucent.com>
31218
31219         * lib/basename.c (base_name): Add an assertion.
31220
31221 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
31222
31223         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
31224         shadow its mbsinit function.
31225
31226 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
31227
31228         * lib/mbswidth.h: New file.
31229         * lib/mbswidth.c: New file.
31230         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
31231         (noinst_HEADERS): Add mbswidth.h.
31232
31233 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
31234
31235         * lib/config.charset: Add support for FreeBSD. Improve support for
31236         HP-UX and IRIX 6.
31237
31238 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
31239
31240         * m4/mbswidth.m4: New file.
31241         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
31242
31243 2000-07-15  Jim Meyering  <meyering@lucent.com>
31244
31245         * lib/makepath.c: Include quote.h.
31246         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
31247         corresponding argument in a `quote (...)' call.
31248         Give better diagnostics.
31249
31250         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
31251         (noinst_HEADERS): Add quote.h.
31252
31253         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
31254         from tar's src/misc.c.
31255         * lib/quote.h: New file.  Prototypes for same.
31256
31257 2000-07-14  Paul Eggert  <eggert@twinsun.com>
31258
31259         From a suggestion by Bruno Haible.
31260         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
31261         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
31262         to decide whether to define the BeOS workaround macro;
31263         this adjusts to the change to AC_MBSTATE_T.
31264
31265 2000-07-14  Jim Meyering  <meyering@lucent.com>
31266
31267         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
31268         jm_AC_TYPE_UINTMAX_T.
31269
31270 2000-07-13  Paul Eggert  <eggert@twinsun.com>
31271
31272         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
31273
31274         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
31275         quotearg_buffer_restyled): Add support for
31276         clocale_quoting_style.  Undo previous change to
31277         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
31278         and "{RIGHT QUOTATION MARK}" msgids.
31279
31280 2000-07-10  Paul Eggert  <eggert@twinsun.com>
31281
31282         From a suggestion by Bruno Haible.
31283         * m4/mbstate_t.m4 (AC_MBSTATE_T):
31284         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
31285         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
31286         and mbstate_t, to a single-part test that simply defines mbstate_t.
31287         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
31288         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
31289
31290 2000-07-10  Jim Meyering  <meyering@lucent.com>
31291
31292         * m4/strerror_r.m4: Mirror the correction made in autoconf.
31293
31294         * m4/gnu-source.m4: Output to confdefs.h directly.
31295         Suggestion from Akim Demaille.
31296
31297 2000-07-09  Paul Eggert  <eggert@twinsun.com>
31298
31299         The old behavior of quoting `like this' doesn't look good with
31300         newer, ISO-style fonts.  See:
31301         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
31302
31303         Instead, quote "like this" by default.  Let the translator
31304         tailor the locale-specific quoting behavior by providing
31305         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
31306
31307         * lib/quotearg.c (N_): New macro.
31308         (gettext_default): New function.
31309         (quotearg_buffer_restyled): Use
31310         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
31311         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
31312
31313 2000-07-09  Jim Meyering  <meyering@lucent.com>
31314
31315         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
31316         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
31317
31318         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
31319         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
31320
31321 2000-07-09  Jim Meyering  <meyering@lucent.com>
31322
31323         * lib/Most files: Update copyright dates to include 2000.
31324
31325 2000-07-08  Jim Meyering  <meyering@lucent.com>
31326
31327         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
31328         if not defined.
31329         (xgethostname): Remove now-unnecessary #ifdef.
31330         Move declaration of `err' into loop where it's used.
31331
31332 2000-07-05  Paul Eggert  <eggert@twinsun.com>
31333         and Bruno Haible  <haible@clisp.cons.org>
31334
31335         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
31336         only if the test for an object-type mbstate_t fails.  This
31337         prevents us from mistakenly reporting that mbstate_t is a
31338         system object type after we "#define mbstate_t int" to work
31339         around its lack.
31340
31341 2000-07-05  Paul Eggert  <eggert@twinsun.com>
31342         and Bruno Haible  <haible@clisp.cons.org>
31343
31344         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
31345
31346 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31347
31348         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
31349         to strerror_r.
31350         Include <ctype.h> for use of isalpha.
31351
31352 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31353
31354         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
31355         by allocating a larger buffer. Test the gethostname return value for
31356         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
31357         returns an error and ENAMETOOLONG isn't defined.
31358
31359 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31360
31361         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
31362         dimension.
31363
31364 2000-07-04  Jim Meyering  <meyering@lucent.com>
31365
31366         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
31367         of the deprecated AC_CHECKING.
31368
31369 2000-07-04  Jim Meyering  <meyering@lucent.com>
31370
31371         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
31372         Reported by Bruno Haible.
31373
31374 2000-07-04  Jim Meyering  <meyering@lucent.com>
31375
31376         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
31377         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
31378         lacks mbrtowc.
31379
31380 2000-07-03  Paul Eggert  <eggert@twinsun.com>
31381
31382         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
31383         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
31384
31385 2000-07-03  Paul Eggert  <eggert@twinsun.com>
31386         and Bruno Haible  <haible@clisp.cons.org>
31387
31388         * lib/quotearg.c (mbrtowc):
31389         Assign to *pwc, and return 1 only if result is nonzero.
31390         (iswprint): Use ISPRINT when substituting our own mbrtowc.
31391
31392 2000-07-03  Jim Meyering  <meyering@lucent.com>
31393
31394         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
31395
31396 2000-07-03  Jim Meyering  <meyering@lucent.com>
31397
31398         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
31399         This is necessary to get a definition of e.g., UTMP_FILE on
31400         HP-UX 10.20.
31401         From Bob Proulx.
31402
31403 2000-07-02  Jim Meyering  <meyering@lucent.com>
31404
31405         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
31406
31407         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
31408         AC_LIBOBJ(function_name).
31409         * m4/chown.m4: Likewise.
31410         * m4/fnmatch.m4: Likewise.
31411         * m4/ftruncate.m4: Likewise.
31412         * m4/getgroups.m4: Likewise.
31413         * m4/getline.m4: Likewise.
31414         * m4/group-member.m4: Likewise.
31415         * m4/jm-macros.m4: Likewise.
31416         * m4/lstat.m4: Likewise.
31417         * m4/malloc.m4: Likewise.
31418         * m4/memcmp.m4: Likewise.
31419         * m4/nanosleep.m4: Likewise.
31420         * m4/putenv.m4: Likewise.
31421         * m4/realloc.m4: Likewise.
31422         * m4/regex.m4: Likewise.
31423         * m4/stat.m4: Likewise.
31424         * m4/strftime.m4: Likewise.
31425
31426 2000-07-02  Jim Meyering  <meyering@lucent.com>
31427
31428         * lib/quotearg.c (mbstate_t): Don't define here.
31429
31430 2000-07-02  Jim Meyering  <meyering@lucent.com>
31431
31432         * lib/nanosleep.c (SIGCONT): Define if not already defined.
31433
31434 2000-07-01  Jim Meyering  <meyering@lucent.com>
31435
31436         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
31437
31438 2000-07-01  Jim Meyering  <meyering@lucent.com>
31439
31440         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
31441         problem.
31442
31443 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
31444
31445         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
31446         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
31447
31448 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
31449
31450         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
31451         per change in ../m4/ls-mntd-fs.m4.
31452         (read_filesystem_list): Ignore symbolic links.
31453
31454 2000-06-29  Jim Meyering  <meyering@lucent.com>
31455
31456         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
31457         for declaration of strcmp.
31458
31459         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
31460
31461         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
31462         Avoid warning by casting result to `char *' to remove `const'.
31463
31464 2000-06-28  Jim Meyering  <meyering@lucent.com>
31465
31466         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
31467         included by quotearg.c, for which we perform this test.  From
31468         Bruno Haible.
31469
31470 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
31471
31472         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
31473         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
31474         <utmpx.h> exists, put readutmp.o into LIBOBJS.
31475
31476 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
31477
31478         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
31479
31480 2000-06-26  Paul Eggert  <eggert@twinsun.com>
31481
31482         savedir now sets errno on failure and invokes xmalloc to get memory.
31483         Fix a couple of other minor bugs while we're at it.
31484
31485         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
31486         (NAMLEN): Remove macro.
31487         (malloc, realloc): Remove decls.
31488         (stpcpy): Likewise.
31489         ("xalloc.h"): Include.
31490         (NAME_SIZE_DEFAULT): New macro.
31491         (savedir): Use xmalloc / xrealloc to allocate memory.
31492         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
31493         Skip "" directory entries.
31494         Use strlen to calculate directory entry length, since the old method
31495         is rarely used these days and isn't worth supporting.
31496         Don't use a pointer after freeing it.
31497         Check for integer overflow when calculating allocation size.
31498         Use memcpy to copy entries, instead of stpcpy.
31499         Set errno properly when returning NULL.
31500         Check for readdir error.
31501
31502 2000-06-26  Jim Meyering  <meyering@lucent.com>
31503
31504         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
31505
31506 2000-06-25  Jim Meyering  <meyering@lucent.com>
31507
31508         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
31509         Linux header bug when _XOPEN_SOURCE is defined to 500.
31510
31511 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
31512
31513         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
31514         deficiency.
31515
31516 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
31517
31518         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
31519         Include xalloc.h.
31520         Don't include <stdlib.h>.  Don't declare malloc, realloc.
31521
31522 2000-06-24  Jim Meyering  <meyering@lucent.com>
31523
31524         * m4/strerror_r.m4: Revive this file -- to try out an experimental
31525         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
31526         for which strerror does return char*, but which lacks a conveniently
31527         accessible declaration of the function.  If the compile-test says
31528         strerror_r doesn't work, then resort to a `run'-test that works on
31529         BeOS and segfaults on DEC Unix.
31530
31531 2000-06-24  Jim Meyering  <meyering@lucent.com>
31532
31533         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
31534
31535 2000-06-23  Paul Eggert  <eggert@twinsun.com>
31536
31537         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
31538         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
31539
31540 2000-06-23  Paul Eggert  <eggert@twinsun.com>
31541
31542         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
31543         (mbrtowc, mbstate_t): Define substitutes if
31544         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
31545         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
31546         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
31547
31548 2000-06-23  Jim Meyering  <meyering@lucent.com>
31549
31550         * m4/afs.m4: Add missing AC_MSG_RESULT.
31551         Reported by Bruno Haible.
31552
31553         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
31554         Suggestion from Bruno Haible.
31555
31556 2000-06-23  Jim Meyering  <meyering@lucent.com>
31557
31558         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
31559
31560 2000-06-21  Jim Meyering  <meyering@lucent.com>
31561
31562         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
31563
31564 2000-06-21  Jim Meyering  <meyering@lucent.com>
31565
31566         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
31567         (noinst_HEADERS): Add getstr.h.
31568
31569         * lib/getline.c (getstr): Move into a separate file.
31570         * lib/getstr.c (getstr): New file, extracted from getline.c, with
31571         the following changes: new parameter, delim2; both delim[12]
31572         parameters have type `int', not `char'.  The latter would lose
31573         with 8-bit delimiters.
31574         * lib/getstr.h: New file.
31575
31576 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31577
31578         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
31579         than 1024, return a memory chunk of least possible size, instead
31580         of size PATH_MAX + 2. In the loop, increment the size proportionally.
31581         Use free/xmalloc instead of xrealloc to avoid copying for very long
31582         paths.
31583
31584 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31585
31586         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
31587         the empty string.
31588
31589 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31590
31591         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
31592         address, not strdup.  Include <stdlib.h> and don't declare free().
31593
31594 2000-06-19  Jim Meyering  <meyering@lucent.com>
31595
31596         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
31597
31598 2000-06-18  Jim Meyering  <meyering@lucent.com>
31599
31600         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
31601
31602         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
31603         `checking whether...' message to be consistent with that of the
31604         lstat test.
31605
31606 2000-06-18  Jim Meyering  <meyering@lucent.com>
31607
31608         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
31609         Besides, these days every porting target provides a mkdir function.
31610
31611         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
31612         needed. (this snippet comes from src/system.h).
31613
31614 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
31615
31616         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
31617
31618 2000-06-15  Paul Eggert  <eggert@twinsun.com>
31619
31620         * lib/human.c (adjust_value): New function.
31621         (human_readable_inexact): Apply rounding style even when
31622         printing approximate values.
31623
31624 2000-06-14  Paul Eggert  <eggert@twinsun.com>
31625
31626         * lib/human.c (human_readable_inexact): Allow an input block
31627         size that is not a multiple of the output block size, and vice versa.
31628         Reported by Piergiorgio Sartor.
31629
31630 2000-06-14  Paul Eggert  <eggert@twinsun.com>
31631
31632         * lib/getdate.y (get_date): Apply relative times after time
31633         zone indicator, not before.  Reported by Todd A. Jacobs.
31634
31635 2000-06-13  Jim Meyering  <meyering@lucent.com>
31636
31637         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
31638
31639         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
31640
31641 2000-06-12  Paul Eggert  <eggert@twinsun.com>
31642
31643         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
31644
31645 2000-06-12  Jim Meyering  <meyering@lucent.com>
31646
31647         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
31648         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
31649         optional argument.
31650         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
31651         the optional argument, `lib'.
31652
31653 2000-06-08  Jim Meyering  <meyering@lucent.com>
31654
31655         * m4/largefile.m4: Remove file (now that it's part of autoconf).
31656
31657 2000-06-04  Paul Eggert  <eggert@twinsun.com>
31658
31659         Rewrite largefile configuration so that we don't need to run
31660         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
31661         AC_CANONICAL_HOST in configure.in -- jmm]
31662
31663         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
31664         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
31665         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
31666         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
31667         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
31668         All uses changed.
31669         Instead of inspecting the output of getconf, try to compile the
31670         test program without and with the macro definition.
31671         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
31672         for getconf.  Instead, check for the needed flags by compiling
31673         test programs.
31674
31675 2000-06-04  Paul Eggert  <eggert@twinsun.com>
31676
31677         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
31678
31679 2000-06-04  Jim Meyering  <meyering@lucent.com>
31680
31681         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
31682         SunOS 4.1.4 for which gid_t is an unsigned type.
31683
31684 2000-06-03  Jim Meyering  <meyering@lucent.com>
31685
31686         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
31687         now that autoconf requires that.
31688
31689         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
31690         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
31691         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
31692
31693 2000-06-03  Jim Meyering  <meyering@lucent.com>
31694
31695         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
31696
31697 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
31698
31699         * m4/glibc21.m4: New file.
31700         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
31701
31702 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
31703
31704         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
31705         newer, don't install charset.alias.
31706         * lib/config.charset: Change the Linux/glibc rules so they become empty
31707         on glibc-2.1 or newer.
31708
31709 2000-06-02  Jim Meyering  <meyering@lucent.com>
31710
31711         * lib/mountlist.c: Back out last change.  Instead, do this...
31712         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
31713         me_dummy member using the same `ignore'-testing code.
31714         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
31715         fs_type strings.
31716         From Mark D. Roth.
31717
31718 2000-05-29  Jim Meyering  <meyering@lucent.com>
31719
31720         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
31721         mounts with the `ignore' attribute.  Based on a patch from
31722         Mark D. Roth.
31723
31724 2000-05-28  Jim Meyering  <meyering@lucent.com>
31725
31726         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
31727         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31728         * m4/stat.m4: Likewise.
31729         * m4/lstat.m4: Likewise.
31730         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
31731
31732         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
31733         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
31734
31735 2000-05-26  Jim Meyering  <meyering@lucent.com>
31736
31737         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
31738
31739 2000-05-24  Jim Meyering  <meyering@lucent.com>
31740
31741         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
31742         autoconf requires that.
31743         * m4/lib-check.m4: Likewise.
31744         * m4/jm-macros.m4: Likewise.
31745         * m4/strftime.m4: Likewise.
31746
31747         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
31748         AC_CHECK_DECLS, now that autoconf requires that.
31749
31750 2000-05-22  Jim Meyering  <meyering@lucent.com>
31751
31752         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31753         * m4/lstat.m4: Likewise.
31754
31755 2000-05-22  Jim Meyering  <meyering@lucent.com>
31756
31757         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
31758
31759 2000-05-20  Jim Meyering  <meyering@lucent.com>
31760
31761         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
31762         (jm_PREREQ): Use it.
31763
31764 2000-05-18  Jim Meyering  <meyering@lucent.com>
31765
31766         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
31767         back, too, since it may have been modified by allocate_entry.
31768         (hash_delete): Rewrite to use neither the assignment operator
31769         nor the comma operator in an if-expression.
31770
31771 2000-05-15  Paul Eggert  <eggert@twinsun.com>
31772
31773         * lib/closeout.c:
31774         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
31775         Remove; no longer needed.
31776         "quotearg.h": Add include.
31777         (file_name): Do not bother to explicitly initialize to NULL; it's less
31778         efficient on some hosts.
31779         (close_stdout_status): Remove test as to whether stdout was already
31780         closed; it breaks for the case "echo x | sort >&-".
31781         Quote file name colons.
31782         Do not assume that _("write error") lacks format strings.
31783
31784 2000-05-15  Jim Meyering  <meyering@lucent.com>
31785
31786         * lib/version-etc.c (version_etc_copyright): Update the copyright
31787         string used in all --version output.
31788
31789 2000-05-14  Jim Meyering  <meyering@lucent.com>
31790
31791         * lib/closeout.c (close_stdout_set_file_name): New function.
31792         (close_stdout_status): Use new file-scoped global.
31793         Return right away if fstat says the stdout file descriptor is invalid.
31794         * lib/closeout.h (close_stdout_set_file_name): Declare.
31795
31796 2000-05-10  Jim Meyering  <meyering@lucent.com>
31797
31798         * lib/closeout.c [default_exit_status]: New file-scoped variable.
31799         (close_stdout_set_status): New function.
31800         * lib/closeout.h (close_stdout_set_status): Declare.
31801
31802 2000-05-09  Jim Meyering  <meyering@lucent.com>
31803
31804         * m4/gettext.m4: Rename this...
31805         * m4/libintl.m4: ...to this.
31806
31807 2000-05-08  Jim Meyering  <meyering@lucent.com>
31808
31809         * lib/long-options.c: Don't include closeout.h.
31810         (parse_long_options): Don't call close_stdout for --version.
31811
31812 2000-05-06  Paul Eggert  <eggert@twinsun.com>
31813
31814         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
31815         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
31816         2.1.3 bug.  This avoids a clash when files like regex.c define
31817         _GNU_SOURCE.
31818
31819 2000-05-06  Jim Meyering  <meyering@lucent.com>
31820
31821         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
31822         (AC_REPLACE_FUNCS): Add strnlen.
31823
31824         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
31825         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
31826
31827         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
31828         AC_SEARCH_LIBS call for nanosleep.
31829         (LIB_NANOSLEEP): Set and AC_SUBST.
31830
31831 2000-05-06  Jim Meyering  <meyering@lucent.com>
31832
31833         * lib/strnlen.c: Undefine __strnlen and strnlen.
31834         [!weak_alias]: Define __strnlen to strnlen.
31835
31836         * lib/atexit.c: New file, from libiberty.
31837
31838 2000-05-06  Jim Meyering  <meyering@lucent.com>
31839
31840         * lib/closeout.c (close_stdout_status): Also check for errors on the
31841         stderr stream.
31842
31843 2000-05-05  Jim Meyering  <meyering@lucent.com>
31844
31845         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
31846         AC_SEARCH_LIBS call for clock_gettime.
31847         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
31848
31849         * m4/search-libs.m4: Update from autoconf.
31850
31851         su doesn't work on Solaris 2.6.
31852         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
31853         <shadow.h>.  Reported by Dragos Harabor.
31854
31855 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
31856
31857         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
31858         memcpy instead of xmalloc, xrealloc, path_concat.
31859         (locale_charset): Treat empty environment variables as absent.
31860         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
31861
31862 2000-05-04  Jim Meyering  <meyering@lucent.com>
31863
31864         * lib/getopt.c: Update from glibc.
31865         * lib/obstack.c: Likewise.
31866         * lib/obstack.h: Likewise.
31867         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
31868         file
31869
31870         * lib/regex.h: Likewise.
31871         * lib/strndup.c: Likewise.
31872         * lib/strnlen.c: New file, from glibc.
31873
31874 2000-05-03  Jim Meyering  <meyering@lucent.com>
31875
31876         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
31877
31878 2000-05-02  Paul Eggert  <eggert@twinsun.com>
31879
31880         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
31881         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
31882         compile-time test, rather than inspecting host and OS, to
31883         decide whether to define _LARGEFILE_SOURCE.
31884
31885 2000-05-01  Jim Meyering  <meyering@lucent.com>
31886
31887         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
31888
31889         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
31890         Based on a patch from Bruno Haible.
31891
31892 2000-05-01  Jim Meyering  <meyering@lucent.com>
31893
31894         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
31895
31896 2000-04-29  Jim Meyering  <meyering@lucent.com>
31897
31898         * lib/path-concat.c: Declare strdup only if it's not defined.
31899         * lib/canon-host.c: Likewise.
31900
31901 2000-04-28  Jim Meyering  <meyering@lucent.com>
31902
31903         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
31904         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
31905         is included first, then limits.h is included by locale.h by libintl.h.
31906         From John David Anglin.
31907
31908 2000-04-25  Jim Meyering  <meyering@lucent.com>
31909
31910         * lib/makepath.c (S_IRWXUGO): Define.
31911         (make_path): Always perform explicit chmod if MODE specifies any
31912         of the `special' permission bits.  Prompted by a bug report against
31913         install from Mate Wierdl and Joost van Baal.
31914
31915 2000-04-18  Jim Meyering  <meyering@lucent.com>
31916
31917         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
31918         (jm_PREREQ): Use it.
31919
31920 2000-04-18  Jim Meyering  <meyering@lucent.com>
31921
31922         * lib/README: New file.
31923
31924         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
31925         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
31926
31927 2000-04-17  Jim Meyering  <meyering@lucent.com>
31928
31929         Get it right :-)
31930         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
31931         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
31932         Suggestion from Akim Demaille.
31933
31934 2000-04-17  Jim Meyering  <meyering@lucent.com>
31935
31936         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
31937         the definition of it to rpl_strftime also defined-away the system's
31938         declaration.
31939
31940 2000-04-15  Jim Meyering  <meyering@lucent.com>
31941
31942         Use `C' to denote so-called `contiguous' files, the same way
31943         that tar does.
31944         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
31945         (ftypelet): Use S_ISCTG.
31946         From Michael Deutschmann.
31947
31948 2000-04-14  Jim Meyering  <meyering@lucent.com>
31949
31950         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
31951         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
31952         clobbered.
31953
31954 2000-04-14  Jim Meyering  <meyering@lucent.com>
31955
31956         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
31957
31958 2000-04-13  Jim Meyering  <meyering@lucent.com>
31959
31960         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
31961         AH_VERBATIM to insert required #ifndef into config.h.in.
31962         Suggestion from Akim Demaille.
31963
31964 2000-04-12  Jim Meyering  <meyering@lucent.com>
31965
31966         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
31967         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
31968         Christian Krackowizer.
31969
31970         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
31971         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
31972         (AC_SYS_LARGEFILE): Require.
31973         (AM_C_PROTOTYPES): Require.
31974
31975 2000-04-08  Jim Meyering  <meyering@lucent.com>
31976
31977         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
31978         names don't conflict.  Reported by Eli Zaretskii.
31979
31980 2000-04-07  Jim Meyering  <meyering@lucent.com>
31981
31982         * lib/putenv.c: Move inclusion of errno.h so it follows that of
31983         sys/types.h, to work around system header problems on AIX 3.2.5.
31984         From Bruno Haible.
31985
31986 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
31987
31988         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
31989         bug.  Deal with the different error behavior of Irix iconv.
31990
31991 2000-04-05  Paul Eggert  <eggert@twinsun.com>
31992
31993         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
31994         IRIX if the installer said otherwise.
31995
31996 2000-04-05  Jim Meyering  <meyering@lucent.com>
31997
31998         Portability tweaks required for ultrix4.3.
31999         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
32000         (jm_CHECK_DECLS): Add getutent to the list of functions.
32001         (_jm_DECL_HEADERS): Add utmpx.h.
32002         From John David Anglin.
32003
32004         * m4/strftime.m4: Back out the 2000-04-02 change.
32005         Instead of that change, simply undefine putenv in the test program.
32006
32007 2000-04-05  Jim Meyering  <meyering@lucent.com>
32008
32009         Portability tweaks required for ultrix4.3.
32010         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
32011         getutent.
32012         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
32013         * lib/canon-host.c: Declare strdup.
32014         * lib/path-concat.c: Likewise.
32015         From John David Anglin.
32016
32017 2000-04-04  Jim Meyering  <meyering@lucent.com>
32018
32019         Be more DOS 8.3-friendly.
32020         * lib/ref-add.sin: Renamed from ref-add.sed.in.
32021         * lib/ref-del.sin: Renamed from ref-del.sed.in.
32022         * lib/Makefile.am: Reflect renaming.
32023         Reported by Eli Zaretskii.
32024
32025         Use a temporary file name that won't clash with `charset.alias'
32026         in the DOS 8.3 name space.
32027         * lib/Makefile.am (charset_tmp): Define.
32028         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
32029         (uninstall-local): Likewise.
32030         Reported by Eli Zaretskii.
32031
32032 2000-04-03  Jim Meyering  <meyering@lucent.com>
32033
32034         * m4/gettext.m4: Fix typo in comment.
32035
32036         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
32037         textutils/configure.in).  Suggestion from Paul Eggert.
32038         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
32039
32040 2000-04-02  Paul Eggert  <eggert@twinsun.com>
32041
32042         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
32043         variable in the shell rather than using putenv, which isn't
32044         portable.  This avoids the configure-time inter-test dependency
32045         on the potentially-renamed putenv function.
32046
32047 2000-03-30  Paul Eggert  <eggert@twinsun.com>
32048
32049         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
32050         before checking struct stat.st_blksize, so that
32051         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
32052
32053 2000-03-29  Paul Eggert  <eggert@twinsun.com>
32054
32055         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
32056         since strftime.c uses HAVE_STRFTIME to decide whether to use
32057         the underlying strftime.
32058
32059 2000-03-29  Paul Eggert  <eggert@twinsun.com>
32060
32061         * lib/time/strftime.c (my_strftime): Make sure we call the system
32062         strftime, not ourselves, when invoking the underlying strftime.
32063
32064 2000-03-24  Jim Meyering  <meyering@lucent.com>
32065
32066         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
32067         (charset_alias): Define.
32068         (install-exec-local): Factor out common code.
32069         (uninstall-local): Split lines longer than 80.
32070         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
32071         (SUFFIXES): Define.
32072         (.sed.in.sed): New rule.  Don't redirect directly to $@.
32073         (CLEANFILES): Add ref-add.sed and ref-del.sed.
32074
32075 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
32076
32077         * lib/config.charset: Output a line containing "Packages using this
32078         file".
32079         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
32080         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
32081         ref-del.sed): New rules.
32082
32083 2000-03-17  Jim Meyering  <meyering@lucent.com>
32084
32085         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
32086         Otherwise, include <strings.h>
32087
32088 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
32089
32090         * lib/unicodeio.c (utf8_wctomb): New function.
32091         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
32092         format instead of in UCS-4 with platform dependent endianness.
32093
32094 2000-03-10  Jim Meyering  <meyering@lucent.com>
32095
32096         * m4/lib-check.m4: Look for getspnam in -lgen, too.
32097         From Marco Franzen.
32098
32099 2000-03-07  Paul Eggert  <eggert@twinsun.com>
32100
32101         * lib/savedir.c (savedir): Work even if directory size is
32102         negative; this can happen with some screwy NFS configurations.
32103
32104 2000-03-06  Jim Meyering  <meyering@lucent.com>
32105
32106         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
32107         if it's NULL (because we ran out of memory).  From Bruno Haible.
32108
32109 2000-03-05  Jim Meyering  <meyering@lucent.com>
32110
32111         * lib/localcharset.c ("path-concat.h"): Include.
32112         (get_charset_aliases): Use path_concat instead of ANSI string
32113         concatenation.
32114
32115         * lib/unicodeio.h (PARAMS): Define.
32116         Use it to guard prototype.
32117
32118 2000-03-04  Jim Meyering  <meyering@lucent.com>
32119
32120         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
32121         for lib/localcharset.c.
32122
32123 2000-03-04  Jim Meyering  <meyering@lucent.com>
32124
32125         * lib/Makefile.am (install-exec-local): Create $(libdir) before
32126         installing into it.
32127         (uninstall-local): Uncomment this rule so `make distcheck' works
32128         once again.
32129
32130         * lib/unicodeio.c (<errno.h>): Include it.
32131         (errno): Declare if not defined.
32132
32133         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
32134
32135         * lib/config.charset: New version, incorporating remarks from a linux
32136         i18n mailing list.  From Bruno Haible.
32137
32138 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
32139
32140         * m4/codeset.m4: New file.
32141         * m4/iconv.m4: New file.
32142         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
32143
32144 2000-03-03  Jim Meyering  <meyering@lucent.com>
32145
32146         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
32147
32148 2000-03-02  Jim Meyering  <meyering@lucent.com>
32149
32150         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
32151         the messages come out on separate lines.
32152
32153         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
32154         rather than jm_CHECK_DECLARATIONS.
32155         * m4/decl.m4: Remove now-unused file.
32156
32157         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
32158         geteuid.
32159
32160 2000-03-02  Jim Meyering  <meyering@lucent.com>
32161
32162         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
32163
32164 2000-03-01  Jim Meyering  <meyering@lucent.com>
32165
32166         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
32167         * lib/unicodeio.c: Likewise.
32168
32169 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
32170
32171         * lib/config.charset: New file.
32172         * lib/localcharset.c: New file.
32173         * lib/unicodeio.h, lib/unicodeio.c: New files.
32174         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
32175         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
32176         (noinst_HEADERS): Add unicodeio.h.
32177         (all-local, install-exec-local, charset.alias): New targets.
32178
32179 2000-02-28  Paul Eggert  <eggert@twinsun.com>
32180
32181         * lib/quotearg.c (ALERT_CHAR): New macro.
32182         (quotearg_buffer_restyled): Use it.
32183
32184 2000-02-27  Jim Meyering  <meyering@lucent.com>
32185
32186         * m4/check-decl.m4: Add getenv to the list.
32187
32188 2000-02-27  Jim Meyering  <meyering@lucent.com>
32189
32190         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
32191         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
32192
32193         * lib/backupfile.c: Guard inclusion of stdlib.h with
32194         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
32195         Declare malloc if needed.
32196
32197         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
32198         `#ifndef HAVE_DECL..'
32199         now that autoconf always defines the HAVE_DECL_ symbols.
32200         * lib/human.c: Likewise.
32201         * lib/same.c: Likewise.
32202         * lib/strtoumax.c: Likewise.
32203
32204         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
32205         declaration check was not run.
32206         * lib/hash.c: Likewise.
32207         * lib/human.c: Likewise.
32208         * lib/same.c: Likewise.
32209         * lib/strtoumax.c: Likewise.
32210
32211         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
32212         `.', then first look up the entire `.'-containing string as a login
32213         name.
32214
32215 2000-02-23  Jim Meyering  <meyering@lucent.com>
32216
32217         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
32218         in place of my hack.
32219
32220 2000-02-18  Paul Eggert  <eggert@twinsun.com>
32221
32222         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
32223         (textint): New typedef.
32224         (parser_control): Member year changed from int to textint.
32225         All uses changed.
32226         (YYSTYPE): Removed; replaced by %union with int and textint members.
32227         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
32228         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
32229         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
32230         (tSNUMBER, tUNUMBER): Now of type <textintval>.
32231         (date, number, to_year): Use width of number in digits, not its value,
32232         to determine whether it's a 2-digit year, or a 2-digit time.
32233         (yylex): Store number of digits of numeric tokens.
32234         Reported by John Kendall.
32235
32236         (parser_control): Changed from struct parser_control to typedef (for
32237         consistency).  All uses changed.
32238
32239         (tID): Removed; not used.
32240         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
32241
32242 2000-02-14  Paul Eggert  <eggert@twinsun.com>
32243
32244         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
32245         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
32246
32247 2000-02-12  Jim Meyering  <meyering@lucent.com>
32248
32249         * lib/userspec.c (ISDIGIT): Define it.
32250         (isdigit): Remove definition.
32251         (is_number): Use ISDIGIT, not isdigit.
32252         <libintl.h>: Include.
32253         (_ and N_): Define.
32254         (parse_user_spec): Mark translatable strings.
32255
32256 2000-02-10  Jim Meyering  <meyering@lucent.com>
32257
32258         With these changes, nanosleep.[ch] are finally enough like the other
32259         lib/* replacement files to compile on a few more losing systems.
32260
32261         * lib/nanosleep.h: Don't include config.h.
32262         Remove prototype from declaration of nanosleep.
32263         (PARAMS): Remove now-unneeded definition.
32264         * lib/nanosleep.c: #undef nanosleep.
32265         (rpl_nanosleep): Rename from nanosleep.
32266
32267 2000-02-10  Jim Meyering  <meyering@lucent.com>
32268
32269         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
32270         gnu_nanosleep to rpl_nanosleep.
32271
32272 2000-02-09  Jim Meyering  <meyering@lucent.com>
32273
32274         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
32275         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
32276
32277 2000-02-08  Akim Demaille  <akim@epita.fr>
32278
32279         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
32280         `[' and `]' and remove uses of `changequote'.
32281         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
32282         (AC_SYS_LARGEFILE): Likewise.
32283         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
32284         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
32285         of changequote.
32286         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
32287         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
32288         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
32289         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
32290
32291 2000-02-05  Jim Meyering  <meyering@lucent.com>
32292
32293         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
32294         Remove explicit use of AC_HEADER_TIME.  It is required by
32295         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
32296         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
32297         in autoconf whereby the expansion of the latter ended up preceding
32298         the expansion of its prerequisite, AC_HEADER_TIME.
32299         Reported by Volker Borchert.
32300
32301 2000-02-03  Jim Meyering  <meyering@lucent.com>
32302
32303         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
32304
32305 2000-02-03  Jim Meyering  <meyering@lucent.com>
32306
32307         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
32308         rather than with `#if HAVE_UTMPNAME'.
32309
32310 2000-02-02  Jim Meyering  <meyering@lucent.com>
32311
32312         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
32313         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
32314         Reported by Eli Zaretskii.
32315
32316 2000-02-01  Jim Meyering  <meyering@lucent.com>
32317
32318         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
32319
32320 2000-01-31  Jim Meyering  <meyering@lucent.com>
32321
32322         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
32323         functions.  Add the time.h and sys/time.h headers along with the
32324         AC_REQUIRE'ment of AC_HEADER_TIME.
32325
32326 2000-01-31  Jim Meyering  <meyering@lucent.com>
32327
32328         * lib/nanosleep.h (nanosleep): Guard declaration with
32329         `#if ! HAVE_DECL_NANOSLEEP'.
32330         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
32331         the declaration in that vendor's sys/timers.h.
32332         Reported by Christian Krackowizer.
32333
32334         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
32335         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
32336         (ISPRINT): Likewise.
32337         Reported by Tom Tromey.
32338
32339 2000-01-30  Jim Meyering  <meyering@lucent.com>
32340
32341         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
32342
32343         * m4/prereq.m4 (utmp_includes): Define.
32344         Check for ut_user and ut_name members in both struct utmpx
32345         and struct utmp.
32346
32347 2000-01-30  Jim Meyering  <meyering@lucent.com>
32348
32349         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
32350         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
32351         header files where only utmpx.ut_user is declared.
32352
32353         * lib/readutmp.h (UT_USER): Define.
32354
32355 2000-01-29  Jim Meyering  <meyering@lucent.com>
32356
32357         * m4/lib-check.m4: New file containing library-related checks from
32358         fileutils and sh-utils (textutils had none).
32359
32360 2000-01-28  Jim Meyering  <meyering@lucent.com>
32361
32362         * m4/perl.m4: Change format of warning message to look more like that
32363         from the missing script.  Suggestion from François Pinard.
32364
32365 2000-01-25  Jim Meyering  <meyering@lucent.com>
32366
32367         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
32368         well as time.h in the compile check.
32369         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
32370         Fix typo in cross-compiling case: s/yes/no/.
32371
32372 2000-01-23  Jim Meyering  <meyering@lucent.com>
32373
32374         * m4/jm-macros.m4: Move df-related tests here from
32375         fileutils/configure.in
32376
32377         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
32378         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
32379
32380         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
32381         s/space/ac_fsusage_space/.
32382         (jm_FILE_SYSTEM_USAGE): Take two parameters.
32383
32384         * m4/ftruncate.m4: New file (derived from part of
32385         fileutils/configure.in).
32386         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
32387         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
32388
32389         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
32390         AC_SUBST these here, rather than just in sh-util/configure.in, so
32391         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
32392         all the same.
32393         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
32394         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
32395         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
32396         (AC_SUBST(POW_LIBM)): Likewise.
32397         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
32398
32399 2000-01-23  Jim Meyering  <meyering@lucent.com>
32400
32401         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
32402         obstack.c.
32403
32404 2000-01-22  Jim Meyering  <meyering@lucent.com>
32405
32406         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
32407
32408         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
32409
32410         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
32411         configure.in
32412         (AC_CHECK_HEADERS): Likewise for sh-utils.
32413         (AC_CHECK_HEADERS): Likewise for textutils.
32414         Merge the three lists of headers.
32415
32416         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
32417         from fileutils' configure.in.
32418
32419         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
32420         code. Moved tests into their own function (_jm_DECL_HEADERS) in
32421         check-decl.m4.
32422
32423         * m4/check-decl.m4: Use #if rather than #ifdef.
32424         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
32425         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
32426         (_jm_DECL_HEADERS): Define new function.
32427         (jm_CHECK_DECLARATIONS): Require it.
32428
32429 2000-01-22  Jim Meyering  <meyering@lucent.com>
32430
32431         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
32432         [! HAVE_DECL_STRTOULL]: Declare strtoull.
32433         Required for some AIX systems.  Reported by Christian Krackowizer.
32434         [TESTING] (main): New function.
32435
32436         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
32437         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
32438         letters.
32439
32440         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
32441         iswprint.
32442
32443         * lib/strverscmp.c (ISDIGIT): Define.
32444         (strverscmp): Use ISDIGIT, not isdigit.
32445
32446 2000-01-19  Jim Meyering  <meyering@lucent.com>
32447
32448         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
32449         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
32450         defines `struct timespec' in <sys/time.h>
32451
32452         * m4/c-bs-a.m4: Remove uses of changequote altogether.
32453         Thanks to Akim for explaining.
32454
32455 2000-01-17  Paul Eggert  <eggert@twinsun.com>
32456
32457         * lib/nanosleep.c (nanosleep):
32458         Don't use SA_INTERRUPT to decide whether to call sigaction, as
32459         POSIX.1 doesn't require SA_INTERRUPT and some systems
32460         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
32461         it's been part of POSIX.1 since day 1 (in 1988).
32462
32463 2000-01-17  Jim Meyering  <meyering@lucent.com>
32464
32465         * lib/interlock: Remove unused file.  Reported by François Pinard.
32466
32467 2000-01-16  Paul Eggert  <eggert@twinsun.com>
32468
32469         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
32470         alert, backslash, formfeed, and vertical tab unnecessarily in
32471         shell quoting style.
32472
32473 2000-01-16  Jim Meyering  <meyering@lucent.com>
32474
32475         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
32476         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
32477         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
32478         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
32479
32480 2000-01-16  Jim Meyering  <meyering@lucent.com>
32481
32482         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
32483         because the latter didn't work.
32484
32485 2000-01-15  Jim Meyering  <meyering@lucent.com>
32486
32487         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
32488         (AC_REPLACE_FUNCS): Add memcpy and memset.
32489         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
32490         Add strpbrk.
32491         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
32492
32493 2000-01-12  Jim Meyering  <meyering@lucent.com>
32494
32495         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
32496         (jm_PREREQ): Use it.
32497         (jm_PREREQ_READUTMP): New macro.
32498         (jm_PREREQ): Use it.
32499
32500 2000-01-11  Paul Eggert  <eggert@twinsun.com>
32501
32502         Quote multibyte characters correctly.
32503         * m4/c-bs-a.m4: New file.
32504         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
32505         (jm_PREREQ): Use it.
32506
32507 2000-01-11  Paul Eggert  <eggert@twinsun.com>
32508
32509         * m4/uintmax_t.m4: Port to autoconf 2.13.
32510
32511 2000-01-08  Jim Meyering  <meyering@ascend.com>
32512
32513         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
32514         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
32515
32516 2000-01-04  Jim Meyering  <meyering@ascend.com>
32517
32518         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
32519         jm_STRUCT_DIRENT_D_TYPE.
32520         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
32521         jm_STRUCT_DIRENT_D_INO.
32522         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
32523         jm_STRUCT_UTIMBUF.
32524         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
32525         renamings.
32526         * m4/utime.m4: Likewise.
32527
32528         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
32529         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
32530
32531 2000-01-03  Paul Eggert  <eggert@twinsun.com>
32532
32533         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
32534         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
32535
32536 2000-01-02  Jim Meyering  <meyering@ascend.com>
32537
32538         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
32539         remember if this is necessary.
32540
32541 1999-12-26  Jim Meyering  <meyering@ascend.com>
32542
32543         * m4/jm-macros.m4: Use it here.
32544         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
32545
32546 1999-12-23  Jim Meyering  <meyering@ascend.com>
32547
32548         * m4/jm-macros.m4: Check for clock_gettime (moved from
32549         fileutils/configure.in)
32550         Check for gettimeofday.
32551
32552 1999-12-20  Jim Meyering  <meyering@ascend.com>
32553
32554         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
32555         autoconf-2.14a-1999-12-20.
32556
32557 1999-12-19  Jim Meyering  <meyering@ascend.com>
32558
32559         * m4/lstat-slash.m4: New file.
32560         * m4/jm-macros.m4: Use the new macro:
32561         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32562
32563 1999-12-07  Jim Meyering  <meyering@ascend.com>
32564
32565         * m4/perl.m4: Require that File::Compare be available, too.
32566         Too many systems seem to lack it.
32567
32568         * m4/strftime.m4: Add checks for most of the cpp macros tested in
32569         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
32570
32571 1999-11-18  Paul Eggert  <eggert@twinsun.com>
32572
32573         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
32574         problem with the QNX 4.25 shell, which doesn't propagate exit
32575         status of failed commands inside shell assignments.
32576
32577 1999-11-17  Jim Meyering  <meyering@ascend.com>
32578
32579         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
32580
32581 1999-11-07  Jim Meyering  <meyering@ascend.com>
32582
32583         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
32584
32585 1999-11-06  Jim Meyering  <meyering@ascend.com>
32586
32587         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
32588         * m4/jm-macros.m4 (jm_MACROS): Use it here.
32589
32590 1999-11-05  Jim Meyering  <meyering@ascend.com>
32591
32592         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
32593         configure.in of textutils, fileutils, and sh-utils into this one
32594         (shared between those packages) file.
32595         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
32596         AC_STRUCT_ST_BLKSIZE.
32597
32598 1999-11-03  Jim Meyering  <meyering@ascend.com>
32599
32600         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
32601         of AC_CHECK_TYPE checks includes unistd.h.
32602         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
32603         Suggestion from Akim Demaille.
32604
32605 1999-10-30  Jim Meyering  <meyering@ascend.com>
32606
32607         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
32608         m4-quoted string.
32609         * m4/ls-mntd-fs.m4: Likewise.
32610         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
32611         * m4/jm-winsz1.m4: Likewise.
32612
32613         * m4/const.m4: Remove file, since the fix made it into the experimental
32614         version of autoconf.
32615         * m4/mktime.m4: Likewise.
32616
32617         * m4/check-type.m4: Remove file, now that the latest version of
32618         AC_CHECK_TYPE takes a third arg to specify additional #includes.
32619
32620         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
32621         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
32622         AC_CHECK_TYPE.
32623
32624 1999-10-04  Jim Meyering  <meyering@ascend.com>
32625
32626         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
32627
32628 1999-09-22  Paul Eggert  <eggert@twinsun.com>
32629
32630         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
32631         2.95.1 bug with HP-UX 10.20.
32632
32633 1999-09-17  Jim Meyering  <meyering@ascend.com>
32634
32635         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
32636         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
32637         due to missing strdup (against sh-utils-2.0).
32638
32639 1999-08-29  Jim Meyering  <meyering@ascend.com>
32640
32641         * m4/jm-macros.m4: Require jm_BISON.
32642         * m4/bison.m4: New file.
32643
32644 1999-08-17  Paul Eggert  <eggert@twinsun.com>
32645
32646         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
32647         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
32648
32649 1999-08-05  Jim Meyering  <meyering@ascend.com>
32650
32651         * m4/getline.m4: Rename test file from conftestdata to conftest.data
32652         to avoid conflicts with `conftest' on 8+3 filesystems.
32653         Suggestion from Eli Zaretskii.
32654
32655 1999-08-04  Jim Meyering  <meyering@ascend.com>
32656
32657         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
32658         fileutils and sh-utils (textutils's getline test was inadequate).
32659         (AM_FUNC_GETLINE): Run this test.
32660         (AC_CHECK_FUNCS): Check for getdelim.
32661         Reported by Bob Proulx.
32662
32663 1999-08-02  Jim Meyering  <meyering@ascend.com>
32664
32665         * m4/jm-macros.m4: Add a comment.
32666
32667 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32668
32669         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
32670         <inttypes.h> defines strtoumax as a macro (and not as a
32671         function).
32672
32673 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32674
32675         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
32676         that we can shift, multiply and divide unsigned long long
32677         values; Ultrix cc can't do it.
32678
32679 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32680
32681         * m4/mktime.m4: New file, which is a preview of what should appear
32682         in the next public autoconf release.
32683
32684 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32685
32686         * m4/lfs.m4: Remove this file.
32687         * m4/largefile.m4: New file.  It contains the old contents of
32688         lfs.m4, except that all names with prefix AC_LFS have been
32689         changed to use the prefix AC_SYS_LARGEFILE instead, to be
32690         compatible with future autoconf versions.  Also, some minor m4
32691         quoting problems have been fixed.
32692
32693 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32694
32695         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
32696         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
32697         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
32698         and simplify the shell code.
32699
32700 1999-08-01  Jim Meyering  <meyering@ascend.com>
32701
32702         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
32703         m4.
32704
32705 1999-07-20  Jim Meyering  <meyering@ascend.com>
32706
32707         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
32708
32709 1999-07-15  Jim Meyering  <meyering@ascend.com>
32710
32711         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
32712
32713 1999-05-22  Jim Meyering  <meyering@ascend.com>
32714
32715         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
32716
32717 1999-05-20  Jim Meyering  <meyering@ascend.com>
32718
32719         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
32720         Add a colon after each `then' in case $4 is empty.
32721
32722 1999-05-16  Jim Meyering  <meyering@ascend.com>
32723
32724         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
32725
32726 1999-05-10  Jim Meyering  <meyering@ascend.com>
32727
32728         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
32729
32730         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
32731         AC_FUNC_MKTIME.
32732
32733 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
32734
32735         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
32736
32737 1999-05-04  Paul Eggert  <eggert@twinsun.com>
32738
32739         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
32740         not CPPFLAGS, so that linking works correctly in IRIX.
32741
32742 1999-04-30  Paul Eggert  <eggert@twinsun.com>
32743
32744         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
32745
32746 1999-04-20  Paul Eggert  <eggert@twinsun.com>
32747
32748         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
32749         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
32750         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
32751         jm_AC_TYPE_UNSIGNED_LONG_LONG.
32752         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
32753
32754         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
32755
32756 1999-04-20  Jim Meyering  <meyering@ascend.com>
32757
32758         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
32759         AC_REPLACE xstroull if necessary.  From Paul Eggert.
32760         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
32761
32762 1999-04-18  Jim Meyering  <meyering@ascend.com>
32763
32764         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
32765         * m4/jm-macros.m4: Use it.
32766
32767 1999-04-06  Jim Meyering  <meyering@ascend.com>
32768
32769         * m4/strftime.m4: Remove test for %f.
32770
32771 1999-03-29  Jim Meyering  <meyering@ascend.com>
32772
32773         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
32774         superset of the AC_TYPE_* checks in the textutils, fileutils,
32775         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
32776         AC_TYPE_PID_T.
32777
32778 1999-03-28  Jim Meyering  <meyering@ascend.com>
32779
32780         * m4/jm-macros.m4: Define GNU_PACKAGE here.
32781         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
32782         replaced e.g., in the *.sh files of the sh-utils.
32783
32784 1999-03-20  Jim Meyering  <meyering@ascend.com>
32785
32786         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
32787         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
32788         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
32789
32790 1999-03-19  Jim Meyering  <meyering@ascend.com>
32791
32792         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
32793
32794 1999-03-12  Jim Meyering  <meyering@ascend.com>
32795
32796         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
32797
32798 1999-03-07  Jim Meyering  <meyering@ascend.com>
32799
32800         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
32801         declared.
32802
32803 1999-02-17  Jim Meyering  <meyering@ascend.com>
32804
32805         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
32806         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
32807
32808 1999-02-07  Jim Meyering  <meyering@ascend.com>
32809
32810         * m4/group-member.m4: New file -- extracted from sh-utils'
32811         configure.in.
32812
32813         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
32814         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
32815
32816 1999-02-06  Jim Meyering  <meyering@ascend.com>
32817
32818         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
32819         * m4/fnmatch.m4: Likewise.
32820         * m4/getgroups.m4: Likewise.
32821         * m4/lstat.m4: Likewise.
32822         * m4/malloc.m4: Likewise.
32823         * m4/putenv.m4: Likewise.
32824         * m4/realloc.m4: Likewise.
32825         * m4/regex.m4: Likewise.
32826         * m4/stat.m4: Likewise.
32827         * m4/strftime.m4: Likewise.
32828         Suggestion from Alain Magloire.
32829
32830         * m4/chown.m4: Use `.$ac_objext', not `.o'.
32831         * m4/fnmatch.m4: Likewise.
32832         * m4/getgroups.m4: Likewise.
32833         * m4/getline.m4: Likewise.
32834         * m4/lstat.m4: Likewise.
32835         * m4/malloc.m4: Likewise.
32836         * m4/memcmp.m4: Likewise.
32837         * m4/putenv.m4: Likewise.
32838         * m4/realloc.m4: Likewise.
32839         * m4/regex.m4: Likewise.
32840         * m4/stat.m4: Likewise.
32841         * m4/strftime.m4: Likewise.
32842         Suggestion from Alain Magloire.
32843
32844         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
32845         an argument.
32846
32847         * m4/regex.m4: Add a run-time Test for proper operation of
32848         re_compile_pattern.
32849
32850 1999-01-31  Jim Meyering  <meyering@ascend.com>
32851
32852         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
32853
32854 1999-01-30  Jim Meyering  <meyering@ascend.com>
32855
32856         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
32857
32858         * m4/jm-mktime.m4: Make this a wrapper around the official
32859         AM_FUNC_MKTIME rather than my private copy, now that the official one
32860         is up to date.
32861         * m4/mktime.m4: Remove file.
32862
32863         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
32864         * m4/uptime.m4: Likewise.
32865         * m4/uintmax_t.m4: Likewise.
32866
32867 1999-01-28  Jim Meyering  <meyering@ascend.com>
32868
32869         * m4/jm-macros.m4: Use jm_AFS.
32870         * m4/afs.m4: New file (from fileutils' configure.in).
32871
32872         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
32873         * m4/chown.m4: Likewise.
32874         * m4/d-ino.m4: Likewise.
32875         * m4/d-type.m4: Likewise.
32876         * m4/fnmatch.m4: Likewise.
32877         * m4/getgroups.m4: Likewise.
32878         * m4/gettext.m4: Likewise.
32879         * m4/jm-mktime.m4: Likewise.
32880         * m4/jm-winsz2.m4: Likewise.
32881         * m4/lcmessage.m4: Likewise.
32882         * m4/ls-mntd-fs.m4: Likewise.
32883         * m4/malloc.m4: Likewise.
32884         * m4/memcmp.m4: Likewise.
32885         * m4/putenv.m4: Likewise.
32886         * m4/realloc.m4: Likewise.
32887         * m4/st_mtim.m4: Likewise.
32888         * m4/strftime.m4: Likewise.
32889
32890 1999-01-16  Jim Meyering  <meyering@ascend.com>
32891
32892         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
32893         (ARGMATCH_DIE_DECL): Define.
32894
32895 1999-01-12  Jim Meyering  <meyering@ascend.com>
32896
32897         * m4/Makefile.am.in: Rewrite to avoid using fmt.
32898         Reported by Lars Hecking.
32899
32900 1999-01-10  Jim Meyering  <meyering@ascend.com>
32901
32902         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
32903         gross kludge.
32904         * m4/inttypes_h.m4: Likewise.
32905         * m4/lstat.m4: Likewise.
32906         * m4/malloc.m4: Likewise.
32907         * m4/readdir.m4: Likewise.
32908         * m4/realloc.m4: Likewise.
32909         * m4/st_dm_mode.m4: Likewise.
32910         * m4/stat.m4: Likewise.
32911         * m4/utimbuf.m4: Likewise.
32912         * m4/utimes.m4: Likewise.
32913
32914         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
32915         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
32916         comments in config.h.in are meaningful.
32917
32918         * m4/jm-macros.m4: Require autoconf-2.13 here.
32919
32920         * m4/regex.m4: By default, don't use the included regex.c on systems
32921         with glibc 2.  Suggestion from Uli Drepper.
32922
32923 1999-01-02  Jim Meyering  <meyering@ascend.com>
32924
32925         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
32926
32927 1998-12-18  Jim Meyering  <meyering@ascend.com>
32928
32929         * m4/Makefile.am.in (Makefile.am): Simplify rule.
32930         Based on a suggestion from Lars Hecking.
32931
32932 1998-11-16  Paul Eggert  <eggert@twinsun.com>
32933
32934         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
32935
32936 1998-11-16  Jim Meyering  <meyering@ascend.com>
32937
32938         * m4/lfs.m4: Double-quote the `uname...` expression.
32939
32940 1998-11-14  Jim Meyering  <meyering@ascend.com>
32941
32942         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
32943         * m4/stat.m4: Likewise.
32944
32945 1998-11-03  Jim Meyering  <meyering@ascend.com>
32946
32947         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
32948         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
32949
32950 1998-10-18  Jim Meyering  <meyering@ascend.com>
32951
32952         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
32953
32954 1998-10-17  Jim Meyering  <meyering@ascend.com>
32955
32956         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
32957         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
32958         calls for those previously hard-coded headers.  Instead, take a new
32959         parameter.
32960         (jm_CHECK_DECLARATIONS): Reflect interface change.
32961         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
32962         (jm_CHECK_DECL_LOCALTIME_R): New macro.
32963
32964         * m4/mktime.m4: Test for spring-forward gap before long-running test.
32965
32966 1998-10-14  Jim Meyering  <meyering@ascend.com>
32967
32968         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
32969         instead of "TZ=America/Vancouver".  From Paul Eggert.
32970
32971 1998-10-11  Jim Meyering  <meyering@ascend.com>
32972
32973         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
32974         This adds a test for a recently added compatibility fix for mktime.c.
32975         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
32976
32977 1998-09-27  Jim Meyering  <meyering@ascend.com>
32978
32979         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
32980
32981         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
32982         ../configure.in, including a change from Gordon Matzigkeit to allow
32983         cross-compiling for the Hurd.
32984
32985         * m4/glibc.m4: New file/macro to test for the GNU C Library
32986         versions 1 and 2.  From Gordon Matzigkeit.
32987         Indent.
32988
32989 1998-09-21  Jim Meyering  <meyering@ascend.com>
32990
32991         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
32992
32993 1998-08-18  Paul Eggert  <eggert@twinsun.com>
32994
32995         Port nanosecond-resolution times to UnixWare 2.1.2 and
32996         pedantic Solaris 2.6.
32997
32998         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
32999         AC_STRUCT_ST_MTIM.
33000         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
33001         Generate name of ns member, instead of just 1 or undef.
33002         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
33003
33004 1998-08-15  Jim Meyering  <meyering@ascend.com>
33005
33006         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
33007         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
33008         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
33009         instead of jm_TYPE_SSIZE_T.
33010
33011 1998-08-12  Jim Meyering  <meyering@ascend.com>
33012
33013         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
33014
33015 1998-08-02  Jim Meyering  <meyering@ascend.com>
33016
33017         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
33018         in acconfig.h manually.
33019
33020 1998-07-31  Paul Eggert  <eggert@twinsun.com>
33021
33022         * m4/st_mtim.m4: New file.
33023
33024 1998-07-28  Jim Meyering  <meyering@ascend.com>
33025
33026         * m4/utimes.m4: Undef stat.
33027
33028 1998-07-25  Jim Meyering  <meyering@ascend.com>
33029
33030         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
33031         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
33032
33033 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
33034
33035         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
33036         uid and gid actually remain unchanged.
33037
33038 1998-07-07  Jim Meyering  <meyering@ascend.com>
33039
33040         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
33041
33042 1998-07-04  Jim Meyering  <meyering@ascend.com>
33043
33044         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
33045         to prove that this macro can be used in packages without regex.c.
33046
33047 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
33048
33049         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
33050         is to be used.
33051
33052 1998-07-03  Jim Meyering  <meyering@ascend.com>
33053
33054         * m4/gettext.m4: Add -lintl if it's found to be necessary.
33055
33056         * m4/gettext.m4: New file -- from gettext-0.10.35.
33057         * m4/lcmessage.m4: Likewise.
33058         * m4/progtest.m4: Likewise.
33059
33060         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
33061         * m4/jm-macros.m4: Require the new macro.
33062
33063 1998-06-29  Jim Meyering  <meyering@ascend.com>
33064
33065         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
33066         for the definition of NGROUPS (used in a system header included
33067         by sys/mount.h).
33068
33069 1998-06-28  Jim Meyering  <meyering@ascend.com>
33070
33071         * m4/ls-mntd-fs.m4: New file.
33072         * m4/fstypename.m4: New file.
33073
33074         * m4/jm-macros.m4: Require the new macro.
33075         * m4/jm-glibc-io.m4: New file.
33076
33077 1998-05-19  Jim Meyering  <meyering@ascend.com>
33078
33079         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
33080         * m4/lchown.m4: New file.
33081
33082         * m4/Makefile.am.in: New file.
33083         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
33084
33085 1998-05-14  Jim Meyering  <meyering@ascend.com>
33086
33087         * m4/Makefile.am (EXTRA_DIST): Add them.
33088         * m4/jm-macros.m4: New file.
33089         * m4/utimbuf.m4: New file.
33090
33091 1998-05-12  Jim Meyering  <meyering@ascend.com>
33092
33093         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
33094
33095 1998-05-11  Jim Meyering  <meyering@ascend.com>
33096
33097         * m4/isc-posix.m4: New file.
33098
33099 1998-05-10  Jim Meyering  <meyering@ascend.com>
33100
33101         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
33102
33103 1998-05-09  Jim Meyering  <meyering@ascend.com>
33104
33105         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
33106         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
33107         with automake.
33108
33109         * m4/ssize_t.m4: New file.
33110         * m4/mktime.m4: Remove file -- the new automake has this now.
33111
33112 1998-04-26  Jim Meyering  <meyering@ascend.com>
33113
33114         * m4/assert.m4: New file.
33115         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
33116
33117 1998-04-05  Jim Meyering  <meyering@ascend.com>
33118
33119         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
33120         (jm_PREREQ): Use it here.
33121
33122 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
33123
33124         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
33125         in acconfig.h.
33126
33127 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
33128
33129         * m4/prereq.m4: New file.
33130         * m4/error.m4: New file.
33131         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
33132
33133 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
33134
33135         * m4/getline.m4: Don't set am_cv_func_working_getline before the
33136         cache-check for the same variable -- that defeated the purpose of
33137         the test; the test program was never run.  This was a problem only
33138         on systems with losing getline functions -- HP-UX 10.20 is one.
33139         Reported by Bjorn Helgaas.
33140
33141 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
33142
33143         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
33144
33145 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
33146
33147         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
33148
33149         * m4/const.m4: New file.  Use an initializer in this declaration
33150         typedef int charset[2]; const charset x;
33151         Reported by Bob Glickstein.
33152
33153 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
33154
33155         * m4/chown.m4: Fix reversed types on -1 args to chown.
33156         From Kaveh Ghazi.
33157
33158 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
33159
33160         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
33161         Add lseek and memchr.
33162
33163         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
33164         T.E.Dickey <dickey@clark.net> said that some older preprocessors
33165         have a 20-character limit on names.
33166
33167 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
33168
33169         * m4/inttypes_h.m4: New file.
33170         * m4/uintmax_t.m4: New file.
33171         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
33172
33173 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
33174   Free Software Foundation, Inc.
33175 Copying and distribution of this file, with or without modification,
33176 are permitted provided the copyright notice and this notice are preserved.