canonicalize: Avoid a false-positive cycle failure.
[gnulib.git] / ChangeLog
1 2007-09-27  Jim Meyering  <jim@meyering.net>
2
3         canonicalize: Avoid a false-positive cycle failure.
4         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
5         Sort.  Remove cycle-check.
6         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
7         not cycle-check.h.
8         (seen_triple): New function.
9         (canonicalize_filename_mode): Use it instead of cycle-check.
10         * tests/test-canonicalize.c: Add a test for this bug.
11         * tests/test-canonicalize.sh: Set up and run the test.
12
13         New module, file-set.
14         * modules/file-set: Define it.
15         * lib/file-set.c, lib/file-set.h: Implement.
16
17         New module, hash-triple.
18         * modules/hash-triple: Define it.
19         * lib/hash-triple.c, lib/hash-triple.h: Implement.
20
21 2007-09-25  Eric Blake  <ebb9@byu.net>
22
23         Fix strerror on Interix.
24         * lib/string_.h (strerror): Declare replacement.
25         * doc/functions/strerror.texi (strerror): Document the Interix
26         shortcoming.
27         * modules/string (Makefile.am): Support new hooks.
28         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
29         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
30         gl_FUNC_STRERROR_SEPARATE.
31         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
32         * lib/strerror.c (rpl_strerror): Provide replacement.
33         * modules/strerror (Depends-on): Add string.
34         (configure.ac): Detect use of module.
35         * tests/test-strerror.c: New file.
36         * modules/strerror-tests: New test module.
37         * modules/argp (Depends-on): Add strerror.
38         * modules/error (Depends-on): Likewise.
39         Reported by Martin Koeppe.
40
41 2007-09-24  Bruno Haible  <bruno@clisp.org>
42
43         * README: Update git instructions.
44
45 2007-09-24  Eric Blake  <ebb9@byu.net>
46
47         Revert fpending breakage from 2007-09-08.
48         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
49         __fpending.c.
50
51 2007-09-24  Jim Meyering  <jim@meyering.net>
52
53         filenamecat.c: Add a test.
54         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
55         showing how the function works when DIR is the empty string.
56
57 2007-09-21  Simon Josefsson  <simon@josefsson.org>
58
59         * tests/test-canonicalize.sh: Turn on executable bit.
60
61 2007-09-19  Eric Blake  <ebb9@byu.net>
62
63         * README: Update CVS instructions.
64
65 2007-09-18  Bruno Haible  <bruno@clisp.org>
66
67         * modules/areadlink: New file.
68         * lib/areadlink.h (areadlink): New declaration.
69         * lib/areadlink.c: New file, based on lib/xreadlink.c.
70
71 2007-09-17  Jim Meyering  <jim@meyering.net>
72
73         * lib/savewd.c (ESTALE) [!defined]: Define.
74         Reported to be required on Interix by Martin Koeppe.
75
76 2007-09-17  Bruno Haible  <bruno@clisp.org>
77
78         * gnulib-tool (func_version): Use $version.
79
80 2007-09-16  Bruno Haible  <bruno@clisp.org>
81
82         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
83         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
84         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
85         Reported by Greg Schafer <gschafer@zip.com.au>.
86
87 2007-09-15  Bruno Haible  <bruno@clisp.org>
88
89         * gnulib-tool (sed): Try a little harder to make bash understand the
90         alias.
91         Reported by Bruce Korb <bruce.korb@gmail.com>.
92
93 2007-09-13  Eric Blake  <ebb9@byu.net>
94
95         * ChangeLog: Remove conflict markers.
96
97 2007-09-13  Simon Josefsson  <simon@josefsson.org>
98
99         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
100         Reported by Bruno Haible <bruno@clisp.org>.
101
102 2007-09-12  Bruno Haible  <bruno@clisp.org>
103
104         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
105         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
106         is not defined.
107
108 2007-09-12  Eric Blake  <ebb9@byu.net>
109
110         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
111         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
112         Autoconf definition.
113         * modules/euidaccess (Depends-on): Add extensions, for
114         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
115         * modules/fnmatch (Depends-on): Likewise.
116         * modules/getaddrinfo (Depends-on): Likewise.
117         * modules/getdelim (Depends-on): Likewise.
118         * modules/getline (Depends-on): Likewise.
119         * modules/getsubopt (Depends-on): Likewise.
120         * modules/gettext (Depends-on): Likewise.
121         * modules/group-member (Depends-on): Likewise.
122         * modules/mbchar (Depends-on): Likewise.
123         * modules/memmem (Depends-on): Likewise.
124         * modules/mempcpy (Depends-on): Likewise.
125         * modules/memrchr (Depends-on): Likewise.
126         * modules/pagealign_alloc (Depends-on): Likewise.
127         * modules/readutmp (Depends-on): Likewise.
128         * modules/stpcpy (Depends-on): Likewise.
129         * modules/stpncpy (Depends-on): Likewise.
130         * modules/strchrnul (Depends-on): Likewise.
131         * modules/strndup (Depends-on): Likewise.
132         * modules/strsep (Depends-on): Likewise.
133         * modules/strverscmp (Depends-on): Likewise.
134         * modules/vasprintf (Depends-on): Likewise.
135         * modules/wcwidth (Depends-on): Likewise.
136         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
137         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
138         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
139         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
140         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
141         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
142         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
143         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
144         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
145         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
146         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
147         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
148         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
149         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
150         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
151         * m4/readutmp.m4 (gl_READUTMP): Likewise.
152         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
153         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
154         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
155         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
156         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
157         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
158         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
159         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
160         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
161         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
162         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
163         so that lock.m4 can be used in gettext without extensions module.
164
165 2007-09-11  Bruno Haible  <bruno@clisp.org>
166
167         * m4/isc-posix.m4: Remove file.
168         Suggested by Eric Blake.
169
170 2007-09-11  Eric Blake  <ebb9@byu.net>
171
172         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
173
174 2007-09-10  Bruno Haible  <bruno@clisp.org>
175
176         * posix-modules: Fix typo in error message.
177         Reported by Matt <mkraai@beckman.com>.
178
179 2007-09-09  Bruno Haible  <bruno@clisp.org>
180
181         * doc/functions/getdelim.texi: Update list of platforms lacking the
182         function.
183         * doc/functions/getline.texi: Likewise.
184
185 2007-09-09  Jim Meyering  <jim@meyering.net>
186
187         * lib/hash.c (hash_initialize): Detect calloc failure.
188         Reported by Bruno Haible.
189
190 2007-09-09  Bruno Haible  <bruno@clisp.org>
191
192         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
193         malloc or realloc fails.
194
195 2007-09-09  Bruno Haible  <bruno@clisp.org>
196
197         * modules/getcwd (Depends-on): Add malloc-posix.
198         * modules/glob (Depends-on): Likewise.
199         * modules/putenv (Depends-on): Likewise.
200         * modules/strdup (Depends-on): Likewise.
201         * modules/getdelim (Depends-on): Add realloc-posix.
202         * modules/read-file (Depends-on): Likewise.
203
204 2007-09-09  Bruno Haible  <bruno@clisp.org>
205
206         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
207         (gl_FUNC_MALLOC_POSIX): Require it.
208         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
209         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
210         * modules/realloc (Files): Add m4/malloc.m4.
211         * modules/calloc (Files): Likewise.
212
213 2007-09-09  Bruno Haible  <bruno@clisp.org>
214
215         * modules/malloc-posix: New file.
216         * modules/malloc (Depends-on): Add malloc-posix.
217         * lib/malloc.c: Include errno.h.
218         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
219         and a POSIX-compatible malloc into a single function. Set ENOMEM
220         when returning NULL.
221         * m4/malloc.m4: New file.
222         * doc/functions/malloc.texi: Mention the malloc-posix module.
223         * lib/stdlib_.h (malloc): New declaration.
224         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
225         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
226         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
227         and HAVE_MALLOC_POSIX.
228
229 2007-09-09  Bruno Haible  <bruno@clisp.org>
230
231         * modules/realloc-posix: New file.
232         * modules/realloc (Depends-on): Add realloc-posix.
233         * lib/realloc.c: Include errno.h.
234         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
235         and a POSIX-compatible realloc into a single function. Set ENOMEM
236         when returning NULL.
237         * m4/realloc.m4: New file.
238         * doc/functions/realloc.texi: Mention the realloc-posix module.
239         * lib/stdlib_.h (realloc): New declaration.
240         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
241         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
242         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
243         and HAVE_REALLOC_POSIX.
244
245 2007-09-09  Bruno Haible  <bruno@clisp.org>
246
247         * modules/calloc-posix: New file.
248         * modules/calloc (Depends-on): Add calloc-posix.
249         * lib/calloc.c: Include errno.h.
250         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
251         and a POSIX-compatible calloc into a single function. Set ENOMEM
252         when returning NULL.
253         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
254         * doc/functions/calloc.texi: Mention the calloc-posix module.
255         * lib/stdlib_.h (calloc): New declaration.
256         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
257         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
258         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
259         and HAVE_CALLOC_POSIX.
260
261 2007-09-09  Bruno Haible  <bruno@clisp.org>
262
263         Allow for modules to show an arbitrary notice.
264         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
265         * gnulib-tool: New option --extract-notice.
266         (func_usage): Document it.
267         (sed_extract_prog): Update.
268         (func_get_notice): New function.
269         (func_modules_notice): New function.
270         (func_import, func_create_testdir): Invoke it.
271         Suggested by Jim Meyering.
272
273 2007-09-09  Bruno Haible  <bruno@clisp.org>
274
275         * gnulib-tool: New options --verbose, --quiet.
276         (func_usage): Document them.
277         (verbose): New variable.
278         (func_execute_command): New function.
279         (func_import): Don't show the module list and the file list if
280         $verbose < 0.
281         (func_create_testdir): Likewise. Use func_execute_command.
282         (func_create_megatestdir): Use func_execute_command.
283
284 2007-09-08  Bruno Haible  <bruno@clisp.org>
285
286         * gnulib-tool (func_import): Prefer rsync over wget when available,
287         for fetching the PO files.
288
289 2007-09-08  Bruno Haible  <bruno@clisp.org>
290
291         * posix-modules: New file. Portions copied from gnulib-tool.
292         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
293
294 2007-09-08  Jim Meyering  <jim@meyering.net>
295
296         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
297         * lib/fpending.h: Rename from __fpending.h.
298         * lib/fpending.c: Rename from __fpending.c.
299         Include "fpending.h", not "__fpending.h".
300         * lib/__fpending.h, lib/__fpending.c: Remove files.
301         * modules/fpending (Files): Reflect new file names.
302         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
303
304 2007-09-08  Bruno Haible  <bruno@clisp.org>
305
306         * m4/inttypes-h.m4: Remove stub file.
307
308 2007-09-07  Simon Josefsson  <simon@josefsson.org>
309
310         * doc/headers/stdint.texi: Discuss #include_next issue.
311
312 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
313
314         * build-aux/bootstrap: Remove obsolete comment about wget --help.
315
316 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
317
318         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
319         in variable name.
320
321 2007-09-03  Jim Meyering  <jim@meyering.net>
322
323         New module: git-version-gen.
324         * modules/git-version-gen: New file.
325
326         Import changes from coreutils for bootstrap script.
327
328         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
329
330         bootstrap: uses rsync to download the .po files
331         * build-aux/bootstrap (po_download_command_format): New global.
332         (download_po_files): Use rsync.
333         (update_po_files): Don't remove .po files after download,
334         so future rsync runs can take advantage of the copies.
335
336         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
337
338         Solve the unnecessary-.po-file-regeneration problem once and for all.
339         * build-aux/bootstrap (download_po_files): New function, renamed from
340         get_translations.  Now, downloads, but doesn't update LINGUAS.
341         (update_po_files): New function.
342
343         bootstrap: Ignore more.
344         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
345         uniwidth to e.g., lib/.gitignore.
346         (slurp): Handle the sys_stat_.h -> sys mapping, too.
347
348         * build-aux/bootstrap: New setting: vc_ignore.
349         (insert_sorted_if_absent): Create $file if absent.
350         Adapt to new, possibly empty, list: $vc_ignore.
351
352         bootstrap: generate more ignorable names
353         * build-aux/bootstrap (slurp): When generating ignorable names,
354         also map .sin to .sed, .gperf to .c, and .y to .c.
355
356 2007-09-03  Jim Meyering  <jim@meyering.net>
357
358         * build-aux/git-version-gen: New file, from coreutils.  For details, see
359         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
360
361 2007-09-02  Bruno Haible  <bruno@clisp.org>
362
363         Fix mis-recognition of 'mcs' on QNX 6.
364         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
365         output contains the string "Mono".
366         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
367         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
368
369 2007-09-01  Bruno Haible  <bruno@clisp.org>
370
371         Fix collision between uniwidth/* and linebreak modules.
372         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
373         u32_width): Remove declarations.
374         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
375         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
376         streq3, streq2, streq1, streq0): Remove functions.
377         (STREQ): Remove macro.
378         (is_cjk_encoding): Remove function.
379         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
380         (uc_width, u8_width, u16_width, u32_width): Remove functions.
381         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
382         * NEWS: Document the change.
383
384 2007-09-01  Bruno Haible  <bruno@clisp.org>
385
386         * lib/streq.h: Add double-inclusion guard.
387
388 2007-09-01  Karl Berry  <karl@gnu.org>
389
390         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
391
392 2007-08-28  Jim Meyering  <jim@meyering.net>
393
394         Rename mreadlink_with_size to areadlink_with_size.
395         * NEWS: Document the change.
396         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
397         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
398         * lib/mreadlink.h: Rename this to...
399         * lib/areadlink.h: ...this.
400         * modules/mreadlink-with-size: Rename this to...
401         * modules/areadlink-with-size: ...this.
402         * lib/canonicalize.c: Reflect the renaming.
403         * modules/canonicalize: Likewise.
404
405 2007-08-26  Bruno Haible  <bruno@clisp.org>
406
407         * gnulib-tool (func_import): When deciding which files to remove,
408         consider also dangling symbolic links.
409         Reported by Eric Blake.
410
411 2007-08-26  Bruno Haible  <bruno@clisp.org>
412
413         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
414
415 2007-08-23  Simon Josefsson  <simon@josefsson.org>
416
417         * lib/readline.c: Don't include getline.h, the prototype is now
418         found in stdio.h.
419
420 2007-08-23  Jim Meyering  <jim@meyering.net>
421
422         Getdelim touchup.
423         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
424         around the funlockfile call, since funlockfile never sets errno.
425         Don't set errno upon failed realloc.
426
427 2007-08-22  Eric Blake  <ebb9@byu.net>
428
429         Getline touchups.
430         * lib/getdelim.c (getdelim): Revert regression that required *n to
431         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
432         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
433         getdelim, rather than whether implementation is missing.
434         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
435         * lib/stdio_.h (getline): Also declare if replacement is
436         required.
437         * doc/functions/getdelim.texi: New file.
438         * doc/functions/getline.texi: Likewise.
439         * doc/gnulib.texi (Function Substitutes): Add new files.
440         Reported by Bruno Haible.
441
442 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
443
444         * users.txt: Add Guile.
445
446 2007-08-22  Eric Blake  <ebb9@byu.net>
447
448         * tests/test-getdelim.c (main): Use remove, not unlink.
449         * tests/test-getline.c (main): Likewise.
450
451         Move getline and getdelim into stdio.h, per POSIX 200x.
452         * modules/getline (Files): Remove getline.h.
453         (Depends-on): Add stdio.
454         (configure.ac): Add module indicator.
455         * modules/getdelim (Files): Remove getdelim.h.
456         (Depends-on): Add stdio.
457         (configure.ac): Add module indicator.
458         * modules/stdio (Makefile.am): Work with new indicators.
459         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
460         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
461         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
462         * lib/getdelim.h: Delete.
463         * lib/getline.h: Delete.
464         * lib/stdio_.h (getdelim, getline): Declare.
465         * modules/getdelim-tests: New module.
466         * modules/getline-tests: Likewise.
467         * tests/test-getdelim.c: New file.
468         * tests/test-getline.c: Likewise.
469         * NEWS: Document the change.
470         * lib/getline.c: Update choice of header.
471         * lib/csharpcomp.c: Likewise.
472         * lib/getpass.c: Likewise.
473         * lib/javacomp.c: Likewise.
474         * lib/javaversion.c: Likewise.
475         * lib/yesno.c: Likewise.
476         * lib/getdelim.c: Likewise.
477         (getdelim): Set errno on failure, and avoid memory leak.
478
479 2007-08-19  Bruno Haible  <bruno@clisp.org>
480
481         * modules/closein (Depends-on): Add freadahead.
482         * lib/closein.c: Include freadahead.h.
483         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
484         is zero.
485
486 2007-08-19  Bruno Haible  <bruno@clisp.org>
487
488         * modules/freadahead-tests: New file.
489         * tests/test-freadahead.sh: New file.
490         * tests/test-freadahead.c: New file.
491
492         * modules/freadahead: New file.
493         * lib/freadahead.h: New file.
494         * lib/freadahead.c: New file.
495         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
496         fbufmode, fpurge, freadable, fwritable.
497
498 2007-08-19  Eric Blake  <ebb9@byu.net>
499
500         Test yesno in combination with closein.
501         * lib/yesno.c (yesno): Document use of stdin.
502         * modules/yesno-tests (Files): New module.
503         * tests/test-yesno.c (main): New file.
504         * tests/test-yesno.sh: Likewise.
505
506 2007-08-19  Bruno Haible  <bruno@clisp.org>
507
508         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
509         * lib/fseeko.c (rpl_fseeko): Likewise.
510         * lib/fseterr.c (fseterr): Likewise.
511
512 2007-08-19  Bruno Haible  <bruno@clisp.org>
513
514         * tests/test-lseek.c (main): Disable a test for BeOS.
515         * doc/functions/lseek.texi: Document the BeOS bug.
516
517 2007-08-19  Bruno Haible  <bruno@clisp.org>
518             Eric Blake  <ebb9@byu.net>
519
520         * lib/lseek.c: Include <sys/stat.h>.
521         (rpl_lseek): Add workaround code also for Unix platforms.
522         Needed for BeOS.
523         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
524         * doc/functions/lseek.texi: Document BeOS definiency.
525
526 2007-08-18  Bruno Haible  <bruno@clisp.org>
527
528         * modules/fstrcmp-tests: New file.
529         * tests/test-fstrcmp.c: New file.
530
531 2007-08-18  Bruno Haible  <bruno@clisp.org>
532
533         * modules/fstrcmp: New file, from GNU gettext with modifications.
534         * lib/fstrcmp.h: New file, from GNU gettext.
535         * lib/fstrcmp.c: New file, from GNU gettext.
536         * MODULES.html.sh (String handling): Add fstrcmp.
537
538 2007-08-18  Bruno Haible  <bruno@clisp.org>
539
540         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
541         'bool'.
542         (diag, compareseq): Remove const from the ctxt argument.
543         (USE_HEURISTIC): Undefine at the end.
544
545 2007-08-18  Jim Meyering  <jim@meyering.net>
546
547         New file: lib/idcache.h
548         * NEWS: Mention the addition.
549         * modules/idcache (Files): Add lib/idcache.h
550         * lib/idcache.c: Include "idcache.h".
551         Don't include <sys/types.h>.
552         Add a FIXME comment.
553         Move file-scoped "static" declarations to the top.
554         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
555
556 2007-08-17  Bruno Haible  <bruno@clisp.org>
557         and Paul Eggert  <eggert@cs.ucla.edu>
558
559         * MODULES.html.sh: Add diffseq.
560         * modules/diffseq: New file.
561         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
562         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
563
564 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
565
566         Import changes from coreutils for bootstrap script.
567
568         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
569
570         * build-aux/bootstrap (slurp): Work even in environments where
571         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
572         current code does not slurp files whose names start with ".", and
573         this looks like it might be a troublesome area.
574
575         2007-07-11  Jim Meyering  <jim@meyering.net>
576
577         If there's a GPL vN copyright comment, require that N == 3.
578
579         2007-07-08  Jim Meyering  <jim@meyering.net>
580
581         Run the coreutils-specific code only if tests/Makefile.am.in exists.
582         * build-aux/bootstrap (mam_template): Move definition out of loop.
583
584         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
585
586         * build-aux/bootstrap (symlink_to_dir): Rename function from
587         symlink_to_gnulib.  Add a directory parameter.  Update all
588         callers.
589         (cp_mark_as_generated): Also check for -- and link to -- files in
590         gl/.
591
592         2007-07-08  Jim Meyering  <jim@meyering.net>
593
594         Adapt to deeper hierarchy in gnulib.
595         * build-aux/bootstrap (symlink_to_dir): If the destination
596         directory doesn't exist, create it. This is required at least for
597         "lib/uniwidth/cjk.h".
598
599         2007-05-15  Jim Meyering  <jim@meyering.net>
600
601         * build-aux/bootstrap: Now that generated Makefile.am files
602         are no longer under version control, they must be created at
603         bootstrap time.
604
605 2007-08-14  Ben Pfaff  <blp@gnu.org>
606
607         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
608
609 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
610
611         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
612         given the changes below.
613         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
614         even on hosts that have padding bits beyond the supported 64.
615
616 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
617
618         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
619         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
620         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
621         depends on it.
622         (xstrtol_error): Remove.
623         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
624         but with a different signature.
625         (ATTRIBUTE_NORETURN, __attribute__): New macros.
626         * lib/xstrtol-error.c: Include exitfail.h.
627         (xstrtol_fatal): New function, with a different signature from the
628         old xstrtol_error, so that the caller need not worry about passing
629         in an exit status, or about storage management of the option argument.
630         (xstrtol_error): Now a static function.  Redo signature to
631         implement xstrtol_fatal.  Output the correct number of hyphens in
632         front of the option so that the caller need not worry about
633         storage management.
634         (N_): New macro.
635         (_): Remove; not used now.
636         * modules/xstrtol: Depend on getopt.
637         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
638         of old STRTOL_FATAL_ERROR macro.
639         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
640         of test program.
641         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
642         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
643
644 2007-08-08  Eric Blake  <ebb9@byu.net>
645
646         * lib/xstrtol-error.c: Add missing include.
647
648         Move xstrtol messages into gnulib domain, when --pobase is used.
649         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
650         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
651         * modules/xstrtol (Files): Distribute new file.
652         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
653         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
654         * tests/test-xstrtol.c: ...into new file.
655         * tests/test-xstrtoul.c: Also test xstrtoul.
656         * tests/test-xstrtoimax.c: Also test xstrtoimax.
657         * tests/test-xstrtoumax.c: Also test xstrtoumax.
658         * tests/test-xstrtol.sh: Drive the tests.
659         * tests/test-xstrtoimax.sh: Likewise.
660         * tests/test-xstrtoumax.sh: Likewise.
661         * modules/xstrtol-tests: New module.
662         * modules/xstrtoimax-tests: Likewise.
663         * modules/xstrtoumax-tests: Likewise.
664
665 2007-08-08  Jim Meyering  <jim@meyering.net>
666
667         New function: mfile_name_concat.
668         * lib/filenamecat.c (mfile_name_concat): New function, just like
669         file_name_concat, but return NULL upon failure rather than exiting
670         with a diagnostic.
671         * lib/filenamecat.h: Declare it.
672
673 2007-08-07  Bruno Haible  <bruno@clisp.org>
674
675         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
676         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
677         warning from gcc.
678         Reported by Eric Blake.
679
680 2007-08-07  Simon Josefsson  <simon@josefsson.org>
681
682         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
683         * modules/crypto/arcfour (License): Likewise.
684         * modules/crypto/des-tests (License): Likewise.
685         * modules/crypto/gc-arctwo-tests (License): Likewise.
686         * modules/crypto/gc-des-tests (License): Likewise.
687         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
688         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
689         * modules/crypto/gc-md2-tests (License): Likewise.
690         * modules/crypto/gc-md4-tests (License): Likewise.
691         * modules/crypto/gc-md5-tests (License): Likewise.
692         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
693         * modules/crypto/gc-rijndael-tests (License): Likewise.
694         * modules/crypto/gc-sha1-tests (License): Likewise.
695         * modules/crypto/gc-tests (License): Likewise.
696         * modules/crypto/hmac-md5 (License): Likewise.
697         * modules/crypto/hmac-sha1 (License): Likewise.
698         * modules/crypto/md2-tests (License): Likewise.
699         * modules/crypto/md4-tests (License): Likewise.
700         * modules/crypto/md5 (License): Likewise.
701         * modules/crypto/rijndael (License): Likewise.
702         * modules/crypto/sha1 (License): Likewise.
703         * modules/memxor (License): Likewise.
704
705 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
706         and Bruno Haible  <bruno@clisp.org>
707
708         * NEWS: Describe interface changes to human, xstrtol.
709         * lib/human.h: Include <xstrtol.h>.
710         (human_options): Return enum strtol_error, not int.  Remove
711         bool arg; take int * instead.
712         * lib/human.c: Don't include "gettext.h".
713         (_): Remove; no longer used.
714         Don't include <xstrtol.h>, since human.h does it.
715         (human_options): Adjust to abovementioned interface changes.
716         Do not report error to stderr; that's now the caller's
717         responsibility.
718         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
719         interface change.
720         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
721         Str, Argument_type_string.  All uses changed.  Put " argument"
722         in diagnostics to make them clearer.  Change wording of suffix
723         message for clarity.
724         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
725         Argument_type_string.
726         (STRTOL_FATAL_WARN): Remove; no longer used.
727         * modules/human (Depends-on): Remove gettext-h.
728
729 2007-08-06  Simon Josefsson  <simon@josefsson.org>
730
731         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
732
733 2007-07-31  Bruno Haible  <bruno@clisp.org>
734
735         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
736         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
737         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
738
739 2007-07-31  Bruno Haible  <bruno@clisp.org>
740
741         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
742         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
743
744 2007-07-30  Bruno Haible  <bruno@clisp.org>
745
746         * modules/base64 (License): Use the synonymous term "LGPLv2+".
747         * modules/c-ctype (License): Likewise.
748         * modules/c-strcase (License): Likewise.
749         * modules/check-version (License): Likewise.
750         * modules/iconv (License): Likewise.
751         * modules/iconv_open (License): Likewise.
752         * modules/read-file (License): Likewise.
753         * modules/striconv (License): Likewise.
754         * modules/strverscmp (License): Likewise.
755         * modules/vasprintf (License): Likewise.
756         * modules/crypto/des (License): Likewise.
757         * modules/crypto/gc (License): Likewise.
758         * modules/crypto/gc-arcfour (License): Likewise.
759         * modules/crypto/gc-arctwo (License): Likewise.
760         * modules/crypto/gc-des (License): Likewise.
761         * modules/crypto/gc-hmac-md5 (License): Likewise.
762         * modules/crypto/gc-hmac-sha1 (License): Likewise.
763         * modules/crypto/gc-md2 (License): Likewise.
764         * modules/crypto/gc-md4 (License): Likewise.
765         * modules/crypto/gc-md5 (License): Likewise.
766         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
767         * modules/crypto/gc-random (License): Likewise.
768         * modules/crypto/gc-rijndael (License): Likewise.
769         * modules/crypto/gc-sha1 (License): Likewise.
770         * modules/crypto/md2 (License): Likewise.
771         * modules/crypto/md4 (License): Likewise.
772
773 2007-07-30  Jim Meyering  <jim@meyering.net>
774
775         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
776         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
777         it has valid stat data.  This bug would cause du not to count the
778         sizes of inaccessible directories.
779         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
780         in <http://bugzilla.redhat.com/250077>.
781
782 2007-07-25  Peter O'Gorman  <peter@pogma.com>
783             Bruno Haible  <bruno@clisp.org>
784
785         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
786         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
787         #include_next, gives a diagnostic about it, but reports no error in
788         the exit code.
789         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
790
791 2007-07-24  Ben Pfaff  <blp@gnu.org>
792
793         Improve name: "count-one-bits" is better than "popcount".
794         * MODULES.html.sh: Update name.
795         * lib/popcount.h: Renamed lib/count-one-bits.h.
796         (popcount): Renamed count_one_bits.
797         (popcountl): Renamed count_one_bits_l.
798         (popcountll): Renamed count_one_bits_ll.
799         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
800         * modules/popcount: Renamed module/count-one-bits.
801         * modules/popcount-tests: Renamed module/count-one-bits-tests.
802         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
803
804 2007-07-23  Ben Pfaff  <blp@gnu.org>
805
806         * lib/popcount.h (popcount32): Reduce size of constants, to allow
807         better code generation, and add U to large constants to avoid
808         warnings, in non-GCC case.
809         Suggested by Bruno Haible.
810
811 2007-07-23  Ben Pfaff  <blp@gnu.org>
812
813         * lib/popcount.h: Use verify_true instead of if...abort.
814         * modules/popcount: Depend on verify module.
815         Suggested by Jim Meyering.
816
817 2007-07-23  Bruno Haible  <bruno@clisp.org>
818
819         * gnulib-tool (func_import): Create a .cvsignore file also when the
820         directory is not yet in CVS but the toplevel directory is. When
821         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
822         Reported by Karl Berry.
823
824 2007-07-22  Ben Pfaff  <blp@gnu.org>
825
826         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
827         case.
828         Suggested by Eric Blake.
829
830 2007-07-22  Ben Pfaff  <blp@gnu.org>
831
832         New module: popcount.
833         * MODULES.html.sh: Add popcount.
834         * modules/popcount: New file.
835         * modules/popcount-tests: New file.
836         * tests/test-popcount.c: New file.
837         * lib/popcount.h: New file.
838         * m4/popcount.m4: New file.
839
840 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
841
842         * build-aux/announce-gen: Update to GPLv3.
843
844         * build-aux/config.guess: Update from config.
845
846 2007-07-21  Bruno Haible  <bruno@clisp.org>
847
848         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
849         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
850
851 2007-07-20  Jim Meyering  <jim@meyering.net>
852
853         * check-module: Diagnose a self-dependency.
854
855 2007-07-19  Bruno Haible  <bruno@clisp.org>
856
857         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
858         empty.
859         Reported by Eric Blake.
860
861 2007-07-18  Bruno Haible  <bruno@clisp.org>
862
863         * gnulib-tool: New options --po-base, --po-domain.
864         (func_usage): Document them.
865         (pobase, po_domain): New variables.
866         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
867         DEFAULT_TEXT_DOMAIN.
868         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
869         (func_import): Consider pobase and po_domain. Create a po/ directory.
870         (func_create_testdir): Set pobase and po_domain to empty.
871         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
872         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
873
874 2007-07-18  Bruno Haible  <bruno@clisp.org>
875
876         * gnulib-tool (func_get_automake_snippet): Synthesize also an
877         EXTRA_DIST augmentation for files in build-aux/.
878
879 2007-07-16  Bruno Haible  <bruno@clisp.org>
880
881         * modules/lseek (License): Use the synonymous term "LGPLv2+".
882         * modules/getdelim (License): Likewise.
883
884 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
885
886         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
887         * modules/d-type (License): Likewise.
888         * modules/extensions (License): Likewise.
889         * modules/fnmatch (License): Likewise.
890         * modules/fseeko (License): Likewise.
891         * modules/getaddrinfo (License): Likewise.
892         * modules/getline (License): Likewise.
893         * modules/getlogin_r (License): Likewise.
894         * modules/getpass (License): Likewise.
895         * modules/gettimeofday (License): Likewise.
896         * modules/glob (License): Likewise.
897         * modules/inet_ntop (License): Likewise.
898         * modules/malloc (License): Likewise.
899         * modules/malloca (License): Likewise.
900         * modules/memmem (License): Likewise.
901         * modules/mempcpy (License): Likewise.
902         * modules/memset (License): Likewise.
903         * modules/minmax (License): Likewise.
904         * modules/mktime (License): Likewise.
905         * modules/netinet_in (License): Likewise.
906         * modules/pathmax (License): Likewise.
907         * modules/poll (License): Likewise.
908         * modules/regex (License): Likewise.
909         * modules/snprintf (License): Likewise.
910         * modules/stdbool (License): Likewise.
911         * modules/stdint (License): Likewise.
912         * modules/stdio (License): Likewise.
913         * modules/strcase (License): Likewise.
914         * modules/strcasestr (License): Likewise.
915         * modules/strdup (License): Likewise.
916         * modules/string (License): Likewise.
917         * modules/strndup (License): Likewise.
918         * modules/strnlen (License): Likewise.
919         * modules/strpbrk (License): Likewise.
920         * modules/strptime (License): Likewise.
921         * modules/strsep (License): Likewise.
922         * modules/sys_select (License): Likewise.
923         * modules/sys_socket (License): Likewise.
924         * modules/sys_stat (License): Likewise.
925         * modules/sys_time (License): Likewise.
926         * modules/time (License): Likewise.
927         * modules/time_r (License): Likewise.
928         * modules/timegm (License): Likewise.
929         * modules/unistd (License): Likewise.
930         * modules/vsnprintf (License): Likewise.
931         * modules/wctype (License): Likewise.
932
933 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
934
935         * modules/argz (License): LGPLv2+.
936
937 2007-07-15  Karl Berry  <karl@gnu.org>
938
939         * doc/gnulib.texi: revise node structure per new fdl.texi.
940
941 2007-07-14  Bruno Haible  <bruno@clisp.org>
942
943         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
944         the output file.
945         * lib/uniname/uninames.h: Regenerated.
946
947 2007-07-14  Karl Berry  <karl@gnu.org>
948
949         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
950         omitting sectioning and index commands.
951
952 2007-07-13  Bruno Haible  <bruno@clisp.org>
953
954         New gnulib-tool option --more-symlinks.
955         * gnulib-tool (func_usage): Document --more-symlinks.
956         (do_copyrights): New variable.
957         Recognize option --more-symlinks.
958         (func_import): Don't add a copyright notice transform to
959         sed_transform_lib_file if do_copyrights is empty.
960
961 2007-07-13  Bruno Haible  <bruno@clisp.org>
962
963         * lib/vasnprintf.c (decimal_point_char): Define also if
964         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
965         && !NEED_PRINTF_DIRECTIVE_A.
966         Reported by Clemens Koller <clemens.koller@anagramm.de> via
967         Gary V. Vaughan <gary@gnu.org>.
968
969 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
970
971         * lib/inttypes_.h: Undo previous change, since it was fixed
972         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
973
974 2007-07-13  Bruno Haible  <bruno@clisp.org>
975
976         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
977         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
978
979 2007-07-13  Jim Meyering  <jim@meyering.net>
980
981         df: Don't fail for Tru64's "file-on-file mount".
982         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
983         so we fall through and use statfs instead.  Details here:
984         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
985         Reported by Albert Chin.
986
987 2007-07-13  Bruno Haible  <bruno@clisp.org>
988
989         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
990         * modules/configmake (License): Likewise.
991         * modules/gettext (License): Likewise.
992         * modules/gettext-h (License): Likewise.
993         * modules/include_next (License): Likewise.
994         * modules/link-warning (License): Likewise.
995         * modules/localcharset (License): Likewise.
996         * modules/localename (License): Likewise.
997         * modules/lock (License): Likewise.
998         * modules/relocatable-lib-lgpl (License): Likewise.
999         * modules/size_max (License): Likewise.
1000         * modules/vasnprintf (License): Likewise.
1001         * modules/wchar (License): Likewise.
1002         * modules/xsize (License): Likewise.
1003
1004 2007-07-13  Bruno Haible  <bruno@clisp.org>
1005
1006         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
1007         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
1008
1009 2007-07-12  Bruno Haible  <bruno@clisp.org>
1010
1011         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
1012         in the modules files.
1013
1014 2007-07-11  Karl Berry  <karl@gnu.org>
1015
1016         * MODULES.html.sh (func_module): use
1017          sed -e '\|^'"${includefile}"'$|d'
1018          instead of /.../d, to avoid errors on $includefile's containing /.
1019
1020 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
1021
1022         * gnulib-tool (func_import): Avoid duplication of --avoid
1023         statements
1024         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
1025         names to `_' in variable names.
1026
1027 2007-07-10  Eric Blake  <ebb9@byu.net>
1028
1029         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
1030         * NEWS: Document this change.
1031
1032 2007-07-08  Bruno Haible  <bruno@clisp.org>
1033
1034         Update to Unicode 5.0.
1035         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
1036         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
1037         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
1038         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
1039         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
1040         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
1041         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
1042         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
1043         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
1044         U+10A3F, U+1D242..U+1D244.
1045         (nonspacing_table_ind): Update.
1046         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
1047         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
1048
1049 2007-07-08  Bruno Haible  <bruno@clisp.org>
1050
1051         Update to Unicode 5.0.
1052         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
1053         code transform. Extend the name index field of unicode_name_to_code and
1054         unicode_code_to_name from 16 to 24 bits.
1055         * lib/uniname/uniname.c (unicode_character_name,
1056         unicode_name_character): Add the range 0x12xxx to the code transform.
1057         * lib/uniname/uninames.h: Regenerated.
1058         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
1059
1060 2007-07-07  Bruno Haible  <bruno@clisp.org>
1061
1062         * modules/wcwidth-tests: New file.
1063         * tests/test-wcwidth.c: New file.
1064
1065         Work around MacOS X wcwidth() bug.
1066         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
1067         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
1068         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
1069         original wcwidth in non-UTF-8 locales.
1070         * modules/wcwidth (Depends-on): Add localcharset, streq,
1071         uniwidth/width.
1072         * doc/functions/wcwidth.texi: Update.
1073
1074 2007-07-07  Bruno Haible  <bruno@clisp.org>
1075
1076         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
1077         (wcwidth): New declaration.
1078         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
1079         macros.
1080         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
1081         here. Prepare for creating <wchar.h> unconditionally.
1082         * modules/wchar (Depends-on): Add link-warning.
1083         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
1084         REPLACE_WCWIDTH, and GL_LINK_WARNING.
1085         * lib/wcwidth.h: Remove file.
1086         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
1087         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
1088         * modules/wcwidth (Files): Remove lib/wcwidth.h.
1089         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
1090         (Include): Replace wcwidth.h with <wchar.h>.
1091         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
1092         * lib/mbchar.h: Don't include wcwidth.h.
1093         * lib/mbswidth.c: Likewise.
1094         * NEWS: Mention the change.
1095
1096 2007-07-07  Bruno Haible  <bruno@clisp.org>
1097
1098         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
1099         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
1100         definition with an external declaration.
1101         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
1102         defined as a function. Remove AC_C_INLINE requirement.
1103         * modules/wcwidth (Files): Add lib/wcwidth.c.
1104         (Makefile.am): Remove redundant statement.
1105
1106 2007-07-07  Bruno Haible  <bruno@clisp.org>
1107
1108         * MODULES.html.sh (Unicode string functions): Add the new modules.
1109
1110         * tests/uniwidth/test-u32-strwidth.c: New file.
1111         * modules/uniwidth/u32-strwidth-tests: New file.
1112
1113         * lib/uniwidth/u32-strwidth.c: New file.
1114         * modules/uniwidth/u32-strwidth: New file.
1115
1116         * tests/uniwidth/test-u16-strwidth.c: New file.
1117         * modules/uniwidth/u16-strwidth-tests: New file.
1118
1119         * lib/uniwidth/u16-strwidth.c: New file.
1120         * modules/uniwidth/u16-strwidth: New file.
1121
1122         * tests/uniwidth/test-u8-strwidth.c: New file.
1123         * modules/uniwidth/u8-strwidth-tests: New file.
1124
1125         * lib/uniwidth/u8-strwidth.c: New file.
1126         * modules/uniwidth/u8-strwidth: New file.
1127
1128         * tests/uniwidth/test-u32-width.c: New file.
1129         * modules/uniwidth/u32-width-tests: New file.
1130
1131         * lib/uniwidth/u32-width.c: New file.
1132         * modules/uniwidth/u32-width: New file.
1133
1134         * tests/uniwidth/test-u16-width.c: New file.
1135         * modules/uniwidth/u16-width-tests: New file.
1136
1137         * lib/uniwidth/u16-width.c: New file.
1138         * modules/uniwidth/u16-width: New file.
1139
1140         * tests/uniwidth/test-u8-width.c: New file.
1141         * modules/uniwidth/u8-width-tests: New file.
1142
1143         * lib/uniwidth/u8-width.c: New file.
1144         * modules/uniwidth/u8-width: New file.
1145
1146         * tests/uniwidth/test-uc_width.c: New file.
1147         * modules/uniwidth/width-tests: New file.
1148
1149         * lib/uniwidth/width.c: New file, from GNU libiconv.
1150         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
1151         * modules/uniwidth/width: New file.
1152
1153         * lib/uniwidth.h: New file, from GNU libiconv.
1154         * modules/uniwidth/base: New file.
1155
1156 2007-07-07  Bruno Haible  <bruno@clisp.org>
1157
1158         * lib/uniname.h: New file, from GNU gettext.
1159         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
1160         * lib/uniname/uninames.h: New file, from GNU gettext.
1161         * lib/uniname/uniname.c: New file, from GNU gettext.
1162         * tests/uniname/test-uninames.sh: New file.
1163         * tests/uniname/test-uninames.c: New file, from GNU gettext.
1164         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
1165         * modules/uniname/base: New file.
1166         * modules/uniname/uniname: New file.
1167         * modules/uniname/uniname-tests: New file.
1168         * MODULES.html.sh (Unicode string functions): Add the new modules.
1169
1170 2007-07-06  Bruno Haible  <bruno@clisp.org>
1171
1172         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
1173
1174 2007-07-06  Bruno Haible  <bruno@clisp.org>
1175
1176         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
1177         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
1178         includes <cygwin/sys_time.h> which includes <sys/select.h> which
1179         include <sys/time.h>.
1180         Reported by Eric Blake.
1181
1182 2007-07-06  Eric Blake  <ebb9@byu.net>
1183
1184         Fix testing canonicalize on cygwin.
1185         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
1186         Revert patch from 2007-06-19.
1187         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
1188         canonicalize module is also in use.
1189         * tests/test-canonicalize.c: New file.
1190         * tests/test-canonicalize.sh: Likewise.
1191         * modules/canonicalize-tests: Likewise.
1192
1193 2007-07-06  Jim Meyering  <jim@meyering.net>
1194
1195         * lib/getugroups.c (getugroups): Detect getgrent failure.
1196         Adjust comment to reflect reality: this function may return -1.
1197
1198 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
1199
1200         * build-aux/bootstrap (TP_URL,get_translations): Update to use
1201         the new TP address.
1202         (usage): Fix typo
1203         (gnulib_mk): New variable.
1204
1205 2007-07-05  Jim Meyering  <jim@meyering.net>
1206
1207         Don't let endgrent clobber errno, no matter how improbable.
1208         * lib/getugroups.c (getugroups): Save and restore errno around
1209         endgrent call.
1210
1211         Close the group DB even when failing with 2^31 or more members.
1212         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
1213
1214 2007-07-04  Jim Meyering  <jim@meyering.net>
1215
1216         * lib/getugroups.h: New file.
1217         * lib/getugroups.c: Include "getugroups.h".
1218         Remove uses of "register" keyword.
1219         Move local variable, "cp", down into scope where used.
1220         Give "username" parameter the "const" attribute.
1221         * modules/getugroups (Files): Add lib/getugroups.h
1222
1223 2007-07-04  Karl Berry  <karl@gnu.org>
1224
1225         * MODULES.html.sh (func_all_modules): Complete rename of
1226         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
1227
1228 2007-07-02  Bruno Haible  <bruno@clisp.org>
1229
1230         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
1231         mode, when inttypes.h comes from gnulib.
1232         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1233
1234 2007-07-02  Simon Josefsson  <simon@josefsson.org>
1235
1236         * NEWS: Mention lgpl module name change.
1237
1238         * modules/lgpl-2.1: Renamed from lgpl.
1239
1240         * NEWS: Mention gpl module name change.
1241
1242         * modules/gpl-3.0: New file, based on gpl-2.0.
1243
1244         * modules/gpl-2.0: Renamed from gpl.
1245
1246         * modules/gpl: Fix filename, doc/gpl.texi is now found at
1247         doc/gpl-2.0.texi.
1248
1249 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
1250
1251         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
1252         #define __STDC_LIMIT_MACROS temporarily while including
1253         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
1254         Problem reported by Joel E. Denny in
1255         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
1256
1257 2007-07-01  Bruno Haible  <bruno@clisp.org>
1258
1259         * lib/unistdio.h: New file.
1260         * lib/unistdio/u-asnprintf.h: New file.
1261         * lib/unistdio/u-asprintf.h: New file.
1262         * lib/unistdio/u-printf-args.c: New file.
1263         * lib/unistdio/u-printf-args.h: New file.
1264         * lib/unistdio/u-printf-parse.h: New file.
1265         * lib/unistdio/u-snprintf.h: New file.
1266         * lib/unistdio/u-sprintf.h: New file.
1267         * lib/unistdio/u-vasprintf.h: New file.
1268         * lib/unistdio/u-vsnprintf.h: New file.
1269         * lib/unistdio/u-vsprintf.h: New file.
1270         * lib/unistdio/ulc-asnprintf.c: New file.
1271         * lib/unistdio/ulc-asprintf.c: New file.
1272         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
1273         * lib/unistdio/ulc-printf-parse.c: New file.
1274         * lib/unistdio/ulc-snprintf.c: New file.
1275         * lib/unistdio/ulc-sprintf.c: New file.
1276         * lib/unistdio/ulc-vasnprintf.c: New file.
1277         * lib/unistdio/ulc-vasprintf.c: New file.
1278         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
1279         * lib/unistdio/ulc-vsnprintf.c: New file.
1280         * lib/unistdio/ulc-vsprintf.c: New file.
1281         * lib/unistdio/u8-asnprintf.c: New file.
1282         * lib/unistdio/u8-asprintf.c: New file.
1283         * lib/unistdio/u8-printf-parse.c: New file.
1284         * lib/unistdio/u8-snprintf.c: New file.
1285         * lib/unistdio/u8-sprintf.c: New file.
1286         * lib/unistdio/u8-vasnprintf.c: New file.
1287         * lib/unistdio/u8-vasprintf.c: New file.
1288         * lib/unistdio/u8-vsnprintf.c: New file.
1289         * lib/unistdio/u8-vsprintf.c: New file.
1290         * lib/unistdio/u8-u8-asnprintf.c: New file.
1291         * lib/unistdio/u8-u8-asprintf.c: New file.
1292         * lib/unistdio/u8-u8-snprintf.c: New file.
1293         * lib/unistdio/u8-u8-sprintf.c: New file.
1294         * lib/unistdio/u8-u8-vasnprintf.c: New file.
1295         * lib/unistdio/u8-u8-vasprintf.c: New file.
1296         * lib/unistdio/u8-u8-vsnprintf.c: New file.
1297         * lib/unistdio/u8-u8-vsprintf.c: New file.
1298         * lib/unistdio/u16-asnprintf.c: New file.
1299         * lib/unistdio/u16-asprintf.c: New file.
1300         * lib/unistdio/u16-printf-parse.c: New file.
1301         * lib/unistdio/u16-snprintf.c: New file.
1302         * lib/unistdio/u16-sprintf.c: New file.
1303         * lib/unistdio/u16-vasnprintf.c: New file.
1304         * lib/unistdio/u16-vasprintf.c: New file.
1305         * lib/unistdio/u16-vsnprintf.c: New file.
1306         * lib/unistdio/u16-vsprintf.c: New file.
1307         * lib/unistdio/u16-u16-asnprintf.c: New file.
1308         * lib/unistdio/u16-u16-asprintf.c: New file.
1309         * lib/unistdio/u16-u16-snprintf.c: New file.
1310         * lib/unistdio/u16-u16-sprintf.c: New file.
1311         * lib/unistdio/u16-u16-vasnprintf.c: New file.
1312         * lib/unistdio/u16-u16-vasprintf.c: New file.
1313         * lib/unistdio/u16-u16-vsnprintf.c: New file.
1314         * lib/unistdio/u16-u16-vsprintf.c: New file.
1315         * lib/unistdio/u32-asnprintf.c: New file.
1316         * lib/unistdio/u32-asprintf.c: New file.
1317         * lib/unistdio/u32-printf-parse.c: New file.
1318         * lib/unistdio/u32-snprintf.c: New file.
1319         * lib/unistdio/u32-sprintf.c: New file.
1320         * lib/unistdio/u32-vasnprintf.c: New file.
1321         * lib/unistdio/u32-vasprintf.c: New file.
1322         * lib/unistdio/u32-vsnprintf.c: New file.
1323         * lib/unistdio/u32-vsprintf.c: New file.
1324         * lib/unistdio/u32-u32-asnprintf.c: New file.
1325         * lib/unistdio/u32-u32-asprintf.c: New file.
1326         * lib/unistdio/u32-u32-snprintf.c: New file.
1327         * lib/unistdio/u32-u32-sprintf.c: New file.
1328         * lib/unistdio/u32-u32-vasnprintf.c: New file.
1329         * lib/unistdio/u32-u32-vasprintf.c: New file.
1330         * lib/unistdio/u32-u32-vsnprintf.c: New file.
1331         * lib/unistdio/u32-u32-vsprintf.c: New file.
1332         * tests/unistdio/test-ulc-asnprintf1.c: New file.
1333         * tests/unistdio/test-ulc-asnprintf1.h: New file.
1334         * tests/unistdio/test-ulc-printf1.h: New file.
1335         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
1336         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
1337         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
1338         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
1339         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
1340         * tests/unistdio/test-ulc-vasprintf1.c: New file.
1341         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
1342         * tests/unistdio/test-ulc-vsprintf1.c: New file.
1343         * tests/unistdio/test-u8-asnprintf1.c: New file.
1344         * tests/unistdio/test-u8-asnprintf1.h: New file.
1345         * tests/unistdio/test-u8-printf1.h: New file.
1346         * tests/unistdio/test-u8-vasnprintf1.c: New file.
1347         * tests/unistdio/test-u8-vasnprintf2.c: New file.
1348         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
1349         * tests/unistdio/test-u8-vasnprintf3.c: New file.
1350         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
1351         * tests/unistdio/test-u8-vasprintf1.c: New file.
1352         * tests/unistdio/test-u8-vsnprintf1.c: New file.
1353         * tests/unistdio/test-u8-vsprintf1.c: New file.
1354         * tests/unistdio/test-u16-asnprintf1.c: New file.
1355         * tests/unistdio/test-u16-asnprintf1.h: New file.
1356         * tests/unistdio/test-u16-printf1.h: New file.
1357         * tests/unistdio/test-u16-vasnprintf1.c: New file.
1358         * tests/unistdio/test-u16-vasnprintf2.c: New file.
1359         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
1360         * tests/unistdio/test-u16-vasnprintf3.c: New file.
1361         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
1362         * tests/unistdio/test-u16-vasprintf1.c: New file.
1363         * tests/unistdio/test-u16-vsnprintf1.c: New file.
1364         * tests/unistdio/test-u16-vsprintf1.c: New file.
1365         * tests/unistdio/test-u32-asnprintf1.c: New file.
1366         * tests/unistdio/test-u32-asnprintf1.h: New file.
1367         * tests/unistdio/test-u32-printf1.h: New file.
1368         * tests/unistdio/test-u32-vasnprintf1.c: New file.
1369         * tests/unistdio/test-u32-vasnprintf2.c: New file.
1370         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
1371         * tests/unistdio/test-u32-vasnprintf3.c: New file.
1372         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
1373         * tests/unistdio/test-u32-vasprintf1.c: New file.
1374         * tests/unistdio/test-u32-vsnprintf1.c: New file.
1375         * tests/unistdio/test-u32-vsprintf1.c: New file.
1376         * modules/unistdio/base: New file.
1377         * modules/unistdio/u-printf-args: New file.
1378         * modules/unistdio/ulc-asnprintf: New file.
1379         * modules/unistdio/ulc-asprintf: New file.
1380         * modules/unistdio/ulc-fprintf: New file.
1381         * modules/unistdio/ulc-printf-parse: New file.
1382         * modules/unistdio/ulc-snprintf: New file.
1383         * modules/unistdio/ulc-sprintf: New file.
1384         * modules/unistdio/ulc-vasnprintf: New file.
1385         * modules/unistdio/ulc-vasprintf: New file.
1386         * modules/unistdio/ulc-vfprintf: New file.
1387         * modules/unistdio/ulc-vsnprintf: New file.
1388         * modules/unistdio/ulc-vsprintf: New file.
1389         * modules/unistdio/u8-asnprintf: New file.
1390         * modules/unistdio/u8-asprintf: New file.
1391         * modules/unistdio/u8-printf-parse: New file.
1392         * modules/unistdio/u8-snprintf: New file.
1393         * modules/unistdio/u8-sprintf: New file.
1394         * modules/unistdio/u8-vasnprintf: New file.
1395         * modules/unistdio/u8-vasprintf: New file.
1396         * modules/unistdio/u8-vsnprintf: New file.
1397         * modules/unistdio/u8-vsprintf: New file.
1398         * modules/unistdio/u8-u8-asnprintf: New file.
1399         * modules/unistdio/u8-u8-asprintf: New file.
1400         * modules/unistdio/u8-u8-snprintf: New file.
1401         * modules/unistdio/u8-u8-sprintf: New file.
1402         * modules/unistdio/u8-u8-vasnprintf: New file.
1403         * modules/unistdio/u8-u8-vasprintf: New file.
1404         * modules/unistdio/u8-u8-vsnprintf: New file.
1405         * modules/unistdio/u8-u8-vsprintf: New file.
1406         * modules/unistdio/u16-asnprintf: New file.
1407         * modules/unistdio/u16-asprintf: New file.
1408         * modules/unistdio/u16-printf-parse: New file.
1409         * modules/unistdio/u16-snprintf: New file.
1410         * modules/unistdio/u16-sprintf: New file.
1411         * modules/unistdio/u16-vasnprintf: New file.
1412         * modules/unistdio/u16-vasprintf: New file.
1413         * modules/unistdio/u16-vsnprintf: New file.
1414         * modules/unistdio/u16-vsprintf: New file.
1415         * modules/unistdio/u16-u16-asnprintf: New file.
1416         * modules/unistdio/u16-u16-asprintf: New file.
1417         * modules/unistdio/u16-u16-snprintf: New file.
1418         * modules/unistdio/u16-u16-sprintf: New file.
1419         * modules/unistdio/u16-u16-vasnprintf: New file.
1420         * modules/unistdio/u16-u16-vasprintf: New file.
1421         * modules/unistdio/u16-u16-vsnprintf: New file.
1422         * modules/unistdio/u16-u16-vsprintf: New file.
1423         * modules/unistdio/u32-asnprintf: New file.
1424         * modules/unistdio/u32-asprintf: New file.
1425         * modules/unistdio/u32-printf-parse: New file.
1426         * modules/unistdio/u32-snprintf: New file.
1427         * modules/unistdio/u32-sprintf: New file.
1428         * modules/unistdio/u32-vasnprintf: New file.
1429         * modules/unistdio/u32-vasprintf: New file.
1430         * modules/unistdio/u32-vsnprintf: New file.
1431         * modules/unistdio/u32-vsprintf: New file.
1432         * modules/unistdio/u32-u32-asnprintf: New file.
1433         * modules/unistdio/u32-u32-asprintf: New file.
1434         * modules/unistdio/u32-u32-snprintf: New file.
1435         * modules/unistdio/u32-u32-sprintf: New file.
1436         * modules/unistdio/u32-u32-vasnprintf: New file.
1437         * modules/unistdio/u32-u32-vasprintf: New file.
1438         * modules/unistdio/u32-u32-vsnprintf: New file.
1439         * modules/unistdio/u32-u32-vsprintf: New file.
1440         * modules/unistdio/ulc-asnprintf-tests: New file.
1441         * modules/unistdio/ulc-vasnprintf-tests: New file.
1442         * modules/unistdio/ulc-vasprintf-tests: New file.
1443         * modules/unistdio/ulc-vsnprintf-tests: New file.
1444         * modules/unistdio/ulc-vsprintf-tests: New file.
1445         * modules/unistdio/u8-asnprintf-tests: New file.
1446         * modules/unistdio/u8-vasnprintf-tests: New file.
1447         * modules/unistdio/u8-vasprintf-tests: New file.
1448         * modules/unistdio/u8-vsnprintf-tests: New file.
1449         * modules/unistdio/u8-vsprintf-tests: New file.
1450         * modules/unistdio/u16-asnprintf-tests: New file.
1451         * modules/unistdio/u16-vasnprintf-tests: New file.
1452         * modules/unistdio/u16-vasprintf-tests: New file.
1453         * modules/unistdio/u16-vsnprintf-tests: New file.
1454         * modules/unistdio/u16-vsprintf-tests: New file.
1455         * modules/unistdio/u32-asnprintf-tests: New file.
1456         * modules/unistdio/u32-vasnprintf-tests: New file.
1457         * modules/unistdio/u32-vasprintf-tests: New file.
1458         * modules/unistdio/u32-vsnprintf-tests: New file.
1459         * modules/unistdio/u32-vsprintf-tests: New file.
1460         * MODULES.html.sh (Unicode string functions): Add the new modules.
1461
1462 2007-07-01  Bruno Haible  <bruno@clisp.org>
1463
1464         * lib/sprintf.c (sprintf): Limit the available length estimation,
1465         to avoid address wraparound.
1466         * lib/vsprintf.c (vsprintf): Likewise.
1467         * modules/sprintf-posix (Dependencies): Add stdint.
1468         * modules/vsprintf-posix (Dependencies): Likewise.
1469
1470 2007-07-01  Bruno Haible  <bruno@clisp.org>
1471
1472         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
1473         Windows PATH as well. Conservative double-quoting. Comments.
1474
1475 2007-07-01  Bruno Haible  <bruno@clisp.org>
1476             Eric Blake  <ebb9@byu.net>
1477             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1478
1479         * gnulib-tool (self_abspathname): Fix algorithm to cope with
1480         empty components in $PATH, denoting '.'.
1481
1482 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1483
1484         * gnulib-tool: Fix indentation.
1485         (func_create_megatestdir): Likewise.
1486         Report by Bruno Haible.
1487
1488 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1489
1490         Sync from Automake.
1491         * build-aux/gnupload: Fix shell portability issues with for loops.
1492         Report by Karl Berry.
1493
1494 2007-06-29  Simon Josefsson  <simon@josefsson.org>
1495
1496         * build-aux/maint.mk (POURL): Use translationproject.org.
1497
1498 2007-06-27  Simon Josefsson  <simon@josefsson.org>
1499             Bruno Haible  <bruno@clisp.org>
1500
1501         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
1502         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
1503         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
1504         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
1505         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
1506
1507 2007-06-27  Bruno Haible  <bruno@clisp.org>
1508
1509         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
1510         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
1511
1512 2007-06-26  Karl Berry  <karl@gnu.org>
1513
1514         * MODULES.html.sh: remove xreadlink-with-size.
1515
1516 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1517
1518         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
1519         method that I hope also handles the double-include problem noted
1520         by Bruno Haible in
1521         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
1522
1523 2007-06-23  Bruno Haible  <bruno@clisp.org>
1524
1525         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1526         Don't let the 'mostlyclean' target fail if the last subdirectory could
1527         not be removed.
1528         Reported by Karl Berry.
1529
1530 2007-06-23  Bruno Haible  <bruno@clisp.org>
1531
1532         * gnulib-tool (echo): Add a speedier workaround for ksh.
1533         * tests/test-echo.sh: Likewise.
1534
1535 2007-06-23  Bruno Haible  <bruno@clisp.org>
1536
1537         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
1538         * tests/test-echo.sh: Likewise.
1539
1540 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1541
1542         * gnulib-tool (IFS): Initialize early, so we don't set it to
1543         empty later.
1544         (self_abspathname): Rewrite algorithm to set it, reindent.
1545         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
1546         (func_create_megatestdir): Merge some sed scripts.
1547
1548 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1549
1550         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
1551         exposed by Sun Studio 11 cc on Solaris 8.
1552
1553 2007-06-22  Bruno Haible  <bruno@clisp.org>
1554
1555         * gnulib-tool (echo): Ensure the echo primitive does not interpret
1556         backslashes.
1557         * tests/test-echo.sh: New file.
1558
1559 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1560
1561         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
1562         simplify `sed_replace_build_aux' scripts, they are portable but
1563         echoing them with `echo' is not.
1564         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
1565
1566 2007-06-21  Karl Berry  <karl@gnu.org>
1567
1568         * config/srclist.txt: guess we can't handle the licenses via
1569         srclist at the moment.
1570
1571 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
1572
1573         * MODULES.html.sh: Add include_next.
1574         * modules/include_next: New file.
1575
1576 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1577
1578         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
1579         INCLUDE_NEXT.
1580         (gl_CHECK_NEXT_HEADERS): New macro.
1581         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
1582         the obsolescent gl_ABSOLUTE_HEADER.
1583         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
1584         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
1585         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
1586         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
1587         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
1588         * m4/math_h.m4 (gl_MATH_H): Likewise.
1589         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
1590         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
1591         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
1592         * m4/stdint.m4 (gl_STDINT_H): Likewise.
1593         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
1594         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
1595         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
1596         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1597         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
1598         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
1599         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
1600         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
1601         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
1602         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
1603         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
1604         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1605         * m4/inttypes.m4 (gl_INTTYPES_H): Define
1606         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
1607         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
1608         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
1609         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
1610         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
1611         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
1612         * lib/float_.h: Likewise.
1613         * lib/inttypes_.h: Likewise.
1614         * lib/math_.h: Likewise.
1615         * lib/search_.h: Likewise.
1616         * lib/signal_.h: Likewise.
1617         * lib/stdint_.h: Likewise.
1618         * lib/stdio_.h: Likewise.
1619         * lib/stdlib_.h: Likewise.
1620         * lib/string_.h: Likewise.
1621         * lib/sys_stat_.h: Likewise.
1622         * lib/sys_time_.h: Likewise.
1623         * lib/time_.h: Likewise.
1624         * lib/unistd_.h: Likewise.
1625         * lib/wchar_.h: Likewise.
1626         * lib/wctype_.h: Likewise.
1627         * lib/dirent_.h: Likewise.
1628         * lib/iconv_.h: Likewise.
1629         * lib/locale_.h: Likewise.
1630         * lib/netinet_in_.h: Likewise.
1631         * lib/sys_select_.h: Likewise.
1632         * lib/sys_socket_.h: Likewise.
1633         * lib/sysexits_.h: Likewise.
1634         * modules/fcntl (Depends-on): Depend on include_next, not
1635         absolute_header.
1636         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
1637         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
1638         * modules/fchdir: Likewise.
1639         * modules/float: Likewise.
1640         * modules/iconv_open: Likewise.
1641         * modules/inttypes: Likewise.
1642         * modules/locale: Likewise.
1643         * modules/math: Likewise.
1644         * modules/netinet_in: Likewise.
1645         * modules/search: Likewise.
1646         * modules/signal: Likewise.
1647         * modules/stdint: Likewise.
1648         * modules/stdio: Likewise.
1649         * modules/stdlib: Likewise.
1650         * modules/string: Likewise.
1651         * modules/sys_select: Likewise.
1652         * modules/sys_socket: Likewise.
1653         * modules/sys_stat: Likewise.
1654         * modules/sys_time: Likewise.
1655         * modules/sysexits: Likewise.
1656         * modules/time: Likewise.
1657         * modules/unistd: Likewise.
1658         * modules/wchar: Likewise.
1659         * modules/wctype: Likewise.
1660         * modules/sys_stat: Change maintainer to "all".
1661         * modules/unistd: Likewise.
1662
1663 2007-06-20  Karl Berry  <karl@gnu.org>
1664
1665         * config/srclist.txt: track www changes in license files.
1666
1667 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
1668
1669         * build-aux/bootstrap: Remove stray dot.
1670         Make sure build_aux settings are honored when linking
1671         gnulib_extra_files.
1672
1673 2007-06-19  Eric Blake  <ebb9@byu.net>
1674
1675         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
1676         Allow compilation on cygwin.
1677
1678 2007-06-19  Jim Meyering  <jim@meyering.net>
1679
1680         xreadlink-with-size: Remove module.  No longer used.
1681         Ex-callers now use xreadlink or mreadlink-with-size.
1682         * modules/xreadlink-with-size: Remove module.
1683         * lib/xreadlink-with-size.c: Remove file.
1684         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
1685         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
1686         just before the function definition *is* accurate.
1687
1688         Eliminate one way canonicalize_filename_mode could exit.
1689         * lib/canonicalize.c (canonicalize_filename_mode):
1690         Use mreadlink_with_size, not xreadlink_with_size.
1691
1692 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
1693
1694         Detect porting problems to FreeBSD/arm, which has time_t wider than
1695         long int.  Original problem reported for GNU diff by Xin Li in
1696         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
1697         * modules/getdate (Depends-on): Add intprops, verify.
1698         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
1699         is an integer type no wider than long int.
1700
1701 2007-06-18  Jim Meyering  <jim@meyering.net>
1702
1703         New module: mreadlink-with-size.
1704         * MODULES.html.sh: Add mreadlink-with-size.
1705         * modules/mreadlink-with-size: New module
1706         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
1707         not xreadlink-with-size.
1708         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
1709
1710 2007-06-16  Bruno Haible  <bruno@clisp.org>
1711
1712         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
1713         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
1714         Reported by Gary V. Vaughan <gary@gnu.org>.
1715
1716 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
1717
1718         Revamp lchown so that it lives in unistd.h where it belongs.
1719         * lib/lchown.h: Remove.
1720         * lib/dirchownmod.c: Don't include lib/lchown.h.
1721         * lib/fchownat.c: Likewise.
1722         * lib/openat.c: Likewise.
1723         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
1724         does not follow symlinks.
1725         (EOPNOTSUPP): Define if not defined.
1726         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
1727         is defined to 0.
1728         (lchown): New decl.
1729         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
1730         Do not check for lchown decl.
1731         Set REPLACE_LCHOWN.
1732         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
1733         REPLACE_LCHOWN.
1734         * modules/chown: Make it clear it follows symlinks.
1735         * modules/lchown: Make it clear it doesn't follow symlinks.
1736         (Files): Remove lib/lchown.h
1737         (Depends-on): Add unistd.
1738         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
1739         (Include): Include <unistd.h>, not "lchown.h".
1740         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
1741         REPLACE_LCHOWN.
1742
1743 2007-06-15  Jim Meyering  <jim@meyering.net>
1744
1745         Change license (GPL to LGPL) of fsusage and dependents.
1746         * modules/fsusage (License): Change to LGPL.
1747         * modules/full-read (License): Likewise.
1748         * modules/full-write (License): Likewise.
1749         * modules/safe-read (License): Likewise.
1750         * modules/safe-write (License): Likewise.
1751
1752 2007-06-14  Ben Pfaff  <blp@gnu.org>
1753
1754         Missing part of allocsa -> malloca transition.
1755         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
1756         gl_MALLOCA.
1757
1758 2007-06-12  Bruno Haible  <bruno@clisp.org>
1759
1760         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
1761         to ia64, x86_64, i386.
1762         Reported by Eric Blake.
1763
1764 2007-06-12  Bruno Haible  <bruno@clisp.org>
1765
1766         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
1767         cross-compiling to x86_64.
1768
1769 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
1770
1771         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
1772         glitch reported by Ralf Wildenhues in
1773         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
1774
1775         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
1776         Vin Shelton.
1777
1778 2007-06-11  Bruno Haible  <bruno@clisp.org>
1779
1780         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
1781         replacement string.
1782         Reported by Eric Blake.
1783
1784 2007-06-10  Bruno Haible  <bruno@clisp.org>
1785
1786         Prepare vasnprintf code for use with Unicode strings.
1787         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
1788         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
1789         TYPE_U32_STRING.
1790         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
1791         a_u32_string variants.
1792         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1793         * lib/printf-args.c: Don't include config.h and the specification
1794         header if PRINTF_FETCHARGS is already defined.
1795         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1796         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
1797         TYPE_U16_STRING, TYPE_U32_STRING.
1798         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
1799         u16_directive, u16_directives, u32_directive, u32_directives): New
1800         types.
1801         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
1802         New declarations.
1803         * lib/printf-parse.c: Don't include config.h and the specification
1804         header if PRINTF_PARSE is already defined. Eliminate the set of
1805         parameters for WIDE_CHAR_VERSION; the user of this file must provide
1806         them now. Include c-ctype.h.
1807         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
1808         directive and CHAR_T_ONLY_ASCII.
1809         * lib/vasnprintf.c: Don't include config.h and the specification header
1810         if VASNPRINTF is already defined.
1811         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
1812         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
1813         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
1814         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
1815         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
1816         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
1817         code accordingly.
1818         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
1819         pad_ourselves also in this case, with the 'c' and 's' directives, and
1820         with a different notion of "width".
1821         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
1822
1823 2007-06-10  Bruno Haible  <bruno@clisp.org>
1824
1825         * modules/unistr/u32-mbsnlen: New file.
1826         * lib/unistr/u32-mbsnlen.c: New file.
1827
1828         * modules/unistr/u16-mbsnlen: New file.
1829         * lib/unistr/u16-mbsnlen.c: New file.
1830
1831         * modules/unistr/u8-mbsnlen: New file.
1832         * lib/unistr/u8-mbsnlen.c: New file.
1833
1834         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
1835         declarations.
1836
1837 2007-06-10  Bruno Haible  <bruno@clisp.org>
1838
1839         * lib/string_.h (mbsnlen): New declaration.
1840         * lib/mbsnlen.c: New file.
1841         * m4/mbsnlen.m4: New file.
1842         * modules/mbsnlen: New file.
1843         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
1844         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
1845         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
1846
1847 2007-06-10  Bruno Haible  <bruno@clisp.org>
1848
1849         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
1850
1851 2007-06-10  Bruno Haible  <bruno@clisp.org>
1852
1853         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
1854         * lib/mbuiter.h: Likewise.
1855
1856 2007-06-10  Bruno Haible  <bruno@clisp.org>
1857
1858         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
1859         declaration.
1860
1861 2007-06-10  Karl Berry  <karl@gnu.org>
1862
1863         * config/srclist.txt: remove gettext entries, Bruno prefers
1864         to update individually.
1865
1866 2007-06-10  Bruno Haible  <bruno@clisp.org>
1867
1868         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
1869         'maxlen'. Ensure only length + width bytes are allocated, not
1870         length + 1 + width.
1871
1872 2007-06-09  Bruno Haible  <bruno@clisp.org>
1873
1874         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
1875         (CHAR_T): Remove macro.
1876         (VASNPRINTF): Update.
1877
1878 2007-06-09  Bruno Haible  <bruno@clisp.org>
1879
1880         * MODULES.html.sh (Unicode string functions): Add the new modules.
1881
1882         * modules/uniconv/u32-conv-to-enc: New file.
1883         * lib/uniconv/u32-conv-to-enc.c: New file.
1884         * modules/uniconv/u32-conv-to-enc-tests: New file.
1885         * tests/uniconv/test-u32-conv-to-enc.c: New file.
1886
1887         * modules/uniconv/u16-conv-to-enc: New file.
1888         * lib/uniconv/u16-conv-to-enc.c: New file.
1889         * lib/uniconv/u-conv-to-enc.h: New file.
1890         * modules/uniconv/u16-conv-to-enc-tests: New file.
1891         * tests/uniconv/test-u16-conv-to-enc.c: New file.
1892
1893         * modules/uniconv/u8-conv-to-enc: New file.
1894         * lib/uniconv/u8-conv-to-enc.c: New file.
1895         * modules/uniconv/u8-conv-to-enc-tests: New file.
1896         * tests/uniconv/test-u8-conv-to-enc.c: New file.
1897
1898         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
1899         u32_conv_to_encoding): New declarations.
1900
1901 2007-06-09  Bruno Haible  <bruno@clisp.org>
1902
1903         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
1904
1905 2007-06-09  Bruno Haible  <bruno@clisp.org>
1906
1907         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
1908         * modules/malloca: Renamed from modules/allocsa, updated.
1909         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
1910         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
1911         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
1912         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
1913         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
1914         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
1915         * modules/xmalloca: Renamed from modules/xallocsa, updated.
1916         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
1917         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
1918         * modules/c-strcasestr (Depends-on): Update.
1919         * lib/c-strcasestr.c: Update.
1920         * modules/c-strstr (Depends-on): Update.
1921         * lib/c-strstr.c: Update.
1922         * modules/canonicalize-lgpl (Depends-on): Update.
1923         * lib/canonicalize-lgpl.c: Update.
1924         * modules/clean-temp (Depends-on): Update.
1925         * lib/clean-temp.c: Update.
1926         * modules/csharpcomp (Depends-on): Update.
1927         * lib/csharpcomp.c: Update.
1928         * modules/csharpexec (Depends-on): Update.
1929         * lib/csharpexec.c: Update.
1930         * modules/javacomp (Depends-on): Update.
1931         * lib/javacomp.c: Update.
1932         * modules/javaexec (Depends-on): Update.
1933         * lib/javaexec.c: Update.
1934         * modules/mbscasestr (Depends-on): Update.
1935         * lib/mbscasestr.c: Update.
1936         * modules/mbsstr (Depends-on): Update.
1937         * lib/mbsstr.c: Update.
1938         * modules/setenv (Depends-on): Update.
1939         * lib/setenv.c: Update.
1940         * modules/strcasestr (Depends-on): Update.
1941         * lib/strcasestr.c: Update.
1942         * modules/striconveha (Depends-on): Update.
1943         * lib/striconveha.c: Update.
1944         * modules/relocatable-prog-wrapper (Files): Update.
1945         * lib/relocwrapper.c: Update.
1946         * build-aux/install-reloc: Update.
1947         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
1948
1949 2007-06-08  Bruno Haible  <bruno@clisp.org>
1950
1951         Port to uClibc.
1952         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
1953         * lib/fpurge.c (fpurge): Likewise.
1954         * lib/freading.c (freading): Likewise.
1955         * lib/fseeko.c (rpl_fseeko): Likewise.
1956         * lib/fseterr.c (fseterr): Likewise.
1957         * lib/fwriting.c (fwriting): Likewise.
1958         * tests/test-fflush.c (main): Avoid a failure on uClibc.
1959
1960 2007-06-08  Bruno Haible  <bruno@clisp.org>
1961
1962         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
1963         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
1964         * modules/gettext (Files): Add m4/intlmacosx.m4.
1965
1966 2007-06-07  Bruno Haible  <bruno@clisp.org>
1967
1968         * modules/localename-tests: New file.
1969         * tests/test-localename.c: New file.
1970
1971         New module 'localename'.
1972         * lib/localename.h: New file.
1973         * lib/localename.c: New file, from GNU gettext.
1974         * m4/localename.m4: New file.
1975         * modules/localename: New file.
1976
1977 2007-06-07  Bruno Haible  <bruno@clisp.org>
1978
1979         Work around the lack of <wchar.h> on some builds of uClibc.
1980         * doc/headers/wchar.texi: Update.
1981         * lib/wchar_.h: Include <wchar.h> only if it exists.
1982         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
1983         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
1984         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
1985         doesn't exist.
1986         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
1987         * modules/mbfile (Depends-on): Add wchar.
1988         * modules/mbiter (Depends-on): Likewise.
1989         * modules/mbuiter (Depends-on): Likewise.
1990         Reported by Simon Josefsson.
1991
1992 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1993
1994         Work around problem reported by Steven M. Schweda in
1995         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
1996         Tru64 5.1B with the Compaq compiler environment installed declares
1997         an 'isblank' function but does not define it in the C library.
1998         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
1999         * lib/regex_internal.h (isblank): Likewise.
2000         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
2001         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2002
2003 2007-06-05  Bruno Haible  <bruno@clisp.org>
2004
2005         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
2006         ia64.
2007         * modules/printf-safe: New file.
2008         * modules/fprintf-posix (Depends-on): Add printf-safe.
2009         * modules/printf-posix (Depends-on): Likewise.
2010         * modules/snprintf-posix (Depends-on): Likewise.
2011         * modules/sprintf-posix (Depends-on): Likewise.
2012         * modules/vasnprintf-posix (Depends-on): Likewise.
2013         * modules/vasprintf-posix (Depends-on): Likewise.
2014         * modules/vfprintf-posix (Depends-on): Likewise.
2015         * modules/vprintf-posix (Depends-on): Likewise.
2016         * modules/vsnprintf-posix (Depends-on): Likewise.
2017         * modules/vsprintf-posix (Depends-on): Likewise.
2018         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
2019         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
2020         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
2021         "no" on i386, x86_64, ia64.
2022         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
2023         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
2024         on i386, x86_64, ia64.
2025         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
2026         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
2027         on i386, x86_64, ia64.
2028         * tests/test-vasnprintf-posix.c: Include float.h.
2029         (LDBL80_WORDS): New macro.
2030         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
2031         on i386, x86_64, ia64.
2032         * tests/test-vasprintf-posix.c: Include float.h.
2033         (LDBL80_WORDS): New macro.
2034         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
2035         on i386, x86_64, ia64.
2036         * tests/test-snprintf-posix.c: Include float.h.
2037         * tests/test-sprintf-posix.c: Likewise.
2038         * tests/test-vsnprintf-posix.c: Likewise.
2039         * tests/test-vsprintf-posix.c: Likewise.
2040
2041 2007-06-05  Bruno Haible  <bruno@clisp.org>
2042
2043         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
2044         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
2045         non-IEEE numbers on i386, x86_64, ia64.
2046         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
2047         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
2048         * tests/test-isnanl.h: Include float.h.
2049         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
2050
2051 2007-06-05  Bruno Haible  <bruno@clisp.org>
2052
2053         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
2054         also the %a / %A. Handle the %a / %A code before this extra handling.
2055
2056 2007-06-05  Bruno Haible  <bruno@clisp.org>
2057
2058         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
2059         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
2060
2061 2007-06-05  Bruno Haible  <bruno@clisp.org>
2062
2063         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
2064         typo in variable name.
2065
2066 2007-06-05  Eric Blake  <ebb9@byu.net>
2067
2068         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
2069         Reported by Simon Josefsson.
2070
2071 2007-06-04  Bruno Haible  <bruno@clisp.org>
2072
2073         Avoid test failures on some PowerPC platforms.
2074         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
2075         Define differently for PowerPC.
2076         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
2077         Reported by Gary V. Vaughan <gary@gnu.org>.
2078
2079 2007-06-02  Bruno Haible  <bruno@clisp.org>
2080
2081         Fix test-stdint failure on FreeBSD/ia64.
2082         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
2083         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
2084         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
2085         * doc/headers/stdint.texi: Update.
2086
2087 2007-06-01  Bruno Haible  <bruno@clisp.org>
2088
2089         * tests/test-binary-io.c (main): Pass a third argument to open().
2090         Reported by Gary V. Vaughan <gary@gnu.org>.
2091
2092 2007-06-01  Bruno Haible  <bruno@clisp.org>
2093
2094         * doc/functions/frexpl.texi: Update for mingw.
2095
2096 2007-06-01  Bruno Haible  <bruno@clisp.org>
2097
2098         * tests/test-lseek.c (main): Disable test of errno for invalid third
2099         argument.
2100         * doc/functions/lseek.texi: Update.
2101         Reported by Gary V. Vaughan <gary@gnu.org>.
2102
2103 2007-05-28  Bruno Haible  <bruno@clisp.org>
2104
2105         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
2106
2107 2007-05-31  Eric Blake  <ebb9@byu.net>
2108
2109         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
2110         cross compiling.
2111
2112 2007-05-30  Eric Blake  <ebb9@byu.net>
2113         and Bruno Haible  <bruno@clisp.org>
2114
2115         Work around mingw test failures exposed by m4-1.4.9b.
2116         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
2117         * tests/test-unistd.c: Disable uid_t and git_t tests for the
2118         moment.
2119
2120 2007-05-30  Bruno Haible  <bruno@clisp.org>
2121
2122         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
2123         assuming that they are closed. Needed on HP-UX 11.
2124
2125 2007-05-29  Bruno Haible  <bruno@clisp.org>
2126
2127         Fix a problem with #include_next.
2128         * lib/dirent_.h: Split the double-inclusion guard.
2129         * lib/fcntl_.h: Likewise.
2130         * lib/float_.h: Likewise.
2131         * lib/iconv_.h: Likewise.
2132         * lib/inttypes_.h: Likewise.
2133         * lib/locale_.h: Likewise.
2134         * lib/math_.h: Likewise.
2135         * lib/netinet_in_.h: Likewise.
2136         * lib/search_.h: Likewise.
2137         * lib/signal_.h: Likewise.
2138         * lib/stdint_.h: Likewise.
2139         * lib/stdio_.h: Likewise.
2140         * lib/stdlib_.h: Likewise.
2141         * lib/string_.h: Likewise.
2142         * lib/sys_select_.h: Likewise.
2143         * lib/sys_socket_.h: Likewise.
2144         * lib/sys_stat_.h: Likewise.
2145         * lib/sys_time_.h: Likewise.
2146         * lib/sysexits_.h: Likewise.
2147         * lib/time_.h: Likewise.
2148         * lib/unistd_.h: Likewise.
2149         * lib/wchar_.h: Likewise.
2150         * lib/wctype_.h: Likewise.
2151
2152 2007-05-29  Bruno Haible  <bruno@clisp.org>
2153
2154         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
2155         for the moment.
2156
2157 2007-05-29  Bruno Haible  <bruno@clisp.org>
2158
2159         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
2160         invocation.
2161         Reported by Eric Blake.
2162
2163 2007-05-29  Bruno Haible  <bruno@clisp.org>
2164
2165         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
2166         compiling case.
2167
2168 2007-05-29  Eric Blake  <ebb9@byu.net>
2169             Bruno Haible  <bruno@clisp.org>
2170
2171         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
2172         cross compiles.
2173
2174 2007-05-28  Eric Blake  <ebb9@byu.net>
2175
2176         * modules/closein-tests (test_closein_LDADD): Support test on
2177         cygwin with libtool.
2178
2179 2007-05-28  Bruno Haible  <bruno@clisp.org>
2180
2181         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
2182         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
2183         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
2184         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
2185         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
2186         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
2187         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
2188         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
2189         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
2190
2191 2007-05-28  Eric Blake  <ebb9@byu.net>
2192
2193         Unconditionally include <config.h> in unit tests.
2194         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
2195         * tests/test-allocsa.c, tests/test-arcfour.c,
2196         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
2197         tests/test-array_list.c, tests/test-array_oset.c,
2198         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
2199         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
2200         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
2201         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
2202         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
2203         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
2204         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
2205         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
2206         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
2207         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
2208         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
2209         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
2210         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
2211         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
2212         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
2213         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
2214         test-md5.c, test-memmem.c, test-printf-posix.c,
2215         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
2216         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
2217         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
2218         test-strcasestr.c, test-striconv.c, test-striconveh.c,
2219         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
2220         test-vasnprintf-posix2.c, test-vasnprintf.c,
2221         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
2222         test-vfprintf-posix.c, test-vprintf-posix.c,
2223         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
2224         test-xvasprintf.c: Likewise.
2225
2226 2007-05-28  Bruno Haible  <bruno@clisp.org>
2227
2228         * gnulib-tool (func_import): Remember the --with-tests command-line
2229         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
2230         Reported by Eric Blake.
2231
2232 2007-05-28  Bruno Haible  <bruno@clisp.org>
2233
2234         * modules/ftell-tests: New file.
2235         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
2236         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
2237
2238         * lib/ftell.c: New file.
2239         * modules/ftell: New file.
2240         * m4/ftell.m4: New file.
2241         * doc/functions/ftell.texi: Update.
2242         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
2243         REPLACE_FTELL.
2244         * lib/stdio_.h (rpl_ftell): New declaration.
2245         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
2246         REPLACE_FTELL.
2247
2248 2007-05-28  Eric Blake  <ebb9@byu.net>
2249
2250         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
2251
2252 2007-05-28  Bruno Haible  <bruno@clisp.org>
2253
2254         * modules/fseek-tests: New file.
2255         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
2256         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
2257
2258         * lib/fseek.c: New file.
2259         * modules/fseek: New file.
2260         * m4/fseek.m4: New file.
2261         * doc/functions/fseek.texi: Update.
2262         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
2263         REPLACE_FSEEK.
2264         * lib/stdio_.h (rpl_fseek): New declaration.
2265         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
2266         REPLACE_FSEEK.
2267
2268 2007-05-28  Bruno Haible  <bruno@clisp.org>
2269
2270         * lib/stdio_.h (fflush): More comments.
2271
2272 2007-05-28  Bruno Haible  <bruno@clisp.org>
2273
2274         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
2275         runtime test.
2276
2277 2007-05-28  Eric Blake  <ebb9@byu.net>
2278
2279         Improve lseek module.
2280         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
2281         * lib/unistd_.h (lseek): Scale back link warning message.
2282         * tests/test-lseek.c: Beef up test.
2283         * tests/test-lseek.sh: Exercise more facets of lseek.
2284         Reported by Bruno Haible.
2285
2286 2007-05-28  Bruno Haible  <bruno@clisp.org>
2287
2288         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
2289         to define.
2290
2291 2007-05-27  Bruno Haible  <bruno@clisp.org>
2292
2293         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
2294
2295 2007-05-27  Bruno Haible  <bruno@clisp.org>
2296
2297         * modules/openmp: New file.
2298         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
2299         Noah Misch.
2300
2301 2007-05-26  Bruno Haible  <bruno@clisp.org>
2302
2303         * modules/chdir-long (Depends-on): Add fchdir.
2304         * modules/chdir-safer (Depends-on): Likewise.
2305         * modules/fts (Depends-on): Likewise.
2306         * modules/fts-lgpl (Depends-on): Likewise.
2307         * modules/openat (Depends-on): Likewise.
2308         * modules/savewd (Depends-on): Likewise.
2309
2310 2007-05-24  Eric Blake  <ebb9@byu.net>
2311
2312         Fix lseek on mingw.
2313         * modules/lseek: New module.
2314         * m4/lseek.m4: New file.
2315         * lib/lseek.c: New file.
2316         * modules/lseek-tests: New file.
2317         * tests/test-lseek.c: New file.
2318         * tests/test-lseek.sh: New file.
2319         * MODULES.html.sh: Document lseek module.
2320         * modules/fflush (Depends-on): Add lseek, fseeko.
2321         * modules/fseeko (Depends-on): Likewise.
2322         * modules/ftello (Depends-on): Likewise.
2323         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
2324         broken.
2325         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
2326         broken.
2327         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
2328         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
2329         * lib/ftello.c (rpl_ftello): Likewise.
2330         * tests/test-fseeko.c (main): Test this.
2331         * tests/test-fseeko.sh: Likewise.
2332         * tests/test-ftello.c (main): Likewise.
2333         * tests/test-ftello.sh: Likewise.
2334         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
2335         implies replacing fseek.
2336         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
2337         HAVE_FTELLO.
2338         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
2339         * modules/unistd (Makefile.am): Likewise.
2340         * lib/unistd_.h (lseek): Declare a replacement.
2341         * doc/functions/lseek.texi (lseek): Document this fix.
2342         * doc/functions/fseek.texi (fseek): Likewise.
2343         * doc/functions/ftell.texi (ftell): Likewise.
2344
2345 2007-05-24  Bruno Haible  <bruno@clisp.org>
2346
2347         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
2348         in the printed representation of a NaN.
2349         * tests/test-vasprintf-posix.c (test_function): Likewise.
2350         * tests/test-snprintf-posix.h (test_function): Likewise.
2351         * tests/test-sprintf-posix.h (test_function): Likewise.
2352         Reported by Eric Blake.
2353
2354 2007-05-23  Eric Blake  <ebb9@byu.net>
2355
2356         Fix fseeko/ftello on cygwin 1.5.24.
2357         * doc/functions/fseeko.texi (fseeko): Document the fix.
2358         * doc/functions/ftello.texi (ftello): Document the fix.
2359         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
2360         * doc/functions/stdout.text (stdout): New file.
2361         * doc/functions/stderr.text (stderr): New file.
2362         * doc/gnulib.texi (Function Substitutes): Use new files.
2363         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
2364         prior to 1.7.0.
2365         * tests/test-ftello.c (main): Likewise for ftello.
2366         * tests/test-fseeko.sh: New file.
2367         * tests/test-ftello.sh: New file.
2368         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
2369         with seekable stdin.
2370         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
2371         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
2372         (gl_REPLACE_FSEEKO): New macro.
2373         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
2374         * modules/fseeko (Files): Distribute fseeko.c.
2375         * modules/ftello (Files): Distribute ftello.c.
2376         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
2377         mode.
2378         * lib/ftello.c (rpl_ftello): New file.
2379         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
2380         fseeko, ftello.
2381         (gl_STDIN_LARGE_OFFSET): New macro.
2382         * modules/stdio (Makefile.am): Perform the replacement.
2383         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
2384
2385 2007-05-23  Bruno Haible  <bruno@clisp.org>
2386
2387         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
2388         GNULIB_POSIXCHECK is defined.
2389
2390 2007-05-21  Bruno Haible  <bruno@clisp.org>
2391
2392         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
2393         Check also the output for NaN arguments. When cross-compiling, guess
2394         no on IRIX.
2395         * lib/vasnprintf.c: Update comments.
2396         * tests/test-vasnprintf-posix.c (strisnan): New function.
2397         (test_function): Use it.
2398         * tests/test-vasprintf-posix.c (strisnan): New function.
2399         (test_function): Use it.
2400         * tests/test-snprintf-posix.h (strisnan): New function.
2401         (test_function): Use it.
2402         * tests/test-sprintf-posix.h (strisnan): New function.
2403         (test_function): Use it.
2404         Reported by Eric Blake.
2405
2406 2007-05-20  Bruno Haible  <bruno@clisp.org>
2407
2408         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
2409         numbers that fails on BeOS.
2410         * doc/functions/frexpl.texi: Update.
2411
2412 2007-05-20  Jim Meyering  <jim@meyering.net>
2413
2414         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
2415         forced upon us by glibc-2.6.
2416
2417 2007-05-20  Bruno Haible  <bruno@clisp.org>
2418
2419         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
2420         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
2421         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
2422         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
2423         NEED_PRINTF_INFINITE.
2424         (is_infinitel): New function.
2425         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
2426         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
2427         gl_PREREQ_VASNPRINTF_INFINITE.
2428         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
2429         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2430         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
2431         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
2432         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
2433         gl_PREREQ_VASNPRINTF_INFINITE.
2434         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2435         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2436         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2437         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2438         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2439         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2440         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2441         * doc/functions/fprintf.texi: Update.
2442         * doc/functions/printf.texi: Update.
2443         * doc/functions/snprintf.texi: Update.
2444         * doc/functions/sprintf.texi: Update.
2445         * doc/functions/vfprintf.texi: Update.
2446         * doc/functions/vprintf.texi: Update.
2447         * doc/functions/vsnprintf.texi: Update.
2448         * doc/functions/vsprintf.texi: Update.
2449
2450 2007-05-20  Bruno Haible  <bruno@clisp.org>
2451
2452         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
2453         was not found in libc.
2454         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
2455
2456 2007-05-20  Bruno Haible  <bruno@clisp.org>
2457
2458         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
2459         printed as "-nan" instead of "nan".
2460         * tests/test-vasprintf-posix.c (test_function): Likewise.
2461         * tests/test-snprintf-posix.h (test_function): Likewise.
2462         * tests/test-sprintf-posix.h (test_function): Likewise.
2463         Needed for HP-UX 11.
2464
2465 2007-05-20  Jim Meyering  <jim@meyering.net>
2466
2467         Fix buggy test for the fchownat-deref bug.
2468         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
2469         symlink required for the run-test.  Without it, this test would
2470         always declare that fchownat doesn't work, and client code would
2471         unnecessarily use the replacement function with fixed libc.
2472         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
2473         Reported by Greg Schafer.
2474
2475 2007-05-19  Bruno Haible  <bruno@clisp.org>
2476
2477         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
2478         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
2479         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
2480         Needed for IRIX 6.5 and Solaris 2.5.1.
2481
2482 2007-05-19  Bruno Haible  <bruno@clisp.org>
2483
2484         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
2485         (test_function): Skip tests involving -0.0 on platforms where
2486         -0.0 = 0.0.
2487         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
2488         (test_function): Skip tests involving -0.0 on platforms where
2489         -0.0 = 0.0.
2490         * tests/test-snprintf-posix.h (have_minus_zero): New function.
2491         (test_function): Skip tests involving -0.0 on platforms where
2492         -0.0 = 0.0.
2493         * tests/test-sprintf-posix.h (have_minus_zero): New function.
2494         (test_function): Skip tests involving -0.0 on platforms where
2495         -0.0 = 0.0.
2496         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
2497         tests.
2498         * tests/test-printf-posix.h (test_function): Likewise.
2499         * tests/test-printf-posix.output: Remove all -0.0 related results.
2500         Needed for IRIX 6.5.
2501
2502 2007-05-19  Bruno Haible  <bruno@clisp.org>
2503
2504         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
2505         printed as "nan0x7fffffff" instead of "nan".
2506         * tests/test-vasprintf-posix.c (test_function): Likewise.
2507         * tests/test-snprintf-posix.h (test_function): Likewise.
2508         * tests/test-sprintf-posix.h (test_function): Likewise.
2509         * tests/test-fprintf-posix.h (NaN): Remove macro.
2510         (test_function): Remove all NaN related tests.
2511         * tests/test-printf-posix.h (NaN): Remove macro.
2512         (test_function): Remove all NaN related tests.
2513         * tests/test-printf-posix.output: Remove all NaN related results.
2514         Needed for IRIX 6.5.
2515
2516 2007-05-19  Bruno Haible  <bruno@clisp.org>
2517
2518         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
2519         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
2520
2521 2007-05-19  Bruno Haible  <bruno@clisp.org>
2522
2523         * lib/float_.h: New file.
2524         * m4/float_h.m4: New file.
2525         * modules/float: New file.
2526         * modules/isnanl (Dependencies): Add float.
2527         * modules/isnanl-nolibm (Dependencies): Likewise.
2528         * modules/mathl (Dependencies): Likewise.
2529         * modules/printf-frexpl (Dependencies): Likewise.
2530         * modules/signbit (Dependencies): Likewise.
2531         * modules/vasnprintf (Dependencies): Likewise.
2532         * doc/headers/float.texi: Update.
2533
2534 2007-05-19  Jim Meyering  <jim@meyering.net>
2535
2536         * lib/utimens.c (gl_futimens): Rename from futimens,
2537         now that glibc-2.6 declares futimens.
2538         * lib/utimens.h: Likewise.
2539
2540 2007-05-19  Bruno Haible  <bruno@clisp.org>
2541
2542         Avoid test failures on mingw.
2543         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
2544         * tests/test-printf-posix.sh: Likewise.
2545         * tests/test-vfprintf-posix.sh: Likewise.
2546         * tests/test-vprintf-posix.sh: Likewise.
2547
2548 2007-05-19  Bruno Haible  <bruno@clisp.org>
2549
2550         Fix *printf result for NaN, Inf, -0.0 on mingw.
2551         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
2552         * lib/vasnprintf.c: Include math.h and isnan.h.
2553         (is_infinite_or_zero): New function.
2554         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
2555         values in the %f, %F, %e, %E, %g, %G directives.
2556         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
2557         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2558         gl_PRINTF_INFINITE and test its result. Invoke
2559         gl_PREREQ_VASNPRINTF_INFINITE.
2560         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2561         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2562         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2563         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2564         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2565         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2566         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2567         * doc/functions/fprintf.texi: Update.
2568         * doc/functions/printf.texi: Update.
2569         * doc/functions/snprintf.texi: Update.
2570         * doc/functions/sprintf.texi: Update.
2571         * doc/functions/vfprintf.texi: Update.
2572         * doc/functions/vprintf.texi: Update.
2573         * doc/functions/vsnprintf.texi: Update.
2574         * doc/functions/vsprintf.texi: Update.
2575
2576 2007-05-19  Bruno Haible  <bruno@clisp.org>
2577
2578         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
2579         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
2580         Instead of multiplying with 10^k, set extra_zeroes to k.
2581         (scale10_round_long_double): Remove function.
2582
2583 2007-05-18  Bruno Haible  <bruno@clisp.org>
2584
2585         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
2586         introduced on 2007-05-06.
2587
2588 2007-05-18  Bruno Haible  <bruno@clisp.org>
2589
2590         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
2591         %g directives.
2592         * tests/test-vasprintf-posix.c (test_function): Likewise.
2593         * tests/test-snprintf-posix.h (test_function): Likewise.
2594         * tests/test-sprintf-posix.h (test_function): Likewise.
2595
2596 2007-05-18  Bruno Haible  <bruno@clisp.org>
2597
2598         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
2599         (strmatch): New function.
2600         (test_function): Test the %f directive on numbers of various exponents.
2601         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
2602         (strmatch): New function.
2603         (test_function): Test the %f directive on numbers of various exponents.
2604         * tests/test-snprintf-posix.h (strmatch): New function.
2605         (test_function): Test the %f directive on numbers of various exponents.
2606         * tests/test-sprintf-posix.h (strmatch): New function.
2607         (test_function): Test the %f directive on numbers of various exponents.
2608         * tests/test-snprintf-posix.c (SIZEOF): New macro.
2609         * tests/test-sprintf-posix.c (SIZEOF): New macro.
2610         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
2611         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
2612
2613 2007-05-18  Bruno Haible  <bruno@clisp.org>
2614
2615         Add support for 'long double' number output.
2616         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
2617         * lib/vasnprintf.c: Include math.h and float+.h.
2618         (mp_limb_t): New type.
2619         (GMP_LIMB_BITS): New macro.
2620         (mp_twolimb_t): New type.
2621         (GMP_TWOLIMB_BITS): New macro.
2622         (mpn_t): New type.
2623         (multiply, divide, convert_to_decimal, decode_long_double,
2624         scale10_round_long_double, scale10_round_decimal_long_double,
2625         floorlog10l): New functions.
2626         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
2627         for the %f, %F, %e, %E, %g, %G directives.
2628         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
2629         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2630         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
2631         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
2632         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2633         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2634         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2635         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2636         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2637         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2638         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2639         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
2640         * modules/snprintf-posix (Depends-on): Likewise.
2641         * modules/sprintf-posix (Depends-on): Likewise.
2642         * modules/vasnprintf-posix (Depends-on): Likewise.
2643         * modules/vasprintf-posix (Depends-on): Likewise.
2644         * modules/vfprintf-posix (Depends-on): Likewise.
2645         * modules/vsnprintf-posix (Depends-on): Likewise.
2646         * modules/vsprintf-posix (Depends-on): Likewise.
2647         * modules/vasnprintf (Files): Add lib/float+.h.
2648         * doc/functions/fprintf.texi: Update.
2649         * doc/functions/printf.texi: Update.
2650         * doc/functions/snprintf.texi: Update.
2651         * doc/functions/sprintf.texi: Update.
2652         * doc/functions/vfprintf.texi: Update.
2653         * doc/functions/vprintf.texi: Update.
2654         * doc/functions/vsnprintf.texi: Update.
2655         * doc/functions/vsprintf.texi: Update.
2656
2657 2007-05-18  Bruno Haible  <bruno@clisp.org>
2658
2659         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
2660
2661 2007-05-18  Bruno Haible  <bruno@clisp.org>
2662
2663         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
2664         for printing 64-bit integers. Needed for mingw.
2665
2666 2007-05-18  Bruno Haible  <bruno@clisp.org>
2667
2668         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
2669         gl_FUNC_FREXPL_WORKS.
2670         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
2671
2672 2007-05-18  Bruno Haible  <bruno@clisp.org>
2673
2674         * modules/frexpl-nolibm-tests: New file.
2675
2676         * modules/frexpl-nolibm: New file.
2677         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
2678
2679 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
2680
2681         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
2682         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
2683         GCC 4.2, which otherwise issues a lot of warnings.
2684         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
2685         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
2686         Likewise.
2687         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
2688         * modules/iconv_open (iconv.h): Likewise.
2689         * modules/locale (locale.h): Likewise.
2690         * modules/netinet_in (netinet/in.h): Likewise.
2691         * modules/sys_select (sys_select.h): Likewise.
2692         * modules/sys_socket (sys/socket.h): Likewise.
2693         * modules/sys_stat (sys/stat.h): Likewise.
2694         * modules/sysexits (sysexits.h): Likewise.
2695         * modules/unistd (unistd.h): Likewise.
2696
2697 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2698
2699         * modules/closein-tests (Makefile.am): Distribute
2700         `test-closein.sh'.
2701
2702 2007-05-17  Bruno Haible  <bruno@clisp.org>
2703
2704         * tests/test-printf-posix.output: Renamed from
2705         tests/test-fprintf-posix.out.
2706         * modules/fprintf-posix-tests: Update.
2707         * modules/printf-posix-tests: Update.
2708         * modules/vfprintf-posix-tests: Update.
2709         * modules/vprintf-posix-tests: Update.
2710         * tests/test-fprintf-posix.sh: Update.
2711         * tests/test-printf-posix.sh: Update.
2712         * tests/test-vfprintf-posix.sh: Update.
2713         * tests/test-vprintf-posix.sh: Update.
2714         Reported by Ralf Wildenhues.
2715
2716 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
2717
2718         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
2719         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
2720         GCC 4.2, which otherwise issues a lot of warnings.
2721         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
2722         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
2723         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
2724         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
2725         it should no longer be needed.
2726         * lib/string_.h: Likewise.
2727         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
2728         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
2729         * modules/inttypes (inttypes.h): Likewise.
2730         * modules/math (math.h): Likewise.
2731         * modules/search (search.h): Likewise.
2732         * modules/signal (signal.h): Likewise.
2733         * modules/stdint (stdint.h): Likewise.
2734         * modules/stdio (stdio.h): Likewise.
2735         * modules/stdlib (stdlib.h): Likewise.
2736         * modules/string (string.h): Likewise.
2737         * modules/sys_time (sys/time.h): Likewise.
2738         * modules/time (time.h): Likewise.
2739         * modules/wchar (wchar.h): Likewise.
2740         * modules/wctype (wtype.h): Likewise.
2741
2742 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
2743
2744         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
2745
2746 2007-05-13  Bruno Haible  <bruno@clisp.org>
2747
2748         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
2749         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2750         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
2751         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
2752         (gl_PREREQ_STRTOK_R): Don't require it here.
2753
2754 2007-05-13  Bruno Haible  <bruno@clisp.org>
2755
2756         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
2757         when used in C++ mode.
2758
2759 2007-05-12  Bruno Haible  <bruno@clisp.org>
2760
2761         * lib/linebuffer.h: Tweak doc.
2762         * lib/linebuffer.c: Likewise.
2763
2764 2007-05-12  James Youngman  <jay@gnu.org>
2765
2766         * lib/linebuffer.c (readlinebuffer_delim): New function,
2767         like readlinebuffer, but use a caller-specified delimiter.
2768         (readlinebuffer): Just call readlinebuffer_delim with '\n'
2769         as the delimiter.
2770         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
2771
2772 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2773
2774         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
2775         * modules/openat (Files): Remove openat-die.c.
2776         (Depends-on): Add openat-die.
2777         * modules/openat-die: New module.
2778
2779 2007-05-06  Bruno Haible  <bruno@clisp.org>
2780
2781         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
2782         Update with info about Cygwin.
2783         * doc/functions/fprintf.texi: Update.
2784         * doc/functions/printf.texi: Update.
2785         * doc/functions/snprintf.texi: Update.
2786         * doc/functions/sprintf.texi: Update.
2787         * doc/functions/vfprintf.texi: Update.
2788         * doc/functions/vprintf.texi: Update.
2789         * doc/functions/vsnprintf.texi: Update.
2790         * doc/functions/vsprintf.texi: Update.
2791         Reported by Eric Blake.
2792
2793 2007-05-06  Bruno Haible  <bruno@clisp.org>
2794
2795         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
2796         padding ourselves for the floating-point directives.
2797         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
2798         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
2799         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2800         gl_PRINTF_FLAG_ZERO and test its result. Invoke
2801         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
2802         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2803         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2804         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2805         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2806         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2807         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2808         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2809         * tests/test-snprintf-posix.h (test_function): Also check the width
2810         and some flags in the %f directive.
2811         * tests/test-sprintf-posix.h (test_function): Likewise.
2812         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2813         * tests/test-vasprintf-posix.c (test_function): Likewise.
2814         * doc/functions/fprintf.texi: Update.
2815         * doc/functions/printf.texi: Update.
2816         * doc/functions/snprintf.texi: Update.
2817         * doc/functions/sprintf.texi: Update.
2818         * doc/functions/vfprintf.texi: Update.
2819         * doc/functions/vprintf.texi: Update.
2820         * doc/functions/vsnprintf.texi: Update.
2821         * doc/functions/vsprintf.texi: Update.
2822
2823 2007-05-06  Bruno Haible  <bruno@clisp.org>
2824
2825         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
2826         pass the ' flag character to sprintf or snprintf.
2827         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
2828         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
2829         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2830         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
2831         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
2832         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2833         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2834         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2835         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2836         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2837         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2838         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2839         * tests/test-snprintf-posix.h (test_function): Also check the grouping
2840         flag.
2841         * tests/test-sprintf-posix.h (test_function): Likewise.
2842         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2843         * tests/test-vasprintf-posix.c (test_function): Likewise.
2844         * doc/functions/fprintf.texi: Update.
2845         * doc/functions/printf.texi: Update.
2846         * doc/functions/snprintf.texi: Update.
2847         * doc/functions/sprintf.texi: Update.
2848         * doc/functions/vfprintf.texi: Update.
2849         * doc/functions/vprintf.texi: Update.
2850         * doc/functions/vsnprintf.texi: Update.
2851         * doc/functions/vsprintf.texi: Update.
2852
2853 2007-05-01  Bruno Haible  <bruno@clisp.org>
2854
2855         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
2856
2857 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
2858
2859         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
2860         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
2861
2862 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2863
2864         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
2865         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
2866         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
2867
2868 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
2869
2870         * lib/argp-help.c (struct hol_entry): New member `ord'.
2871         (HOL_ENTRY_PTRCMP): Use ord for comparison
2872         (hol_sort): Initialize ord.
2873
2874 2007-05-01  Bruno Haible  <bruno@clisp.org>
2875
2876         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
2877         Reported by Eric Blake.
2878         * doc/gnulib.texi (Function Substitutes): Update.
2879
2880 2007-05-01  Bruno Haible  <bruno@clisp.org>
2881
2882         * doc/functions.texi: Remove file, now redundant through
2883         doc/functions/*.texi.
2884
2885 2007-05-01  Bruno Haible  <bruno@clisp.org>
2886
2887         * modules/argp (Depends-on): Add sleep.
2888
2889 2007-05-01  Bruno Haible  <bruno@clisp.org>
2890
2891         * modules/sleep-tests: New file.
2892         * tests/test-sleep.c: New file.
2893
2894         * modules/sleep: New file.
2895         * lib/sleep.c: New file.
2896         * m4/sleep.m4: New file.
2897         * lib/unistd_.h (sleep): New declaration.
2898         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
2899         HAVE_SLEEP.
2900         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
2901         * doc/functions/sleep.texi: Document the sleep module.
2902
2903 2007-05-01  Bruno Haible  <bruno@clisp.org>
2904
2905         * lib/sigprocmask.h: Remove file.
2906         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
2907         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
2908         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
2909         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
2910         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
2911         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
2912         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
2913         HAVE_SIGSET_T as a shell variable.
2914         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
2915         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
2916         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
2917         (Depends-on): Add signal. Remove verify.
2918         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
2919         (Include): Mention <signal.h> instead of sigprocmask.h.
2920         * NEWS: Mention the change.
2921         * lib/fatal-signal.c: Don't include sigprocmask.h.
2922
2923 2007-05-01  Bruno Haible  <bruno@clisp.org>
2924
2925         * modules/signal: New file.
2926         * lib/signal_.h: New file.
2927         * m4/signal_h.m4: New file.
2928
2929 2007-05-01  Bruno Haible  <bruno@clisp.org>
2930
2931         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
2932         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
2933         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
2934         HAVE_WCTYPE_CTMP_BUG into wctype.h.
2935
2936 2007-05-01  Bruno Haible  <bruno@clisp.org>
2937
2938         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
2939         configure time.
2940         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
2941         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
2942         * modules/sys_stat (Makefile.am): Substitute their values into
2943         sys/stat.h.
2944
2945 2007-05-01  Bruno Haible  <bruno@clisp.org>
2946
2947         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
2948         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
2949         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
2950
2951 2007-05-01  Bruno Haible  <bruno@clisp.org>
2952
2953         * doc/header/assert.texi: Undo last change: don't mention the gnulib
2954         'assert' module here.
2955
2956 2007-05-01  Bruno Haible  <bruno@clisp.org>
2957
2958         * doc/functions/*.texi: New files.
2959         * doc/functions/google-ranking.txt: New file.
2960         * doc/gnulib.texi (Function Substitutes): New chapter.
2961         (ctime, inet_ntoa): Remove sections.
2962         * doc/ctime.texi: Remove file.
2963         * doc/inet_ntoa.texi: Remove file.
2964         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
2965         dependencies.
2966         (%.info): New rule, specifying a --reference-limit.
2967
2968 2007-05-01  Bruno Haible  <bruno@clisp.org>
2969
2970         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
2971
2972 2007-05-01  Bruno Haible  <bruno@clisp.org>
2973
2974         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
2975         the portability of 'mkdir' to mingw systems.
2976
2977 2007-05-01  Bruno Haible  <bruno@clisp.org>
2978
2979         * doc/headers/google-ranking.txt: New file.
2980
2981 2007-04-30  Eric Blake  <ebb9@byu.net>
2982
2983         Prefer fseeko to fseek.
2984         * modules/getpass (Depends-on): Add fseeko.
2985         * lib/getpass.c (getpass): Use fseeko, not fseek.
2986
2987 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
2988
2989         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
2990         assumes the sorting is stable, while most qsort implementations
2991         are not.  Use argument addresses to ensure they never compare as
2992         equal.
2993
2994         * tests/test-argp-2.sh (usage-indent test): Fix output
2995         (func_compare): Restore diff options
2996         * tests/test-argp.c: Restore #include "progname.h"
2997
2998 2007-04-29  Bruno Haible  <bruno@clisp.org>
2999
3000         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
3001         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
3002         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
3003         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3004         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
3005         (configure.ac): Define CHECK_SNPRINTF_POSIX.
3006         (TESTS, check_PROGRAMS): Add test-snprintf.
3007         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
3008         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
3009         (TESTS, check_PROGRAMS): Add test-vsnprintf.
3010         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
3011         assertions that fail on HP-UX, OSF/1, or IRIX.
3012         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
3013
3014 2007-04-29  Bruno Haible  <bruno@clisp.org>
3015
3016         * MODULES.html.sh (posix_functions): Remove 'contents'.
3017
3018 2007-04-29  Karl Berry  <karl@gnu.org>
3019
3020         * config/srclist.txt (gendocs_template_min): new entry.
3021
3022 2007-04-29  Bruno Haible  <bruno@clisp.org>
3023
3024         Work around fpurge bug on BSD systems.
3025         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
3026         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
3027         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
3028         fpurge to rpl_fpurge if the system already has this function.
3029         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
3030         the case where the system already has this function. Correct invariants
3031         on BSD systems.
3032         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
3033         BSD systems.
3034
3035 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
3036
3037         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
3038         proposed by Sven Verdoolaege.
3039
3040         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
3041         options.
3042         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
3043         (usage and help tests): Update
3044
3045 2007-04-29  Bruno Haible  <bruno@clisp.org>
3046
3047         * tests/test-fflush.c (main): Use a file of size 17, not 10.
3048         Print more information in case of failure. Disable a test on BeOS.
3049
3050 2007-04-29  Bruno Haible  <bruno@clisp.org>
3051
3052         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
3053         This helps debugging on systems on which no gdb is available.
3054
3055 2007-04-29  Bruno Haible  <bruno@clisp.org>
3056
3057         * lib/freading.h: Improve comments.
3058         * lib/fwriting.h: Likewise.
3059         * tests/test-freading.c (main): Don't check freading immediately after
3060         repositioning. Needed for glibc.
3061
3062 2007-04-29  Bruno Haible  <bruno@clisp.org>
3063
3064         * lib/freading.c (freading): Trivial simplification.
3065
3066 2007-04-28  Bruno Haible  <bruno@clisp.org>
3067
3068         * tests/test-fwriting.c (main): Also test the interaction between
3069         fflush and fwriting.
3070         * modules/fwriting-tests (Depends-on): Add fflush.
3071
3072         * tests/test-freading.c (main): Also test the interaction between
3073         fflush and freading.
3074         * modules/freading-tests (Depends-on): Add fflush.
3075
3076 2007-04-28  Bruno Haible  <bruno@clisp.org>
3077
3078         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
3079         fseeko and ftello.
3080         Suggested by Eric Blake.
3081
3082 2007-04-28  Jim Meyering  <jim@meyering.net>
3083
3084         Avoid false-negative in gl_STDINT_H's C99 conformance test.
3085         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
3086         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
3087
3088 2007-04-27  Eric Blake  <ebb9@byu.net>
3089
3090         * doc/headers/assert.texi (assert.h): Document assert module use.
3091
3092 2007-04-27  Bruno Haible  <bruno@clisp.org>
3093
3094         * doc/headers/*.texi: New files.
3095         * doc/gnulib.texi (Header File Substitutes): New chapter.
3096         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
3097         dependencies.
3098         (standards.info ,standards.html, standards.dvi): Update dependencies.
3099         (mostlyclean, clean): New targets.
3100
3101 2007-04-27  Bruno Haible  <bruno@clisp.org>
3102
3103         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
3104         * modules/sysexits (Files, Makefile.am): Update.
3105
3106         * lib/sys_socket_.h: Renamed from lib/socket_.h.
3107         * modules/sys_socket (Files, Makefile.am): Update.
3108
3109         * lib/sys_stat_.h: Renamed from lib/stat_.h.
3110         * modules/sys_stat (Files, Makefile.am): Update.
3111
3112 2007-04-27  Eric Blake  <ebb9@byu.net>
3113
3114         * lib/freading.h: Improve comments.
3115         * lib/fwriting.h: Likewise.
3116         * lib/fflush.c: Likewise.
3117
3118         Fix closein for mingw.
3119         * modules/closein-tests: Add tests for closein.
3120         * tests/test-closein.c: New file.
3121         * tests/test-closein.sh: Likewise.
3122         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
3123         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
3124
3125 2007-04-27  Bruno Haible  <bruno@clisp.org>
3126
3127         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
3128         version is < 6.
3129         * lib/math_.h [__DECC]: Likewise.
3130         * lib/stdio_.h [__DECC]: Likewise.
3131         * lib/stdlib_.h [__DECC]: Likewise.
3132         * lib/string_.h [__DECC]: Likewise.
3133         * lib/time_.h [__DECC]: Likewise.
3134         * lib/wchar_.h [__DECC]: Likewise.
3135         * lib/wctype_.h [__DECC]: Likewise.
3136
3137 2007-04-27  Bruno Haible  <bruno@clisp.org>
3138
3139         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
3140
3141 2007-04-27  Bruno Haible  <bruno@clisp.org>
3142
3143         * lib/fflush.c: Add comments.
3144         * modules/fpurge-tests (Depends-on): Add fflush.
3145         * modules/freadable-tests (Depends-on): Likewise.
3146         * modules/fwritable-tests (Depends-on): Likewise.
3147
3148 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
3149
3150         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
3151         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
3152         Report by Bruno Haible <bruno@clisp.org>.
3153
3154 2007-04-26  Eric Blake  <ebb9@byu.net>
3155
3156         Fix fflush on mingw.
3157         * modules/fflush (Depends-on): Add freading.
3158         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
3159         but unread data.
3160
3161 2007-04-26  Eric Blake  <ebb9@byu.net>
3162         and Bruno Haible  <bruno@clisp.org>
3163
3164         Implement freading and fwriting.
3165         * lib/freading.c: New file.
3166         * lib/freading.h: Likewise.
3167         * m4/freading.m4: Likewise.
3168         * modules/freading: Likewise.
3169         * modules/freading-tests: Likewise.
3170         * tests/test-freading.c: Likewise.
3171         * lib/fwriting.c: New file.
3172         * lib/fwriting.h: Likewise.
3173         * m4/fwriting.m4: Likewise.
3174         * modules/fwriting: Likewise.
3175         * modules/fwriting-tests: Likewise.
3176         * tests/test-fwriting.c: Likewise.
3177         * MODULES.html.sh (File stream based Input/Output): Mention them.
3178
3179 2007-04-26  Bruno Haible  <bruno@clisp.org>
3180
3181         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
3182         'long' when we assume it.
3183         Suggested by Eric Blake.
3184
3185 2007-04-26  Bruno Haible  <bruno@clisp.org>
3186
3187         Ensure fseeko, ftello are declared on glibc systems.
3188         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
3189         * modules/fseeko (configure.ac-early): Likewise.
3190         * modules/ftello (configure.ac-early): Likewise.
3191         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
3192         AC_FUNC_FSEEKO for this.
3193         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
3194         (gl_CHECK_FSEEKO): Remove macro.
3195
3196 2007-04-26  Bruno Haible  <bruno@clisp.org>
3197
3198         * tests/test-fflush.c (main): Also check the ftell result after
3199         fflush and fseek/fseeko.
3200         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
3201         file descriptor position cache in the stream.
3202         * lib/fseeko.c (rpl_fseeko): Likewise.
3203
3204 2007-04-26  Bruno Haible  <bruno@clisp.org>
3205
3206         * modules/fflush-tests (Depends-on): Add fseeko.
3207
3208 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
3209             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3210
3211         * lib/argz_.h: ensure error_t definition is obtained in same
3212         mechanism system argz.h would have.
3213         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
3214         argz facilities are known bad.  Err on the side of caution if
3215         cross-compiling.
3216
3217 2007-04-25  Eric Blake  <ebb9@byu.net>
3218
3219         * lib/fpurge.c (includes): Use stdlib.h for free.
3220         * tests/test-fflush.c (main): Also test fflush-fseeko.
3221
3222 2007-04-25  Bruno Haible  <bruno@clisp.org>
3223
3224         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
3225         * lib/fseeko.c: New file.
3226         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
3227         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
3228         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
3229         gl_FUNC_FSEEKO.
3230         (gl_FUNC_FSEEKO): Invoke it.
3231         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
3232         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
3233         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
3234
3235 2007-04-25  Bruno Haible  <bruno@clisp.org>
3236
3237         * modules/fflush (Depends-on): Add ftello.
3238
3239 2007-04-25  Bruno Haible  <bruno@clisp.org>
3240
3241         * modules/ftello-tests: New file.
3242         * tests/test-ftello.c: New file.
3243
3244         * modules/ftello: New file.
3245         * m4/ftello.m4: New file.
3246         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
3247         HAVE_FTELLO.
3248         * lib/stdio_.h (ftello): New declaration.
3249         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
3250         HAVE_FTELLO.
3251
3252 2007-04-25  Bruno Haible  <bruno@clisp.org>
3253
3254         * modules/fseeko-tests: New file.
3255         * tests/test-fseeko.c: New file.
3256
3257         * modules/fseeko: New file.
3258         * m4/fseeko.m4: New file.
3259         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
3260         HAVE_FSEEKO.
3261         * lib/stdio_.h (fseeko): New declaration.
3262         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
3263         HAVE_FSEEKO.
3264
3265 2007-04-25  Bruno Haible  <bruno@clisp.org>
3266
3267         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
3268
3269 2007-04-25  Bruno Haible  <bruno@clisp.org>
3270
3271         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
3272         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
3273         * tests/test-unistd.c: Likewise.
3274         * tests/test-fcntl.c: Likewise.
3275
3276 2007-04-23  Eric Blake  <ebb9@byu.net>
3277
3278         * lib/fflush.c: Fix missing include.
3279         Reported by Bruno Haible.
3280
3281 2007-04-23  Bruno Haible  <bruno@clisp.org>
3282
3283         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
3284         Reported by Eric Blake.
3285
3286 2007-04-23  Bruno Haible  <bruno@clisp.org>
3287
3288         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
3289
3290 2007-04-23  Bruno Haible  <bruno@clisp.org>
3291
3292         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
3293
3294 2007-04-23  Bruno Haible  <bruno@clisp.org>
3295
3296         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
3297         Needed on HP-UX 11.
3298
3299 2007-04-16  Eric Blake  <ebb9@byu.net>
3300
3301         Make fflush rely on fpurge.
3302         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
3303         open coding all variants.
3304         * modules/fflush (Depends-on): Add fpurge and unistd.
3305         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
3306         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
3307
3308         Fix --with-tests compilation on cygwin.
3309         * modules/argmatch-tests (Makefile.am): List gnulib library first
3310         in LDADD.
3311         * modules/argp-tests (Makefile.am): Likewise.
3312         * modules/array-list-tests (Makefile.am): Likewise.
3313         * modules/array-oset-tests (Makefile.am): Likewise.
3314         * modules/avltree-list-tests (Makefile.am): Likewise.
3315         * modules/avltree-oset-tests (Makefile.am): Likewise.
3316         * modules/avltreehash-list-tests (Makefile.am): Likewise.
3317         * modules/carray-list-tests (Makefile.am): Likewise.
3318         * modules/dirname-tests (Makefile.am): Likewise.
3319         * modules/frexp-tests (Makefile.am): Likewise.
3320         * modules/isnanl-tests (Makefile.am): Likewise.
3321         * modules/linked-list-tests (Makefile.am): Likewise.
3322         * modules/linkedhash-list-tests (Makefile.am): Likewise.
3323         * modules/lock-tests (Makefile.am): Likewise.
3324         * modules/rbtree-list-tests (Makefile.am): Likewise.
3325         * modules/rbtree-oset-tests (Makefile.am): Likewise.
3326         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
3327         * modules/tls-tests (Makefile.am): Likewise.
3328         * modules/tsearch-tests (Makefile.am): Likewise.
3329         * modules/xvasprintf-tests (Makefile.am): Likewise.
3330
3331         Fix fpurge for cygwin.
3332         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
3333         value.
3334         * modules/fpurge-tests (Depends-on): Clean up trash.
3335
3336 2007-04-16  Simon Josefsson  <simon@josefsson.org>
3337
3338         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
3339
3340         * m4/autobuild.m4: Re-indent.
3341
3342 2007-04-13  Bruno Haible  <bruno@clisp.org>
3343
3344         * modules/fpurge-tests: New file.
3345         * tests/test-fpurge.c: New file.
3346
3347         * modules/fpurge: New file.
3348         * lib/fpurge.h: New file.
3349         * lib/fpurge.c: New file.
3350         * m4/fpurge.m4: New file.
3351
3352 2007-04-13  Bruno Haible  <bruno@clisp.org>
3353
3354         * modules/fbufmode-tests: New file.
3355         * tests/test-fbufmode.c: New file.
3356
3357         * modules/fbufmode: New file.
3358         * lib/fbufmode.h: New file.
3359         * lib/fbufmode.c: New file.
3360         * m4/fbufmode.m4: New file.
3361
3362 2007-04-13  Bruno Haible  <bruno@clisp.org>
3363
3364         * modules/fwritable-tests: New file.
3365         * tests/test-fwritable.c: New file.
3366
3367         * modules/fwritable: New file.
3368         * lib/fwritable.h: New file.
3369         * lib/fwritable.c: New file.
3370         * m4/fwritable.m4: New file.
3371
3372 2007-04-13  Bruno Haible  <bruno@clisp.org>
3373
3374         * modules/freadable-tests: New file.
3375         * tests/test-freadable.c: New file.
3376
3377         * modules/freadable: New file.
3378         * lib/freadable.h: New file.
3379         * lib/freadable.c: New file.
3380         * m4/freadable.m4: New file.
3381
3382 2007-04-13  Bruno Haible  <bruno@clisp.org>
3383
3384         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
3385         MOSTLYCLEANFILES.
3386
3387 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
3388
3389         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
3390         gzip bootstrap.conf to avoid dragging in i18n machinery.
3391         (gnulib_tool_option): Use it.
3392
3393 2007-04-13  Bruno Haible  <bruno@clisp.org>
3394
3395         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
3396         %F directives.
3397         * tests/test-vasprintf-posix.c (test_function): Likewise.
3398         * tests/test-snprintf-posix.h (test_function): Likewise.
3399         * tests/test-sprintf-posix.h (test_function): Likewise.
3400         * tests/test-fprintf-posix.h (test_function): Likewise.
3401         * tests/test-printf-posix.h (test_function): Likewise.
3402         * tests/test-fprintf-posix.out: Likewise.
3403
3404 2007-04-13  Bruno Haible  <bruno@clisp.org>
3405
3406         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
3407         * modules/tls-tests (configure.ac): Likewise.
3408         Reported by Arto C. Nirkko <anirkko@insel.ch>.
3409
3410 2007-04-13  Bruno Haible  <bruno@clisp.org>
3411
3412         * lib/tls.c (glthread_tls_get): Fix return type.
3413         Patch by Arto C. Nirkko <anirkko@insel.ch>.
3414
3415 2007-04-12  Eric Blake  <ebb9@byu.net>
3416
3417         * modules/gettime (Depends-on): Remove gettime.
3418         Reported by Dmitry V. Levin.
3419
3420 2007-04-12  Bruno Haible  <bruno@clisp.org>
3421
3422         * modules/fflush (Include): Mention <stdio.h>.
3423         * modules/strtoimax (Include): Mention <inttypes.h>.
3424         * modules/strtoumax (Include): Likewise.
3425
3426 2007-04-12  Eric Blake  <ebb9@byu.net>
3427
3428         * .cvsignore: New file.
3429         * .gitignore: Likewise.
3430
3431 2007-04-12  Bruno Haible  <bruno@clisp.org>
3432
3433         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
3434         not before, since $(LDADD) often contains libgnu.a.
3435         * modules/striconv-tests (test_striconv_LDADD): Likewise.
3436         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
3437         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
3438         Needed on Cygwin.
3439
3440 2007-04-12  Eric Blake  <ebb9@byu.net>
3441
3442         Work around glibc's failure to flush stdin on fclose.
3443         * lib/closein.c (close_stdin): Flush stdin before closing.
3444
3445         Work around glibc's failure to reset seekable stdin on exit.
3446         * modules/closein: New module.
3447         * lib/closein.c: New file.
3448         * lib/closein.h: Likewise.
3449         * m4/closein.m4: Likewise.
3450         * MODULES.html.sh (File stream based Input/Output): Document it.
3451
3452 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3453
3454         * gnulib-tool: Rename generated 'autobuild' script to
3455         'do-autobuild' in --create-megatestdir output.
3456
3457         * doc/gnulib.texi (Build robot for gnulib): Fix.
3458
3459 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3460
3461         * modules/sysexits (Depends-on): Add absolute-header.
3462
3463 2007-04-12  Eric Blake  <ebb9@byu.net>
3464
3465         No need to preserve errno on success.
3466         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
3467         Reported by Bruno Haible.
3468
3469 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3470
3471         * MODULES.html.sh (Support for maintaining and releasing
3472         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
3473
3474 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3475
3476         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
3477
3478 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3479
3480         * modules/autobuild: New module.
3481
3482         * m4/autobuild.m4: New file.
3483
3484 2007-04-11  Bruno Haible  <bruno@clisp.org>
3485
3486         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
3487         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
3488         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
3489         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
3490         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3491         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3492         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3493         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
3494         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3495         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3496         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
3497         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3498         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3499         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
3500         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3501         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3502         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
3503         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3504         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3505         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
3506         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3507         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3508         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
3509         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3510         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3511         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
3512         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3513         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3514         Reported by Eric Blake.
3515
3516 2007-04-11  Bruno Haible  <bruno@clisp.org>
3517
3518         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
3519
3520 2007-04-10  Bruno Haible  <bruno@clisp.org>
3521
3522         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
3523         for NaN and Infinity. Needed on FreeBSD 6.1.
3524         * tests/test-vasnprintf-posix.c (test_function): Undo last change
3525         regarding results for "%010a" of Infinity and NaN.
3526         * tests/test-vasprintf-posix.c (test_function): Likewise.
3527         * tests/test-snprintf-posix.h (test_function): Likewise.
3528         * tests/test-sprintf-posix.h (test_function): Likewise.
3529         * tests/test-fprintf-posix.h (test_function): Likewise.
3530         * tests/test-printf-posix.h (test_function): Likewise.
3531         * tests/test-fprintf-posix.out: Likewise.
3532
3533 2007-04-10  Bruno Haible  <bruno@clisp.org>
3534
3535         * modules/locale-tests: New file.
3536         * tests/test-locale.c: New file.
3537
3538         * modules/locale: New file.
3539         * lib/locale_.h: New file.
3540         * m4/locale_h.m4: New file.
3541
3542 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3543             Bruno Haible  <bruno@clisp.org>
3544
3545         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
3546         be determined, test for availability of the copysignf, copysign,
3547         copysignl functions.
3548         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
3549         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
3550         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
3551
3552 2007-04-09  Eric Blake  <ebb9@byu.net>
3553
3554         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
3555         * modules/stdio (Makefile.am): Support fflush.
3556         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
3557         * modules/fflush: New file.
3558         * lib/fflush.c: Likewise.
3559         * m4/fflush.m4: Likewise.
3560         * modules/fflush-tests: New test.
3561         * tests/test-fflush.c: Likewise.
3562         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
3563
3564 2007-04-06  Bruno Haible  <bruno@clisp.org>
3565
3566         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
3567         (VASNPRINTF): Use signbit for faster determination whether to print a
3568         minus sign.
3569         * modules/vasnprintf (Files): Remove lib/float+.h.
3570         * modules/fprintf-posix (Depends-on): Add signbit.
3571         * modules/snprintf-posix (Depends-on): Likewise.
3572         * modules/sprintf-posix (Depends-on): Likewise.
3573         * modules/vasnprintf-posix (Depends-on): Likewise.
3574         * modules/vasprintf-posix (Depends-on): Likewise.
3575         * modules/vfprintf-posix (Depends-on): Likewise.
3576         * modules/vsnprintf-posix (Depends-on): Likewise.
3577         * modules/vsprintf-posix (Depends-on): Likewise.
3578
3579 2007-04-06  Bruno Haible  <bruno@clisp.org>
3580
3581         * tests/test-frexp.c (main): Test also the sign bit of zero results.
3582         * tests/test-frexpl.c (main): Likewise.
3583         * tests/test-ldexpl.c (main): Likewise.
3584         * modules/frexp-tests (Depends-on): Add signbit.
3585         * modules/frexpl-tests (Depdends-on): Likewise.
3586         * modules/ldexpl-tests (Depdends-on): Likewise.
3587
3588 2007-04-06  Bruno Haible  <bruno@clisp.org>
3589
3590         * modules/signbit-tests: New file.
3591         * tests/test-signbit.c: New file.
3592
3593         * modules/signbit: New file.
3594         * lib/signbitf.c: New file.
3595         * lib/signbitd.c: New file.
3596         * lib/signbitl.c: New file.
3597         * m4/signbit.m4: New file.
3598         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
3599         (signbit): New macro.
3600         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
3601         REPLACE_SIGNBIT.
3602         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
3603         REPLACE_FREXPL into math.h.
3604
3605 2007-04-06  Bruno Haible  <bruno@clisp.org>
3606
3607         * modules/isnanf-nolibm-tests: New file.
3608         * tests/test-isnanf.c: New file.
3609
3610         * modules/isnanf-nolibm: New file.
3611         * lib/isnanf.h: New file.
3612         * lib/isnanf.c: New file.
3613         * lib/isnan.c: Consider the USE_FLOAT macro.
3614         * m4/isnanf.m4: New file.
3615
3616 2007-04-06  Bruno Haible  <bruno@clisp.org>
3617
3618         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
3619         (Link): New section.
3620
3621         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
3622
3623 2007-04-06  Bruno Haible  <bruno@clisp.org>
3624
3625         Assume the 'long double' type.
3626         * m4/longdouble.m4: Remove file.
3627         * config/srclist.txt: Don't mention longdouble.m4.
3628         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
3629         * lib/float+.h: Likewise.
3630         * lib/frexp.c: Likewise.
3631         * lib/printf-args.h: Likewise.
3632         * lib/printf-args.c: Likewise.
3633         * lib/printf-frexp.c: Likewise.
3634         * lib/printf-parse.c: Likewise.
3635         * lib/vasnprintf.c: Likewise.
3636         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
3637         * m4/intl.m4: Likewise.
3638         * m4/isnanl.m4: Likewise.
3639         * m4/printf.m4: Likewise.
3640         * m4/printf-frexpl.m4: Likewise.
3641         * m4/vasnprintf.m4: Likewise.
3642         * modules/allocsa (Files): Remove m4/longdouble.m4.
3643         * modules/gettext (Files): Likewise.
3644         * modules/relocatable-prog-wrapper (Files): Likewise.
3645         * modules/vasnprintf (Files): Likewise.
3646         * modules/isnanl (Files): Likewise.
3647         (Include): Simplify.
3648         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
3649         (Include): Simplify.
3650         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
3651         (Include): Simplify.
3652         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
3653         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3654         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
3655         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3656         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
3657         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3658         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
3659         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3660         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
3661         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3662         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
3663         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3664         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
3665         * tests/test-isnanl.c: Likewise.
3666         * tests/test-snprintf-posix.h: Likewise.
3667         * tests/test-sprintf-posix.h: Likewise.
3668         * tests/test-vasnprintf-posix.c: Likewise.
3669         * tests/test-vasnprintf-posix2.c: Likewise.
3670         * tests/test-vasprintf-posix.c: Likewise.
3671
3672 2007-04-06  Bruno Haible  <bruno@clisp.org>
3673
3674         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
3675         * lib/math_.h [__DECC]: Include the overridden include file through
3676         #include_next, outside the double-inclusion guard.
3677         * lib/stdio_.h [__DECC]: Likewise.
3678         * lib/stdlib_.h [__DECC]: Likewise.
3679         * lib/string_.h [__DECC]: Likewise.
3680         * lib/time_.h [__DECC]: Likewise.
3681         * lib/wchar_.h [__DECC]: Likewise.
3682         * lib/wctype_.h [__DECC]: Likewise.
3683         * lib/inttypes_.h [__DECC]: Likewise.
3684         Reported by Albert Chin <china@thewrittenword.com> in
3685         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
3686
3687 2007-04-04  Eric Blake  <ebb9@byu.net>
3688
3689         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
3690         1.5.x.
3691
3692 2007-04-04  Bruno Haible  <bruno@clisp.org>
3693
3694         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
3695         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
3696
3697 2007-04-04  Bruno Haible  <bruno@clisp.org>
3698
3699         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
3700         results for "%010a" of Infinity and NaN.
3701         * tests/test-vasprintf-posix.c (test_function): Likewise.
3702         * tests/test-snprintf-posix.h (test_function): Likewise.
3703         * tests/test-sprintf-posix.h (test_function): Likewise.
3704         * tests/test-fprintf-posix.h (test_function): Remove these tests.
3705         * tests/test-printf-posix.h (test_function): Likewise.
3706         * tests/test-fprintf-posix.out: Update.
3707         Needed for FreeBSD 6.1.
3708
3709 2007-04-04  Bruno Haible  <bruno@clisp.org>
3710
3711         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
3712         directly used by the gnulib modules nor by gnulib-tool.
3713
3714 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
3715
3716         * DEPENDENCIES: Give overall description of version dependency
3717         desirability.  Use more-typical names for apps.
3718         Add shell, coreutils, diffutils, grep, tar, gzip.
3719
3720 2007-04-04  Simon Josefsson  <simon@josefsson.org>
3721
3722         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
3723
3724 2007-04-04  Karl Berry  <karl@gnu.org>
3725
3726         * MODULES.html.sh (func_module): missing '.
3727
3728 2007-04-03  Bruno Haible  <bruno@clisp.org>
3729
3730         * modules/argmatch-tests (Makefile.am): New variable
3731         test_argmatch_LDADD.
3732         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
3733         * modules/array-list-tests (Makefile.am): New variable
3734         test_array_list_LDADD.
3735         * modules/array-oset-tests (Makefile.am): New variable
3736         test_array_oset_LDADD.
3737         * modules/avltree-list-tests (Makefile.am): New variable
3738         test_avltree_list_LDADD.
3739         * modules/avltree-oset-tests (Makefile.am): New variable
3740         test_avltree_oset_LDADD.
3741         * modules/avltreehash-list-tests (Makefile.am): New variable
3742         test_avltreehash_list_LDADD.
3743         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
3744         test_canonicalize_lgpl_LDADD.
3745         * modules/carray-list-tests (Makefile.am): New variable
3746         test_carray_list_LDADD.
3747         * modules/dirname-tests (Makefile.am): New variable
3748         test_dirname_LDADD.
3749         * modules/linked-list-tests (Makefile.am): New variable
3750         test_linked_list_LDADD.
3751         * modules/linkedhash-list-tests (Makefile.am): New variable
3752         test_linkedhash_list_LDADD.
3753         * modules/rbtree-list-tests (Makefile.am): New variable
3754         test_rbtree_list_LDADD.
3755         * modules/rbtree-oset-tests (Makefile.am): New variable
3756         test_rbtree_oset_LDADD.
3757         * modules/rbtreehash-list-tests (Makefile.am): New variable
3758         test_rbtreehash_list_LDADD.
3759         * modules/xvasprintf-tests (Makefile.am): New variable
3760         test_xvasprintf_LDADD.
3761         Reported by Eric Blake.
3762
3763 2007-04-03  Eric Blake  <ebb9@byu.net>
3764
3765         * DEPENDENCIES: Weaken m4 requirements.
3766
3767 2007-04-03  Bruno Haible  <bruno@clisp.org>
3768
3769         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
3770         * modules/isnanl-tests (configure.ac): Likewise.
3771
3772 2007-04-03  Ben Pfaff  <blp@gnu.org>
3773
3774         * modules/iconv_open: Add $(srcdir)/ to source directory
3775         references in Makefile fragments that call gperf, to fix VPATH
3776         builds.
3777
3778 2007-04-03  Bruno Haible  <bruno@clisp.org>
3779
3780         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
3781         * lib/ldexpl.c: Undo last change.
3782
3783 2007-04-03  Bruno Haible  <bruno@clisp.org>
3784
3785         * modules/printf-frexpl (Depends-on): Undo last change.
3786         (Files): Add m4/ldexpl.m4.
3787
3788 2007-04-03  Bruno Haible  <bruno@clisp.org>
3789
3790         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
3791         * modules/isnanl (Link): New section.
3792
3793         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
3794         * modules/frexp (Link): New section.
3795
3796         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
3797         * modules/frexpl (Link): New section.
3798
3799         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
3800         * modules/ldexpl (Link): New section.
3801
3802 2007-04-03  Bruno Haible  <bruno@clisp.org>
3803
3804         * modules/TEMPLATE-EXTENDED: New file.
3805         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
3806
3807 2007-04-03  Bruno Haible  <bruno@clisp.org>
3808
3809         * DEPENDENCIES: New file.
3810         Suggested by Simon Josefsson.
3811
3812 2007-04-03  Bruno Haible  <bruno@clisp.org>
3813
3814         * doc/gnulib.texi: Escape @.
3815
3816 2007-04-03  James Youngman  <jay@gnu.org>
3817         and Paul Eggert  <eggert@cs.ucla.edu>
3818
3819         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
3820         birthtime on all systems that have birthtime, not just those which
3821         use st_birthtimensec rather than st_birthtim.  Putting zero in
3822         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
3823         that the birth time is not available for files on an NFS mount.
3824
3825 2007-04-03  Simon Josefsson  <simon@josefsson.org>
3826
3827         * modules/memxor: Move back from crypto/, suggested by Bruno.
3828         * modules/crypto/hmac-sha1: Fix memxor dependency.
3829
3830         * modules/crypto/gc: Moved from ../.
3831
3832 2007-04-02  Eric Blake  <ebb9@byu.net>
3833
3834         * lib/ldexpl.c (includes): Avoid libm.
3835
3836         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
3837
3838 2007-04-02  Bruno Haible  <bruno@clisp.org>
3839
3840         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
3841         on IRIX.
3842
3843 2007-04-02  Bruno Haible  <bruno@clisp.org>
3844
3845         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
3846         x86 or x86_64 platforms running MacOS X.
3847         Reported by Ryan Schmidt <@ryandesign.com>.
3848
3849 2007-04-02  Bruno Haible  <bruno@clisp.org>
3850
3851         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
3852         i386.
3853
3854 2007-04-01  Simon Josefsson  <simon@josefsson.org>
3855
3856         * modules/crypto/arcfour: Moved from ../.
3857         * modules/crypto/arcfour-tests: Moved from ../.
3858         * modules/crypto/arctwo: Moved from ../.
3859         * modules/crypto/arctwo-tests: Moved from ../.
3860         * modules/crypto/des: Moved from ../.
3861         * modules/crypto/des-tests: Moved from ../.
3862         * modules/crypto/gc-arcfour: Moved from ../.
3863         * modules/crypto/gc-arcfour-tests: Moved from ../.
3864         * modules/crypto/gc-arctwo: Moved from ../.
3865         * modules/crypto/gc-arctwo-tests: Moved from ../.
3866         * modules/crypto/gc-des: Moved from ../.
3867         * modules/crypto/gc-des-tests: Moved from ../.
3868         * modules/crypto/gc-hmac-md5: Moved from ../.
3869         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
3870         * modules/crypto/gc-hmac-sha1: Moved from ../.
3871         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
3872         * modules/crypto/gc-md2: Moved from ../.
3873         * modules/crypto/gc-md2-tests: Moved from ../.
3874         * modules/crypto/gc-md4: Moved from ../.
3875         * modules/crypto/gc-md4-tests: Moved from ../.
3876         * modules/crypto/gc-md5: Moved from ../.
3877         * modules/crypto/gc-md5-tests: Moved from ../.
3878         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
3879         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
3880         * modules/crypto/gc-random: Moved from ../.
3881         * modules/crypto/gc-rijndael: Moved from ../.
3882         * modules/crypto/gc-rijndael-tests: Moved from ../.
3883         * modules/crypto/gc-sha1: Moved from ../.
3884         * modules/crypto/gc-sha1-tests: Moved from ../.
3885         * modules/crypto/gc-tests: Moved from ../.
3886         * modules/crypto/hmac-md5: Moved from ../.
3887         * modules/crypto/hmac-md5-tests: Moved from ../.
3888         * modules/crypto/hmac-sha1: Moved from ../.
3889         * modules/crypto/hmac-sha1-tests: Moved from ../.
3890         * modules/crypto/md2: Moved from ../.
3891         * modules/crypto/md2-tests: Moved from ../.
3892         * modules/crypto/md4: Moved from ../.
3893         * modules/crypto/md4-tests: Moved from ../.
3894         * modules/crypto/md5: Moved from ../.
3895         * modules/crypto/md5-tests: Moved from ../.
3896         * modules/crypto/memxor: Moved from ../.
3897         * modules/crypto/rijndael: Moved from ../.
3898         * modules/crypto/rijndael-tests: Moved from ../.
3899         * modules/crypto/sha1: Moved from ../.
3900
3901 2007-03-30  James Youngman  <jay@gnu.org>
3902
3903         * tests/test-stat-time.c (prepare_test): use chmod() rather than
3904         rename() to change the ctime of a file (because ctime is unaffected
3905         by rename on jfs2 on AIX 5.1).
3906         (main): Start by doing cleanup, in case a previous run failed leaving
3907         test files behind.
3908
3909 2007-03-31  Bruno Haible  <bruno@clisp.org>
3910
3911         Support old proprietary implementations of iconv.
3912         * modules/iconv_open: New file.
3913         * lib/iconv_.h: New file.
3914         * m4/iconv_h.m4: New file.
3915         * lib/iconv_open.c: New file.
3916         * lib/iconv_open-aix.gperf: New file.
3917         * lib/iconv_open-hpux.gperf: New file.
3918         * lib/iconv_open-irix.gperf: New file.
3919         * lib/iconv_open-osf.gperf: New file.
3920         * m4/iconv_open.m4: New file.
3921         * modules/linebreak (Depends-on): Add iconv_open.
3922         * modules/striconv (Depends-on): Likewise.
3923         * modules/striconveh (Depends-on): Likewise.
3924         * modules/unicodeio (Depends-on): Likewise.
3925         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
3926         (iconv_t)(-1).
3927         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
3928         conversion if cd is (iconv_t)(-1).
3929         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
3930         is not possible.
3931
3932 2007-03-31  Bruno Haible  <bruno@clisp.org>
3933
3934         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3935         work on Solaris either. Protect also second use of "autodetect_jp".
3936
3937 2007-03-31  Bruno Haible  <bruno@clisp.org>
3938
3939         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
3940         the function is not present.
3941
3942 2007-03-31  Bruno Haible  <bruno@clisp.org>
3943
3944         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
3945         the function is not present.
3946
3947 2007-03-31  Bruno Haible  <bruno@clisp.org>
3948
3949         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
3950         a bug in HP-UX iconv_open().
3951
3952 2007-03-31  Bruno Haible  <bruno@clisp.org>
3953
3954         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
3955         (Mathematics <math.h>): New section, add fpieee.
3956         (Input/output <stdio.h>): Add fseterr.
3957         (Mathematics <math.h>): New section, add printf-frexp.
3958         (Container data structures): Add sublist.
3959         (Core language properties): Add fpucw, inline.
3960         (Functions for greatest-width integer types <inttypes.h>): Add
3961         imaxabs, imaxdiv, inttypes.
3962         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
3963         isnanl-nolibm, ldexp.
3964         (Mathematics <math.h>): New section, add printf-frexpl.
3965         (Support for systems lacking POSIX:2001): Add fprintf-posix,
3966         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
3967         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
3968         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
3969         (Unicode string functions): Add unistr/u*-mbtoucr.
3970         (Java): Add javacomp-script, javaexec-script.
3971         (C#): Add csharpcomp-script, csharpexec-script.
3972         (Support for building libraries and executables): Add havelib,
3973         relocatable-*.
3974         (Support for maintaining and releasing projects): Renamed from
3975         'Support for maintaining and release projects'. Add announce-gen.
3976
3977 2007-03-31  Bruno Haible  <bruno@clisp.org>
3978
3979         * README: Talk primarily about git.
3980         (git and CVS): Renamed from CVS.
3981         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
3982         gnulib is available through git.
3983         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
3984
3985 2007-03-30  Bruno Haible  <bruno@clisp.org>
3986
3987         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
3988         * lib/poll_.h: Likewise.
3989         * lib/stat_.h: Likewise.
3990         * lib/sys_time_.h: Likewise.
3991         * lib/sysexit_.h: Likewise.
3992         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
3993         * lib/stdbool_.h: Likewise.
3994         * lib/byteswap_.h: Add double-inclusion guard.
3995
3996 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
3997
3998         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
3999
4000 2007-03-30  Karl Berry  <karl@gnu.org>
4001
4002         * config/srclist-update: double space after USA in the license
4003         substitution, since that's how it's usually (?) written.
4004
4005 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
4006
4007         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
4008         reported by Bruno Haible.
4009
4010 2007-03-29  Bruno Haible  <bruno@clisp.org>
4011
4012         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
4013         a bug in AIX iconv().
4014
4015 2007-03-29  Bruno Haible  <bruno@clisp.org>
4016
4017         * modules/ldexpl-tests: New file.
4018         * tests/test-ldexpl.c: New file.
4019
4020 2007-03-29  Bruno Haible  <bruno@clisp.org>
4021
4022         * lib/ldexpl.c: Include fpucw.h.
4023         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
4024         multiplication.
4025         * modules/ldexpl (Depends-on): Add fpucw.
4026
4027 2007-03-29  Bruno Haible  <bruno@clisp.org>
4028
4029         * modules/ldexpl: New file.
4030         * m4/ldexpl.m4: New file.
4031         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
4032         set.
4033         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
4034         REPLACE_LDEXPL.
4035         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
4036         REPLACE_LDEXPL.
4037         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
4038         gl_FUNC_LDEXPL_WORKS.
4039         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
4040         * modules/mathl (Files): Remove lib/ldexpl.c.
4041         (Depends-on): Add ldexpl.
4042
4043 2007-03-29  Bruno Haible  <bruno@clisp.org>
4044
4045         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
4046
4047 2007-03-29  Bruno Haible  <bruno@clisp.org>
4048
4049         * tests/test-striconveh.c (main): Don't assume that a direct conversion
4050         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
4051         and possibly also HP-UX.
4052         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
4053         work on AIX, IRIX, HP-UX, OSF/1.
4054         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
4055         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
4056         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
4057         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
4058         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
4059         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
4060
4061 2007-03-29  Bruno Haible  <bruno@clisp.org>
4062
4063         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
4064
4065 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
4066
4067         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
4068         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
4069
4070 2007-03-29  Eric Blake  <ebb9@byu.net>
4071
4072         * lib/acl-internal.h: Remove redundant include.
4073         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
4074         Cygwin when a file is locked.
4075
4076 2007-03-29  Bruno Haible  <bruno@clisp.org>
4077
4078         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
4079         file.
4080         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
4081
4082 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
4083
4084         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
4085         try to remove a parent directory if the child couldn't be removed
4086         (except for the first rmdir, which could fail because the child
4087         doesn't exist).  Problem reported by Jeff Blaine in
4088         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
4089
4090 2007-03-28  Bruno Haible  <bruno@clisp.org>
4091
4092         * lib/striconveh.c (utf8conv_carefully): New function.
4093         (mem_cd_iconveh_internal): Invoke it.
4094
4095 2007-03-28  Bruno Haible  <bruno@clisp.org>
4096
4097         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
4098         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
4099         input.
4100         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
4101         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
4102         unistr/u8-uctomb.
4103
4104 2007-03-28  Bruno Haible  <bruno@clisp.org>
4105
4106         * modules/unistr/u8-mbtoucr: New file.
4107         * lib/unistr/u8-mbtoucr.c: New file.
4108         * modules/unistr/u16-mbtoucr: New file.
4109         * lib/unistr/u16-mbtoucr.c: New file.
4110         * modules/unistr/u16-mbtoucr: New file.
4111         * lib/unistr/u16-mbtoucr.c: New file.
4112         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
4113
4114 2007-03-27  Simon Josefsson  <simon@josefsson.org>
4115             Bruno Haible  <bruno@clisp.org>
4116
4117         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
4118         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
4119         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
4120
4121         * m4/stdio_h.m4: Add stubs for vasprintf too.
4122
4123         * modules/stdio: Support vasprintf in sed command.
4124
4125         * modules/vasprintf: Depend on stdio for prototypes.  Remove
4126         vasprintf.h.  Add stdio module indicator.
4127
4128         * lib/stdio_.h: Declare asprintf and vasprintf, based on
4129         vasprintf.h.
4130
4131         * lib/vasprintf.h: File removed.
4132
4133         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
4134         * lib/vasprintf.c: Ditto.
4135         * lib/xvasprintf.c: Ditto.
4136         * tests/test-vasprintf-posix.c: Ditto.
4137         * tests/test-vasprintf.c: Ditto.
4138
4139 2007-03-27  Bruno Haible  <bruno@clisp.org>
4140
4141         Make vasnprintf multithread-safe.
4142         * lib/vasnprintf.c (decimal_point_char): New function.
4143         (VASNPRINTF): Use it.
4144         Suggested by Simon Josefsson.
4145
4146 2007-03-27  Eric Blake  <ebb9@byu.net>
4147
4148         Support sub-second birthtime on cygwin.
4149         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
4150         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
4151         (get_stat_birthtime): Also work with st_birthtim.
4152
4153 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
4154
4155         * lib/stat-time.h (USE_BIRTHTIME): Remove.
4156         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
4157         (get_stat_birthtime_ns): Do not try to use "spare" fields.
4158         (get_stat_birthtime_ns): Simplify compile-time tests.
4159         (get_stat_birthtime): Change the API to look like
4160         get_stat_mtime etc., except return a negative tv_nsec on error.
4161         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
4162         Don't check for "spare" fields.
4163         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
4164         or for struct stat.st_birthtime, as these tests aren't used.
4165         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
4166
4167 2007-03-27  Bruno Haible  <bruno@clisp.org>
4168
4169         * lib/stat-time.h: Include <sys/stat.h>.
4170
4171 2007-03-27  James Youngman  <jay@gnu.org>
4172
4173         * lib/stat-time.h (get_stat_birthtime): New function for
4174           retrieving st_birthtime as provided by UFS2 (hence *BSD).
4175         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
4176           and its variants.
4177         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
4178         * modules/stat-time-test: New file.
4179         * tests/test-stat-time.c: New test, devised by Bruno Haible.
4180
4181 2007-03-26  Bruno Haible  <bruno@clisp.org>
4182
4183         Better support of signalling NaNs.
4184         * lib/atanl.c: Include isnanl.h.
4185         (atanl): Perform test for NaN at the beginning of the function and
4186         through a call to isnanl.
4187         * lib/cosl.c: Include isnanl.h.
4188         (cosl): Perform test for NaN at the beginning of the function and
4189         through a call to isnanl.
4190         * lib/ldexpl.c: Include isnanl.h.
4191         (ldexpl): Perform test for NaN through a call to isnanl.
4192         * lib/logl.c: Include isnanl.h.
4193         (logl): Perform test for NaN at the beginning of the function and
4194         through a call to isnanl.
4195         * lib/sinl.c: Include isnanl.h.
4196         (sinl): Perform test for NaN at the beginning of the function and
4197         through a call to isnanl.
4198         * lib/sqrtl.c: Include isnanl.h.
4199         (sqrtl): Perform test for NaN at the beginning of the function and
4200         through a call to isnanl.
4201         * lib/tanl.c: Include isnanl.h.
4202         (tanl): Perform test for NaN at the beginning of the function and
4203         through a call to isnanl.
4204         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
4205         * modules/mathl (Depends-on): Add isnanl.
4206
4207 2007-03-26  Eric Blake  <ebb9@byu.net>
4208
4209         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
4210         regression in logic sense of previous patch.
4211
4212 2007-03-26  Bruno Haible  <bruno@clisp.org>
4213
4214         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
4215         unportable shell command "if ! ...".
4216         Reported by Ralf Wildenhues.
4217
4218 2007-03-25  Bruno Haible  <bruno@clisp.org>
4219
4220         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
4221         <sysexits.h> file, and only add EX_CONFIG.
4222         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
4223         absolute file name and whether it is sufficient. Substitute also
4224         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
4225         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
4226         ABSOLUTE_SYSEXITS_H into sysexits.h.
4227
4228 2007-03-25  Bruno Haible  <bruno@clisp.org>
4229
4230         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
4231         hints is NULL.
4232
4233 2007-03-25  Bruno Haible  <bruno@clisp.org>
4234
4235         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
4236         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
4237
4238 2007-03-25  Bruno Haible  <bruno@clisp.org>
4239
4240         * lib/vasnprintf.c: Include langinfo.h.
4241         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
4242         multithread-safe.
4243         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
4244         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
4245         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4246         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4247         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4248         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4249         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4250         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
4251         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4252         Reported by Simon Josefsson.
4253
4254 2007-03-25  Bruno Haible  <bruno@clisp.org>
4255
4256         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
4257         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
4258         * modules/vasnprintf (Depends-on): Add stdint.
4259
4260 2007-03-25  Bruno Haible  <bruno@clisp.org>
4261
4262         * modules/fpieee: New file.
4263         * m4/fpieee.m4: New file.
4264         * modules/isnan-nolibm (Depends-on): Add fpieee.
4265         * modules/isnanl-nolibm (Depends-on): Add fpieee.
4266         * modules/isnanl (Depends-on): Add fpieee.
4267
4268 2007-03-25  Bruno Haible  <bruno@clisp.org>
4269
4270         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
4271
4272 2007-03-25  Bruno Haible  <bruno@clisp.org>
4273
4274         Avoid test failures on IRIX 6.5.
4275         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
4276         (main): Use it.
4277         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
4278         macros.
4279         (main): Use them.
4280
4281 2007-03-25  Bruno Haible  <bruno@clisp.org>
4282
4283         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
4284         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
4285         exists but doesn't work.
4286         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
4287         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
4288         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
4289         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
4290
4291 2007-03-25  Bruno Haible  <bruno@clisp.org>
4292
4293         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
4294         returns inf. Needed on IRIX 6.5.
4295
4296 2007-03-25  Bruno Haible  <bruno@clisp.org>
4297
4298         * tests/test-frexpl.c: Include isnanl-nolibm.h.
4299         (main): Use isnanl instead of x != x idiom.
4300         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
4301
4302         * tests/test-frexp.c: Include isnan.h.
4303         (main): Use isnan instead of x != x idiom.
4304         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
4305
4306 2007-03-25  Bruno Haible  <bruno@clisp.org>
4307
4308         * tests/test-frexp.c (NaN): New function/macro.
4309         (main): Use it instead of 0.0 / 0.0.
4310         * tests/test-isnan.c (NaN): New function/macro.
4311         (main): Use it instead of 0.0 / 0.0.
4312         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
4313         (test_function): Use it instead of 0.0 / 0.0.
4314         * tests/test-vasprintf-posix.c (NaN): New function/macro.
4315         (test_function): Use it instead of 0.0 / 0.0.
4316         * tests/test-snprintf-posix.h (NaN): New function/macro.
4317         (test_function): Use it instead of 0.0 / 0.0.
4318         * tests/test-sprintf-posix.h (NaN): New function/macro.
4319         (test_function): Use it instead of 0.0 / 0.0.
4320         * tests/test-fprintf-posix.h (NaN): New function/macro.
4321         (test_function): Use it instead of 0.0 / 0.0.
4322         * tests/test-printf-posix.h (NaN): New function/macro.
4323         (test_function): Use it instead of 0.0 / 0.0.
4324
4325         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
4326
4327 2007-03-25  Bruno Haible  <bruno@clisp.org>
4328
4329         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
4330
4331 2007-03-25  Bruno Haible  <bruno@clisp.org>
4332
4333         * lib/regexec.c (merge_state_with_log): Make static.
4334
4335 2007-03-25  Bruno Haible  <bruno@clisp.org>
4336
4337         * lib/trigl.c (kernel_rem_pio2): Make static.
4338
4339 2007-03-25  Bruno Haible  <bruno@clisp.org>
4340
4341         * lib/sincosl.c (sincosl_table): Make static.
4342
4343 2007-03-25  Bruno Haible  <bruno@clisp.org>
4344
4345         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
4346         if the compiler does not support C99.
4347
4348 2007-03-25  Bruno Haible  <bruno@clisp.org>
4349
4350         * modules/time (Makefile.am): Ensure all rule action lines start with a
4351         tab.
4352
4353 2007-03-24  Bruno Haible  <bruno@clisp.org>
4354
4355         * modules/tsearch-tests: New file.
4356         * tests/test-tsearch.sh: New file.
4357         * tests/test-tsearch.c: New file, mostly copied from glibc.
4358
4359         * modules/search-tests: New file.
4360         * tests/test-search.c: New file.
4361
4362         * modules/search: New file.
4363         * lib/search_.h: New file, incorporating lib/tsearch.h.
4364         * m4/search_h.m4: New file.
4365         * lib/tsearch.h: Remove file.
4366         * lib/tsearch.c: Include search.h instead of tsearch.h.
4367         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
4368         HAVE_TSEARCH.
4369         * modules/tsearch (Files): Remove lib/tsearch.h.
4370         (Depends-on): Add search.
4371         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
4372         (Include): Change tsearch.h into search.h.
4373
4374 2007-03-24  Bruno Haible  <bruno@clisp.org>
4375
4376         * modules/fpucw: New file.
4377         * lib/fpucw.h: New file.
4378         * lib/frexp.c: Include fpucw.h.
4379         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
4380         (FUNC): Use them.
4381         * lib/printf-frexp.c: Include fpucw.h.
4382         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
4383         (FUNC): Use them.
4384         * lib/vasnprintf.c: Include fpucw.h.
4385         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
4386         'long double' calculations.
4387         * tests/test-frexpl.c: Include fpucw.h.
4388         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
4389         * tests/test-printf-frexpl.c: Include fpucw.h.
4390         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
4391         * modules/frexpl (Depends-on): Add fpucw.
4392         * modules/printf-frexpl (Depends-on): Likewise.
4393         * modules/fprintf-posix (Depends-on): Likewise.
4394         * modules/snprintf-posix (Depends-on): Likewise.
4395         * modules/sprintf-posix (Depends-on): Likewise.
4396         * modules/vasnprintf-posix (Depends-on): Likewise.
4397         * modules/vasprintf-posix (Depends-on): Likewise.
4398         * modules/vfprintf-posix (Depends-on): Likewise.
4399         * modules/vsnprintf-posix (Depends-on): Likewise.
4400         * modules/vsprintf-posix (Depends-on): Likewise.
4401         * modules/frexpl-tests (Depends-on): Likewise.
4402         * modules/printf-frexpl-tests (Depends-on): Likewise.
4403
4404 2007-03-24  Bruno Haible  <bruno@clisp.org>
4405
4406         * lib/float+.h: New file.
4407         * lib/isnan.c: Include float+.h.
4408         (SIZE): New macro.
4409         (FUNC): Compare only SIZE bytes of the value.
4410         * lib/vasnprintf.c: Include float+.h.
4411         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
4412         SIZEOF_LDBL or SIZEOF_DBL bytes.
4413         * modules/isnan-nolibm (Files): Add lib/float+.h.
4414         * modules/isnanl-nolibm (Files): Add lib/float+.h.
4415         * modules/isnanl (Files): Add lib/float+.h.
4416         * modules/vasnprintf (Files): Add lib/float+.h.
4417
4418 2007-03-24  Bruno Haible  <bruno@clisp.org>
4419
4420         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
4421         include isnanl-nolibm.h.
4422
4423 2007-03-24  Bruno Haible  <bruno@clisp.org>
4424
4425         * tests/test-read-file.c (main): Don't produce spurious output for
4426         expected situations. Make the test fail if it encountered unexpected
4427         results.
4428
4429 2007-03-24  Bruno Haible  <bruno@clisp.org>
4430
4431         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
4432         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
4433
4434 2007-03-24  Bruno Haible  <bruno@clisp.org>
4435
4436         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
4437
4438 2007-03-24  Bruno Haible  <bruno@clisp.org>
4439
4440         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
4441         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
4442
4443         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
4444         * modules/utf8-ucs4: Turn into a symbolic link to module
4445         unistr/u8-mbtouc.
4446
4447         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
4448         utf8-ucs4-unsafe.
4449         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
4450         unistr/u8-mbtouc-unsafe.
4451
4452         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
4453         * modules/utf16-ucs4: Turn into a symbolic link to module
4454         unistr/u16-mbtouc.
4455
4456         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
4457         utf16-ucs4-unsafe.
4458         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
4459         unistr/u16-mbtouc-unsafe.
4460
4461         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
4462         * modules/ucs4-utf8: Turn into a symbolic link to module
4463         unistr/u8-ubtomb.
4464
4465         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
4466         * modules/ucs4-utf16: Turn into a symbolic link to module
4467         unistr/u16-ubtomb.
4468
4469 2007-03-24  Bruno Haible  <bruno@clisp.org>
4470
4471         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
4472         Enable the function only if HAVE_INLINE.
4473         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
4474         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
4475         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
4476         Enable the function only if HAVE_INLINE.
4477         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
4478         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
4479         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
4480         Enable the function only if HAVE_INLINE.
4481         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
4482         Enable the function only if HAVE_INLINE.
4483         * modules/utf8-ucs4: Update.
4484         * modules/utf8-ucs4-unsafe: Update.
4485         * modules/utf16-ucs4: Update.
4486         * modules/utf16-ucs4-unsafe: Update.
4487         * modules/ucs4-utf8: Update.
4488         * modules/ucs4-utf16: Update.
4489
4490 2007-03-24  Bruno Haible  <bruno@clisp.org>
4491
4492         * lib/utf8-ucs4.h: Remove file.
4493         * lib/utf8-ucs4-unsafe.h: Remove file.
4494         * lib/utf16-ucs4.h: Remove file.
4495         * lib/utf16-ucs4-unsafe.h: Remove file.
4496         * lib/ucs4-utf8.h: Remove file.
4497         * lib/ucs4-utf16.h: Remove file.
4498         * lib/unistr.h: Include their previous contents.
4499         * m4/utf-ucs4.m4: Remove file.
4500         * m4/ucs4-utf.m4: Remove file.
4501         * modules/utf8-ucs4 (Files): Remove lib/utf8-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/utf8-ucs4-unsafe (Files): Remove lib/utf8-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/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
4512         (Depends-on): Add unistr/base.
4513         (configure.ac): Remove gl_UTF_UCS4.
4514         (Makefile.am): Update.
4515         (Include): Change to unistr.h.
4516         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
4517         (Depends-on): Add unistr/base.
4518         (configure.ac): Remove gl_UTF_UCS4.
4519         (Makefile.am): Update.
4520         (Include): Change to unistr.h.
4521         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
4522         (Depends-on): Add unistr/base.
4523         (configure.ac): Remove gl_UCS4_UTF.
4524         (Makefile.am): Update.
4525         (Include): Change to unistr.h.
4526         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
4527         (Depends-on): Add unistr/base.
4528         (configure.ac): Remove gl_UCS4_UTF.
4529         (Makefile.am): Update.
4530         (Include): Change to unistr.h.
4531         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
4532         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
4533         utf8-ucs4-unsafe.h.
4534         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
4535         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
4536         utf16-ucs4-unsafe.h.
4537         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
4538         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
4539         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
4540         * lib/unistr/u8-strchr.c: Likewise.
4541         * lib/unistr/u8-strrchr.c: Likewise.
4542         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
4543         * lib/unistr/u16-strchr.c: Likewise.
4544         * lib/unistr/u16-strrchr.c: Likewise.
4545         * lib/striconveh.c: Update.
4546         * lib/linebreak.c: Update.
4547
4548 2007-03-24  Bruno Haible  <bruno@clisp.org>
4549
4550         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
4551         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
4552
4553 2007-03-22  Bruno Haible  <bruno@clisp.org>
4554
4555         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
4556
4557 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
4558
4559         * MODULES.html.sh (File system functions): New module write-any-file.
4560         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
4561         * m4/write-any-file.m4: New files.
4562
4563 2007-03-23  Eric Blake  <ebb9@byu.net>
4564
4565         * gnulib-tool: Rearrange space-tab sequences, since some editors
4566         like to eat them.
4567
4568 2007-03-23  Eric Blake  <ebb9@byu.net>
4569
4570         * lib/version-etc.c (version_etc_va): Update license wording to
4571         be more concise.  Recommended by Richard Stallman.
4572
4573 2007-03-22  Bruno Haible  <bruno@clisp.org>
4574
4575         * lib/poll.c (MSG_PEEK): New fallback definition.
4576
4577 2007-03-22  Bruno Haible  <bruno@clisp.org>
4578
4579         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
4580         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
4581         (main): Update.
4582         Fixes a compilation error on BeOS.
4583
4584 2007-03-22  Bruno Haible  <bruno@clisp.org>
4585
4586         * modules/frexpl-tests: New file.
4587         * tests/test-frexpl.c: New file.
4588
4589         * modules/frexpl: New file.
4590         * m4/frexpl.m4: New file.
4591         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
4592         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
4593         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
4594         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
4595         (Depends-on): Add frexpl. Remove isnanl-nolibm.
4596         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
4597
4598 2007-03-22  Bruno Haible  <bruno@clisp.org>
4599
4600         * lib/frexpl.c: Share code with lib/frexp.c.
4601         * modules/mathl (Files): Add lib/frexp.c.
4602         (Depends-on): Add isnanl-nolibm.
4603
4604 2007-03-22  Bruno Haible  <bruno@clisp.org>
4605
4606         * modules/printf-frexp (Files): Add m4/frexp.m4.
4607         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
4608         only if the found frexp function actually works.
4609
4610 2007-03-22  Bruno Haible  <bruno@clisp.org>
4611
4612         * lib/frexp.c: Remove older implementation that uses divisions.
4613
4614 2007-03-21  Bruno Haible  <bruno@clisp.org>
4615
4616         * modules/frexp-tests: New file.
4617         * tests/test-frexp.c: New file.
4618
4619         * modules/frexp: New file.
4620         * lib/frexp.c: New file.
4621         * m4/frexp.m4: New file.
4622         * lib/math_.h (frexp): New declaration.
4623         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
4624         REPLACE_FREXP.
4625         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
4626
4627 2007-03-21  Bruno Haible  <bruno@clisp.org>
4628
4629         * modules/isnanl-tests: New file.
4630         * tests/test-isnanl.c: New file.
4631
4632         * modules/isnanl: New file.
4633         * lib/isnanl.h: New file.
4634         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
4635         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
4636         gl_FUNC_ISNANL_WORKS.
4637         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
4638         New macros.
4639
4640 2007-03-21  Bruno Haible  <bruno@clisp.org>
4641
4642         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
4643         lib/isnanl.h.
4644         (Include): Update.
4645         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
4646         * lib/vasnprintf.c: Update.
4647         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
4648         tests/test-isnanl.h, remove tests/test-isnanl.c.
4649         (Makefile.am): Update.
4650         * tests/test-isnanl-nolibm.c: New file.
4651         * tests/test-isnanl.h: New file.
4652         * tests/test-isnanl.c: Remove file.
4653
4654 2007-03-21  Jim Meyering  <jim@meyering.net>
4655
4656         When trying to open ".", treat ESTALE like EACCES.
4657         * lib/savewd.c (savewd_save): Resort to forking not just upon
4658         failure with EACCES, but also when errno is ESTALE.
4659
4660 2007-03-20  Bruno Haible  <bruno@clisp.org>
4661
4662         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
4663         Needed on AIX 5.1. Reported by Matthew Woehlke.
4664
4665 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4666
4667         Suggestions by Bruno Haible:
4668         * lib/acl-internal.h: Include "gettext.h" rather than rolling
4669         our own.
4670         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
4671         * modules/acl (Depends-on): Add gettext.
4672
4673 2007-03-19  Bruno Haible  <bruno@clisp.org>
4674
4675         * modules/iconvme: Remove file.
4676         * lib/iconvme.h: Remove file.
4677         * lib/iconvme.c: Remove file.
4678         * m4/iconvme.m4: Remove file.
4679
4680 2007-03-19  Bruno Haible  <bruno@clisp.org>
4681
4682         * doc/relocatable-maint.texi: Break long shell script line.
4683         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
4684
4685 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4686
4687         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
4688         handle file_has_acl.
4689         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
4690         * lib/acl.c: Move header inclusions and related macro defns into
4691         lib/acl-internal.h.
4692         (S_ISLNK): Remove defn, since that's now done for us.
4693         (file_has_acl): Move to lib/file-has-acl.c.
4694         Call acl_trivial if available.  This is the crucial part of the fix.
4695         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
4696         shared within the library.  Rewrite a bit, partly to make it compatible
4697         with the GNU coding style.
4698         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
4699         Remove unnecessary double-quotes.
4700         Don't test for acl_to_text; the build will catch that.
4701         Replace acl_entries if it doesn't exist and it is needed.
4702         Check for -lsec and acl_trivial (as used on Solaris 10).
4703         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
4704         lib/file-has-acl.c.
4705         (Depends-on): Add sys_stat, for S_ISLNK.
4706
4707 2007-03-19  Ben Pfaff  <blp@gnu.org>
4708
4709         * doc/gnulib.texi: Fix typos.
4710         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
4711
4712 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4713
4714         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
4715         If size is zero here, buf must be zero.
4716
4717 2007-03-19  Simon Josefsson  <simon@josefsson.org>
4718
4719         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
4720         <bruno@clisp.org>.
4721
4722 2007-03-18  Bruno Haible  <bruno@clisp.org>
4723
4724         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
4725         Suggested by Eric Blake.
4726
4727 2007-03-18  Ben Pfaff  <blp@gnu.org>
4728
4729         * doc/relocatable.texi: Recommend using as prefix a directory
4730         that does not exist and will never be created.  Based on
4731         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
4732         and others.
4733
4734 2007-03-17  Bruno Haible  <bruno@clisp.org>
4735
4736         * lib/fchownat.c: Include lchown.h.
4737
4738 2007-03-17  Bruno Haible  <bruno@clisp.org>
4739
4740         Fix endless loop when the given allocated size was > INT_MAX.
4741         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
4742         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
4743         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
4744         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
4745         * lib/sprintf.c (sprintf): Likewise.
4746
4747 2007-03-17  Bruno Haible  <bruno@clisp.org>
4748
4749         * tests/test-argp-2.sh (func_compare): Output a context diff.
4750
4751 2007-03-17  Bruno Haible  <bruno@clisp.org>
4752
4753         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
4754         locale's decimal-point character.
4755
4756 2007-03-17  Bruno Haible  <bruno@clisp.org>
4757
4758         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
4759         before comparing it. Needed because on some platforms (e.g. x86) a
4760         'long double' occupies less bytes than sizeof (long double).
4761
4762 2007-03-17  Bruno Haible  <bruno@clisp.org>
4763
4764         * tests/test-crc.c (main): Make printf statements 64-bit clean.
4765         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
4766         * tests/test-getaddrinfo.c (simple): Likewise.
4767         * tests/test-read-file.c (main): Likewise.
4768
4769 2007-03-17  Bruno Haible  <bruno@clisp.org>
4770
4771         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
4772
4773 2007-03-17  Bruno Haible  <bruno@clisp.org>
4774
4775         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
4776         unused variable.
4777
4778 2007-03-17  Bruno Haible  <bruno@clisp.org>
4779
4780         * tests/test-c-strcasecmp.c: Include c-strcase.h.
4781         * tests/test-c-strncasecmp.c: Likewise.
4782
4783 2007-03-17  Bruno Haible  <bruno@clisp.org>
4784
4785         * modules/stdlib (Depends-on): Add unistd.
4786         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
4787         Needed for MacOS X 10.3.
4788
4789 2007-03-17  Bruno Haible  <bruno@clisp.org>
4790
4791         * lib/unistr/u-strdup.h: Include <stdlib.h>.
4792
4793 2007-03-17  Bruno Haible  <bruno@clisp.org>
4794
4795         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
4796
4797 2007-03-17  Bruno Haible  <bruno@clisp.org>
4798
4799         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
4800         to reflect files copied from gnulib (with or without modifications).
4801         Suggested by Jim Meyering.
4802
4803 2007-03-17  Eric Blake  <ebb9@byu.net>
4804
4805         * NEWS: Document stdlib change from 2007-02-18.
4806
4807 2007-03-17  Jim Meyering  <jim@meyering.net>
4808
4809         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
4810         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
4811         someone uses a name containing shell meta-characters.
4812         Reported by Alfred M. Szmidt.
4813
4814         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
4815
4816 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4817
4818         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
4819         and copy gettext configuration files only if configure.ac contains
4820         a use of AM_GNU_GETTEXT_VERSION.
4821
4822 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4823
4824         * build-aux/bootstrap (gnulib_name): New variable.
4825         (gnulib_tool_options): Use it.
4826
4827 2007-03-13  Simon Josefsson  <simon@josefsson.org>
4828
4829         * tests/test-des.c: Use new namespace.
4830
4831 2007-03-15  Bruno Haible  <bruno@clisp.org>
4832
4833         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
4834         Reported by James Youngman <jay@gnu.org>.
4835
4836 2007-03-15  Bruno Haible  <bruno@clisp.org>
4837
4838         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
4839         declared prototype. Needed with cc on OSF/1 5.1.
4840
4841 2007-03-15  Bruno Haible  <bruno@clisp.org>
4842
4843         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
4844         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
4845         (struct gl_list_implementation): Add dispose_fn argument to the
4846         'create_empty', 'create' methods.
4847         (struct gl_list_impl_base): Add field 'dispose_fn'.
4848         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
4849         argument.
4850         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
4851         dispose_fn argument.
4852         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
4853         dispose_fn on the dropped values.
4854         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
4855         dispose_fn argument.
4856         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
4857         dropped values.
4858         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
4859         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4860         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
4861         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4862         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
4863         argument.
4864         (gl_tree_list_free): Call dispose_fn on the dropped values.
4865         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
4866         the dropped values.
4867         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
4868         Add dispose_fn argument.
4869         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
4870         Call dispose_fn on the dropped values.
4871         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
4872         Add dispose_fn argument.
4873         (gl_sublist_create): Initialize the 'dispose_fn' field.
4874         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
4875         * tests/test-array_list.c (main): Update.
4876         * tests/test-carray_list.c (main): Update.
4877         * tests/test-avltree_list.c (main): Update.
4878         * tests/test-rbtree_list.c (main): Update.
4879         * tests/test-avltreehash_list.c (main): Update.
4880         * tests/test-rbtreehash_list.c (main): Update.
4881         * tests/test-linked_list.c (main): Update.
4882         * tests/test-linkedhash_list.c (main): Update.
4883         * tests/test-array_oset.c (main): Update.
4884
4885 2007-03-15  Bruno Haible  <bruno@clisp.org>
4886
4887         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
4888         (gl_oset_create_empty): Add dispose_fn argument.
4889         (struct gl_oset_implementation): Add dispose_fn argument to
4890         'create_empty' method.
4891         (struct gl_oset_impl_base): Add dispose_fn field.
4892         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
4893         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
4894         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
4895         values.
4896         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
4897         (gl_tree_oset_free): Call dispose_fn on the dropped values.
4898         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4899         dropped value.
4900         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4901         dropped value.
4902         * tests/test-array_oset.c (main): Update.
4903         * tests/test-avltree_oset.c (main): Update.
4904         * tests/test-rbtree_oset.c (main): Update.
4905         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
4906
4907 2007-03-13  Bruno Haible  <bruno@clisp.org>
4908
4909         * tests/test-stdbool.c (i): Update after last patch.
4910
4911 2007-03-12  Bruno Haible  <bruno@clisp.org>
4912
4913         * lib/quotearg.c: Include <wctype.h> early, before the definition of
4914         the iswprint macro. Needed on Solaris 2.5.1.
4915
4916 2007-03-12  Bruno Haible  <bruno@clisp.org>
4917
4918         * tests/test-printf-frexp.c (main): Declare x as volatile.
4919
4920 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4921
4922         * doc/gnulib.texi (Build robot for gnulib): New section.
4923
4924 2007-03-12  Jim Meyering  <jim@meyering.net>
4925
4926         * build-aux/bootstrap: New file.
4927         * build-aux/bootstrap.conf: New file, from coreutils.
4928
4929 2007-03-11  Bruno Haible  <bruno@clisp.org>
4930
4931         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
4932
4933 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4934
4935         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
4936         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
4937         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
4938
4939 2007-03-11  Bruno Haible  <bruno@clisp.org>
4940
4941         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
4942         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
4943
4944 2007-03-11  Bruno Haible  <bruno@clisp.org>
4945
4946         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
4947         formula. Needed for SunPRO C 5.0.
4948
4949 2007-03-11  Bruno Haible  <bruno@clisp.org>
4950
4951         * modules/long-options (Depends-on): Add getopt.
4952
4953 2007-03-11  Bruno Haible  <bruno@clisp.org>
4954
4955         * modules/modechange (Depends-on): Add stdbool.
4956
4957 2007-03-11  Bruno Haible  <bruno@clisp.org>
4958
4959         * modules/i-ring (Depends-on): Add stdbool.
4960
4961 2007-03-11  Bruno Haible  <bruno@clisp.org>
4962
4963         * modules/gc-des (Depends-on): Add stdbool.
4964
4965 2007-03-11  Bruno Haible  <bruno@clisp.org>
4966
4967         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
4968
4969 2007-03-11  Bruno Haible  <bruno@clisp.org>
4970
4971         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
4972
4973 2007-03-11  Bruno Haible  <bruno@clisp.org>
4974
4975         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
4976
4977 2007-03-11  Bruno Haible  <bruno@clisp.org>
4978
4979         * lib/vasnprintf.c (sprintf): Undefine.
4980
4981 2007-03-11  Bruno Haible  <bruno@clisp.org>
4982
4983         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
4984         initializers in SunPRO C and Compaq C compilers.
4985
4986 2007-03-11  Bruno Haible  <bruno@clisp.org>
4987
4988         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
4989         decrementing code ANSI C compliant.
4990
4991 2007-03-11  Bruno Haible  <bruno@clisp.org>
4992
4993         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
4994         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
4995
4996 2007-03-11  Bruno Haible  <bruno@clisp.org>
4997
4998         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
4999         <stdbool.h> substitute doesn't pass.
5000
5001 2007-03-11  Bruno Haible  <bruno@clisp.org>
5002
5003         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
5004
5005 2007-03-11  Bruno Haible  <bruno@clisp.org>
5006
5007         * gnulib-tool (func_create_megatestdir): Create also an autobuild
5008         script, for submission to autobuild.josefsson.org.
5009
5010 2007-03-10  Bruno Haible  <bruno@clisp.org>
5011
5012         * modules/canonicalize-lgpl-tests: New file.
5013         * tests/test-canonicalize-lgpl.sh: New file.
5014         * tests/test-canonicalize-lgpl.c: New file.
5015
5016         * modules/c-strcase-tests: New file.
5017         * tests/test-c-strcase.sh: New file.
5018         * tests/test-c-strcasecmp.c: New file.
5019         * tests/test-c-strncasecmp.c: New file.
5020
5021         * modules/atexit-tests: New file.
5022         * tests/test-atexit.sh: New file.
5023         * tests/test-atexit.c: New file.
5024
5025 2007-03-10  Bruno Haible  <bruno@clisp.org>
5026
5027         * tests/test-binary-io.sh: Use temporary filenames that are not so
5028         likely to clash with those of other tests (in a parallel make).
5029         * tests/test-binary-io.c: Likewise.
5030
5031 2007-03-10  Bruno Haible  <bruno@clisp.org>
5032
5033         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
5034         fallback; use #error instead.
5035         Suggested by Simon Josefsson.
5036
5037 2007-03-10  Bruno Haible  <bruno@clisp.org>
5038
5039         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
5040         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
5041         first and the last.
5042
5043 2007-03-10  Bruno Haible  <bruno@clisp.org>
5044
5045         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
5046
5047 2007-03-10  Bruno Haible  <bruno@clisp.org>
5048
5049         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
5050         "make distcheck".
5051         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
5052         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
5053         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
5054
5055 2007-03-10  Bruno Haible  <bruno@clisp.org>
5056
5057         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
5058         variable.
5059         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
5060         variable.
5061
5062 2007-03-09  Eric Blake  <ebb9@byu.net>
5063         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
5064
5065         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
5066         types are not being provided by gnulib.
5067         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
5068         types are supported.
5069
5070 2007-03-10  Bruno Haible  <bruno@clisp.org>
5071
5072         * lib/stdio_.h (__attribute__): New macro.
5073         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
5074         vsprintf): Specify __attribute__ __format__ for GCC.
5075         Suggested by Eric Blake.
5076
5077 2007-03-09  Bruno Haible  <bruno@clisp.org>
5078
5079         * modules/printf-posix-tests: New file.
5080         * tests/test-printf-posix.sh: New file.
5081         * tests/test-printf-posix.c: New file.
5082
5083         * modules/printf-posix: New file.
5084         * lib/printf.c: New file.
5085         * m4/printf-posix-rpl.m4: New file.
5086         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
5087         REPLACE_PRINTF.
5088         * lib/stdio_.h (printf): New declaration.
5089         (format, __format__, ____printf____, ____scanf____, ____strftime____,
5090         ____strfmon____): New macros.
5091         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
5092         REPLACE_PRINTF.
5093
5094 2007-03-09  Bruno Haible  <bruno@clisp.org>
5095
5096         * tests/test-vasnprintf-posix2.sh: New file.
5097         * tests/test-vasnprintf-posix2.c: New file.
5098         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
5099         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
5100         (Makefile.am): Activate test-vasnprintf-posix2.sh.
5101
5102         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
5103         a locale dependent decimal point, rather than always '.'.
5104
5105 2007-03-09  Eric Blake  <ebb9@byu.net>
5106
5107         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
5108         spite of platforms like Tandem/NSK that define it to -1.
5109
5110 2007-03-08  Bruno Haible  <bruno@clisp.org>
5111
5112         * modules/vprintf-posix-tests: New file.
5113         * tests/test-vprintf-posix.sh: New file.
5114         * tests/test-vprintf-posix.c: New file.
5115         * tests/test-printf-posix.h: New file.
5116
5117         * modules/vprintf-posix: New file.
5118         * lib/vprintf.c: New file.
5119         * m4/vprintf-posix.m4: New file.
5120         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
5121         REPLACE_VPRINTF.
5122         * lib/stdio_.h (vprintf): New declaration.
5123         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
5124         REPLACE_VPRINTF.
5125
5126 2007-03-08  Bruno Haible  <bruno@clisp.org>
5127
5128         * modules/fprintf-posix-tests: New file.
5129         * tests/test-fprintf-posix.sh: New file.
5130         * tests/test-fprintf-posix.c: New file.
5131
5132         * modules/fprintf-posix: New file.
5133         * lib/fprintf.c: New file.
5134         * m4/fprintf-posix.m4: New file.
5135         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
5136         REPLACE_FPRINTF.
5137         * lib/stdio_.h (fprintf): New declaration.
5138         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
5139         REPLACE_FPRINTF.
5140
5141 2007-03-08  Bruno Haible  <bruno@clisp.org>
5142
5143         * modules/vfprintf-posix-tests: New file.
5144         * tests/test-vfprintf-posix.sh: New file.
5145         * tests/test-vfprintf-posix.c: New file.
5146         * tests/test-fprintf-posix.h: New file.
5147         * tests/test-fprintf-posix.out: New file.
5148
5149         * modules/vfprintf-posix: New file.
5150         * lib/vfprintf.c: New file.
5151         * m4/vfprintf-posix.m4: New file.
5152         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
5153         REPLACE_VFPRINTF.
5154         * lib/stdio_.h (vfprintf): New declaration.
5155         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
5156         REPLACE_VFPRINTF.
5157
5158 2007-03-08  Bruno Haible  <bruno@clisp.org>
5159
5160         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
5161
5162 2007-03-08  Bruno Haible  <bruno@clisp.org>
5163
5164         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
5165         instead of 'expr' invocations.
5166         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5167         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5168         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5169         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5170         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5171         Suggested by Paul Eggert.
5172
5173 2007-03-08  Bruno Haible  <bruno@clisp.org>
5174
5175         * modules/fseterr-tests: New file.
5176         * tests/test-fseterr.c: New file.
5177
5178         * modules/fseterr: New file.
5179         * lib/fseterr.h: New file.
5180         * lib/fseterr.c: New file.
5181
5182 2007-03-08  Bruno Haible  <bruno@clisp.org>
5183
5184         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
5185         * lib/getopt_.h: Likewise.
5186         * lib/mbswidth.h: Likewise.
5187         * lib/setenv.h: Likewise.
5188         * lib/vasnprintf.h: Likewise.
5189         * lib/vasprintf.h: Likewise.
5190         * lib/verror.h: Likewise.
5191         * lib/xsetenv.h: Likewise.
5192         * lib/xvasprintf.h: Likewise.
5193
5194 2007-03-08  Jim Meyering  <jim@meyering.net>
5195
5196         * users.txt: Add parted.
5197
5198         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
5199
5200 2007-03-07  Bruno Haible  <bruno@clisp.org>
5201
5202         * m4/printf.m4: Make the shell script snippets copy&pastable.
5203
5204 2007-03-02  Bruno Haible  <bruno@clisp.org>
5205
5206         * lib/netinet_in_.h: New file.
5207         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
5208         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
5209         * modules/netinet_in (Files): Add lib/netinet_in_.h.
5210         (Depends-on): Add absolute-header.
5211         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
5212         into netinet/in.h.
5213
5214 2007-03-03  Bruno Haible  <bruno@clisp.org>
5215
5216         * lib/sys_select_.h: New file.
5217         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
5218         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
5219         * modules/sys_select (Files): Add lib/sys_select_.h.
5220         (Depends-on): Add absolute-header.
5221         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
5222         into sys/select.h.
5223
5224 2007-03-02  Bruno Haible  <bruno@clisp.org>
5225
5226         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
5227         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
5228         values.
5229         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
5230         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
5231         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
5232         * modules/sys_socket (Depends-on): Add absolute-header.
5233         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
5234         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
5235         (Include): Remove requirement of inclusion of <sys/types.h>.
5236
5237 2007-03-02  Bruno Haible  <bruno@clisp.org>
5238
5239         * lib/byteswap_.h (bswap_32): Fix formula.
5240
5241 2007-03-06  Bruno Haible  <bruno@clisp.org>
5242
5243         * modules/sprintf-posix-tests: New file.
5244         * tests/test-sprintf-posix.c: New file.
5245
5246         * modules/sprintf-posix: New file.
5247         * lib/sprintf.c: New file.
5248         * m4/sprintf-posix.m4: New file.
5249         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
5250         REPLACE_SPRINTF.
5251         * lib/stdio_.h (sprintf): New declaration.
5252         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
5253         REPLACE_SPRINTF.
5254
5255 2007-03-06  Bruno Haible  <bruno@clisp.org>
5256
5257         * modules/vsprintf-posix-tests: New file.
5258         * tests/test-vsprintf-posix.c: New file.
5259         * tests/test-sprintf-posix.h: New file.
5260
5261         * modules/vsprintf-posix: New file.
5262         * lib/vsprintf.c: New file.
5263         * m4/vsprintf-posix.m4: New file.
5264         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
5265         REPLACE_VSPRINTF.
5266         * lib/stdio_.h (vsprintf): New declaration.
5267         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
5268         REPLACE_VSPRINTF.
5269
5270 2007-03-06  Bruno Haible  <bruno@clisp.org>
5271
5272         * modules/vsnprintf (Depend-on): Remove minmax.
5273
5274 2007-03-06  Bruno Haible  <bruno@clisp.org>
5275
5276         * modules/snprintf-posix-tests: New file.
5277         * tests/test-snprintf-posix.c: New file.
5278
5279         * modules/snprintf-posix: New file.
5280         * m4/snprintf-posix.m4: New file.
5281         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
5282         gl_FUNC_SNPRINTF.
5283         (gl_FUNC_SNPRINTF): Invoke it.
5284         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
5285         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
5286         is set.
5287         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
5288
5289 2007-03-06  Bruno Haible  <bruno@clisp.org>
5290
5291         * modules/vsnprintf-posix-tests: New file.
5292         * tests/test-vsnprintf-posix.c: New file.
5293         * tests/test-snprintf-posix.h: New file.
5294
5295         * modules/vsnprintf-posix: New file.
5296         * m4/vsnprintf-posix.m4: New file.
5297         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
5298         gl_FUNC_VSNPRINTF.
5299         (gl_FUNC_VSNPRINTF): Invoke it.
5300         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
5301         * lib/stdio_.h (vsnprintf): Define as a replacement if
5302         REPLACE_VSNPRINTF is set.
5303         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
5304
5305 2007-03-06  Bruno Haible  <bruno@clisp.org>
5306
5307         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
5308         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
5309
5310 2007-03-06  Bruno Haible  <bruno@clisp.org>
5311
5312         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
5313         (asinl): Declare also if HAVE_DECL_ASINL is set.
5314         (atanl): Declare also if HAVE_DECL_ATANL is set.
5315         (ceill): Declare also if HAVE_DECL_CEILL is set.
5316         (cosl): Declare also if HAVE_DECL_COSL is set.
5317         (expl): Declare also if HAVE_DECL_EXPL is set.
5318         (floorl): Declare also if HAVE_DECL_FLOORL is set.
5319         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
5320         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
5321         (logl): Declare also if HAVE_DECL_LOGL is set.
5322         (sinl): Declare also if HAVE_DECL_SINL is set.
5323         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
5324         (tanl): Declare also if HAVE_DECL_TANL is set.
5325         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
5326         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
5327         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
5328         declaration of frexpl, ldexpl.
5329         * modules/printf-frexpl (Depends-on): Add math.
5330         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
5331
5332 2007-03-05  Bruno Haible  <bruno@clisp.org>
5333
5334         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
5335         frexpl and ldexpl are declared.
5336         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
5337
5338 2007-03-05  Bruno Haible  <bruno@clisp.org>
5339
5340         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
5341         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
5342
5343 2007-03-05  Bruno Haible  <bruno@clisp.org>
5344
5345         * lib/stdio_.h: Include <stddef.h>.
5346
5347 2007-03-05  Bruno Haible  <bruno@clisp.org>
5348
5349         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
5350
5351 2007-03-05  Bruno Haible  <bruno@clisp.org>
5352
5353         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
5354         NetBSD 4, from Ralf Wildenhues.
5355
5356 2007-03-04  Bruno Haible  <bruno@clisp.org>
5357
5358         * lib/vasprintf.h: Update #if logic for the case when the functions
5359         exist but are overridden.
5360
5361 2007-03-04  Bruno Haible  <bruno@clisp.org>
5362
5363         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
5364         implementations: glibc-2.4 and MacOS X 10.3.
5365         * tests/test-vasnprintf-posix.c (test_function): Test also the case
5366         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
5367         * tests/test-vasprintf-posix.c (test_function): Likewise.
5368
5369 2007-03-04  Bruno Haible  <bruno@clisp.org>
5370
5371         * modules/vasprintf-posix-tests: New file.
5372         * tests/test-vasprintf-posix.c: New file.
5373
5374         * modules/vasprintf-posix: New file.
5375         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
5376         defined.
5377         * m4/vasprintf-posix.m4: New file.
5378         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
5379         gl_FUNC_VASPRINTF.
5380         (gl_FUNC_VASPRINTF): Invoke it.
5381         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
5382         here.
5383         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
5384
5385 2007-03-04  Bruno Haible  <bruno@clisp.org>
5386
5387         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
5388         REPLACE_GETTIMEOFDAY.
5389         * modules/sys_time (Makefile.am): Likewise.
5390         * m4/sys_time_h.m4: Likewise.
5391         * m4/gettimeofday.m4: Likewise.
5392
5393 2007-03-04  Bruno Haible  <bruno@clisp.org>
5394
5395         * modules/vasnprintf-posix-tests: New file.
5396         * tests/test-vasnprintf-posix.c: New file.
5397
5398         * modules/vasnprintf-posix: New file.
5399         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
5400         printf-frexpl.h.
5401         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
5402         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
5403         REPLACE_VASNPRINTF is defined.
5404         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
5405         gl_FUNC_VASNPRINTF.
5406         (gl_FUNC_VASNPRINTF): Invoke it.
5407         * m4/vasnprintf-posix.m4: New file.
5408         * m4/printf.m4: New file.
5409
5410 2007-03-04  Bruno Haible  <bruno@clisp.org>
5411
5412         Compile progreloc.c only if --enable-relocatable is specified.
5413         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
5414         if --enable-relocatable was specified.
5415         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
5416         lib_SOURCES.
5417
5418 2007-03-04  Jim Meyering  <jim@meyering.net>
5419
5420         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
5421         Use it consistently, rather than enumerating errno constants.
5422
5423 2007-03-04  Bruno Haible  <bruno@clisp.org>
5424
5425         * modules/xvasprintf-tests: New file.
5426         * tests/test-xvasprintf.c: New file.
5427
5428         * modules/vasprintf-tests: New file.
5429         * tests/test-vasprintf.c: New file.
5430
5431         * modules/vasnprintf-tests: New file.
5432         * tests/test-vasnprintf.c: New file.
5433
5434         * modules/vsnprintf-tests: New file.
5435         * tests/test-vsnprintf.c: New file.
5436
5437         * modules/snprintf-tests: New file.
5438         * tests/test-snprintf.c: New file.
5439
5440 2007-03-04  Bruno Haible  <bruno@clisp.org>
5441
5442         Compile relocatable.c only if --enable-relocatable is specified.
5443         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
5444         gl_RELOCATABLE_LIBRARY.
5445         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
5446         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
5447         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
5448         gl_RELOCATABLE_LIBRARY.
5449         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
5450         (Makefile.am): Remove lib_SOURCES.
5451         * modules/relocatable-lib-lgpl (configure.ac): Invoke
5452         gl_RELOCATABLE_LIBRARY.
5453         (Makefile.am): Remove lib_SOURCES.
5454         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
5455         always.
5456         * modules/relocatable-prog-wrapper (configure.ac): Invoke
5457         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
5458
5459 2007-03-04  Bruno Haible  <bruno@clisp.org>
5460
5461         * modules/argmatch-tests: New file.
5462         * tests/test-argmatch.c: New file.
5463
5464         * tests/test-allocsa.c (main): Halve the number of loop runs.
5465
5466         * modules/alloca-opt-tests: New file.
5467         * tests/test-alloca-opt.c: New file.
5468
5469 2007-03-04  Jim Meyering  <jim@meyering.net>
5470
5471         Work around difference between Linux ACLs and Solaris 10 ZFS.
5472         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
5473         for EINVAL.
5474
5475 2007-03-03  Bruno Haible  <bruno@clisp.org>
5476
5477         * modules/relocatable-prog (Depends-on): Add back progreloc's
5478         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
5479
5480 2007-03-03  Bruno Haible  <bruno@clisp.org>
5481
5482         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
5483         * modules/relocatable-lib: New file.
5484
5485 2007-03-03  Bruno Haible  <bruno@clisp.org>
5486
5487         * modules/relocatable-prog: Renamed from modules/relocatable.
5488         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
5489
5490 2007-03-03  Bruno Haible  <bruno@clisp.org>
5491
5492         * modules/relocatable-script (Files): Add doc/relocatable.texi,
5493         m4/relocatable-lib.m4.
5494         (Depends-on): Remove 'relocatable'.
5495         (configure.ac): Add gl_RELOCATABLE_NOP.
5496
5497 2007-03-03  Bruno Haible  <bruno@clisp.org>
5498
5499         * modules/relocatable-prog-wrapper: New file.
5500         * modules/relocatable (Depends-on): Add it. Remove all other
5501         dependencies except progname.
5502         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
5503
5504         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
5505         (gl_FUNC_STRERROR): Nop.
5506         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
5507
5508         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
5509         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
5510
5511         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
5512         (gl_FUNC_READLINK): Update.
5513
5514         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
5515
5516 2007-03-03  Bruno Haible  <bruno@clisp.org>
5517
5518         * lib/xreadlink.c: Include <unistd.h> unconditionally.
5519         * modules/xreadlink (Depends-on): Add unistd.
5520         * modules/xreadlink-with-size (Depends-on): Likewise.
5521
5522 2007-03-03  Bruno Haible  <bruno@clisp.org>
5523
5524         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
5525         extracted from gt_FUNC_SETENV.
5526         (gt_FUNC_SETENV): Remove macro.
5527         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
5528         remove gt_FUNC_SETENV.
5529
5530 2007-03-03  Bruno Haible  <bruno@clisp.org>
5531
5532         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
5533         ENABLE_RELOCATABLE here.
5534         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
5535
5536 2007-03-03  Bruno Haible  <bruno@clisp.org>
5537
5538         * modules/rbtreehash-list-tests (Depends-on): Add progname.
5539         * tests/test-rbtreehash_list.c: Include progname.h.
5540         (main): Call set_program_name.
5541
5542         * modules/rbtree-oset-tests (Depends-on): Add progname.
5543         * tests/test-rbtree_oset.c: Include progname.h.
5544         (main): Call set_program_name.
5545
5546         * modules/rbtree-list-tests (Depends-on): Add progname.
5547         * tests/test-rbtree_list.c: Include progname.h.
5548         (main): Call set_program_name.
5549
5550         * modules/linked-list-tests (Depends-on): Add progname.
5551         * tests/test-linked_list.c: Include progname.h.
5552         (main): Call set_program_name.
5553
5554 2007-03-03  Bruno Haible  <bruno@clisp.org>
5555
5556         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
5557         All uses of __restrict changed to _Restrict_.
5558         * lib/glob_.h (__restrict): Remove macro.
5559
5560 2007-03-02  Bruno Haible  <bruno@clisp.org>
5561
5562         * modules/gettext (configure.ac): Require gettext infrastructure
5563         from version 0.16.1.
5564
5565 2007-03-02  Bruno Haible  <bruno@clisp.org>
5566
5567         * modules/linkedhash-list-tests (Depends-on): Add progname.
5568         * tests/test-linkedhash_list.c: Include progname.h.
5569         (main): Call set_program_name.
5570
5571         * modules/carray-list-tests (Depends-on): Add progname.
5572         * tests/test-carray_list.c: Include progname.h.
5573         (main): Call set_program_name.
5574
5575         * modules/avltreehash-list-tests (Depends-on): Add progname.
5576         * tests/test-avltreehash_list.c: Include progname.h.
5577         (main): Call set_program_name.
5578
5579         * modules/avltree-oset-tests (Depends-on): Add progname.
5580         * tests/test-avltree_oset.c: Include progname.h.
5581         (main): Call set_program_name.
5582
5583         * modules/avltree-list-tests (Depends-on): Add progname.
5584         * tests/test-avltree_list.c: Include progname.h.
5585         (main): Call set_program_name.
5586
5587         * modules/array-oset-tests (Depends-on): Add progname.
5588         * tests/test-array_oset.c: Include progname.h.
5589         (main): Call set_program_name.
5590
5591         * modules/array-list-tests (Depends-on): Add progname.
5592         * tests/test-array_list.c: Include progname.h.
5593         (main): Call set_program_name.
5594
5595         * modules/argp-tests (Depends-on): Add progname.
5596         * tests/test-argp.c: Include argp.h first. Include progname.h.
5597         (main): Call set_program_name.
5598
5599 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
5600
5601         * doc/gnulib-tool.texi (Initial import): Reword description of
5602         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
5603         limited effect even if defined after the first system include.
5604
5605 2007-03-01  Bruno Haible  <bruno@clisp.org>
5606
5607         * build-aux/config.libpath: Update to libtool-1.5.22.
5608         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
5609
5610 2007-03-01  Bruno Haible  <bruno@clisp.org>
5611
5612         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
5613         foo_CFLAGS.
5614         Reported by Ralf Wildenhues.
5615
5616 2007-03-01  Bruno Haible  <bruno@clisp.org>
5617
5618         * build-aux/install-reloc: Remove object files left over by some
5619         compilers.
5620         Reported by Ralf Wildenhues.
5621
5622 2007-03-01  Bruno Haible  <bruno@clisp.org>
5623
5624         * build-aux/install-reloc: Break long lines.
5625
5626 2007-03-01  Bruno Haible  <bruno@clisp.org>
5627
5628         * doc/relocatable.texi: Document that it may not work on OpenBSD.
5629         Reported by Ralf Wildenhues.
5630
5631 2007-03-01  Bruno Haible  <bruno@clisp.org>
5632
5633         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
5634         include ordering constraints.
5635
5636 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
5637
5638         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
5639         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
5640         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
5641         as another example.
5642         * lib/time_.h: Fix misspelling.
5643         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5644         Require gl_HEADER_TIME_H_DEFAULTS.
5645         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
5646         * m4/time_r.m4 (gl_TIME_R): Likewise.
5647         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
5648
5649 2007-03-01  Bruno Haible  <bruno@clisp.org>
5650
5651         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
5652         * m4/utimens.m4 (gl_UTIMENS): Likewise.
5653
5654 2007-03-01  Jim Meyering  <jim@meyering.net>
5655
5656         * modules/xreadlink (Maintainer): Add my name.
5657         * modules/xreadlink-with-size (Depends-on): Alphabetize.
5658
5659 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
5660             Bruno Haible  <bruno@clisp.org>
5661
5662         * build-aux/install-reloc: Compile also c-ctype.c.
5663         * build-aux/relocatable.sh.in: New file.
5664         * doc/relocatable.texi: New file.
5665         * doc/relocatable-maint.texi: New file.
5666         * doc/gnulib.texi: Include relocatable-maint.texi.
5667         * lib/progreloc.c: Include unistd.h unconditionally.
5668         * lib/relocwrapper.c: Include unistd.h unconditionally.
5669         Include c-ctype.h.
5670         (add_dotbin): Use c_tolower.
5671         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
5672         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
5673         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
5674         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
5675         to m4/relocatable-lib.m4.
5676         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
5677         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
5678         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
5679         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
5680         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
5681         * modules/relocatable: New file.
5682         * modules/relocatable-lib: New file.
5683         * modules/relocatable-script: New file.
5684
5685 2007-02-28  Bruno Haible  <bruno@clisp.org>
5686
5687         Import --enable-relocatable infrastructure.
5688         * build-aux/config.libpath: New file, from GNU gettext.
5689         * build-aux/install-reloc: New file, from GNU gettext.
5690         * build-aux/reloc-ldflags: New file, from GNU gettext.
5691         * lib/relocatable.h: New file, from GNU gettext.
5692         * lib/relocatable.c: New file, from GNU gettext.
5693         * lib/relocwrapper.c: New file, from GNU gettext.
5694         * m4/relocatable.m4: New file, from GNU gettext.
5695
5696 2007-02-28  Bruno Haible  <bruno@clisp.org>
5697
5698         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
5699
5700         * modules/xreadlink: New file, from GNU gettext with modifications.
5701         * lib/xreadlink.c: New file, from GNU gettext.
5702         * lib/xreadlink.h: Add comments.
5703         (xreadlink): New declaration.
5704
5705         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
5706         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
5707         lib/xreadlink-with-size.c.
5708         (configure.ac): Remove gl_XREADLINK invocation.
5709         (Makefile.am): Augment lib_SOURCES.
5710         * m4/xreadlink.m4: Remove file.
5711         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
5712         (xreadlink_with_size): Renamed from xreadink.
5713         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
5714         * modules/canonicalize (Depends-on): Replace xreadlink with
5715         xreadlink-with-size.
5716         * lib/canonicalize.c (canonicalize_filename_mode): Update.
5717
5718 2007-02-25  Jim Meyering  <jim@meyering.net>
5719
5720         * build-aux/announce-gen: When complaining about excess arguments,
5721         list them.
5722
5723 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
5724
5725         * README: Document signed integer overflow situation more
5726         accurately.
5727
5728 2007-02-25  Bruno Haible  <bruno@clisp.org>
5729
5730         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
5731         'a' or 'A' conversion.
5732
5733 2007-02-25  Bruno Haible  <bruno@clisp.org>
5734
5735         * modules/filename: Renamed from modules/pathname.
5736         (Files): Replace lib/pathname.h with lib/filename.h. Replace
5737         lib/concatpath.c with lib/concat-filename.c.
5738         (Makefile.am): Update.
5739         (Include): Replace pathname.h with filename.h.
5740         * lib/filename.h: Renamed from lib/pathname.h.
5741         (concatenated_filename): Renamed from concatenated_pathname.
5742         * lib/concat-filename.c: Renamed from lib/concatpath.c.
5743         (concatenated_filename): Renamed from concatenated_pathname.
5744         * lib/findprog.c: Include filename.h instead of pathname.h.
5745         (find_in_path): Update.
5746         * lib/javacomp.c: Include filename.h instead of pathname.h.
5747         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
5748         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
5749         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
5750         is_oldgcj_14_13_usable, is_javac_usable): Update.
5751         * lib/javaexec.c: Include filename.h instead of pathname.h.
5752         (execute_java_class): Update.
5753         * modules/findprog: Update.
5754         * modules/javacomp: Update.
5755         * modules/javaexec: Update.
5756         * MODULES.html.sh (File system functions): Add 'filename', remove
5757         'pathname'.
5758
5759 2007-02-25  Bruno Haible  <bruno@clisp.org>
5760
5761         * modules/printf-frexpl-tests: New file.
5762         * tests/test-printf-frexpl.c: New file.
5763
5764         * modules/printf-frexpl: New file.
5765         * lib/printf-frexpl.h: New file.
5766         * lib/printf-frexpl.c: New file.
5767         * m4/printf-frexpl.m4: New file.
5768
5769 2007-02-25  Bruno Haible  <bruno@clisp.org>
5770
5771         * modules/printf-frexp-tests: New file.
5772         * tests/test-printf-frexp.c: New file.
5773
5774         * modules/printf-frexp: New file.
5775         * lib/printf-frexp.h: New file.
5776         * lib/printf-frexp.c: New file.
5777         * m4/printf-frexp.m4: New file.
5778
5779 2007-02-25  Bruno Haible  <bruno@clisp.org>
5780
5781         Assume automake >= 1.10 for the tests.
5782         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
5783         * modules/arctwo-tests: Likewise.
5784         * modules/argp-tests: Likewise.
5785         * modules/avltree-list-tests: Likewise.
5786         * modules/avltree-oset-tests: Likewise.
5787         * modules/avltreehash-list-tests: Likewise.
5788         * modules/carray-list-tests: Likewise.
5789         * modules/crc-tests: Likewise.
5790         * modules/des-tests: Likewise.
5791         * modules/gc-arcfour-tests: Likewise.
5792         * modules/gc-arctwo-tests: Likewise.
5793         * modules/gc-des-tests: Likewise.
5794         * modules/gc-hmac-md5-tests: Likewise.
5795         * modules/gc-hmac-sha1-tests: Likewise.
5796         * modules/gc-md2-tests: Likewise.
5797         * modules/gc-md4-tests: Likewise.
5798         * modules/gc-md5-tests: Likewise.
5799         * modules/gc-pbkdf2-sha1-tests: Likewise.
5800         * modules/gc-rijndael-tests: Likewise.
5801         * modules/gc-sha1-tests: Likewise.
5802         * modules/gc-tests: Likewise.
5803         * modules/getaddrinfo-tests: Likewise.
5804         * modules/hmac-md5-tests: Likewise.
5805         * modules/hmac-sha1-tests: Likewise.
5806         * modules/linked-list-tests: Likewise.
5807         * modules/linkedhash-list-tests: Likewise.
5808         * modules/lock-tests: Likewise.
5809         * modules/md2-tests: Likewise.
5810         * modules/md4-tests: Likewise.
5811         * modules/md5-tests: Likewise.
5812         * modules/rbtree-list-tests: Likewise.
5813         * modules/rbtree-oset-tests: Likewise.
5814         * modules/rbtreehash-list-tests: Likewise.
5815         * modules/read-file-tests: Likewise.
5816         * modules/rijndael-tests: Likewise.
5817         * modules/stdint-tests: Likewise.
5818         * modules/tls-tests: Likewise.
5819
5820 2007-02-24  Bruno Haible  <bruno@clisp.org>
5821
5822         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
5823         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
5824         function; instead check whether isnan with a double argument links.
5825         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
5826         function; instead check whether isnan with a 'long double' argument
5827         links.
5828         Reported by Eric Blake <ebb9@byu.net>.
5829
5830 2007-02-24  Bruno Haible  <bruno@clisp.org>
5831
5832         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
5833         defined.
5834         * lib/isnanl.c: Remove all code. Just include isnan.c.
5835         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
5836
5837 2007-02-25  Jim Meyering  <jim@meyering.net>
5838
5839         Avoid conflicting types for 'unsetenv' on FreeBSD.
5840         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
5841         conflicting with FreeBSD's (5.0 and 6.1) function declaration
5842         in stdlib.h.
5843
5844 2007-02-24  Bruno Haible  <bruno@clisp.org>
5845
5846         * modules/isnanl-nolibm-tests: New file.
5847         * tests/test-isnanl.c: New file.
5848
5849         * modules/isnanl-nolibm: New file.
5850         * lib/isnanl.h: New file.
5851         * lib/isnanl.c: New file.
5852         * m4/isnanl.m4: New file.
5853
5854 2007-02-24  Bruno Haible  <bruno@clisp.org>
5855
5856         * modules/isnan-nolibm-tests: New file.
5857         * tests/test-isnan.c: New file.
5858
5859         * modules/isnan-nolibm: New file.
5860         * lib/isnan.h: New file.
5861         * lib/isnan.c: New file.
5862         * m4/isnan.m4: New file.
5863
5864 2007-02-24  Bruno Haible  <bruno@clisp.org>
5865
5866         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
5867         assume that an exponent fits in 20 bits.
5868
5869 2007-02-24  Jim Meyering  <jim@meyering.net>
5870
5871         * m4/regex.m4: Update the description of the configure-time option,
5872         --without-included-regex, to state accurately what the defaults are,
5873         and perhaps to give people an idea why using this option is risky.
5874
5875 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
5876
5877         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
5878         loops on small arguments.  This attempts to avoid the problem
5879         Bruno Haible reported for AIX 4.3.2 in
5880         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
5881
5882 2007-02-23  Bruno Haible  <bruno@clisp.org>
5883
5884         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
5885         Needed for help2man.
5886
5887 2007-02-23  Karl Berry  <karl@gnu.org>
5888
5889         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
5890         exists, foo.h should be cvs-ignored, not committed.
5891
5892 2007-02-23  Eric Blake  <ebb9@byu.net>
5893
5894         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
5895         * lib/stat-time.h (includes): Likewise.
5896         * lib/utimecmp.c (includes): Likewise.
5897         * lib/utimens.h (includes): Likewise.
5898         * lib/getdate.y (includes): Also include "timespec.h" for use
5899         internal to the module.
5900         * modules/utimens (Depends-on): Revert yesterday's patch.
5901         * modules/nanosleep (Depends-on): Add missing dependency.
5902
5903 2007-02-22  Bruno Haible  <bruno@clisp.org>
5904
5905         * lib/glob.c: Don't include getlogin_r.h.
5906
5907 2007-02-22  Jim Meyering  <jim@meyering.net>
5908
5909         * modules/utimens (Depends-on): Add timespec, required for
5910         utimens.h's inclusion of timespec.h.
5911
5912 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
5913
5914         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
5915         long unreadable paths in GNU/Linux.  Problem reported by Andreas
5916         Schwab in
5917         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
5918         I'll try to think of a better way to fix the Solaris problem.
5919
5920         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
5921         like glibc; on Solaris 10, it fails with errno == EINVAL.
5922         POSIX says the behavior is unspecified if the first argument is NULL,
5923         so play it safe and never pass NULL to the system getcwd.
5924
5925 2007-02-21  Jim Meyering  <jim@meyering.net>
5926
5927         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
5928         of gettimeofday.  It would conflict with the one now always
5929         provided via sys_time_.h.  Reported by Matthew Woehlke, as
5930         an IRIX 6.5 build failure.
5931
5932 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
5933
5934         Minor fixups to port to Solaris 10 with Sun C 5.8.
5935         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
5936         * modules/getcwd (Depends-on): Add dirfd.
5937         * lib/putenv.c (putenv): #undef it.
5938         (rpl_putenv): New decl.
5939         (malloc, free): Include <stdlib.h> rather than prototyping separately.
5940
5941 2007-02-20  Bruno Haible  <bruno@clisp.org>
5942
5943         * modules/stdio-tests: New file.
5944         * tests/test-stdio.c: New file.
5945
5946         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
5947         (Depends-on): Add stdio.
5948         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5949         (Include): Use <stdio.h> instead of vsnprintf.h.
5950         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5951         HAVE_DECL_VSNPRINTF.
5952         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
5953
5954         * modules/snprintf (Files): Remove lib/snprintf.h.
5955         (Depends-on): Add stdio.
5956         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5957         (Include): Use <stdio.h> instead of snprintf.h.
5958         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5959         HAVE_DECL_SNPRINTF.
5960         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
5961         * lib/getaddrinfo.c: Likewise.
5962
5963         * modules/stdio: New file.
5964         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
5965         * lib/snprintf.h: Remove file.
5966         * lib/vsnprintf.h: Remove file.
5967         * lib/.cppi-disable: Remove snprintf.h.
5968         * m4/stdio_h.m4: New file.
5969         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
5970
5971 2007-02-20  Jim Meyering  <jim@meyering.net>
5972
5973         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
5974         used by e.g., mingw.  From Bruno Haible.
5975
5976 2007-02-19  Bruno Haible  <bruno@clisp.org>
5977
5978         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
5979         warnings.
5980         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5981
5982 2007-02-19  Bruno Haible  <bruno@clisp.org>
5983
5984         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
5985         from mingw users.
5986
5987 2007-02-19  Bruno Haible  <bruno@clisp.org>
5988
5989         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
5990         warnings.
5991         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
5992
5993 2007-02-19  Jim Meyering  <jim@meyering.net>
5994
5995         Don't use FD after a successful "fdopendir (fd)".
5996         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
5997         Reset it by calling dirfd on the just-obtained DIR*.
5998
5999         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
6000         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
6001
6002 2007-02-18  Bruno Haible  <bruno@clisp.org>
6003
6004         * lib/readlink.c: Include <unistd.h>.
6005         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
6006         HAVE_READLINK.
6007         * modules/readlink (Depends-on): Add unistd.
6008         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6009         (Include): Add <unistd.h>.
6010
6011         * lib/getlogin_r.h: Remove file.
6012         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
6013         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
6014         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
6015         HAVE_DECL_GETLOGIN_R.
6016         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
6017         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6018         (Include): Use <unistd.h> instead of getlogin_r.h.
6019
6020         * lib/getcwd.h: Remove file.
6021         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
6022         * lib/xgetcwd.c: Likewise.
6023         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
6024         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
6025         * modules/getcwd (Files): Remove lib/getcwd.h.
6026         (Depends-on): Add unistd.
6027         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6028         (Include): Use <unistd.h> instad of getcwd.h.
6029
6030         * lib/ftruncate.c: Include <unistd.h> first.
6031         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
6032         Set HAVE_FTRUNCATE.
6033         * modules/ftruncate (Depends-on): Add unistd.
6034         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6035
6036         * lib/fchdir.c: Include <unistd.h> first.
6037         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
6038         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
6039         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
6040         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6041         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
6042
6043         * lib/dup2.c: Include <unistd.h> first.
6044         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
6045         HAVE_DUP2.
6046         * modules/dup2 (Depends-on): Add unistd.
6047         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6048
6049         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
6050         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
6051         REPLACE_CHOWN. Don't define chown as a macro here.
6052         * modules/chown (Depends-on): Add unistd.
6053         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6054
6055         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
6056         Add definition for GL_LINK_WARNING.
6057         (chown, dup2): New declarations.
6058         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
6059         link warning.
6060         (ftruncate): New declaration.
6061         (getcwd): New declaration, taken from old getcwd.h.
6062         (getlogin_r): New declaration, taken from old getlogin_r.h.
6063         (readlink): New declaration.
6064         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
6065         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
6066         (gl_PREREQ_UNISTD): Remove macro.
6067         (gl_UNISTD_MODULE_INDICATOR): New macro.
6068         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
6069         many new variables. Don't set UNISTD_H.
6070         * modules/unistd (Description): Change.
6071         (Depends-on): Add link-warning.
6072         (configure.ac): Update.
6073         (Makefile.am): Create unistd.h always. Substitute many new variables
6074         into it.
6075
6076 2007-02-18  Bruno Haible  <bruno@clisp.org>
6077
6078         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
6079         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
6080         HAVE_GETSUBOPT.
6081         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
6082         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
6083         * lib/getsubopt.h: Remove file.
6084         * modules/getsubopt (Files): Remove lib/getsubopt.h.
6085         (Depends-on): Add stdlib.
6086         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6087         (Includes): Use <stdlib.h> instead of getsubopt.h.
6088         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
6089         Set HAVE_GETSUBOPT.
6090         * lib/getsubopt.c: Don't include getsubopt.h.
6091
6092 2007-02-18  Bruno Haible  <bruno@clisp.org>
6093
6094         * modules/fchdir (Depends-on): Add dup2.
6095
6096 2007-02-18  Bruno Haible  <bruno@clisp.org>
6097
6098         * lib/stdlib_.h: Handle glibc's special invocation convention
6099         specially.
6100
6101 2007-02-18  Bruno Haible  <bruno@clisp.org>
6102
6103         * modules/stdlib-tests: New file.
6104         * tests/test-stdlib.c: New file.
6105
6106         * modules/mkstemp (Files): Remove lib/mkstemp.h.
6107         (Depends-on): Add stdlib.
6108         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6109         (Includes): Use <stdlib.h> instead of mkstemp.h.
6110         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
6111         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
6112         * lib/mkstemp.c: Don't include mkstemp.h.
6113         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
6114         * lib/stdlib--.h: Don't include mkstemp.h.
6115
6116         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
6117         (Depends-on): Add stdlib.
6118         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6119         (Includes): Use <stdlib.h> instead of mkdtemp.h.
6120         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
6121         HAVE_MKDTEMP.
6122         * lib/mkdtemp.c: Don't include mkdtemp.h.
6123         * lib/clean-temp.c: Don't include mkdtemp.h.
6124
6125         * modules/exit (Files): Remove lib/exit.h.
6126         (Depends-on): Add stdlib.
6127         (Makefile.am): Remove lib_SOURCES.
6128         (Include): Use <stdlib.h> instead of exit.h.
6129         * lib/argmatch.c: Don't include exit.h.
6130         * lib/execute.c: Likewise.
6131         * lib/pagealign_alloc.c: Likewise.
6132         * lib/pipe.c: Likewise.
6133         * lib/wait-process.c: Likewise.
6134         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
6135         * lib/exitfail.c: Likewise.
6136         * lib/savewd.c: Likewise.
6137         * lib/xsetenv.c: Likewise.
6138
6139         * modules/stdlib: New file.
6140         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
6141         and extra comments about mkstemp().
6142         * lib/exit.h: Remove file.
6143         * lib/mkdtemp.h: Remove file.
6144         * lib/mkstemp.h: Remove file.
6145         * m4/stdlib_h.m4: New file.
6146         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
6147
6148 2007-02-18  Bruno Haible  <bruno@clisp.org>
6149
6150         * modules/math-tests: New file.
6151         * tests/test-math.c: New file.
6152
6153         * modules/math: New file.
6154         * modules/mathl (Files): Remove lib/mathl.h.
6155         (Depends-on): Add math.
6156         (Makefile.am): Don't mention mathl.h.
6157         (Include): Use <math.h> instead of mathl.h.
6158         * lib/math_.h: New file.
6159         * lib/mathl.h: Remove file.
6160         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
6161         mathl.h.
6162         * lib/asinl.c: Likewise.
6163         * lib/atanl.c: Likewise.
6164         * lib/ceill.c: Likewise.
6165         * lib/cosl.c: Likewise.
6166         * lib/expl.c: Likewise.
6167         * lib/floorl.c: Likewise.
6168         * lib/frexpl.c: Likewise.
6169         * lib/ldexpl.c: Likewise.
6170         * lib/logl.c: Likewise.
6171         * lib/sincosl.c: Likewise.
6172         * lib/sinl.c: Likewise.
6173         * lib/sqrtl.c: Likewise.
6174         * lib/tanl.c: Likewise.
6175         * lib/trigl.c: Likewise.
6176         * m4/math_h.m4: New file.
6177         * MODULES.html.sh (Mathematics): Add math.
6178
6179 2007-02-17  Bruno Haible  <bruno@clisp.org>
6180
6181         * modules/wctype-tests: New file.
6182         * tests/test-wctype.c: New file.
6183
6184         * modules/wchar-tests: New file.
6185         * tests/test-wchar.c: New file.
6186
6187         * modules/unistd-tests: New file.
6188         * tests/test-unistd.c: New file.
6189
6190         * modules/time-tests: New file.
6191         * tests/test-time.c: New file.
6192
6193         * modules/sysexits-tests: New file.
6194         * tests/test-sysexits.c: New file.
6195
6196         * modules/sys_time-tests: New file.
6197         * tests/test-sys_time.c: New file.
6198
6199         * modules/sys_stat-tests: New file.
6200         * tests/test-sys_stat.c: New file.
6201
6202         * modules/sys_socket-tests: New file.
6203         * tests/test-sys_socket.c: New file.
6204
6205         * modules/sys_select-tests: New file.
6206         * tests/test-sys_select.c: New file.
6207
6208         * modules/string-tests: New file.
6209         * tests/test-string.c: New file.
6210
6211         * modules/stdbool-tests: New file.
6212         * tests/test-stdbool.c: New file.
6213
6214         * modules/netinet_in-tests: New file.
6215         * tests/test-netinet_in.c: New file.
6216
6217         * modules/inttypes-tests: New file.
6218         * tests/test-inttypes.c: New file.
6219
6220         * modules/fcntl-tests: New file.
6221         * tests/test-fcntl.c: New file.
6222
6223         * modules/byteswap-tests: New file.
6224         * tests/test-byteswap.c: New file.
6225
6226         * modules/arpa_inet-tests: New file.
6227         * tests/test-arpa_inet.c: New file.
6228
6229 2007-02-17  Bruno Haible  <bruno@clisp.org>
6230
6231         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
6232         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
6233         if the corresponding module is not enabled. Emit link warnings if
6234         the function is used nevertheless.
6235         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
6236         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
6237         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
6238         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
6239         * modules/inttypes (Depends-on): Add link-warning.
6240         (Makefile.am): Copy the contents of build-aux/link-warning.h into
6241         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
6242         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
6243         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
6244         * modules/imaxdiv (configure.ac): Likewise.
6245         * modules/strtoimax (configure.ac): Likewise.
6246         * modules/strtoumax (configure.ac): Likewise.
6247
6248 2007-02-17  Bruno Haible  <bruno@clisp.org>
6249
6250         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
6251         gl_STRING_MODULE_INDICATOR_DEFAULTS.
6252         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
6253         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
6254
6255 2007-02-17  Bruno Haible  <bruno@clisp.org>
6256
6257         * modules/link-warning: New file.
6258         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
6259         * lib/string_.h (GL_LINK_WARNING): Remove definition.
6260         * modules/string (Depends-on): Add link-warning.
6261         (Makefile.am): Copy the contents of build-aux/link-warning.h into
6262         string.h.
6263         * MODULES.html.sh (Support for building libraries and executables): Add
6264         link-warning.
6265
6266 2007-02-17  Bruno Haible  <bruno@clisp.org>
6267
6268         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
6269         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
6270         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
6271         long lines.
6272
6273 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
6274             Bruno Haible  <bruno@clisp.org>
6275
6276         * modules/tmpfile: New file.
6277         * lib/tmpfile.c: New file.
6278         * m4/tmpfile.m4: New file.
6279         * MODULES.html.sh (func_all_modules): New section "Input/output".
6280
6281 2007-02-15  Bruno Haible  <bruno@clisp.org>
6282
6283         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
6284         (supports_delete_on_close): New function.
6285         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
6286
6287 2007-02-14  Bruno Haible  <bruno@clisp.org>
6288
6289         * modules/mbspcasecmp-tests: New file.
6290         * tests/test-mbspcasecmp.sh: New file.
6291         * tests/test-mbspcasecmp.c: New file.
6292
6293         New module mbspcasecmp.
6294         * modules/mbspcasecmp: New file.
6295         * lib/mbspcasecmp.c: New file.
6296         * lib/string_.h (strncasecmp): Change warning message.
6297         (mbspcasecmp): New declaration.
6298         * m4/mbspcasecmp.m4: New file.
6299         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6300         GNULIB_MBSPCASECMP.
6301         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
6302         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
6303
6304 2007-02-14  Bruno Haible  <bruno@clisp.org>
6305
6306         * modules/mbsncasecmp-tests: New file.
6307         * tests/test-mbsncasecmp.sh: New file.
6308         * tests/test-mbsncasecmp.c: New file.
6309
6310         New module mbsncasecmp.
6311         * modules/mbsncasecmp: New file.
6312         * lib/mbsncasecmp.c: New file.
6313         * lib/string_.h (mbsncasecmp): New declaration.
6314         * m4/mbsncasecmp.m4: New file.
6315         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6316         GNULIB_MBSNCASECMP.
6317         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
6318         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
6319
6320 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
6321
6322         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
6323         Verify that it doesn't overlap with our flags.
6324         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
6325         do not have the desired effect in multibyte locales; instead, use
6326         mbscasecmp.
6327         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
6328         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
6329         we don't require GNU fnmatch ourselves (if our users require it, they
6330         should do so explicitly).
6331
6332         Fix regex code so it doesn't rely on strcasecmp.
6333         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
6334         Otherwise, include gnulib's langinfo.h.
6335         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
6336         undesirable behavior in non-C locales.  Instead, rely on localecharset.
6337         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
6338         * modules/regex (FILES): Remove m4/codeset.m4.
6339         (Depends-on): Add localcharset.  Remove strcase.
6340
6341 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6342
6343         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
6344         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
6345
6346 2007-02-13  Bruno Haible  <bruno@clisp.org>
6347
6348         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
6349         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6350
6351 2007-02-12  Bruno Haible  <bruno@clisp.org>
6352
6353         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6354         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
6355         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
6356         time warning rather than a link error.
6357
6358 2007-02-12  Bruno Haible  <bruno@clisp.org>
6359
6360         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
6361         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
6362         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6363
6364 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
6365
6366         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
6367         args, not 2.
6368
6369 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
6370
6371         New module 'time', so that apps can include <time.h> as per
6372         POSIX and GNU instead of separate include files like time_r.h
6373         and timegm.h.  This implementation tries out a simpler approach
6374         for replacing decls in standard include files (as compared to
6375         the string module), somewhat as an experiment.
6376
6377         * config/srclist.txt: Comment out mktime.c for now.
6378         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
6379         since it doesn't apply any more.  Use generic wording instead.
6380         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
6381         'time'.
6382         * lib/time_.h, m4/time_h.m4, modules/time: New files.
6383         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
6384         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
6385         Don't include <sys/types.h>; no longer needed since we assume C89.
6386         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
6387         * lib/strftime.c: Likewise.
6388         * lib/time_r.c: Likewise.
6389         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
6390         * lib/nanosleep.c: Include <time.h> first, to check interface.
6391         * lib/strptime.c: Likewise.
6392         * lib/time_r.c: Likewise.
6393         * lib/timegm.c: Likewise.
6394         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
6395         needed.
6396         * lib/timegm.c: Don't include timegm.h; no longer needed.
6397         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
6398         time.h now handles any problems in that area.
6399         (struct timespec, nanosleep): Remove; time.h now arranges for these.
6400         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
6401         that time.h defines struct timespec.
6402         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
6403         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
6404         handles that.
6405         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
6406         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
6407         needed.  Set REPLACE_LOCALTIME.
6408         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
6409         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
6410         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
6411         nanosleep; time_h.m4 now does that.  Don't require
6412         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
6413         module handles this now.
6414         * modules/getdate (Depends-on): Remove timespec.  Add time.
6415         * modules/nanosleep (Depends-on): Likewise.
6416         * modules/stat-time (Depends-on): Likewise.
6417         * modules/nanosleep (Include): Include time.h, not timespec.h.
6418         * modules/strptime (Files): Remove lib/strptime.h.
6419         (Depends-on): Add extensions, time.
6420         (Include): Include time.h, not strptime.h.
6421         * modules/time_r (Files): Remove lib/time_r.h.
6422         (Depends-on): Add time.
6423         (Include): Include time.h, not time_r.h.
6424         * modules/timegm: Likewise.
6425         * modules/timespec (Description): Now does timespec-related decls
6426         of our own, instead of struct timespec itself.
6427         (Depends-on): Add time; remove extensions.
6428         (Maintainer): Add self.
6429         * modules/utimecmp (Depends-on): Add time; remove timespec.
6430         * modules/utimens (Depends-on): Likewise.
6431         * modules/xnanosleep (Depends-on): Likewise.
6432
6433 2007-02-11  Bruno Haible  <bruno@clisp.org>
6434
6435         * lib/c-strstr.c: Include allocsa.h.
6436         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6437         * lib/c-strcasestr.c: Include allocsa.h.
6438         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6439         * lib/strcasestr.c: Include allocsa.h.
6440         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6441         * lib/mbsstr.c: Include allocsa.h.
6442         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
6443         allocsa/freesa instead of malloc/free.
6444         * lib/mbscasestr.c: Include allocsa.h.
6445         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
6446         allocsa/freesa instead of malloc/free.
6447         * modules/c-strstr (Depends-on): Add allocsa.
6448         * modules/c-strcasestr (Depends-on): Likewise.
6449         * modules/strcasestr (Depends-on): Likewise.
6450         * modules/mbsstr (Depends-on): Likewise.
6451         * modules/mbscasestr (Depends-on): Likewise.
6452
6453 2007-02-11  Bruno Haible  <bruno@clisp.org>
6454
6455         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
6456
6457         * modules/mbsspn-tests: New file.
6458         * tests/test-mbsspn.sh: New file.
6459         * tests/test-mbsspn.c: New file.
6460
6461 2007-02-11  Bruno Haible  <bruno@clisp.org>
6462
6463         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
6464
6465         * modules/mbspbrk-tests: New file.
6466         * tests/test-mbspbrk.sh: New file.
6467         * tests/test-mbspbrk.c: New file.
6468
6469 2007-02-11  Bruno Haible  <bruno@clisp.org>
6470
6471         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
6472         unneeded cast.
6473
6474         * modules/mbscspn-tests: New file.
6475         * tests/test-mbscspn.sh: New file.
6476         * tests/test-mbscspn.c: New file.
6477
6478 2007-02-11  Bruno Haible  <bruno@clisp.org>
6479
6480         * modules/mbscasecmp-tests: New file.
6481         * tests/test-mbscasecmp.sh: New file.
6482         * tests/test-mbscasecmp.c: New file.
6483
6484 2007-02-11  Bruno Haible  <bruno@clisp.org>
6485
6486         Ensure O(n) worst-case complexity of mbscasestr.
6487         * lib/mbscasestr.c: Include stdbool.h.
6488         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
6489         functions.
6490         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
6491         the bookkeeping indicates that it's worth it.
6492         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
6493
6494         * modules/mbscasestr-tests: New file.
6495         * tests/test-mbscasestr1.c: New file.
6496         * tests/test-mbscasestr2.sh: New file.
6497         * tests/test-mbscasestr2.c: New file.
6498         * tests/test-mbscasestr3.sh: New file.
6499         * tests/test-mbscasestr3.c: New file.
6500         * tests/test-mbscasestr4.sh: New file.
6501         * tests/test-mbscasestr4.c: New file.
6502         * m4/locale-tr.m4: New file.
6503
6504 2007-02-11  Bruno Haible  <bruno@clisp.org>
6505
6506         Ensure O(n) worst-case complexity of mbsstr.
6507         * lib/mbsstr.c: Include stdbool.h.
6508         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
6509         functions.
6510         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
6511         bookkeeping indicates that it's worth it.
6512         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
6513
6514         * modules/mbsstr-tests: New file.
6515         * tests/test-mbsstr1.c: New file.
6516         * tests/test-mbsstr2.sh: New file.
6517         * tests/test-mbsstr2.c: New file.
6518         * tests/test-mbsstr3.sh: New file.
6519         * tests/test-mbsstr3.c: New file.
6520         * m4/locale-fr.m4: New file.
6521
6522 2007-02-11  Bruno Haible  <bruno@clisp.org>
6523
6524         * lib/mbsrchr.c (mbsrchr): Fix bug.
6525
6526         * modules/mbsrchr-tests: New file.
6527         * tests/test-mbsrchr.sh: New file.
6528         * tests/test-mbsrchr.c: New file.
6529
6530 2007-02-11  Bruno Haible  <bruno@clisp.org>
6531
6532         * lib/mbschr.c (mbschr): Fix bug.
6533
6534         * modules/mbschr-tests: New file.
6535         * tests/test-mbschr.sh: New file.
6536         * tests/test-mbschr.c: New file.
6537         * m4/locale-zh.m4: New file.
6538
6539 2007-02-11  Bruno Haible  <bruno@clisp.org>
6540
6541         Support for copying multibyte string iterators.
6542         * lib/mbiter.h: Include <string.h>.
6543         (mbiter_multi_copy): New function.
6544         (mbi_copy): New macro.
6545         * lib/mbuiter.h: Include <string.h>.
6546         (mbuiter_multi_copy): New function.
6547         (mbui_copy): New macro.
6548
6549 2007-02-11  Bruno Haible  <bruno@clisp.org>
6550
6551         New module mbslen.
6552         * modules/mbslen: New file.
6553         * lib/mbslen.c: New file.
6554         * lib/string_.h (mbslen): New declaration.
6555         * m4/mbslen.m4: New file.
6556         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6557         GNULIB_MBSLEN.
6558         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
6559         * MODULES.html.sh (Internationalization functions): Add mbslen.
6560
6561 2007-02-11  Bruno Haible  <bruno@clisp.org>
6562
6563         Ensure O(n) worst-case complexity of strcasestr substitute.
6564         * lib/strcasestr.c: Include stdbool.h.
6565         (knuth_morris_pratt): New function.
6566         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6567         bookkeeping indicates that it's worth it.
6568         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
6569
6570         * modules/strcasestr-tests: New file.
6571         * tests/test-strcasestr.c: New file.
6572
6573 2007-02-11  Bruno Haible  <bruno@clisp.org>
6574
6575         Ensure O(n) worst-case complexity of c_strcasestr.
6576         * lib/c-strcasestr.c: Include stdbool.h, string.h.
6577         (knuth_morris_pratt): New function.
6578         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
6579         the bookkeeping indicates that it's worth it.
6580         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
6581
6582         * modules/c-strcasestr-tests: New file.
6583         * tests/test-c-strcasestr.c: New file.
6584
6585 2007-02-11  Bruno Haible  <bruno@clisp.org>
6586
6587         Ensure O(n) worst-case complexity of c_strstr.
6588         * lib/c-strstr.c: Include stdbool.h, string.h.
6589         (knuth_morris_pratt): New function.
6590         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6591         bookkeeping indicates that it's worth it.
6592         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
6593
6594         * lib/c-strstr.c: Complete rewrite for maintainability.
6595
6596         * modules/c-strstr-tests: New file.
6597         * tests/test-c-strstr.c: New file.
6598
6599 2007-02-11  Bruno Haible  <bruno@clisp.org>
6600
6601         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
6602         5.2.1 and earlier, whereby \055 was treated just like the range
6603         delimiter '-'.
6604         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
6605
6606 2007-02-08  Bruno Haible  <bruno@clisp.org>
6607
6608         * modules/regex (Depends-on): Add stdbool.
6609         Reported by Dalibor Topic <robilad@kaffe.org>.
6610
6611 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
6612
6613         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
6614         Prefer returning from main to exiting from it.
6615         Remove unnecessary parens after sizeof.
6616
6617 2007-02-05  Bruno Haible  <bruno@clisp.org>
6618
6619         New module mbssep.
6620         * modules/mbssep: New file.
6621         * lib/mbssep.c: New file.
6622         * lib/string_.h (strsep): Add a conditional link warning.
6623         (mbssep): New declaration.
6624         * m4/mbssep.m4: New file.
6625         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6626         GNULIB_MBSSEP.
6627         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
6628         * MODULES.html.sh (Internationalization functions): Add mbssep.
6629
6630 2007-02-05  Bruno Haible  <bruno@clisp.org>
6631
6632         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
6633         Optimize search in case of 1 delimiter.
6634
6635 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
6636
6637         * lib/acl.h: Include sys/types.h before sys/acl.h.
6638
6639 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
6640
6641         Merge upstream fix for glibc bugzilla #3957:
6642
6643         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
6644
6645         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
6646         bit for RE_HAT_LISTS_NOT_NEWLINE.
6647         (build_charclass_op): Remove bogus comment.
6648
6649 2007-02-05  Simon Josefsson  <simon@josefsson.org>
6650
6651         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
6652
6653 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6654
6655         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
6656         * lib/memmem.c [!defined _LIBC]: Include config.h.
6657
6658 2007-02-04  Bruno Haible  <bruno@clisp.org>
6659
6660         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
6661         warning message.
6662
6663 2007-02-04  Bruno Haible  <bruno@clisp.org>
6664
6665         New module mbstok_r.
6666         * modules/mbstok_r: New file.
6667         * lib/mbstok_r.c: New file.
6668         * lib/string_.h (strtok_r): Change argument names to match the
6669         comments. Add a conditional link warning.
6670         (mbstok_r): New declaration.
6671         * m4/mbstok_r.m4: New file.
6672         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6673         GNULIB_MBSTOK_R.
6674         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
6675         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
6676
6677 2007-02-04  Bruno Haible  <bruno@clisp.org>
6678
6679         New module mbsspn.
6680         * modules/mbsspn: New file.
6681         * lib/mbsspn.c: New file.
6682         * lib/string_.h (strspn): Add a conditional link warning.
6683         (mbsspn): New declaration.
6684         * m4/mbsspn.m4: New file.
6685         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6686         GNULIB_MBSSPN.
6687         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
6688         * MODULES.html.sh (Internationalization functions): Add mbsspn.
6689
6690 2007-02-04  Bruno Haible  <bruno@clisp.org>
6691
6692         New module mbspbrk.
6693         * modules/mbspbrk: New file.
6694         * lib/mbspbrk.c: New file.
6695         * lib/string_.h (strpbrk): Add a conditional link warning.
6696         (mbspbrk): New declaration.
6697         * m4/mbspbrk.m4: New file.
6698         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6699         GNULIB_MBSPBRK.
6700         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
6701         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
6702
6703 2007-02-04  Bruno Haible  <bruno@clisp.org>
6704
6705         New module mbscspn.
6706         * modules/mbscspn: New file.
6707         * lib/mbscspn.c: New file.
6708         * lib/string_.h (strcspn): Add a conditional link warning.
6709         (mbscspn): New declaration.
6710         * m4/mbscspn.m4: New file.
6711         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6712         GNULIB_MBSCSPN.
6713         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
6714         * MODULES.html.sh (Internationalization functions): Add mbscspn.
6715
6716 2007-02-04  Bruno Haible  <bruno@clisp.org>
6717
6718         New module mbscasestr, reduced goal of strcasestr.
6719         * modules/mbscasestr: New file.
6720         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
6721         (mbscasestr): Renamed from strcasestr.
6722         * lib/strcasestr.c: Don't include mbuiter.h.
6723         (strcasestr): Remove support for multibyte locales.
6724         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
6725         Change the conditional link warning.
6726         (mbscasestr): New declaration.
6727         * m4/mbscasestr.m4: New file.
6728         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
6729         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
6730         REPLACE_STRCASESTR.
6731         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
6732         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6733         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
6734         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
6735         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
6736         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
6737         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
6738         (Depends-on): Remove mbuiter.
6739         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
6740
6741 2007-02-04  Bruno Haible  <bruno@clisp.org>
6742
6743         Simplify handling of strncasecmp.
6744         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
6745         the conditional link warning.
6746         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6747         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
6748         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
6749         * modules/strcase (configure.ac): Don't invoke
6750         gl_STRING_MODULE_INDICATOR.
6751         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
6752
6753 2007-02-04  Bruno Haible  <bruno@clisp.org>
6754
6755         New module mbscasecmp, reduced goal of strcasecmp.
6756         * modules/mbscasecmp: New file.
6757         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
6758         (mbscasecmp): Renamed from strcasecmp.
6759         * lib/strcasecmp.c: Don't include mbuiter.h.
6760         (strcasecmp): Remove support for multibyte locales.
6761         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
6762         Change the conditional link warning.
6763         (mbscasecmp): New declaration.
6764         * m4/mbscasecmp.m4: New file.
6765         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
6766         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
6767         REPLACE_STRCASECMP.
6768         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
6769         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6770         GNULIB_MBSCASECMP.
6771         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
6772         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
6773         * modules/strcase (Files): Remove m4/mbrtowc.m4.
6774         (Depends-on): Remove mbuiter.
6775         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
6776
6777 2007-02-04  Bruno Haible  <bruno@clisp.org>
6778
6779         New module mbsstr. Remove module strstr.
6780         * modules/mbsstr: New file.
6781         * modules/strstr: Remove file.
6782         * lib/mbsstr.c: Renamed from lib/strstr.c.
6783         (mbsstr): Renamed from strstr.
6784         * lib/string_.h (strstr): Remove declaration. Change the conditional
6785         link warning.
6786         (mbsstr): New declaration.
6787         * m4/mbsstr.m4: New file.
6788         * m4/strstr.m4: Remove file.
6789         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
6790         REPLACE_STRSTR.
6791         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
6792         Don't initialize GNULIB_STRSTR.
6793         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
6794         substitute GNULIB_STRSTR and REPLACE_STRSTR.
6795         * MODULES.html.sh (Internationalization functions): Add mbsstr.
6796         (Support for systems lacking ANSI C 89): Remove strstr.
6797
6798 2007-02-04  Bruno Haible  <bruno@clisp.org>
6799
6800         New module mbsrchr.
6801         * modules/mbsrchr: New file.
6802         * lib/mbsrchr.c: New file.
6803         * lib/string_.h (strrchr): Add a conditional link warning.
6804         (mbsrchr): New declaration.
6805         * m4/mbsrchr.m4: New file.
6806         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6807         GNULIB_MBSRCHR.
6808         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
6809         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
6810
6811 2007-02-04  Bruno Haible  <bruno@clisp.org>
6812
6813         New module mbschr.
6814         * modules/mbschr: New file.
6815         * lib/mbschr.c: New file.
6816         * lib/string_.h (strchr): Add a conditional link warning.
6817         (mbschr): New declaration.
6818         * m4/mbschr.m4: New file.
6819         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6820         GNULIB_MBSCHR.
6821         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
6822         * MODULES.html.sh (Internationalization functions): Add mbschr.
6823
6824 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6825
6826         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
6827
6828         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
6829
6830 2007-02-04  Bruno Haible  <bruno@clisp.org>
6831
6832         New module description section 'configure.ac-early'.
6833         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
6834         (func_get_autoconf_early_snippet): New function.
6835         (func_import, func_create_testdir): Use it. Remove special cases for
6836         modules 'extensions' and 'lock'.
6837         * modules/extensions (configure.ac-early): Require
6838         gl_USE_SYSTEM_EXTENSIONS.
6839         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
6840
6841 2007-02-04  Bruno Haible  <bruno@clisp.org>
6842
6843         Make use of gcj-4.3's -fsource and -ftarget option.
6844         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
6845         and if so try the options -fsource and -ftarget.
6846         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
6847         source_version, ftarget_option, target_version arguments.
6848         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
6849         (is_envjavac_oldgcj_14_14_usable): Renamed from
6850         is_envjavac_gcj_14_14_usable.
6851         (is_envjavac_oldgcj_14_13_usable): Renamed from
6852         is_envjavac_gcj_14_13_usable.
6853         (is_gcj_present): Update.
6854         (is_gcj_43, is_gcj43_usable): New functions.
6855         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
6856         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
6857         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
6858         try the options -fsource and -ftarget.
6859
6860 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
6861
6862         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
6863         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
6864         larger value.
6865
6866 2007-02-03  Jim Meyering  <jim@meyering.net>
6867
6868         Give tools a better chance to allocate space for very large buffers.
6869         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
6870
6871         Make pwd and readlink work also when run with an unreadable parent dir
6872         on systems with openat support.
6873         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
6874         provided getcwd function, even when we have openat support.
6875         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
6876
6877 2007-02-02  Bruno Haible  <bruno@clisp.org>
6878
6879         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6880         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
6881         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
6882         portability problems if one of these functions is only used on specific
6883         platforms.
6884         Reported by Paul Eggert.
6885
6886 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
6887
6888         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
6889         is causing more trouble than it's curing.
6890         * lib/regex_internal.h (__mempcpy): Remove.
6891         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
6892         (and make the code a tad smaller to boot).
6893         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
6894
6895 2007-02-02  Jim Meyering  <jim@meyering.net>
6896
6897         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
6898         section, not in the Makefile.am: one.
6899
6900 2007-02-02  Eric Blake  <ebb9@byu.net>
6901
6902         * lib/strchrnul.c: Always include config.h first.
6903
6904         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
6905         gnulib strstr is not necessary here.
6906
6907 2007-02-02  Simon Josefsson  <simon@josefsson.org>
6908
6909         * m4/socklen.m4: Fix typo.
6910
6911 2007-02-02  Eric Blake  <ebb9@byu.net>
6912
6913         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
6914         * modules/netinet_in (Makefile.am): Likewise.
6915
6916 2007-02-01  Bruno Haible  <bruno@clisp.org>
6917
6918         * lib/string_.h (GL_LINK_WARNING): New macro.
6919         (strcasecmp, strstr, strcasestr): If provided by the system,
6920         conditionally define as a macro that leads to a warning instead of to
6921         an error.
6922         (strncasecmp): Conditionally define as a macro that leads to a warning.
6923
6924 2007-02-01  Karl Berry  <karl@gnu.org>
6925
6926         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
6927
6928 2007-02-01  Bruno Haible  <bruno@clisp.org>
6929
6930         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
6931         renamings.
6932
6933 2007-02-01  Eric Blake  <ebb9@byu.net>
6934
6935         * modules/regex (Depends-on): Revert dependence on mempcpy.
6936         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
6937         module's definition of mempcpy.
6938         Reported by Paul Eggert.
6939
6940 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
6941
6942         * lib/string_.h: If the gnulib module XYZ is not present, undefine
6943         the symbol XYZ before redefining it.  This fixes a problem with
6944         programs that don't use XYZ, when compiled on systems that define
6945         XYZ to something else.
6946
6947 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
6948
6949         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
6950         occurs when "mkdir -m foo" creates a setgid directory that is (1)
6951         writeable to group or other and (2) is intended to have a special
6952         mode bit that is set or cleared.  In such a case, the directory
6953         should be neither group- nor other-writeable until the special
6954         mode bits are right.
6955
6956 2007-01-31  Eric Blake  <ebb9@byu.net>
6957
6958         * modules/mountlist (Depends-on): Add strstr.
6959
6960         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
6961         bug.
6962         * modules/string (Makefile.am): Remove redundant replacement.
6963         * modules/regex (Depends-on): Add mempcpy.
6964
6965 2007-01-31  Bruno Haible  <bruno@clisp.org>
6966
6967         New module description field 'Link'.
6968         * gnulib-tool (func_usage): Document --extract-link-directive.
6969         (sed_extract_prog): Recognize 'Link' directive.
6970         (func_get_link_directive): New function.
6971         (func_import): Show summary of link directives.
6972         Handle --extract-link-directive option.
6973         * modules/acl (Link): New section.
6974         * modules/clock-time (Link): New section.
6975         * modules/euidaccess (Link): New section.
6976         * modules/gettext (Link): New section.
6977         * modules/iconv (Link): New section.
6978         * modules/lock (Link): New section.
6979         * modules/nanosleep (Link): New section.
6980         * modules/readline (Link): New section.
6981
6982 2007-01-27  Bruno Haible  <bruno@clisp.org>
6983
6984         Enforce the use of gnulib modules for unportable <string.h> functions.
6985         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
6986         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
6987         (gl_HEADER_STRING_H_BODY): Require it.
6988         * lib/string_.h: If the gnulib module XYZ is not present, redefine
6989         the symbol XYZ to one that gives a link error.
6990         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
6991         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
6992         * modules/mempcpy (configure.ac): Likewise.
6993         * modules/memrchr (configure.ac): Likewise.
6994         * modules/stpcpy (configure.ac): Likewise.
6995         * modules/stpncpy (configure.ac): Likewise.
6996         * modules/strcase (configure.ac): Likewise.
6997         * modules/strcasestr (configure.ac): Likewise.
6998         * modules/strchrnul (configure.ac): Likewise.
6999         * modules/strdup (configure.ac): Likewise.
7000         * modules/strndup (configure.ac): Likewise.
7001         * modules/strnlen (configure.ac): Likewise.
7002         * modules/strpbrk (configure.ac): Likewise.
7003         * modules/strsep (configure.ac): Likewise.
7004         * modules/strstr (configure.ac): Likewise.
7005         * modules/strtok_r (configure.ac): Likewise.
7006
7007 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
7008
7009         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
7010
7011 2007-01-30  Jim Meyering  <jim@meyering.net>
7012
7013         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
7014
7015 2007-01-29  Bruno Haible  <bruno@clisp.org>
7016
7017         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
7018         * lib/execute.c: Likewise.
7019         * lib/pipe.c: Likewise.
7020         * lib/printf-args.h: Likewise.
7021         * lib/printf-args.c: Likewise.
7022         * lib/printf-parse.c: Likewise.
7023         * lib/vasnprintf.c: Likewise.
7024
7025 2007-01-29  Eric Blake  <ebb9@byu.net>
7026
7027         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
7028         declaration.
7029
7030 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
7031
7032         * lib/strptime.h (strptime): Use 'restrict' for args where
7033         POSIX requires this.
7034         * lib/strptime.c (strptime): Likewise.
7035         Change license notice from LGPL to GPL, since gnulib-tool will
7036         change this as needed.
7037         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
7038         defined.
7039         Include "strptime.h" first, to check interface.
7040         Do not #undef _LIBC and _NL_CURRENT.
7041         Do not include <stdlib.h>; no longer needed.
7042         Include "time_r.h" and declare ptime_locale_status
7043         only if _LIBC is not defined.
7044         (__P): Remove unused macro.
7045         (match_string): Bring back glibc version, but use it only if _LIBC
7046         is defined.
7047         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
7048         Remove unnecessary assertion and abort() call.
7049         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
7050         * m4/strptime.m4: Fix serial number comment.
7051         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
7052         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
7053         (Depends-on): Add time_r.
7054
7055 2007-01-29  Bruno Haible  <bruno@clisp.org>
7056
7057         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
7058         strptime.
7059         * modules/strptime (Depends-on): Add stdbool.
7060         * lib/strptime.h: Include <time.h> always. Add comments.
7061
7062 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
7063
7064         * modules/strptime: New file.
7065         * lib/strptime.h: New file.
7066         * lib/strptime.c: New file.
7067         * m4/strptime.m4: New file.
7068
7069 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
7070
7071         * MODULES.html.sh: New module mpsort.
7072         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
7073
7074         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
7075         a circularity problem with HP-UX ia64 reported by Bob Proulx in
7076         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
7077         All uses changed.
7078         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
7079         All uses changed.
7080         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
7081         to _Restrict_.
7082         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
7083         the parameter matches the prototype.
7084
7085 2007-01-28  Jim Meyering  <jim@meyering.net>
7086
7087         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
7088         sys/time.h here, reverting that part of the previous patch:
7089         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
7090
7091 2007-01-28  Bruno Haible  <bruno@clisp.org>
7092
7093         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
7094         value of $(SYS_TIME_H).
7095         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
7096         remove it conditionally, too. [added by Jim Meyering]
7097         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
7098         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
7099         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
7100         GETTIMEOFDAY_REPLACEMENT to 1.
7101
7102 2007-01-28  Bruno Haible  <bruno@clisp.org>
7103
7104         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
7105         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
7106         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
7107         Set UNISTD_H instead of UNISTD_H2.
7108         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
7109
7110 2007-01-28  Bruno Haible  <bruno@clisp.org>
7111
7112         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
7113         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
7114
7115 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7116
7117         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
7118         (func_create_testdir): Ensure C locale for `grep' and `tr'
7119         character ranges.
7120         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
7121         ACLOCAL_AMFLAGS parsing state machine.
7122
7123 2007-01-27  Bruno Haible  <bruno@clisp.org>
7124
7125         * modules/unistr/base: Update.
7126
7127 2007-01-27  Bruno Haible  <bruno@clisp.org>
7128
7129         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
7130         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
7131         * modules/unistr/u32-mbtouc-unsafe: Renamed from
7132         modules/unistr/u32-mbtouc.
7133         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
7134         * lib/unistr.h: Update.
7135         * lib/linebreak.c: Update.
7136         * modules/unistr/u32-mbtouc: Renamed from
7137         modules/unistr/u32-mbtouc-safe.
7138         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
7139         * lib/unistr.h: Update.
7140         * lib/unistr/u32-to-u8.c: Update.
7141         * lib/unistr/u32-to-u16.c: Update.
7142
7143 2007-01-27  Bruno Haible  <bruno@clisp.org>
7144
7145         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
7146         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
7147         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
7148         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
7149         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
7150         * modules/unistr/u16-mbtouc-unsafe: Renamed from
7151         modules/unistr/u16-mbtouc.
7152         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
7153         * lib/unistr.h: Update.
7154         * lib/linebreak.c: Update.
7155         * modules/linebreak: Update.
7156         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
7157         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
7158         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
7159         * modules/unistr/u16-mbtouc: Renamed from
7160         modules/unistr/u16-mbtouc-safe.
7161         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
7162         * lib/unistr.h: Update.
7163         * lib/unistr/u16-to-u8.c: Update.
7164         * modules/unistr/u16-to-u8: Update.
7165         * lib/unistr/u16-to-u32.c: Update.
7166         * modules/unistr/u16-to-u32: Update.
7167
7168 2007-01-27  Bruno Haible  <bruno@clisp.org>
7169
7170         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
7171         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
7172         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
7173         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
7174         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
7175         * modules/unistr/u8-mbtouc-unsafe: Renamed from
7176         modules/unistr/u8-mbtouc.
7177         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
7178         * lib/unistr.h: Update.
7179         * lib/striconveh.c: Update.
7180         * modules/striconveh: Update.
7181         * lib/linebreak.c: Update.
7182         * modules/linebreak: Update.
7183         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
7184         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
7185         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
7186         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
7187         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
7188         * lib/unistr.h: Update.
7189         * lib/striconveh.c: Update.
7190         * modules/striconveh: Update.
7191         * lib/unistr/u8-to-u16.c: Update.
7192         * modules/unistr/u8-to-u16: Update.
7193         * lib/unistr/u8-to-u32.c: Update.
7194         * modules/unistr/u8-to-u32: Update.
7195
7196 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7197
7198         Sync from Libtool.
7199         * lib/argz.c: Do not include strings.h nor memory.h, include
7200         string.h unconditionally.  Patch by Simon Josefsson.
7201
7202 2007-01-27  Bruno Haible  <bruno@clisp.org>
7203
7204         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
7205         from gl_HEADER_STRING_H_BODY.
7206         (gl_HEADER_STRING_H_BODY): Require it.
7207         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
7208         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
7209         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
7210         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
7211         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
7212         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
7213         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
7214         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
7215         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
7216         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
7217         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
7218         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
7219         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
7220         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
7221         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
7222
7223 2007-01-27  Bruno Haible  <bruno@clisp.org>
7224
7225         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
7226         check_PROGRAMS into noinst_PROGRAMS.
7227         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
7228         check_PROGRAMS in this case.
7229         (func_import): Set for_test to false.
7230         (func_create_testdir): Set for_test to true.
7231
7232 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
7233             Bruno Haible  <bruno@clisp.org>
7234
7235         * modules/strcasestr (Files): Remove lib/strcasestr.h.
7236         (Depends-on): Add string.
7237         (Includes): Use <string.h> instead of strcasestr.h.
7238         * modules/string (Makefile.am): Also substitute the value of
7239         REPLACE_STRCASESTR.
7240         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
7241         assume strcasestr is declared in <string.h> not <strings.h>. Also
7242         set REPLACE_STRCASESTR.
7243         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
7244         REPLACE_STRCASESTR.
7245         * lib/strcasestr.h: Remove file.
7246         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
7247         * lib/string_.h (strcasestr): New declaration.
7248
7249 2007-01-27  Bruno Haible  <bruno@clisp.org>
7250
7251         * lib/string_.h: Use 'extern'.
7252
7253 2007-01-27  Jim Meyering  <jim@meyering.net>
7254
7255         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
7256         of set-but-not-used local, "q".
7257
7258         * lib/mempcpy.c: Include <config.h> before <string.h>.
7259         This fixes a compilation error on HP-UX, due to the system's
7260         "restrict"-using mempcpy prototype.
7261
7262 2007-01-26  Bruno Haible  <bruno@clisp.org>
7263
7264         Small optimization.
7265         * lib/javacomp.c: Include c-strstr.h.
7266          (is_envjavac_gcj): Use c_strstr instead of strstr.
7267         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
7268
7269 2007-01-26  Bruno Haible  <bruno@clisp.org>
7270
7271         * MODULES.html.sh (Unicode string functions): Add the new modules.
7272
7273         * modules/uniconv/u32-strconv-to-locale: New file.
7274         * lib/uniconv/u32-strconv-to-locale.c: New file.
7275
7276         * modules/uniconv/u16-strconv-to-locale: New file.
7277         * lib/uniconv/u16-strconv-to-locale.c: New file.
7278
7279         * modules/uniconv/u8-strconv-to-locale: New file.
7280         * lib/uniconv/u8-strconv-to-locale.c: New file.
7281
7282         * modules/uniconv/u32-strconv-from-locale: New file.
7283         * lib/uniconv/u32-strconv-from-locale.c: New file.
7284
7285         * modules/uniconv/u16-strconv-from-locale: New file.
7286         * lib/uniconv/u16-strconv-from-locale.c: New file.
7287
7288         * modules/uniconv/u8-strconv-from-locale: New file.
7289         * lib/uniconv/u8-strconv-from-locale.c: New file.
7290
7291         * modules/uniconv/u32-strconv-to-enc: New file.
7292         * lib/uniconv/u32-strconv-to-enc.c: New file.
7293         * modules/uniconv/u32-strconv-to-enc-tests: New file.
7294         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
7295
7296         * modules/uniconv/u16-strconv-to-enc: New file.
7297         * lib/uniconv/u16-strconv-to-enc.c: New file.
7298         * lib/uniconv/u-strconv-to-enc.h: New file.
7299         * modules/uniconv/u16-strconv-to-enc-tests: New file.
7300         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
7301
7302         * modules/uniconv/u8-strconv-to-enc: New file.
7303         * lib/uniconv/u8-strconv-to-enc.c: New file.
7304         * modules/uniconv/u8-strconv-to-enc-tests: New file.
7305         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
7306
7307         * modules/uniconv/u32-strconv-from-enc: New file.
7308         * lib/uniconv/u32-strconv-from-enc.c: New file.
7309         * modules/uniconv/u32-strconv-from-enc-tests: New file.
7310         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
7311
7312         * modules/uniconv/u16-strconv-from-enc: New file.
7313         * lib/uniconv/u16-strconv-from-enc.c: New file.
7314         * modules/uniconv/u16-strconv-from-enc-tests: New file.
7315         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
7316
7317         * modules/uniconv/u8-strconv-from-enc: New file.
7318         * lib/uniconv/u8-strconv-from-enc.c: New file.
7319         * lib/uniconv/u-strconv-from-enc.h: New file.
7320         * modules/uniconv/u8-strconv-from-enc-tests: New file.
7321         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
7322
7323         * modules/uniconv/u32-conv-from-enc: New file.
7324         * lib/uniconv/u32-conv-from-enc.c: New file.
7325         * modules/uniconv/u32-conv-from-enc-tests: New file.
7326         * tests/uniconv/test-u32-conv-from-enc.c: New file.
7327
7328         * modules/uniconv/u16-conv-from-enc: New file.
7329         * lib/uniconv/u16-conv-from-enc.c: New file.
7330         * lib/uniconv/u-conv-from-enc.h: New file.
7331         * modules/uniconv/u16-conv-from-enc-tests: New file.
7332         * tests/uniconv/test-u16-conv-from-enc.c: New file.
7333
7334         * modules/uniconv/u8-conv-from-enc: New file.
7335         * lib/uniconv/u8-conv-from-enc.c: New file.
7336         * modules/uniconv/u8-conv-from-enc-tests: New file.
7337         * tests/uniconv/test-u8-conv-from-enc.c: New file.
7338
7339         * modules/uniconv/base: New file.
7340         * lib/uniconv.h: New file.
7341
7342 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
7343
7344         * doc/gnulib-tool.texi (Initial import): Update to match current
7345         behavior with strdup module.
7346         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
7347         * lib/memmem.h: Remove; all uses removed.  This is now done
7348         by <string.h>.
7349         * lib/mempcpy.h: Likewise.
7350         * lib/memrchr.h: Likewise.
7351         * lib/stpcpy.h: Likewise.
7352         * lib/stpncpy.h: Likewise.
7353         * lib/strcase.h: Likewise.
7354         * lib/strchrnul.h: Likewise.
7355         * lib/strdup.h: Likewise.
7356         * lib/strndup.h: Likewise.
7357         * lib/strnlen.h: Likewise.
7358         * lib/strpbrk.h: Likewise.
7359         * lib/strsep.h: Likewise.
7360         * lib/strstr.h: Likewise.
7361         * lib/strtok_r.h: Likewise.
7362         * lib/string_.h: New file.
7363         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
7364         Rely on <string.h> instead.
7365         * lib/canon-host.c: Likewise.
7366         * lib/chdir-long.c: Likewise.
7367         * lib/concatpath.c: Likewise.
7368         * lib/exclude.c: Likewise.
7369         * lib/fchdir.c: Likewise.
7370         * lib/getaddrinfo.c: Likewise.
7371         * lib/getcwd.c: Likewise.
7372         * lib/getsubopt.c: Likewise.
7373         * lib/glob.c: Likewise.
7374         * lib/hard-locale.c: Likewise.
7375         * lib/iconvme.c: Likewise.
7376         * lib/javacomp.c: Likewise.
7377         * lib/mempcpy.c: Likewise.
7378         * lib/memrchr.c: Likewise.
7379         * lib/regex_internal.h: Likewise.
7380         * lib/stpncpy.c: Likewise.
7381         * lib/strcasecmp.c: Likewise.
7382         * lib/strchrnul.c: Likewise.
7383         * lib/strdup.c: Likewise.
7384         * lib/striconv.c: Likewise.
7385         * lib/striconveh.c: Likewise.
7386         * lib/striconveha.c: Likewise.
7387         * lib/strncasecmp.c: Likewise.
7388         * lib/strndup.c: Likewise.
7389         * lib/strnlen.c: Likewise.
7390         * lib/strsep.c: Likewise.
7391         * lib/strstr.c: Likewise.
7392         * lib/strtok_r.c: Likewise.
7393         * lib/userspec.c: Likewise.
7394         * lib/w32spawn.h: Likewise.
7395         * lib/xstrndup.c: Likewise.
7396         * lib/mountlist.c (strstr): Remove decl.
7397         * m4/string_h.m4: New file.
7398         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
7399         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
7400         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
7401         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
7402         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
7403         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
7404         Set REPLACE_STRCASECMP if necessary.
7405         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
7406         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
7407         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
7408         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
7409         HAVE_DECL_STRDUP if necessary.
7410         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
7411         since gl_FUNC_STRNDUP does that now.
7412         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
7413         Check for decl here...
7414         (gl_PREREQ_STRNLEN): ... not here.
7415         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
7416         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
7417         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
7418         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
7419         necessary.
7420         * modules/string: New file.
7421         * modules/memmem (Files): Remove special-purpose include file.
7422         (Depends-on): Add string.
7423         (Include): Include <string.h>, not the removed file.
7424         * modules/mempcpy: Likewise.
7425         * modules/memrchr: Likewise.
7426         * modules/stpcpy: Likewise.
7427         * modules/stpncpy: Likewise.
7428         * modules/strcase: Likewise.
7429         * modules/strchrnul: Likewise.
7430         * modules/strdup: Likewise.
7431         * modules/strndup: Likewise.
7432         * modules/strnlen: Likewise.
7433         * modules/strpbrk: Likewise.
7434         * modules/strsep: Likewise.
7435         * modules/strstr: Likewise.
7436         * modules/strtok_r: Likewise.
7437         * tests/test-dirname.c: Don't include "strdup.h", since
7438         <string.h> now suffices.
7439         * tests/test-memmem.c: Don't include "memmem.h", since
7440         <string.h> now suffices.
7441
7442 2007-01-25  Bruno Haible  <bruno@clisp.org>
7443
7444         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
7445         *resultp is 0.
7446
7447         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
7448         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
7449         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
7450         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
7451
7452         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
7453         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
7454         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
7455         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
7456         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
7457         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
7458
7459 2007-01-24  Bruno Haible  <bruno@clisp.org>
7460
7461         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
7462         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
7463         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
7464         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
7465         gl_FUNC_FTS_CORE.
7466         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
7467         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
7468         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
7469         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
7470         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
7471         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
7472         gl_FUNC_FCHOWNAT.
7473         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
7474         gl_FUNC_STRFTIME.
7475         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
7476         Reported by Ralf Wildenhues.
7477
7478 2007-01-24  Bruno Haible  <bruno@clisp.org>
7479
7480         Drop AC_REQUIRE calls that are redundant with the module dependencies.
7481         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
7482         gl_GETADDRINFO.
7483         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
7484         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
7485         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
7486
7487 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
7488
7489         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
7490         Don't use 'exit'; just return from 'main'.
7491         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
7492
7493         * lib/fnmatch_.h: Readjust white space and comments to match
7494         glibc, to avoid spurious diffs.
7495
7496 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7497
7498         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
7499         2004-12-01 change by Jakub Jelinek, since this code won't compile
7500         if !LIBC.  Problem reported by Bob Proulx.
7501
7502 2007-01-23  Bruno Haible  <bruno@clisp.org>
7503
7504         * lib/striconveh.c: Include c-strcaseeq.h.
7505         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
7506         * modules/striconveh (Depends-on): Add c-strcaseeq.
7507
7508 2007-01-23  Bruno Haible  <bruno@clisp.org>
7509
7510         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
7511
7512         * modules/c-strcaseeq: New file.
7513         * lib/c-strcaseeq.h: New file.
7514
7515         * modules/streq: New file.
7516         * lib/streq.h: New file.
7517
7518 2007-01-23  Bruno Haible  <bruno@clisp.org>
7519
7520         * modules/striconveha-tests: New file.
7521         * tests/test-striconveha.c: New file.
7522
7523         * lib/striconveha.h: Include <stdbool.h>.
7524         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
7525         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
7526         (mem_iconveha_notranslit): Renamed from mem_iconveha.
7527         (mem_iconveha): New function.
7528         (str_iconveha_notranslit): Renamed from str_iconveha.
7529         (str_iconveha): New function.
7530         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
7531         c-strcase.
7532
7533 2007-01-23  Bruno Haible  <bruno@clisp.org>
7534
7535         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
7536         encodings without forgiving before trying any encoding with handler.
7537         (str_iconveha): Try all encodings without forgiving before trying any
7538         encoding with handler.
7539
7540 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7541
7542         Import the following changes from libc.
7543
7544         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
7545
7546         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
7547
7548         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
7549
7550         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
7551         normal_bracket label.
7552
7553         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
7554
7555         [BZ #361]
7556         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
7557         to normal_bracket after fetching the next character.
7558
7559 2007-01-22  Bruno Haible  <bruno@clisp.org>
7560
7561         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
7562         argument.
7563         * lib/striconveh.c (iconv_carefully_1): New function.
7564         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
7565         argument.
7566         (str_cd_iconveh): Update.
7567         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
7568         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
7569         * tests/test-striconveh.c (MAGIC): New macro.
7570         (new_offsets): New function.
7571         (main): Test call with and without offsets.
7572
7573 2007-01-22  Bruno Haible  <bruno@clisp.org>
7574
7575         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
7576         * modules/sys_select (Makefile.am): Likewise.
7577         * modules/sys_socket (Makefile.am): Likewise.
7578         * modules/sys_time (Makefile.am): Likewise.
7579
7580 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
7581
7582         * modules/gettimeofday (License): Change from GPL to LGPL, since
7583         gettimeofday is a library function.
7584
7585 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7586
7587         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
7588
7589 2007-01-21  Bruno Haible  <bruno@clisp.org>
7590
7591         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
7592
7593 2007-01-21  Bruno Haible  <bruno@clisp.org>
7594
7595         * modules/striconveha: New file.
7596         * lib/striconveha.h: New file.
7597         * lib/striconveha.c: New file.
7598         * MODULES.html.sh (Internationalization functions): Add striconveha.
7599         * lib/striconv.c (str_iconv): Optimize the case of an empty input
7600         string.
7601         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
7602
7603 2007-01-21  Bruno Haible  <bruno@clisp.org>
7604
7605         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
7606         * lib/striconveh.c (str_iconveh): Likewise.
7607
7608 2007-01-21  Bruno Haible  <bruno@clisp.org>
7609
7610         * lib/striconveh.h (mem_iconveh): New declaration.
7611         * lib/striconveh.c (mem_iconveh): New function.
7612         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
7613
7614 2007-01-21  Bruno Haible  <bruno@clisp.org>
7615
7616         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
7617
7618         * lib/striconveh.h (mem_cd_iconveh): Change specification.
7619         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
7620         original result buffer.
7621         (str_cd_iconveh): Update.
7622         * tests/test-striconveh.c (main): Update.
7623
7624         * lib/striconv.h (mem_cd_iconv): Change specification.
7625         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
7626         result buffer.
7627         (str_cd_iconv): Update.
7628         * tests/test-striconv.c (main): Update.
7629
7630 2007-01-21  Bruno Haible  <bruno@clisp.org>
7631
7632         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
7633
7634 2007-01-20  Jim Meyering  <jim@meyering.net>
7635
7636         * lib/userspec.c (parse_with_separator): If a user or group string
7637         starts with "+", skip the corresponding name-to-ID look-up, since
7638         such a look-up must fail: user and group names may not include "+".
7639
7640 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
7641
7642         * lib/poll.c: Include sys/time.h and time.h unconditionally,
7643         since we now assume the sys_time module.
7644         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
7645         check for sys/time.h; no longer needed.
7646         * modules/poll (Depends-on): Depend on sys_time.
7647
7648 2007-01-18  Bruno Haible  <bruno@clisp.org>
7649
7650         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
7651         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
7652
7653         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
7654         gettimeofday.
7655
7656         * tests/test-gettimeofday.c: Include <time.h>.
7657         (dummy): Remove variable.
7658
7659         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
7660         gl_HEADER_SYS_TIME_H.
7661         (gl_HEADER_SYS_TIME_H): New macro.
7662
7663         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
7664         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7665         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
7666         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
7667         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7668         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
7669         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
7670         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7671         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
7672         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
7673         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7674
7675         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
7676         last change; it caused a compilation error when cross-compiling to
7677         Cygwin.
7678
7679 2007-01-18  Jim Meyering  <jim@meyering.net>
7680
7681         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
7682         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
7683         than the race-prone "test -d sys || mkdir sys".
7684         (configure.ac): Use AC_PROG_MKDIR_P.
7685         * modules/sys_select: Likewise.
7686         * modules/sys_socket: Likewise.
7687         * modules/sys_time: Likewise.
7688
7689 2007-01-18  Eric Blake  <ebb9@byu.net>
7690
7691         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
7692         replace gettimeofday.
7693         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
7694         name, to avoid infinite recursion.
7695
7696 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
7697
7698         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
7699         module sys_time.
7700         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
7701         assume timespec.h defines struct timeval.
7702         * lib/settime.c: Likewise.
7703         * lib/utimens.c: Likewise.
7704         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
7705         since we now assume the gettimeofday module.
7706         * lib/tempname.c (__gen_tempname): Likewise.
7707         * lib/gettimeofday.h: Remove.
7708         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
7709         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
7710         Include <time.h>, for 'time()'.
7711         (localtime_buffer_addr): Also use this workaround if
7712         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
7713         to simplify the uses.  All uses changed.
7714         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
7715         that #undef is inside {}, and 'const' follows type name consistently.
7716         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
7717         (gettimeofday): Do not use the maximum possible value for
7718         tv->tv_usec, since that might break usages other than ls.c.
7719         Instead, we'll leave ls.c alone.  This undoes today's patch
7720         by Bruno.  Add a compile-time warning for 1s-clock resolution;
7721         we've never observed the problem but might as well keep the
7722         canary.
7723         * lib/nanosleep.c: Include timespec.h first, for interface check.
7724         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
7725         now assume the sys_time module.
7726         * lib/tempname.c: Likewise.
7727         * lib/timespec.h: Likewise.
7728         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
7729         needed.
7730         * lib/strftime.c: Likewise.
7731         * lib/timespec.h: Likewise.
7732         * lib/posixtm.c: Include posixtm.h first, for interface check.
7733         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
7734         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
7735         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
7736         * lib/sys_time_.h: New file.
7737         * lib/timespec.h (struct timespec): Use long int, not long.
7738         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
7739         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
7740         Remove obsolescent call to AC_HEADER_TIME.
7741         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
7742         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7743         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
7744         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
7745         Likewise.
7746         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
7747         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
7748         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
7749         into the sys_time module.  Check for gettimeofday just once.
7750         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
7751         for gettimeofday signature to just check the signature.  Merely
7752         compile it, since linking doesn't test signature.  Improve test for
7753         whether gettimeofday.o is actually needed.
7754         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
7755         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
7756         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
7757         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7758         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
7759         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
7760         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
7761         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
7762         than worrying about sys/time.h.
7763         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7764         Don't bother worrying about TIME_WITH_SYS_TIME.
7765         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
7766         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
7767         * m4/sys_time_h.m4: New file.
7768         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
7769         Don't include sys/time.h.  Return from main rather than exiting.
7770         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
7771         all uses changed.
7772         * modules/gethrxtime (Depends-on): Add sys_time.
7773         * modules/gettime (Depends-on): Likewise.
7774         * modules/gettimeofday (Depends-on): Likewise.
7775         * modules/nanosleep (Depends-on): Likewise.
7776         * modules/settime (Depends-on): Likewise.
7777         * modules/tempname (Depends-on): Likewise.
7778         * modules/utimens (Depends-on): Likewise.
7779         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
7780         (Include:) Change back to <sys/time.h>.
7781         (Maintainer:) Add self.
7782         * modules/sys_time: New file.
7783         * modules/tempname (Depends-on): Add gettimeofday.
7784         * tests/test-gettimeofday.c: Include <sys/time.h>
7785         rather than gettimeofday.h.
7786
7787 2007-01-17  Bruno Haible  <bruno@clisp.org>
7788
7789         * gnulib-tool (func_get_license): Revert last patch. Instead, let
7790         the license default to GPL.
7791         (func_create_testdir): Don't complain if a module is LGPL and its
7792         tests module depends on GPLed modules.
7793
7794 2007-01-17  Bruno Haible  <bruno@clisp.org>
7795
7796         * lib/gettimeofday.c (gettimeofday): Add code for the case
7797         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
7798         maximum possible value for tv->tv_usec, rather than the minimum one.
7799
7800 2005-10-08  Martin Lambers  <marlam@marlam.de>
7801 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7802 2007-01-16  Bruno Haible  <bruno@clisp.org>
7803
7804         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
7805         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
7806         gl_FUNC_GETTIMEOFDAY.
7807         (Include): Add gettimeofday.h.
7808         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
7809         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
7810         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
7811         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
7812         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
7813         * lib/gettimeofday.h: New file.
7814         * lib/gettimeofday.c: Include <sys/timeb.h>.
7815         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
7816         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7817         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
7818         fall back on time().
7819
7820         * tests/test-gettimeofday.c: New file.
7821         * modules/gettimeofday-tests: New file.
7822
7823 2007-01-16  Eric Blake  <ebb9@byu.net>
7824
7825         * modules/fnmatch (Depends-on): Depend on wchar.
7826         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
7827         * m4/fnmatch.m4: Likewise.
7828         * modules/mbchar (Makefile.am): Assume <wchar.h>.
7829         * m4/mbchar.m4: Likewise.
7830         * modules/mbswidth (Depends-on): Depend on wchar.
7831         * lib/mbswidth.c: Assume <wchar.h>.
7832         * m4/mbswidth.m4: Likewise.
7833         * modules/quotearg (Depends-on): Depend on wchar.
7834         * lib/quotearg.c: Assume <wchar.h>.
7835         * m4/quotearg.m4: Likewise.
7836         * modules/regex (Depends-on): Depend on wchar.
7837         * lib/regex_internal.h: Assume <wchar.h>.
7838         * m4/regex.m4: Likewise.
7839         * modules/stdint (Depends-on): Depend on wchar.
7840         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
7841         * m4/stdint.m4: Likewise.
7842         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
7843         * modules/strftime (Depends-on): Depend on wchar.
7844         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
7845         * modules/strtol (Depends-on): Depend on wchar.
7846         * lib/strtol.c: Assume <wchar.h>.
7847         * modules/wcwidth (Depends-on): Depend on wchar.
7848         * lib/wcwidth.h: Assume <wchar.h>.
7849         * m4/wcwidth.m4: Likewise.
7850
7851 2007-01-16  Bruno Haible  <bruno@clisp.org>
7852
7853         * modules/csharpexec-script: New, created from...
7854         * modules/csharpexec: ... this.
7855
7856 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
7857
7858         * modules/javaexec-script: New, created from...
7859         * modules/javaexec: ... this.
7860
7861 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7862
7863         * modules/poll (Dependencies): Add sys_select.
7864
7865 2007-01-15  Jim Meyering  <jim@meyering.net>
7866
7867         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
7868         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
7869         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
7870         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
7871
7872 2007-01-15  Bruno Haible  <bruno@clisp.org>
7873
7874         * modules/striconveh: New file.
7875         * lib/striconveh.h: New file.
7876         * lib/striconveh.c: New file.
7877         * MODULES.html.sh (Internationalization functions): Add striconveh.
7878
7879         * modules/striconveh-tests: New file.
7880         * tests/test-striconveh.c: New file.
7881
7882 2007-01-15  Bruno Haible  <bruno@clisp.org>
7883
7884         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
7885         not from GNU libiconv or GNU libc.
7886
7887 2007-01-15  Bruno Haible  <bruno@clisp.org>
7888
7889         * doc/gnulib-intro.texi (Copyright): Explain the different license
7890         terms for module descriptions, autoconf macros, tests, documentation.
7891
7892 2007-01-14  Bruno Haible  <bruno@clisp.org>
7893
7894         * modules/striconv-tests: New file.
7895         * tests/test-striconv.c: New file.
7896
7897 2007-01-14  Bruno Haible  <bruno@clisp.org>
7898
7899         * modules/iconv-tests: New file.
7900         * tests/test-iconv.c: New file.
7901
7902 2007-01-14  Bruno Haible  <bruno@clisp.org>
7903
7904         * gnulib-tool (func_get_license): For test modules, use the license of
7905         the main module.
7906
7907 2007-01-14  Bruno Haible  <bruno@clisp.org>
7908
7909         * modules/iconv (Include): Clarify that <iconv.h> can only be included
7910         if iconv is found to exist.
7911
7912 2007-01-14  Bruno Haible  <bruno@clisp.org>
7913
7914         * modules/c-ctype-tests: New file.
7915         * tests/test-c-ctype.c: New file.
7916
7917 2007-01-14  Bruno Haible  <bruno@clisp.org>
7918
7919         * modules/binary-io-tests: New file.
7920         * tests/test-binary-io.sh: New file.
7921         * tests/test-binary-io.c: New file.
7922
7923 2007-01-14  Bruno Haible  <bruno@clisp.org>
7924
7925         * modules/array-oset-tests: New file.
7926         * tests/test-array_oset.c: New file.
7927
7928 2007-01-14  Bruno Haible  <bruno@clisp.org>
7929
7930         * modules/array-list-tests: New file.
7931         * tests/test-array_list.c: New file.
7932
7933 2007-01-14  Bruno Haible  <bruno@clisp.org>
7934
7935         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
7936         and make.
7937         Reported by Simon Josefsson in
7938         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
7939
7940 2007-01-14  Bruno Haible  <bruno@clisp.org>
7941
7942         * modules/allocsa-tests: New file.
7943         * tests/test-allocsa.c: New file.
7944
7945 2007-01-14  Bruno Haible  <bruno@clisp.org>
7946
7947         * modules/fchdir (Depends-on): Add absolute-header.
7948         * modules/unistd (Depends-on): Likewise.
7949
7950 2006-12-30  Bruno Haible  <bruno@clisp.org>
7951
7952         * modules/fchdir: New file.
7953         * modules/unistd (Files): Add lib/unistd_.h.
7954         (Makefile.am): Generate unistd.h from unistd_.h.
7955         * lib/fchdir.c: New file.
7956         * lib/dirent_.h: New file.
7957         * lib/unistd_.h: New file.
7958         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
7959         * m4/fchdir.m4: New file.
7960         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
7961         (gl_HEADER_UNISTD): Invoke it.
7962         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
7963         function.
7964         * lib/backupfile.c (opendir, closedir): Undefine.
7965         * lib/chown.c (open, close): Undefine.
7966         * lib/clean-temp.c (open, close): Undefine.
7967         * lib/copy-file.c (open, close): Undefine.
7968         * lib/execute.c (open, close): Undefine.
7969         * lib/fsusage.c (open, close): Undefine.
7970         * lib/gc-gnulib.c (open, close): Undefine.
7971         * lib/getcwd.c (opendir, closedir): Undefine.
7972         * lib/glob.c (opendir, closedir): Undefine.
7973         * lib/javacomp.c (open, close): Undefine.
7974         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
7975         * lib/openat-proc.c (open, close): Undefine.
7976         * lib/pagealign_alloc.c (open, close): Undefine.
7977         * lib/pipe.c (open, close): Undefine.
7978         * lib/progreloc.c (open, close): Undefine.
7979         * lib/savedir.c (opendir, closedir): Undefine.
7980         * lib/utime.c (open, close): Undefine.
7981         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
7982
7983 2007-01-10  Bruno Haible  <bruno@clisp.org>
7984
7985         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
7986
7987 2007-01-12  Eric Blake  <ebb9@byu.net>
7988
7989         Provide a robust <wchar.h>.  Further simplifications are now
7990         possible in other modules, but not included here.
7991         * modules/wchar: New module.
7992         * m4/wchar.m4: New file.
7993         * lib/wchar_.h: Likewise.
7994         * modules/mbchar (Depends-on): Depend on wchar, as the first use
7995         of the new module.
7996         * MODULES.html.sh (Extended multibyte and wide character utilities):
7997         New section.
7998
7999 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
8000
8001         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
8002         to a reasonable default for memory allocation.
8003         (xreadlink): Don't allocate a huge buffer, to work around a buggy
8004         file system that reports garbage st_size values for symlinks.
8005         Problem reported by Liyang Hu.
8006
8007 2007-01-11  Simon Josefsson  <simon@josefsson.org>
8008
8009         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
8010         Emacs .#* auto-save files).
8011
8012 2007-01-11  Bruno Haible  <bruno@clisp.org>
8013
8014         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
8015         directory.
8016
8017 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8018
8019         Use @...@ consistently in lib/wctype_.h.
8020         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
8021         on it being set to 1 or 0.
8022         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
8023         go back to AC_SUBSTing it.
8024         * modules/wctype (Makefile.am): Undo previous change.
8025
8026 2007-01-10  Eric Blake  <ebb9@byu.net>
8027
8028         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
8029         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
8030         * modules/wctype (Makefile.am): Likewise.
8031         Reported by Chris McGuire.
8032
8033 2007-01-10  Jim Meyering  <jim@meyering.net>
8034
8035         fts.c: a small readability/maintainability improvement
8036         * lib/fts.c (fts_read): Make this code slightly more readable and
8037         maintainable by hoisting the "sp->fts_cur = p" assignments to
8038         immediately follow the statements that set P.  Derived from
8039         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
8040
8041 2007-01-10  Eric Blake  <ebb9@byu.net>
8042
8043         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
8044         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
8045         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
8046         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
8047         Reported by Chris McGuire.
8048
8049 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8050
8051         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
8052         in sed script.
8053
8054 2007-01-09  Bruno Haible  <bruno@clisp.org>
8055
8056         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
8057         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
8058         variables.
8059         (func_module): Use them.
8060
8061 2007-01-09  Bruno Haible  <bruno@clisp.org>
8062
8063         * modules/unistr/base: New file.
8064         * lib/unistr.h: New file.
8065
8066         * modules/unistr/u8-to-u16: New file.
8067         * lib/unistr/u8-to-u16.c: New file.
8068
8069         * modules/unistr/u8-to-u32: New file.
8070         * lib/unistr/u8-to-u32.c: New file.
8071
8072         * modules/unistr/u16-to-u8: New file.
8073         * lib/unistr/u16-to-u8.c: New file.
8074
8075         * modules/unistr/u16-to-u32: New file.
8076         * lib/unistr/u16-to-u32.c: New file.
8077
8078         * modules/unistr/u32-to-u8: New file.
8079         * lib/unistr/u32-to-u8.c: New file.
8080
8081         * modules/unistr/u32-to-u16: New file.
8082         * lib/unistr/u32-to-u16.c: New file.
8083
8084         * modules/unistr/u8-check: New file.
8085         * modules/unistr/u16-check: New file.
8086         * modules/unistr/u32-check: New file.
8087         * lib/unistr/u8-check.c: New file.
8088         * lib/unistr/u16-check.c: New file.
8089         * lib/unistr/u32-check.c: New file.
8090
8091         * modules/unistr/u8-chr: New file.
8092         * modules/unistr/u16-chr: New file.
8093         * modules/unistr/u32-chr: New file.
8094         * lib/unistr/u8-chr.c: New file.
8095         * lib/unistr/u16-chr.c: New file.
8096         * lib/unistr/u32-chr.c: New file.
8097
8098         * modules/unistr/u8-cmp: New file.
8099         * modules/unistr/u16-cmp: New file.
8100         * modules/unistr/u32-cmp: New file.
8101         * lib/unistr/u8-cmp.c: New file.
8102         * lib/unistr/u16-cmp.c: New file.
8103         * lib/unistr/u32-cmp.c: New file.
8104
8105         * modules/unistr/u8-cpy: New file.
8106         * modules/unistr/u16-cpy: New file.
8107         * modules/unistr/u32-cpy: New file.
8108         * lib/unistr/u8-cpy.c: New file.
8109         * lib/unistr/u16-cpy.c: New file.
8110         * lib/unistr/u32-cpy.c: New file.
8111         * lib/unistr/u-cpy.h: New file.
8112
8113         * modules/unistr/u8-cpy-alloc: New file.
8114         * modules/unistr/u16-cpy-alloc: New file.
8115         * modules/unistr/u32-cpy-alloc: New file.
8116         * lib/unistr/u8-cpy-alloc.c: New file.
8117         * lib/unistr/u16-cpy-alloc.c: New file.
8118         * lib/unistr/u32-cpy-alloc.c: New file.
8119         * lib/unistr/u-cpy-alloc.h: New file.
8120
8121         * modules/unistr/u8-endswith: New file.
8122         * modules/unistr/u16-endswith: New file.
8123         * modules/unistr/u32-endswith: New file.
8124         * lib/unistr/u8-endswith.c: New file.
8125         * lib/unistr/u16-endswith.c: New file.
8126         * lib/unistr/u32-endswith.c: New file.
8127         * lib/unistr/u-endswith.h: New file.
8128
8129         * modules/unistr/u8-mblen: New file.
8130         * modules/unistr/u16-mblen: New file.
8131         * modules/unistr/u32-mblen: New file.
8132         * lib/unistr/u8-mblen.c: New file.
8133         * lib/unistr/u16-mblen.c: New file.
8134         * lib/unistr/u32-mblen.c: New file.
8135
8136         * modules/unistr/u8-mbtouc: New file.
8137         * modules/unistr/u16-mbtouc: New file.
8138         * modules/unistr/u32-mbtouc: New file.
8139         * lib/unistr/u8-mbtouc.c: New file.
8140         * lib/unistr/u16-mbtouc.c: New file.
8141         * lib/unistr/u32-mbtouc.c: New file.
8142
8143         * modules/unistr/u8-mbtouc-safe: New file.
8144         * modules/unistr/u16-mbtouc-safe: New file.
8145         * modules/unistr/u32-mbtouc-safe: New file.
8146         * lib/unistr/u8-mbtouc-safe.c: New file.
8147         * lib/unistr/u16-mbtouc-safe.c: New file.
8148         * lib/unistr/u32-mbtouc-safe.c: New file.
8149
8150         * modules/unistr/u8-move: New file.
8151         * modules/unistr/u16-move: New file.
8152         * modules/unistr/u32-move: New file.
8153         * lib/unistr/u8-move.c: New file.
8154         * lib/unistr/u16-move.c: New file.
8155         * lib/unistr/u32-move.c: New file.
8156         * lib/unistr/u-move.h: New file.
8157
8158         * modules/unistr/u8-next: New file.
8159         * modules/unistr/u16-next: New file.
8160         * modules/unistr/u32-next: New file.
8161         * lib/unistr/u8-next.c: New file.
8162         * lib/unistr/u16-next.c: New file.
8163         * lib/unistr/u32-next.c: New file.
8164
8165         * modules/unistr/u8-prev: New file.
8166         * modules/unistr/u16-prev: New file.
8167         * modules/unistr/u32-prev: New file.
8168         * lib/unistr/u8-prev.c: New file.
8169         * lib/unistr/u16-prev.c: New file.
8170         * lib/unistr/u32-prev.c: New file.
8171
8172         * modules/unistr/u8-set: New file.
8173         * modules/unistr/u16-set: New file.
8174         * modules/unistr/u32-set: New file.
8175         * lib/unistr/u8-set.c: New file.
8176         * lib/unistr/u16-set.c: New file.
8177         * lib/unistr/u32-set.c: New file.
8178         * lib/unistr/u-set.h: New file.
8179
8180         * modules/unistr/u8-startswith: New file.
8181         * modules/unistr/u16-startswith: New file.
8182         * modules/unistr/u32-startswith: New file.
8183         * lib/unistr/u8-startswith.c: New file.
8184         * lib/unistr/u16-startswith.c: New file.
8185         * lib/unistr/u32-startswith.c: New file.
8186         * lib/unistr/u-startswith.h: New file.
8187
8188         * modules/unistr/u8-stpcpy: New file.
8189         * modules/unistr/u16-stpcpy: New file.
8190         * modules/unistr/u32-stpcpy: New file.
8191         * lib/unistr/u8-stpcpy.c: New file.
8192         * lib/unistr/u16-stpcpy.c: New file.
8193         * lib/unistr/u32-stpcpy.c: New file.
8194         * lib/unistr/u-stpcpy.h: New file.
8195
8196         * modules/unistr/u8-stpncpy: New file.
8197         * modules/unistr/u16-stpncpy: New file.
8198         * modules/unistr/u32-stpncpy: New file.
8199         * lib/unistr/u8-stpncpy.c: New file.
8200         * lib/unistr/u16-stpncpy.c: New file.
8201         * lib/unistr/u32-stpncpy.c: New file.
8202         * lib/unistr/u-stpncpy.h: New file.
8203
8204         * modules/unistr/u8-strcat: New file.
8205         * modules/unistr/u16-strcat: New file.
8206         * modules/unistr/u32-strcat: New file.
8207         * lib/unistr/u8-strcat.c: New file.
8208         * lib/unistr/u16-strcat.c: New file.
8209         * lib/unistr/u32-strcat.c: New file.
8210         * lib/unistr/u-strcat.h: New file.
8211
8212         * modules/unistr/u8-strchr: New file.
8213         * modules/unistr/u16-strchr: New file.
8214         * modules/unistr/u32-strchr: New file.
8215         * lib/unistr/u8-strchr.c: New file.
8216         * lib/unistr/u16-strchr.c: New file.
8217         * lib/unistr/u32-strchr.c: New file.
8218
8219         * modules/unistr/u8-strcmp: New file.
8220         * modules/unistr/u16-strcmp: New file.
8221         * modules/unistr/u32-strcmp: New file.
8222         * lib/unistr/u8-strcmp.c: New file.
8223         * lib/unistr/u16-strcmp.c: New file.
8224         * lib/unistr/u32-strcmp.c: New file.
8225
8226         * modules/unistr/u8-strcpy: New file.
8227         * modules/unistr/u16-strcpy: New file.
8228         * modules/unistr/u32-strcpy: New file.
8229         * lib/unistr/u8-strcpy.c: New file.
8230         * lib/unistr/u16-strcpy.c: New file.
8231         * lib/unistr/u32-strcpy.c: New file.
8232         * lib/unistr/u-strcpy.h: New file.
8233
8234         * modules/unistr/u8-strcspn: New file.
8235         * modules/unistr/u16-strcspn: New file.
8236         * modules/unistr/u32-strcspn: New file.
8237         * lib/unistr/u8-strcspn.c: New file.
8238         * lib/unistr/u16-strcspn.c: New file.
8239         * lib/unistr/u32-strcspn.c: New file.
8240         * lib/unistr/u-strcspn.h: New file.
8241
8242         * modules/unistr/u8-strdup: New file.
8243         * modules/unistr/u16-strdup: New file.
8244         * modules/unistr/u32-strdup: New file.
8245         * lib/unistr/u8-strdup.c: New file.
8246         * lib/unistr/u16-strdup.c: New file.
8247         * lib/unistr/u32-strdup.c: New file.
8248         * lib/unistr/u-strdup.h: New file.
8249
8250         * modules/unistr/u8-strlen: New file.
8251         * modules/unistr/u16-strlen: New file.
8252         * modules/unistr/u32-strlen: New file.
8253         * lib/unistr/u8-strlen.c: New file.
8254         * lib/unistr/u16-strlen.c: New file.
8255         * lib/unistr/u32-strlen.c: New file.
8256         * lib/unistr/u-strlen.h: New file.
8257
8258         * modules/unistr/u8-strmblen: New file.
8259         * modules/unistr/u16-strmblen: New file.
8260         * modules/unistr/u32-strmblen: New file.
8261         * lib/unistr/u8-strmblen.c: New file.
8262         * lib/unistr/u16-strmblen.c: New file.
8263         * lib/unistr/u32-strmblen.c: New file.
8264
8265         * modules/unistr/u8-strmbtouc: New file.
8266         * modules/unistr/u16-strmbtouc: New file.
8267         * modules/unistr/u32-strmbtouc: New file.
8268         * lib/unistr/u8-strmbtouc.c: New file.
8269         * lib/unistr/u16-strmbtouc.c: New file.
8270         * lib/unistr/u32-strmbtouc.c: New file.
8271
8272         * modules/unistr/u8-strncat: New file.
8273         * modules/unistr/u16-strncat: New file.
8274         * modules/unistr/u32-strncat: New file.
8275         * lib/unistr/u8-strncat.c: New file.
8276         * lib/unistr/u16-strncat.c: New file.
8277         * lib/unistr/u32-strncat.c: New file.
8278         * lib/unistr/u-strncat.h: New file.
8279
8280         * modules/unistr/u8-strncmp: New file.
8281         * modules/unistr/u16-strncmp: New file.
8282         * modules/unistr/u32-strncmp: New file.
8283         * lib/unistr/u8-strncmp.c: New file.
8284         * lib/unistr/u16-strncmp.c: New file.
8285         * lib/unistr/u32-strncmp.c: New file.
8286
8287         * modules/unistr/u8-strncpy: New file.
8288         * modules/unistr/u16-strncpy: New file.
8289         * modules/unistr/u32-strncpy: New file.
8290         * lib/unistr/u8-strncpy.c: New file.
8291         * lib/unistr/u16-strncpy.c: New file.
8292         * lib/unistr/u32-strncpy.c: New file.
8293         * lib/unistr/u-strncpy.h: New file.
8294
8295         * modules/unistr/u8-strnlen: New file.
8296         * modules/unistr/u16-strnlen: New file.
8297         * modules/unistr/u32-strnlen: New file.
8298         * lib/unistr/u8-strnlen.c: New file.
8299         * lib/unistr/u16-strnlen.c: New file.
8300         * lib/unistr/u32-strnlen.c: New file.
8301         * lib/unistr/u-strnlen.h: New file.
8302
8303         * modules/unistr/u8-strpbrk: New file.
8304         * modules/unistr/u16-strpbrk: New file.
8305         * modules/unistr/u32-strpbrk: New file.
8306         * lib/unistr/u8-strpbrk.c: New file.
8307         * lib/unistr/u16-strpbrk.c: New file.
8308         * lib/unistr/u32-strpbrk.c: New file.
8309         * lib/unistr/u-strpbrk.h: New file.
8310
8311         * modules/unistr/u8-strrchr: New file.
8312         * modules/unistr/u16-strrchr: New file.
8313         * modules/unistr/u32-strrchr: New file.
8314         * lib/unistr/u8-strrchr.c: New file.
8315         * lib/unistr/u16-strrchr.c: New file.
8316         * lib/unistr/u32-strrchr.c: New file.
8317
8318         * modules/unistr/u8-strspn: New file.
8319         * modules/unistr/u16-strspn: New file.
8320         * modules/unistr/u32-strspn: New file.
8321         * lib/unistr/u8-strspn.c: New file.
8322         * lib/unistr/u16-strspn.c: New file.
8323         * lib/unistr/u32-strspn.c: New file.
8324         * lib/unistr/u-strspn.h: New file.
8325
8326         * modules/unistr/u8-strstr: New file.
8327         * modules/unistr/u16-strstr: New file.
8328         * modules/unistr/u32-strstr: New file.
8329         * lib/unistr/u8-strstr.c: New file.
8330         * lib/unistr/u16-strstr.c: New file.
8331         * lib/unistr/u32-strstr.c: New file.
8332         * lib/unistr/u-strstr.h: New file.
8333
8334         * modules/unistr/u8-strtok: New file.
8335         * modules/unistr/u16-strtok: New file.
8336         * modules/unistr/u32-strtok: New file.
8337         * lib/unistr/u8-strtok.c: New file.
8338         * lib/unistr/u16-strtok.c: New file.
8339         * lib/unistr/u32-strtok.c: New file.
8340         * lib/unistr/u-strtok.h: New file.
8341
8342         * modules/unistr/u8-uctomb: New file.
8343         * modules/unistr/u16-uctomb: New file.
8344         * modules/unistr/u32-uctomb: New file.
8345         * lib/unistr/u8-uctomb.c: New file.
8346         * lib/unistr/u16-uctomb.c: New file.
8347         * lib/unistr/u32-uctomb.c: New file.
8348
8349         * MODULES.html.sh (Unicode string functions): Add the new modules.
8350
8351 2007-01-08  Bruno Haible  <bruno@clisp.org>
8352
8353         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
8354         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
8355         subdirectories.
8356
8357 2007-01-08  Karl Berry  <karl@gnu.org>
8358
8359         * doc/error.texi: mention that main() fns must set program_name
8360         when progname is used.
8361
8362 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
8363
8364         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
8365         WCTYPE_H is empty, for the benefit of builds from non-distclean
8366         directories.  Problem reported by Eric Blake in
8367         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
8368
8369 2007-01-08  Bruno Haible  <bruno@clisp.org>
8370
8371         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
8372         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
8373         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
8374         PROVIDE_CANONICALIZE_FILENAME_MODE.
8375         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
8376
8377 2007-01-08  Bruno Haible  <bruno@clisp.org>
8378
8379         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
8380         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
8381         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
8382         * lib/fts.c: Likewise.
8383         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
8384
8385 2006-12-25  Bruno Haible  <bruno@clisp.org>
8386
8387         * modules/utf8-ucs4-safe: New file.
8388         * lib/utf8-ucs4-safe.h: New file.
8389         * lib/unistr/utf8-ucs4-safe.c: New file.
8390
8391         * modules/utf16-ucs4-safe: New file.
8392         * lib/utf16-ucs4-safe.h: New file.
8393         * lib/unistr/utf16-ucs4-safe.c: New file.
8394
8395         * MODULES.html.sh (Unicode string functions): Add the new modules.
8396
8397 2007-01-08  Bruno Haible  <bruno@clisp.org>
8398
8399         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
8400         (Depends-on): Add unitypes.
8401         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
8402         (u8_mbtouc_aux): Move out to separate file.
8403         (u8_mbtouc): Use ucs4_t, uint8_t types.
8404         * lib/unistr/utf8-ucs4.c: New file.
8405
8406         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
8407         (Depends-on): Add unitypes.
8408         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
8409         (u16_mbtouc_aux): Move out to separate file.
8410         (u16_mbtouc): Use ucs4_t, uint16_t types.
8411         * lib/unistr/utf16-ucs4.c: New file.
8412
8413         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
8414         (Depends-on): Add unitypes.
8415         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
8416         (u8_uctomb_aux): Move out to separate file.
8417         (u8_uctomb): Use ucs4_t, uint8_t types.
8418         * lib/unistr/ucs4-utf8.c: New file.
8419
8420         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
8421         (Depends-on): Add unitypes.
8422         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
8423         (u16_uctomb_aux): Move out to separate file.
8424         (u16_uctomb): Use ucs4_t, uint16_t types.
8425         * lib/unistr/ucs4-utf16.c: New file.
8426
8427 2006-12-25  Bruno Haible  <bruno@clisp.org>
8428
8429         * modules/unitypes: New file.
8430         * lib/unitypes.h: New file.
8431         * MODULES.html.sh (func_all_modules): New section "Unicode string
8432         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
8433         this section. Add unitypes.
8434
8435 2007-01-08  Bruno Haible  <bruno@clisp.org>
8436
8437         Avoid variable names that conflict with those from libtool.
8438         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
8439         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
8440         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
8441         library_names_spec to acl_library_names_spec, hardcode_* to
8442         acl_hardcode_*.
8443         Reported by Ralf Wildenhues.
8444
8445 2007-01-08  Bruno Haible  <bruno@clisp.org>
8446
8447         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
8448         definition.
8449         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
8450         definition.
8451         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
8452         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
8453         definition.
8454         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
8455         definition.
8456         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
8457         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
8458         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
8459         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
8460         definition.
8461         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
8462         definition.
8463         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
8464         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
8465         GC_USE_<algorithm>.
8466         * lib/gc-libgcrypt.c: Likewise.
8467         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
8468         * modules/gc-arctwo (configure.ac): Likewise.
8469         * modules/gc-des (configure.ac): Likewise.
8470         * modules/gc-hmac-md5 (configure.ac): Likewise.
8471         * modules/gc-hmac-sha1 (configure.ac): Likewise.
8472         * modules/gc-md2 (configure.ac): Likewise.
8473         * modules/gc-md4 (configure.ac): Likewise.
8474         * modules/gc-md5 (configure.ac): Likewise.
8475         * modules/gc-random (configure.ac): Likewise.
8476         * modules/gc-rijndael (configure.ac): Likewise.
8477         * modules/gc-sha1 (configure.ac): Likewise.
8478
8479 2007-01-08  Bruno Haible  <bruno@clisp.org>
8480
8481         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
8482         macro definition.
8483         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
8484         definition.
8485         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
8486         definition.
8487         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
8488         * modules/fcntl-safer (configure.ac): Likewise.
8489         * modules/fopen-safer (configure.ac): Likewise.
8490         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
8491         GNULIB_FWRITEERROR macro definition.
8492
8493 2007-01-08  Bruno Haible  <bruno@clisp.org>
8494
8495         * m4/gnulib-common.m4: New file.
8496         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
8497         (func_get_filelist): Add m4/gnulib-common.m4.
8498
8499 2007-01-08  Bruno Haible  <bruno@clisp.org>
8500
8501         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
8502         command.
8503
8504 2007-01-08  Jim Meyering  <jim@meyering.net>
8505
8506         Use a more robust test for a "can't happen" condition.
8507         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
8508         narrowed the st_size value.  Presuming the "can't happen" condition
8509         is true, that narrowing could conceivably convert an invalid st_size
8510         value into a valid one.  Instead, use a change based on Matthew
8511         Woehlke's original patch.
8512
8513         Slight readability improvement: use an assert-like macro
8514         in place of literal "abort ()" uses.
8515         * lib/fts.c (fts_assert): Define.
8516         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
8517         Use this macro instead of a bare 'abort'.
8518
8519 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
8520
8521         Don't worry about using IRIX 5.3's wctype.h broken definitions;
8522         simply work around them.
8523         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
8524         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
8525         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
8526         declaring.
8527         Don't bother to define as macros, since the standard doesn't require it.
8528         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
8529         longer worry about IRIX 5.3.
8530         (HAVE_WCTYPE_CTMP_BUG): Remove.
8531
8532 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8533
8534         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
8535         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
8536         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
8537         Problems reported by Georg Schwarz for IRIX 5.3.
8538
8539         * gnulib-tool (autoconf_minversion): Take the maximum version number
8540         found, not the minimum.  Problem reported by James Youngman.
8541
8542 2007-01-03  Karl Berry  <karl@gnu.org>
8543
8544         * doc/error.texi: new file, explaining interaction with progname.
8545         * doc/gnulib.texi: include it.  Update copyright.
8546
8547 2007-01-03  Simon Josefsson  <simon@josefsson.org>
8548
8549         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
8550         AC_CANONICAL_HOST, to improve autobuild outputs.
8551
8552 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
8553             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
8554
8555         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
8556         sockets, server sockets, and other file descriptors.  Count errors
8557         to compute the return value.  Reorder the code a bit to be easier
8558         to follow.  Don't set event bits that were not requested (except
8559         POLLERR and POLLHUP).
8560
8561 2007-01-01  Bruno Haible  <bruno@clisp.org>
8562
8563         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
8564
8565 2007-01-03  Jim Meyering  <jim@meyering.net>
8566
8567         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
8568
8569 2007-01-02  Bruno Haible  <bruno@clisp.org>
8570
8571         * modules/settime (Include): Require timespec.h.
8572         * modules/nanosleep (Include): Likewise.
8573
8574 2007-01-01  Bruno Haible  <bruno@clisp.org>
8575
8576         * gnulib-tool (func_emit_copyright_notice): Bump year.
8577         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
8578
8579 2007-01-01  Bruno Haible  <bruno@clisp.org>
8580
8581         Improve support for OpenBSD.
8582         * build-aux/config.rpath (libname_spec): Export.
8583         (library_names_spec): New variable. Export.
8584         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
8585         library_names_spec from the config.rpath output. Locate shared library
8586         through the name pattern in library_names_spec.
8587
8588 2007-01-01  Eric Blake  <ebb9@byu.net>
8589
8590         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
8591
8592 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
8593
8594         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
8595         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
8596         assume the C locale, and avoid an "eval" that could cause trouble.
8597         Problem with SORT reported by Bob Proulx.
8598
8599         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
8600         Define.  Trivial patch from Henning Nielsen Lund, originally
8601         sent to bug-grep@gnu.org today.
8602
8603 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
8604
8605         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
8606         struct stat.  Problem reported by Henning Nielsen Lund.
8607         * lib/acl.c: Include acl.h first, to check interface.  Don't
8608         bother to include sys/types.h and sys/stat.h again.
8609
8610 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
8611
8612         Import the following change from libc; problem reported by
8613         Sven Verdoolaege.
8614
8615         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
8616
8617         [BZ #1373]
8618         * lib/argp.h: Remove __NTH for __argp_usage inline function.
8619
8620 2006-12-28  Jim Meyering  <jim@meyering.net>
8621
8622         * build-aux/announce-gen: Do not assume that the package
8623         builds any of tar.gz, tar.bz2, and .xdelta files.
8624         Suggestion from Simon Josefsson.
8625
8626 2006-12-28  Simon Josefsson  <simon@josefsson.org>
8627
8628         * modules/announce-gen: New file.
8629
8630 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
8631
8632         * lib/mbchar.h: Just include <wctype.h>; the wctype module
8633         handles its gotchas now.
8634         * lib/mbswidth.c: Likewise.
8635         * lib/wcwidth.h: Likewise.
8636         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
8637         and iswcntrl; the wctype module does this stuff now.
8638         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
8639         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
8640         * modules/mbchar (Depends-on): Add wctype.
8641         * modules/mbswidth (Depends-on): Likewise.
8642         * modules/wcwidth (Depends-on): Likewise.
8643
8644 2006-12-27  Eric Blake  <ebb9@byu.net>
8645
8646         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
8647         module uses more than what <wctype.h> is required to provide.
8648
8649 2006-12-26  Eric Blake  <ebb9@byu.net>
8650
8651         * gnulib-tool (sed_extract_prog): Avoid space-tab.
8652
8653 2006-12-26  Eric Blake  <ebb9@byu.net>
8654
8655         * modules/absolute-header: New module.
8656         * modules/fcntl (Depends-on): Depend on it.
8657         * modules/inttypes (Depends-on): Likewise.
8658         * modules/stdint (Depends-on): Likewise.
8659         * modules/sys_stat (Depends-on): Likewise.
8660         * modules/wctype (Depends-on): Likewise.
8661         * MODULES.html.sh (Support for building libraries and
8662         executables): Document it.
8663
8664 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
8665
8666         * gnulib-tool (SED): Remove, undoing previous change.
8667         The problem was that it broke coreutils on Solaris, because
8668         "sed --posix" leaked into a makefile.
8669         (sed): New alias, if 'alias' and GNU sed.
8670
8671 2006-12-24  Jim Meyering  <jim@meyering.net>
8672
8673         Work around an fchownat bug in glibc-2.4:
8674         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
8675         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
8676         in spite of the -P option.
8677         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
8678         New macros.
8679         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
8680         * modules/openat (Files): Add lib/fchownat.c.
8681         * lib/openat.c (fchownat): Don't define here.  Move to...
8682         * lib/fchownat.c: ...this new file.
8683
8684 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
8685
8686         Fix bug reported by Bruno Haible in
8687         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
8688         where quotearg.c didn't compile on Mac OS X 10.2 because it
8689         lacks <wchar.h> and wint_t.
8690         * lib/wctype_.h (__wctype_wint_t): New type.
8691         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
8692         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
8693         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
8694         Arg is now of type __wctype_wint_t, not wint_t.
8695         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
8696         substitute HAVE_WINT_T.
8697         * modules/wctype (Files): Add m4/wint_t.m4.
8698         (wctype.h): Substitute HAVE_WINT_T.
8699
8700 2006-12-23  Bruno Haible  <bruno@clisp.org>
8701
8702         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
8703
8704 2006-12-23  Bruno Haible  <bruno@clisp.org>
8705
8706         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
8707         S_ISLNK.
8708         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
8709         mingw.
8710
8711 2006-12-22  Bruno Haible  <bruno@clisp.org>
8712
8713         * lib/copy-file.c: Include acl.h.
8714         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
8715         Close the file descriptors only after being done with copy_acl.
8716         * modules/copy-file (Depends-on): Add acl.
8717
8718 2006-12-22  Bruno Haible  <bruno@clisp.org>
8719
8720         * gnulib-tool (SED): New variable.
8721         Use $SED instead of sed everywhere.
8722
8723 2006-12-22  Bruno Haible  <bruno@clisp.org>
8724
8725         * modules/no-c++: New file.
8726         * m4/no-c++.m4: New file.
8727         * MODULES.html.sh (Support for building libraries and executables):
8728         Add no-c++.
8729
8730 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
8731
8732         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
8733         Include <limits.h>, and use its INT_MAX to rewrite the
8734         j loop so that it does not overflow 'int'.  Problem reported by
8735         Ralf Wildenhues in
8736         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
8737         Play it safe by shifting left by 1 rather than multiplying by 2,
8738         as GCC is less likely to optimize this away when the value
8739         is signed (when it assumes overflow leads to undefined behavior).
8740         Also, don't assume time_t uses two's complement.
8741
8742 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
8743
8744         * MODULES.html.sh: New module wctype.
8745         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
8746         * lib/fnmatch.c: Don't bother to include <wchar.h> before
8747         <wctype.h>, since the new wctype module should fix this.
8748         * lib/quotearg.c: Include <wctype.h> unconditionally, since
8749         the wctype module should arrange for it.
8750         * lib/regex_internal.h: Likewise.
8751         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
8752         since the wctype module should handle this now.
8753         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
8754         * modules/fnmatch (Depends-on): Add wctype.
8755         * modules/quotearg (Depends-on): Likewise.
8756         * modules/regex (Depends-on): Likewise.
8757
8758 2006-12-19  Bruno Haible  <bruno@clisp.org>
8759
8760         * lib/strdup.h [C++]: Wrap definitions in extern "C".
8761         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
8762
8763 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8764
8765         * modules/savewd (Depends-on): Fix dependency on fcntl.
8766
8767 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8768
8769         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
8770         conforms to C99, rather than relying on the user's environment
8771         setting of STDINT_H.
8772
8773 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8774         and Eric Blake  <ebb9@byu.net>
8775
8776         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
8777         This is more consistent with the other defines here.
8778         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
8779         Port to z/OS.  Problem reported by Paul Gilmartin.
8780         Change local vars to use gl_ prefix rather than ac_.
8781         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
8782         with other defines.
8783         * modules/double-slash-root: New module.
8784         * modules/dirname (Files): Remove m4/double-slash-root.m4.
8785         (Depends-on): Add double-slash-root.
8786         * MODULES.html.sh (File system functions): Mention new module.
8787
8788 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
8789
8790         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
8791         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
8792         This is for the benefit of gzip, which doesn't do i18n.
8793
8794 2006-12-12  Jim Meyering  <jim@meyering.net>
8795
8796         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
8797         Reported by Andreas Schwab <schwab@suse.de>.
8798
8799 2006-12-12  Bruno Haible  <bruno@clisp.org>
8800
8801         Merge these changes.
8802         2006-09-05  Bruno Haible  <bruno@clisp.org>
8803         * lib/iconvme.c (iconv_string): No need to save and restore errno when
8804         iconv_alloc succeeded.
8805         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
8806         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
8807         test for " && dest " at the end - dest is always != NULL there. Call
8808         iconv with 4xNULL arguments initially, to reset the state. Call iconv
8809         with 2xNULL arguments, also to flush the state storage. Handle the
8810         IRIX iconv behaviour. Realloc the final result, to throw away unused
8811         memory.
8812
8813 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
8814
8815         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
8816         and fchmodat unconditionally, since glibc 2.4 has them.
8817         Problem reported by Arkadiusz Miskiewicz.
8818
8819 2006-12-10  Bruno Haible  <bruno@clisp.org>
8820
8821         * gnulib-tool (func_import): Show the include files only for those
8822         modules that are copied and specified.
8823         Reported by Karl Berry.
8824
8825 2006-12-08  Jim Meyering  <jim@meyering.net>
8826
8827         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
8828         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
8829
8830         * build-aux/announce-gen: Add two new options, both optional:
8831         --bootstrap-tools=TOOL_LIST
8832               a comma-separated list of tools, e.g.,
8833               autoconf,automake,bison,gnulib
8834         --gnulib-snapshot-date=DATE
8835               if gnulib is in the bootstrap tool list,
8836               then report this as the snapshot date.
8837               If not specified, use the current date/time.
8838               If you specify a date here, be sure it's UTC.
8839
8840 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8841
8842         * tests/test-argp-2.sh: Fix test to match actual output.
8843         (func_compare): Fix sed script to be portable.
8844
8845 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
8846
8847         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
8848         workaround for this case.  It is not autoconfigured now; offhand
8849         it's hard to see how to autoconfigure it.
8850
8851 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
8852
8853         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
8854         a directory that is about to be chowned.  Such a directory's
8855         initial file permissions should permit the owner only and this
8856         should not be changed until after the chown, since the group and
8857         other bits would be incorrect if they granted permission before
8858         the chown.
8859
8860         Fix porting problem for iswctype reported by Georg Schwarz in:
8861         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
8862         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
8863         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
8864         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
8865         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8866
8867 2006-12-03  Jim Meyering  <jim@meyering.net>
8868
8869         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
8870         p->fts_statp may not yet be defined.
8871         (fts_read): Instead, set it in the caller, once p->fts_statp is
8872         sure to be defined, and corresponds to a top-level directory.
8873         This bug made du -x fail.  Here's the coreutils test case:
8874         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
8875         Reported by Mike Frysinger.
8876
8877 2006-12-01  Jim Meyering  <jim@meyering.net>
8878
8879         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
8880         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
8881         Reported by Simon Josefsson.
8882
8883 2006-11-30  Jim Meyering  <jim@meyering.net>
8884
8885         * m4/warning.m4: Use the all-permissive copyright notice
8886         recommended by RMS (rather than LGPL).
8887         * m4/vararrays.m4: Likewise.
8888         * m4/flexmember.m4: Likewise.
8889
8890 2006-11-29  Bruno Haible  <bruno@clisp.org>
8891
8892         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8893         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
8894         using +=.
8895         Reported by Simon Josefsson <simon@josefsson.org>.
8896
8897 2006-11-28  James Youngman <jay@gnu.org>
8898
8899         * README: Advise users that they might find the bug-gnulib@gnu.org
8900         and autotools-announce@gnu.org mailing lists useful.
8901
8902 2006-11-28  Bruno Haible  <bruno@clisp.org>
8903
8904         * m4/ptrdiff_max.m4: Remove file.
8905
8906 2006-11-21  Bruno Haible  <bruno@clisp.org>
8907
8908         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
8909         _AC_COMPUTE_INT.
8910         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8911         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
8912         _AC_COMPUTE_INT.
8913         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8914         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
8915         _AC_COMPUTE_INT.
8916         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8917
8918 2006-11-28  Jim Meyering  <jim@meyering.net>
8919
8920         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
8921         warning from "gcc -Wshadow" about shadowing the builtin.
8922
8923 2006-11-27  Bruno Haible  <bruno@clisp.org>
8924
8925         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
8926         _AC_COMPUTE_INT.
8927         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8928
8929 2006-11-27  Bruno Haible  <bruno@clisp.org>
8930             Paul Eggert  <eggert@cs.ucla.edu>
8931
8932         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
8933
8934 2006-11-26  Bruno Haible  <bruno@clisp.org>
8935
8936         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8937         noinst_LTLIBRARIES.
8938
8939 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
8940             Bruno Haible  <bruno@clisp.org>
8941
8942         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
8943         if compiling with "gcc -ansi".
8944
8945 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
8946
8947         Fix some incompatibilities with gcc -ansi -pedantic.
8948         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
8949         if compiling pedantically with GCC, unless it's C99 or later.
8950         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
8951         it mishandles gcc -ansi -pedantic as well.
8952         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
8953         if gcc -pedantic.
8954         * lib/regexec.c (check_node_accept_bytes): Don't use auto
8955         initializers for struct if -pedantic, unless it's C99 or later.
8956
8957 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
8958
8959         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
8960         Don't close an fd more than once. Identical atimes indicate
8961         success, not failure.
8962
8963 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
8964
8965         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
8966
8967 2006-11-23  Jim Meyering  <jim@meyering.net>
8968
8969         * build-aux/announce-gen: New file.  From coreutils.
8970
8971 2006-11-22  Jim Meyering  <jim@meyering.net>
8972
8973         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
8974         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
8975         (fts_read): Use a temporary to narrow the overused st_size member
8976         before using it in a switch statement.  Reported by Matthew Woehlke.
8977
8978         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
8979         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
8980
8981 2006-11-20  Bruno Haible  <bruno@clisp.org>
8982
8983         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
8984         changequote instead of pairs of brackets.
8985         Reported by Andreas Schwab <schwab@suse.de>.
8986
8987 2006-11-21  Jim Meyering  <jim@meyering.net>
8988
8989         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
8990         so as to remain compatible with older compilers.
8991         Patch from Michael Deutschmann.
8992
8993 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8994
8995         * MODULES.html.sh (File system functions): Add openat.
8996
8997         * lib/openat.h (rpl_fstatat): New macro, if
8998         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
8999         (fstatat): Define to rpl_fstatat under the same conditions,
9000         unless COMPILING_FSTATAT.
9001         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
9002         seems to have the bug.
9003         * lib/fstatat.c: New file.
9004         * modules/openat (Files): Add it.
9005
9006 2006-11-20  Bruno Haible  <bruno@clisp.org>
9007
9008         * Makefile: New file.
9009
9010 2006-11-20  Jim Meyering  <jim@meyering.net>
9011
9012         The beginnings of syntax-related checks for gnulib.
9013         * lib/Makefile: New file.
9014         * lib/t-idcache: New script.  Ensure that the two halves of
9015         idcache.c stay in sync.
9016
9017         * lib/idcache.c: Adjust comments in user- and group- portions to
9018         be more accurate, and to be consistent with one another.
9019
9020 2006-11-20  Jim Meyering  <jim@meyering.net>
9021
9022         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
9023         continue using the flexible array member (thus, this module performs
9024         half as many malloc calls), with the addition that...
9025         (getgroup, getuser): Consistently record a non-match via an empty
9026         "name" string, and map an empty string match to a NULL return value.
9027         * modules/idcache (Depends-on): Re-add flexmember.
9028
9029         * lib/idcache.c (getuser): Remove all uses of the register keyword.
9030         (getuidbyname, getgroup, getgidbyname): Likewise.
9031
9032         Use cleaner syntax: NULL rather than 0.
9033         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
9034
9035 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
9036
9037         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
9038         It mishandled the case where the group was missing.
9039         Problem reported by Greg Schafer.
9040         * modules/idcache: Likewise.
9041
9042 2006-11-18  Jim Meyering  <jim@meyering.net>
9043
9044         * check-module (%exempt_header): Add exception for some
9045         conditionally-included headers.
9046
9047         * modules/i-ring (Depends-on): Add verify.
9048         (License): Change to LGPL.
9049
9050 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
9051
9052         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
9053         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
9054         and inttostr.h.  Use snprintf rather than uinttostr, so that
9055         LGPLed code doesn't depend on GPLed.
9056
9057 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
9058
9059         * modules/inline (License): Change from GPL to LGPL.
9060
9061 2006-11-17  Jim Meyering  <jim@meyering.net>
9062
9063         * modules/d-type (License): Switch to LGPL.
9064
9065 2006-11-15  Bruno Haible  <bruno@clisp.org>
9066
9067         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
9068
9069 2006-11-15  Eric Blake  <ebb9@byu.net>
9070
9071         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
9072         the module dependency.
9073
9074 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9075             Bruno Haible  <bruno@clisp.org>
9076
9077         * gnulib-tool (func_create_testdir): Add license consistency check.
9078
9079 2006-11-15  Eric Blake  <ebb9@byu.net>
9080
9081         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
9082         random "(cached)" in configure output.
9083
9084 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9085
9086         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
9087         test for conforming inttypes.h is both announced and cached.
9088
9089         * MODULES.html.sh (seen_modules, seen_files): New variables.
9090         (func_module): Rewrite to use a few less gnulib-tool and sed
9091         invocations.  Avoid a couple of quadratic algorithms for ...
9092         (missed_modules, missed_files): ... these, with ...
9093         (func_append, func_tmpdir): ... these new functions, from
9094         gnulib-tool.  Analogously, install traps for cleanup.
9095
9096         * tests/test-gc.c (main): Remove unused variables.
9097         * tests/test-read-file.c: Include stdlib.h, for 'free'.
9098
9099 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
9100
9101         * modules/inttostr (License): Change to LGPL.
9102
9103 2006-11-14  Eric Blake  <ebb9@byu.net>
9104
9105         * modules/tempname (License): Change to LGPL.
9106
9107 2006-11-14  Eric Blake  <ebb9@byu.net>
9108
9109         * doc/functions.texi (Function Portability): *printf functions on
9110         Cygwin now understand all POSIX size specifiers.
9111
9112 2006-11-14  Bruno Haible  <bruno@clisp.org>
9113
9114         * modules/c-ctype (License): Change to LGPL.
9115
9116 2006-11-12  Bruno Haible  <bruno@clisp.org>
9117
9118         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
9119         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
9120         for GNOME libraries, for which the include files are installed in
9121         subdirectories of $prefix/include.
9122
9123 2006-11-12  Bruno Haible  <bruno@clisp.org>
9124
9125         * m4/lib-link.m4: Require at least autoconf-2.54.
9126         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
9127         name to underscores for the --with option.
9128
9129 2006-11-13  Bruno Haible  <bruno@clisp.org>
9130
9131         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
9132         the tests directory.
9133         Reported by Ralf Wildenhues.
9134
9135 2006-11-13  Bruno Haible  <bruno@clisp.org>
9136
9137         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
9138         (func_emit_initmacro_end): Undo the override here.
9139         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
9140         Works around the famous automake error in coreutils.
9141
9142 2006-11-13  Eric Blake  <ebb9@byu.net>
9143
9144         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
9145         element, not its node.
9146
9147 2006-11-12  Bruno Haible  <bruno@clisp.org>
9148
9149         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
9150         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
9151
9152 2006-11-12  Bruno Haible  <bruno@clisp.org>
9153
9154         * gnulib-tool: New option --local-symlink.
9155         (func_usage): Document it.
9156         (lsymbolic): New variable.
9157         (func_import, func_create_testdir): If --symlink was not specified,
9158         test whether --local-symlink was specified and the file comes from
9159         the local_gnulib_dir.
9160
9161 2006-11-12  Bruno Haible  <bruno@clisp.org>
9162
9163         * gnulib-tool (func_ln): New function.
9164         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
9165
9166 2006-11-12  Bruno Haible  <bruno@clisp.org>
9167
9168         Finish support for source files in subdirectories.
9169         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
9170         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
9171         AUTOMAKE_OPTIONS.
9172         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
9173
9174 2006-11-12  Bruno Haible  <bruno@clisp.org>
9175
9176         * gnulib-tool (func_get_automake_snippet): Synthesize also an
9177         EXTRA_lib_SOURCES augmentation.
9178         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
9179
9180 2006-11-12  Jim Meyering  <jim@meyering.net>
9181
9182         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
9183         file descriptors.  This also averts a failure on systems with
9184         native openat support when a traversed directory lacks "x" access.
9185         * lib/fts_.h: Include "i-ring.h"
9186         (struct FTS) [fts_fd_ring]: New member.
9187         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
9188         (FCHDIR): Add parentheses.
9189         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
9190         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
9191         When descending, rather than simply closing the previous
9192         fts_cwd_fd value, push that file descriptor onto the ring.
9193         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
9194         (fts_open): Initialize the new fd_ring member.
9195         (fts_close): Clear the ring.
9196         (fts_safe_changedir): When possible, use our new fd_ring to skip
9197         the diropen and fstat and dev/ino comparison that would normally
9198         accompany a virtual `chdir ("..")'.
9199
9200         * modules/fts (Depends-on): Add i-ring.
9201         * modules/i-ring: New module.
9202         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
9203         * m4/i-ring.m4: New file.
9204
9205 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9206
9207         * gnulib-tool (func_create_testdir): Fix replacement of
9208         `build-aux' in configure.ac.  Run autotools in gltests
9209         subdirectory.
9210         (func_create_testdir, func_create_megatestdir, test): There is
9211         no need for '--force' in most autotool invocations in a new
9212         tree.  Actually fail the whole test if any of the tools, or the
9213         configure or make stages fail.
9214
9215         Sync from Automake.
9216         * build-aux/gnupload: Revert last change.  Add pointer to upload
9217         instructions of the GNU Maintenance Instructions.
9218         Suggestion by Karl Berry.
9219
9220 2006-11-10  Jim Meyering  <jim@meyering.net>
9221
9222         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
9223
9224 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
9225
9226         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
9227         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
9228         (bind_textdomain_codeset) [! ENABLE_NLS]:
9229         Evaluate all the arguments.  That way, callers get compatible behavior
9230         if the arguments have side effects.  Also, it avoids some GCC
9231         diagnostics in some cases; Joel E. Denny reported problems when Bison
9232         was configured with --enable-gcc-warnigs.
9233
9234 2006-11-10  Jim Meyering  <jim@meyering.net>
9235
9236         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
9237         relevant options in CFLAGS (like -O, -fno-inline) are taken into
9238         account.
9239
9240 2006-11-10  Jim Meyering  <jim@meyering.net>
9241
9242         * modules/inline: New file/module.
9243         * modules/xalloc (Files): Remove m4/inline.m4.
9244         (Depends-on): Add inline, instead.
9245         * modules/oset: Likewise.
9246         * modules/list: Likewise.
9247
9248 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
9249
9250         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
9251         Problem reported by Matthew Woehlke.
9252
9253 2006-11-09  Bruno Haible  <bruno@clisp.org>
9254
9255         * lib/tempname.c (gen_tempname): Remove variant that invokes
9256         __gen_tempname.
9257         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
9258         __gen_tempname.
9259
9260 2006-11-08  Bruno Haible  <bruno@clisp.org>
9261
9262         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
9263         to 'yes' instead of 'cross-compiling'.
9264
9265 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
9266
9267         * lib/quotearg.h (quotearg_free): New decl.
9268         * lib/quotearg.c (quotearg_free): New function.
9269         (slot0, nslots, slotvec0, slotvec):
9270         Now file-scope so that quotearg_free can get at them.
9271
9272 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9273
9274         Sync from Automake.
9275         * build-aux/gnupload: Add missing 'gnu' to example URL.
9276         Report by Karl Berry.
9277
9278 2006-11-08  Bruno Haible  <bruno@clisp.org>
9279
9280         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
9281         Suggested by Paul Eggert.
9282
9283 2006-11-08  Jim Meyering  <jim@meyering.net>
9284
9285         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
9286         It's already included if !_LIBC.
9287         (fts_safe_changedir): Add a comment.
9288
9289 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
9290
9291         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
9292         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
9293         Matthew Woehlke.
9294
9295         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
9296         definitions up, to avoid colliding with change below.
9297         (static_inline) [HAVE_INLINE]: New macro.
9298         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
9299         Provide extern decls when !HAVE_INLINE.  Do not define unless
9300         static_inline is defined, either by us or by xmalloc.c.  Use
9301         static_inline rather than static inline.
9302         (XCALLOC): Optimize sizeof(T) = 1 case.
9303         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
9304
9305 2006-11-07  Bruno Haible  <bruno@clisp.org>
9306
9307         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
9308         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
9309         AC_C_INLINE.
9310         * modules/xalloc (Files): Add m4/inline.m4.
9311
9312 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9313
9314         * README: Fix typo.
9315         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
9316         (Miscellanous Notes): ...from this.
9317
9318 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
9319
9320         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
9321         Mention that offsetof should be used instead of sizeof.
9322         From Bruno Haible.
9323
9324 2006-11-07  Bruno Haible  <bruno@clisp.org>
9325
9326         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
9327
9328 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
9329
9330         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
9331         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
9332         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
9333         (gl_tree_add_before, gl_tree_add_after):
9334         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
9335         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
9336         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
9337         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
9338         (gl_linked_add_after, gl_linked_add_at): Likewise.
9339         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
9340         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
9341         (gl_tree_add_before, gl_tree_add_after): Likewise.
9342         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
9343         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
9344         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
9345
9346 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9347
9348         * lib/gl_oset.h: Use C comment style, not C++ comment style.
9349
9350 2006-11-06  Bruno Haible  <bruno@clisp.org>
9351
9352         * m4/inline.m4: New file.
9353         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
9354         * modules/list (Files): Add m4/inline.m4.
9355         * modules/oset (Files): Likewise.
9356
9357 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
9358
9359         * lib/idcache.c: Include <stddef.h>, for offsetof.
9360         (struct userid.name): Change from char * to a flexible array member.
9361         All uses changed.
9362         * modules/idcache (Depends-on): Add flexmember.
9363
9364         * MODULES.html.sh (Core language properties): New module flexmember.
9365         * modules/flexmember, m4/flexmember.m4: New files.
9366
9367         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
9368         inline functions that are identical with the old xnmalloc_inline,
9369         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
9370         that we can avoid some unnecessary integer multiplications and
9371         divisions in the common case where the element size is known at
9372         compile time.
9373         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
9374         needed.
9375         (xnboundedmalloc): Remove.
9376         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
9377         arguments, for consistency with rest of this header.
9378         (xcharalloc): Rewrite using XNMALLOC.
9379         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
9380         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
9381         versions have been moved to lib/xalloc.h and renamed to be the
9382         non-*_inline versions.
9383         (xmalloc, xrealloc): Implement without reference to the xnmalloc
9384         and xnrealloc functions, since those functions are now inline and
9385         now call us.
9386         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
9387         renaming described above.
9388         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
9389         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
9390         captures the dependency in AC_C_INLINE.
9391
9392         New module canonicalize-lgpl, proposed by Charles Wilson in
9393         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
9394         with a few small changes afterwards.
9395         * MODULES.html.sh (File system functions): New module
9396         canonicalize-lgpl.
9397         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
9398         and canonicalize_file_name.
9399         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
9400         * modules/canonicalize-lgpl: New files.
9401
9402 2006-11-05  Bruno Haible  <bruno@clisp.org>
9403
9404         * gnulib-tool (func_import, func_create_testdir): Create directories
9405         also for files in subdirectories of lib/.
9406
9407 2006-11-05  Bruno Haible  <bruno@clisp.org>
9408
9409         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
9410         ANSI C compliant.
9411
9412 2006-11-03  Bruno Haible  <bruno@clisp.org>
9413
9414         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
9415         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
9416         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
9417         (xnboundedmalloc): New inline function.
9418         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
9419         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
9420         xmalloc.
9421         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
9422         xmalloc.
9423         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
9424         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
9425         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
9426         xmalloc.
9427         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
9428         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
9429         xmalloc.
9430         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
9431         gl_tree_add_after): Use XMALLOC instead of xmalloc.
9432         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
9433         xmalloc.
9434         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
9435         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
9436         gl_tree_add_after): Use XMALLOC instead of xmalloc.
9437         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
9438         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
9439         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
9440         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
9441
9442 2006-11-03  Bruno Haible  <bruno@clisp.org>
9443
9444         * lib/c-ctype.h [C++]: Define functions without name mangling.
9445         * lib/fwriteerror.h [C++]: Likewise.
9446         * lib/gcd.h [C++]: Likewise.
9447         * lib/linebreak.h [C++]: Likewise.
9448
9449 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
9450
9451         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
9452         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
9453         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
9454         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
9455         Check for functions and headers just once.
9456         Check for declaration of canonicalize_file_name.
9457         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
9458
9459 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9460
9461         * gnulib-tool (func_import): Fix typo in actioncmd.
9462
9463 2006-11-02  Bruno Haible  <bruno@clisp.org>
9464
9465         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
9466         newline sequence in the Makefile.am snippet as a space, like "make"
9467         does.
9468         Reported by Roger Persson <perrog@gmail.com>.
9469
9470 2006-11-01  Bruno Haible  <bruno@clisp.org>
9471
9472         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
9473         already declared in <string.h>.
9474         * lib/strcase.h (strncasecmp): Don't declare it if yes.
9475
9476 2006-11-01  Bruno Haible  <bruno@clisp.org>
9477
9478         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
9479         * lib/strcase.h: Include <string.h>.
9480         (strcasecmp): Define to rpl_strcasecmp here.
9481
9482 2006-11-01  Bruno Haible  <bruno@clisp.org>
9483
9484         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
9485
9486 2006-11-01  Eric Blake  <ebb9@byu.net>
9487
9488         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
9489
9490         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
9491
9492 2006-10-29  Bruno Haible  <bruno@clisp.org>
9493
9494         Make it compile in C++ mode.
9495         * lib/full-write.c (full_rw): Add a cast.
9496
9497 2006-11-01  Bruno Haible  <bruno@clisp.org>
9498
9499         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
9500         be POSIX compliant.
9501         Reported by Roger Persson <perrog@gmail.com>.
9502
9503 2006-11-01  Eric Blake  <ebb9@byu.net>
9504
9505         * lib/getopt_.h: Fix comments.
9506
9507 2006-10-31  Eric Blake  <ebb9@byu.net>
9508
9509         * modules/tmpdir (Depends-on): Add sys_stat.
9510         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
9511         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
9512         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
9513         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
9514         tempname.
9515
9516 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
9517
9518         Avoid some C++ diagnostics reported by Bruno Haible.
9519         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
9520         xmalloc.
9521         (quotearg_alloc): Use xcharalloc rather than xmalloc.
9522         (struct slotvec): Move to top level.
9523         (quotearg_n_options): Rewrite to avoid xmalloc.
9524         * lib/xalloc.h (xcharalloc): New function.
9525         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
9526         [defined __cplusplus]: Add function template that provides result
9527         type propagation.  This part of the change is from Bruno Haible.
9528
9529 2006-10-29  Bruno Haible  <bruno@clisp.org>
9530
9531         Make it compile in C++ mode.
9532         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
9533         * lib/strnlen1.c (strnlen1): Cast memchr result.
9534         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
9535         * lib/clean-temp.c (string_equals, string_hash): Add casts.
9536         (create_temp_dir): Rename local variable 'template'.
9537         (compile_csharp_using_sscli): Add cast.
9538         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
9539         * lib/findprog.c (find_in_path): Likewise.
9540         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
9541         * lib/wait-process.c (register_slave_subprocess): Likewise.
9542
9543 2006-10-22  Bruno Haible  <bruno@clisp.org>
9544
9545         * modules/tsearch: New file.
9546         * lib/tsearch.h: New file.
9547         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
9548         * m4/tsearch.m4: New file.
9549         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
9550
9551 2006-10-29  Eric Blake  <ebb9@byu.net>
9552
9553         * lib/arcfour.c: Assume config.h.
9554         * lib/arctwo.c: Likewise.
9555         * lib/base64.c: Likewise.
9556         * lib/check-version.c: Likewise.
9557         * lib/crc.c: Likewise.
9558         * lib/des.c: Likewise.
9559         * lib/gc-gnulib.c: Likewise.
9560         * lib/gc-libgcrypt.c: Likewise.
9561         * lib/gc-pbkdf2-sha1.c: Likewise.
9562         * lib/getaddrinfo.c: Likewise.
9563         * lib/getdelim.c: Likewise.
9564         * lib/getline.c: Likewise.
9565         * lib/hmac-md5.c: Likewise.
9566         * lib/hmac-sha1.c: Likewise.
9567         * lib/iconvme.c: Likewise.
9568         * lib/md2.c: Likewise.
9569         * lib/md4.c: Likewise.
9570         * lib/memxor.c: Likewise.
9571         * lib/read-file.c: Likewise.
9572         * lib/readline.c: Likewise.
9573         * lib/rijndael-alg-fst.c: Likewise.
9574         * lib/rijndael-api-fst.c: Likewise.
9575         * lib/xgetdomainname.c: Likewise.
9576
9577 2006-10-28  Eric Blake  <ebb9@byu.net>
9578
9579         * lib/xstrndup.c: Assume config.h.
9580
9581 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
9582
9583         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
9584         stat-macros.h is now for our own macros, whereas stat_h is for
9585         macros in the <sys/stat.h> name space.
9586         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
9587         (STAT_MACROS_H): Remove.
9588         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
9589         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
9590         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
9591         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
9592         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
9593         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
9594         Move these macros to ...
9595         * lib/stat_.h: here.  Don't include stat-macros.h.
9596         * lib/canonicalize.c: Don't include stat-macros.h.
9597         * lib/chown.c: Likewise.
9598         * lib/euidaccess.c: Likewise.
9599         * lib/file-type.c: Likewise.
9600         * lib/filemode.c: Likewise.
9601         * lib/glob.c: Likewise.
9602         * lib/isapipe.c: Likewise.
9603         * lib/lchown.c: Likewise.
9604         * lib/lstat.c: Likewise.
9605         * lib/mkdir-p.c: Likewise.
9606         * lib/rmdir.c: Likewise.
9607         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
9608         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
9609         unless mkdir isn't declared, to speed up 'configure'.
9610         Always create sys/stat.h, since it's unlikely any real sys/stat.h
9611         would define all the S_* symbols.
9612         * modules/canonicalize (Depends-on):
9613         Depend on sys_stat, not stat-macros.
9614         * modules/chown: Likewise.
9615         * modules/euidaccess: Likewise.
9616         * modules/filemode: Likewise.
9617         * modules/file-type: Likewise.
9618         * modules/glob: Likewise.
9619         * modules/isapipe: Likewise.
9620         * modules/lchown: Likewise.
9621         * modules/lstat: Likewise.
9622         * modules/mkancesdirs: Likewise.
9623         * modules/rmdir: Likewise.
9624         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
9625         * modules/modechange: Likewise.
9626         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
9627         (configure.ac): Remove gl_STAT_MACROS.
9628         * modules/sys_stat (Depends-on): Remove stat-macros.
9629
9630 2006-10-27  Bruno Haible  <bruno@clisp.org>
9631
9632         * m4/signed.m4: Remove file.
9633         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
9634         invocation.
9635         * modules/vasnprintf (Files): Remove m4/signed.m4.
9636
9637 2006-10-27  Bruno Haible  <bruno@clisp.org>
9638
9639         Update to GNU gettext 0.16.
9640         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
9641         m4/inttypes-h.m4, m4/signed.m4.
9642         * m4/gettext.m4: Update to GNU gettext 0.16.
9643         * m4/intl.m4: New file, from GNU gettext.
9644         * m4/intldir.m4: New file, from GNU gettext.
9645         * config/srclist.txt: Update
9646
9647 2006-10-27  Eric Blake  <ebb9@byu.net>
9648
9649         * MODULES.html.sh: Document tempname.
9650         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
9651         dependencies.
9652         (Files): Move lib/tempname.c...
9653         * modules/tempname: ...to this new module.
9654         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
9655         (gl_PREREQ_TEMPNAME): Move...
9656         * m4/tempname.m4: ...to this new file.
9657         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
9658         * modules/sys_stat (Depends-on): Add stat-macros.
9659         * lib/stat_.h (includes): Pick up stat macros.
9660         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
9661         if stat macros are broken.
9662         * lib/tempname.c (includes): No need to include "stat-macros.h".
9663         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
9664         (direxists, __path_search) [!_LIBC]: Don't compile these in
9665         gnulib; the tmpdir module covers that.
9666         * lib/tempname.h: New file.
9667
9668 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
9669
9670         * COPYING: Explain how gnulib-tool converts licence headers.
9671         Almost all wording by Eric Blake.
9672
9673 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
9674
9675         * lib/mbchar.h (is_basic_table): Make read-only.
9676         * lib/mbchar.c (is_basic_table): Likewise.
9677         Reported by John Darrington.
9678
9679 2006-10-25  Bruno Haible  <bruno@clisp.org>
9680
9681         * lib/progname.h (set_program_name): Undefine before defining.
9682
9683 2006-10-25  Bruno Haible  <bruno@clisp.org>
9684
9685         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
9686         false for non-gcc C++ compilers.
9687         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
9688
9689 2006-10-24  Bruno Haible  <bruno@clisp.org>
9690
9691         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
9692         iconv implementations like Irix iconv.
9693
9694 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9695
9696         * modules/vararrays: New file.
9697         * m4/vararrays.m4: New file, taken from diffutils.
9698         * MODULES.html.sh: New module vararrays.
9699
9700 2006-10-24  Karl Berry  <karl@gnu.org>
9701
9702         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
9703         Don't call GNU Unix.
9704
9705 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9706
9707         * users.txt: Add Libtool.
9708
9709         Sync from Libtool:
9710
9711         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9712
9713         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
9714         to gnulib's policy of including config.h unconditionally.
9715
9716 2006-10-24  Bruno Haible  <bruno@clisp.org>
9717
9718         * modules/wcwidth (Files): Add m4/wint_t.m4.
9719         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
9720         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
9721
9722 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9723
9724         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
9725         to pacify GCC with some -W flags enabled.  Problem reported by
9726         Bruno Haible.
9727
9728 2006-10-24  Jim Meyering  <jim@meyering.net>
9729
9730         * MODULES.html.sh: Remove uinttostr.  It's not a module.
9731         Reported by Karl Berry.
9732
9733 2006-10-23  Bruno Haible  <bruno@clisp.org>
9734
9735         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
9736
9737 2006-10-24  Bruno Haible  <bruno@clisp.org>
9738
9739         * lib/gl_list.h: Use C comment style, not C++ comment style.
9740
9741 2006-10-23  Eric Blake  <ebb9@byu.net>
9742
9743         * lib/getaddrinfo.c (includes): Add missing include.
9744
9745 2006-10-23  Bruno Haible  <bruno@clisp.org>
9746             Paul Eggert  <eggert@cs.ucla.edu>
9747
9748         Ability to rename obstack_free.
9749         * lib/obstack.h (__obstack_free): New macro. Declare instead of
9750         obstack_free.
9751         (obstack_free): Invoke the __obstack_free macro.
9752         * lib/obstack.c (obstack_free): Use __obstack_free macro.
9753
9754 2006-10-23  Bruno Haible  <bruno@clisp.org>
9755             Paul Eggert  <eggert@cs.ucla.edu>
9756
9757         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
9758         __argc, __argv from the declaration. (They are defined as macros on
9759         mingw.)
9760
9761 2006-10-22  Bruno Haible  <bruno@clisp.org>
9762
9763         * doc/gnulib-intro.texi: New file.
9764         * doc/gnulib.texi: Include it.
9765
9766 2006-10-21  Bruno Haible  <bruno@clisp.org>
9767
9768         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
9769         "Introduction", "Miscellanous Notes", "Particular Modules".
9770
9771 2006-10-21  Bruno Haible  <bruno@clisp.org>
9772
9773         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9774         Change mostlyclean-local rule to avoid sh syntax error from bash
9775         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
9776
9777 2006-10-23  Jim Meyering  <jim@meyering.net>
9778
9779         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
9780         in place of snprintf.
9781
9782         * modules/inttostr (Files): Add lib/uinttostr.c.
9783         * lib/uinttostr.c (inttostr): New file/function.
9784         * lib/inttostr.h (uinttostr): Declare.
9785         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
9786         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9787         Add uinttostr.
9788         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
9789
9790 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9791
9792         * lib/canonicalize.c (ELOOP): Define if not already defined.
9793         Problem reported by Bruno Haible in
9794         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
9795
9796 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9797
9798         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
9799         Problem reported by Perry Smith and Ville Laurikari.
9800
9801         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
9802         uses.
9803
9804 2006-10-19  Bruno Haible  <bruno@clisp.org>
9805
9806         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
9807         for mingw.
9808
9809 2006-10-19  Bruno Haible  <bruno@clisp.org>
9810
9811         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
9812         Needed for mingw.
9813
9814 2006-10-19  Bruno Haible  <bruno@clisp.org>
9815
9816         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
9817
9818 2006-10-19  Bruno Haible  <bruno@clisp.org>
9819
9820         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
9821         it.
9822
9823 2006-10-19  Bruno Haible  <bruno@clisp.org>
9824
9825         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
9826         invocation.
9827
9828 2006-10-19  Bruno Haible  <bruno@clisp.org>
9829
9830         * gnulib-tool (func_create_testdir): Don't include ftruncate and
9831         mountlist by default.
9832
9833 2006-10-16  Bruno Haible  <bruno@clisp.org>
9834
9835         * lib/c-strstr.c: Include c-strstr.h.
9836
9837 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9838
9839         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
9840         in a slash.
9841
9842 2006-10-18  Bruno Haible  <bruno@clisp.org>
9843
9844         * lib/lock.h [C++]: Wrap definitions in extern "C".
9845
9846 2006-10-18  Bruno Haible  <bruno@clisp.org>
9847
9848         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
9849         gl_LIBOBJS list.
9850
9851 2006-10-18  Bruno Haible  <bruno@clisp.org>
9852
9853         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
9854
9855 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
9856
9857         * lib/xstrtol.h: Include gettext.h.
9858         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
9859         Problem reported by Eric Blake.
9860         * modules/xstrtol (Depends-on): Add gettext-h.
9861
9862 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
9863
9864         * lib/strftime.c (advance): New macro.
9865         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
9866         incomplete type, so you can't add 0 to it.  Problem and patch
9867         reported by Eelco Dolstra for dietlibc.
9868
9869 2006-10-18  Jim Meyering  <jim@meyering.net>
9870
9871         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
9872         type for a local, and rename it: s/up/user_proc/.
9873
9874 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
9875
9876         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
9877         READ_UTMP_USER_PROCESS.
9878         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
9879
9880 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
9881
9882         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
9883         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
9884
9885 2006-10-17  Eric Blake  <ebb9@byu.net>
9886
9887         * lib/sigprocmask.c (sigprocmask): Fix typo.
9888
9889         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
9890
9891         * modules/clean-temp (Makefile.am): Don't add to make output...
9892         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
9893         config.h.
9894
9895 2006-10-17  Bruno Haible  <bruno@clisp.org>
9896
9897         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
9898         differently if DEFAULT_TEXT_DOMAIN is set.
9899
9900 2006-10-16  Bruno Haible  <bruno@clisp.org>
9901
9902         * lib/clean-temp.c: Include fwriteerror.h.
9903
9904 2006-10-16  Bruno Haible  <bruno@clisp.org>
9905
9906         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
9907
9908 2006-10-16  Bruno Haible  <bruno@clisp.org>
9909
9910         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
9911         * lib/sigprocmask.h: Include <sys/types.h>.
9912         (sigset_t): Use the system's definition if present.
9913
9914 2006-10-17  Eric Blake  <ebb9@byu.net>
9915
9916         * lib/xvasprintf.c (includes): Assume config.h.
9917         * lib/xasprintf.c (includes): Likewise.
9918
9919 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
9920
9921         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
9922         at least as wide as intmax_t.
9923
9924 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
9925
9926         (Imported from Automake.)
9927         * build-aux/gnupload: Update to version 1.1 of directive file.
9928
9929 2006-10-16  Eric Blake  <ebb9@byu.net>
9930
9931         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
9932         match Automake 1.10a.
9933
9934 2006-10-14  Bruno Haible  <bruno@clisp.org>
9935
9936         * modules/sigprocmask: New file.
9937         * lib/sigprocmask.h: New file.
9938         * lib/sigprocmask.c: New file.
9939         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
9940         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
9941         request sigprocmask.o.
9942         (gl_PREREQ_SIGPROCMASK): New macro.
9943         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
9944         (Depends-on): Add sigprocmask.
9945         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
9946         gt_SIGNALBLOCKING. Test for 'raise' only once.
9947         * lib/fatal-signal.c: Include sigprocmask.h.
9948         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
9949         unblock_fatal_signals): Define always.
9950         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9951         sigprocmask.
9952
9953 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9954
9955         Sync from Automake.
9956         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
9957         which incorrectly sets the mode of an existing destination
9958         directory.  In some cases the unpatched install-sh could do the
9959         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
9960         system.  We hope this is rare in practice, but it's clearly worth
9961         fixing.  Problem reported by Alex Unleashed in
9962         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
9963         Also, don't bother to check for -m bugs unless we're using -m;
9964         suggested by Stepan Kasal.
9965
9966 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9967
9968         Sync from Automake.
9969         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
9970         `-c' flag, so they appear at the same position as in %FASTDEP%
9971         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
9972         which ignores unknown options only after the first non-option.
9973         Bug report against M4 by Nelson H. F. Beebe.
9974
9975 2006-10-13  Jim Meyering  <jim@meyering.net>
9976
9977         Fix a bug in yesterday's change.
9978         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
9979         p->fts_statp->st_dev would be used uninitialized.
9980         Ensures that we always call fts_stat on the very first entry.
9981         Miklos Szeredi reported that find -xdev stopped working.
9982
9983 2006-10-12  Bruno Haible  <bruno@clisp.org>
9984
9985         * gnulib-tool (func_get_automake_snippet): Append an automatically
9986         computed EXTRA_DIST augmentation.
9987         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
9988         * modules/alloca-opt (Makefile.am): Likewise.
9989         * modules/allocsa (Makefile.am): Likewise.
9990         * modules/arcfour (Makefile.am): Likewise.
9991         * modules/arctwo (Makefile.am): Likewise.
9992         * modules/argmatch (Makefile.am): Likewise.
9993         * modules/argz (Makefile.am): Likewise.
9994         * modules/atexit (Makefile.am): Likewise.
9995         * modules/backupfile (Makefile.am): Likewise.
9996         * modules/byteswap (Makefile.am): Likewise.
9997         * modules/c-strtod (Makefile.am): Likewise.
9998         * modules/c-strtold (Makefile.am): Likewise.
9999         * modules/calloc (Makefile.am): Likewise.
10000         * modules/canon-host (Makefile.am): Likewise.
10001         * modules/canonicalize (Makefile.am): Likewise.
10002         * modules/chdir-long (Makefile.am): Likewise.
10003         * modules/chdir-safer (Makefile.am): Likewise.
10004         * modules/check-version (Makefile.am): Likewise.
10005         * modules/chown (Makefile.am): Likewise.
10006         * modules/cloexec (Makefile.am): Likewise.
10007         * modules/close-stream (Makefile.am): Likewise.
10008         * modules/closeout (Makefile.am): Likewise.
10009         * modules/crc (Makefile.am): Likewise.
10010         * modules/csharpexec (Makefile.am): Likewise.
10011         * modules/cycle-check (Makefile.am): Likewise.
10012         * modules/des (Makefile.am): Likewise.
10013         * modules/dev-ino (Makefile.am): Likewise.
10014         * modules/dirfd (Makefile.am): Likewise.
10015         * modules/dirname (Makefile.am): Likewise.
10016         * modules/dup2 (Makefile.am): Likewise.
10017         * modules/eealloc (Makefile.am): Likewise.
10018         * modules/error (Makefile.am): Likewise.
10019         * modules/euidaccess (Makefile.am): Likewise.
10020         * modules/exclude (Makefile.am): Likewise.
10021         * modules/exitfail (Makefile.am): Likewise.
10022         * modules/fcntl-safer (Makefile.am): Likewise.
10023         * modules/fcntl (Makefile.am): Likewise.
10024         * modules/file-type (Makefile.am): Likewise.
10025         * modules/fileblocks (Makefile.am): Likewise.
10026         * modules/filemode (Makefile.am): Likewise.
10027         * modules/filenamecat (Makefile.am): Likewise.
10028         * modules/fnmatch (Makefile.am): Likewise.
10029         * modules/fopen-safer (Makefile.am): Likewise.
10030         * modules/fpending (Makefile.am): Likewise.
10031         * modules/fprintftime (Makefile.am): Likewise.
10032         * modules/free (Makefile.am): Likewise.
10033         * modules/fsusage (Makefile.am): Likewise.
10034         * modules/ftruncate (Makefile.am): Likewise.
10035         * modules/fts (Makefile.am): Likewise.
10036         * modules/gc-arcfour (Makefile.am): Likewise.
10037         * modules/gc-des (Makefile.am): Likewise.
10038         * modules/gc-hmac-md5 (Makefile.am): Likewise.
10039         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
10040         * modules/gc-md4 (Makefile.am): Likewise.
10041         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
10042         * modules/gc-sha1 (Makefile.am): Likewise.
10043         * modules/gc (Makefile.am): Likewise.
10044         * modules/getaddrinfo (Makefile.am): Likewise.
10045         * modules/getcwd (Makefile.am): Likewise.
10046         * modules/getdelim (Makefile.am): Likewise.
10047         * modules/getdomainname (Makefile.am): Likewise.
10048         * modules/getgroups (Makefile.am): Likewise.
10049         * modules/gethostname (Makefile.am): Likewise.
10050         * modules/gethrxtime (Makefile.am): Likewise.
10051         * modules/getline (Makefile.am): Likewise.
10052         * modules/getloadavg (Makefile.am): Likewise.
10053         * modules/getlogin_r (Makefile.am): Likewise.
10054         * modules/getndelim2 (Makefile.am): Likewise.
10055         * modules/getopt (Makefile.am): Likewise.
10056         * modules/getpagesize (Makefile.am): Likewise.
10057         * modules/getpass-gnu (Makefile.am): Likewise.
10058         * modules/getpass (Makefile.am): Likewise.
10059         * modules/getsubopt (Makefile.am): Likewise.
10060         * modules/gettime (Makefile.am): Likewise.
10061         * modules/gettimeofday (Makefile.am): Likewise.
10062         * modules/getugroups (Makefile.am): Likewise.
10063         * modules/getusershell (Makefile.am): Likewise.
10064         * modules/glob (Makefile.am): Likewise.
10065         * modules/group-member (Makefile.am): Likewise.
10066         * modules/hard-locale (Makefile.am): Likewise.
10067         * modules/hash (Makefile.am): Likewise.
10068         * modules/hmac-md5 (Makefile.am): Likewise.
10069         * modules/hmac-sha1 (Makefile.am): Likewise.
10070         * modules/human (Makefile.am): Likewise.
10071         * modules/idcache (Makefile.am): Likewise.
10072         * modules/imaxabs (Makefile.am): Likewise.
10073         * modules/imaxdiv (Makefile.am): Likewise.
10074         * modules/inet_ntop (Makefile.am): Likewise.
10075         * modules/inet_pton (Makefile.am): Likewise.
10076         * modules/intprops (Makefile.am): Likewise.
10077         * modules/inttostr (Makefile.am): Likewise.
10078         * modules/inttypes (Makefile.am): Likewise.
10079         * modules/isapipe (Makefile.am): Likewise.
10080         * modules/javaversion (Makefile.am): Likewise.
10081         * modules/lchmod (Makefile.am): Likewise.
10082         * modules/lchown (Makefile.am): Likewise.
10083         * modules/localcharset (Makefile.am): Likewise.
10084         * modules/long-options (Makefile.am): Likewise.
10085         * modules/lstat (Makefile.am): Likewise.
10086         * modules/malloc (Makefile.am): Likewise.
10087         * modules/mathl (Makefile.am): Likewise.
10088         * modules/mbchar (Makefile.am): Likewise.
10089         * modules/md2 (Makefile.am): Likewise.
10090         * modules/md4 (Makefile.am): Likewise.
10091         * modules/md5 (Makefile.am): Likewise.
10092         * modules/memcasecmp (Makefile.am): Likewise.
10093         * modules/memchr (Makefile.am): Likewise.
10094         * modules/memcmp (Makefile.am): Likewise.
10095         * modules/memcoll (Makefile.am): Likewise.
10096         * modules/memcpy (Makefile.am): Likewise.
10097         * modules/memmem (Makefile.am): Likewise.
10098         * modules/memmove (Makefile.am): Likewise.
10099         * modules/mempcpy (Makefile.am): Likewise.
10100         * modules/memrchr (Makefile.am): Likewise.
10101         * modules/memset (Makefile.am): Likewise.
10102         * modules/memxor (Makefile.am): Likewise.
10103         * modules/mkancesdirs (Makefile.am): Likewise.
10104         * modules/mkdir-p (Makefile.am): Likewise.
10105         * modules/mkdir (Makefile.am): Likewise.
10106         * modules/mkdtemp (Makefile.am): Likewise.
10107         * modules/mkstemp (Makefile.am): Likewise.
10108         * modules/mktime (Makefile.am): Likewise.
10109         * modules/modechange (Makefile.am): Likewise.
10110         * modules/mountlist (Makefile.am): Likewise.
10111         * modules/nanosleep (Makefile.am): Likewise.
10112         * modules/obstack (Makefile.am): Likewise.
10113         * modules/openat (Makefile.am): Likewise.
10114         * modules/pagealign_alloc (Makefile.am): Likewise.
10115         * modules/pathmax (Makefile.am): Likewise.
10116         * modules/physmem (Makefile.am): Likewise.
10117         * modules/poll (Makefile.am): Likewise.
10118         * modules/posixtm (Makefile.am): Likewise.
10119         * modules/posixver (Makefile.am): Likewise.
10120         * modules/putenv (Makefile.am): Likewise.
10121         * modules/quote (Makefile.am): Likewise.
10122         * modules/quotearg (Makefile.am): Likewise.
10123         * modules/raise (Makefile.am): Likewise.
10124         * modules/read-file (Makefile.am): Likewise.
10125         * modules/readline (Makefile.am): Likewise.
10126         * modules/readlink (Makefile.am): Likewise.
10127         * modules/readtokens (Makefile.am): Likewise.
10128         * modules/readutmp (Makefile.am): Likewise.
10129         * modules/realloc (Makefile.am): Likewise.
10130         * modules/regex (Makefile.am): Likewise.
10131         * modules/rename-dest-slash (Makefile.am): Likewise.
10132         * modules/rename (Makefile.am): Likewise.
10133         * modules/rijndael (Makefile.am): Likewise.
10134         * modules/rmdir (Makefile.am): Likewise.
10135         * modules/rpmatch (Makefile.am): Likewise.
10136         * modules/safe-read (Makefile.am): Likewise.
10137         * modules/safe-write (Makefile.am): Likewise.
10138         * modules/same-inode (Makefile.am): Likewise.
10139         * modules/same (Makefile.am): Likewise.
10140         * modules/save-cwd (Makefile.am): Likewise.
10141         * modules/savedir (Makefile.am): Likewise.
10142         * modules/setenv (Makefile.am): Likewise.
10143         * modules/settime (Makefile.am): Likewise.
10144         * modules/sha1 (Makefile.am): Likewise.
10145         * modules/sig2str (Makefile.am): Likewise.
10146         * modules/snprintf (Makefile.am): Likewise.
10147         * modules/stat-macros (Makefile.am): Likewise.
10148         * modules/stat-time (Makefile.am): Likewise.
10149         * modules/stdbool (Makefile.am): Likewise.
10150         * modules/stdint (Makefile.am): Likewise.
10151         * modules/stdlib-safer (Makefile.am): Likewise.
10152         * modules/stpcpy (Makefile.am): Likewise.
10153         * modules/stpncpy (Makefile.am): Likewise.
10154         * modules/strcase (Makefile.am): Likewise.
10155         * modules/strcasestr (Makefile.am): Likewise.
10156         * modules/strchrnul (Makefile.am): Likewise.
10157         * modules/strcspn (Makefile.am): Likewise.
10158         * modules/strdup (Makefile.am): Likewise.
10159         * modules/strerror (Makefile.am): Likewise.
10160         * modules/strftime (Makefile.am): Likewise.
10161         * modules/strndup (Makefile.am): Likewise.
10162         * modules/strnlen (Makefile.am): Likewise.
10163         * modules/strpbrk (Makefile.am): Likewise.
10164         * modules/strsep (Makefile.am): Likewise.
10165         * modules/strstr (Makefile.am): Likewise.
10166         * modules/strtod (Makefile.am): Likewise.
10167         * modules/strtoimax (Makefile.am): Likewise.
10168         * modules/strtok_r (Makefile.am): Likewise.
10169         * modules/strtol (Makefile.am): Likewise.
10170         * modules/strtoll (Makefile.am): Likewise.
10171         * modules/strtoul (Makefile.am): Likewise.
10172         * modules/strtoull (Makefile.am): Likewise.
10173         * modules/strtoumax (Makefile.am): Likewise.
10174         * modules/strverscmp (Makefile.am): Likewise.
10175         * modules/sys_socket (Makefile.am): Likewise.
10176         * modules/sys_stat (Makefile.am): Likewise.
10177         * modules/sysexits (Makefile.am): Likewise.
10178         * modules/time_r (Makefile.am): Likewise.
10179         * modules/timegm (Makefile.am): Likewise.
10180         * modules/timespec (Makefile.am): Likewise.
10181         * modules/tmpfile-safer (Makefile.am): Likewise.
10182         * modules/trim (Makefile.am): Likewise.
10183         * modules/unistd-safer (Makefile.am): Likewise.
10184         * modules/unlinkdir (Makefile.am): Likewise.
10185         * modules/unlocked-io (Makefile.am): Likewise.
10186         * modules/userspec (Makefile.am): Likewise.
10187         * modules/utime (Makefile.am): Likewise.
10188         * modules/utimecmp (Makefile.am): Likewise.
10189         * modules/utimens (Makefile.am): Likewise.
10190         * modules/vasnprintf (Makefile.am): Likewise.
10191         * modules/vasprintf (Makefile.am): Likewise.
10192         * modules/vsnprintf (Makefile.am): Likewise.
10193         * modules/xalloc (Makefile.am): Likewise.
10194         * modules/xgetcwd (Makefile.am): Likewise.
10195         * modules/xnanosleep (Makefile.am): Likewise.
10196         * modules/xreadlink (Makefile.am): Likewise.
10197         * modules/xstrtod (Makefile.am): Likewise.
10198         * modules/xstrtol (Makefile.am): Likewise.
10199         * modules/xstrtold (Makefile.am): Likewise.
10200         * modules/yesno (Makefile.am): Likewise.
10201         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
10202
10203 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10204
10205         * modules/error (Makefile.am): Distribute files through
10206         EXTRA_DIST, not lib_SOURCES.
10207
10208 2006-10-12  Eric Blake  <ebb9@byu.net>
10209
10210         * modules/error (Makefile.am): Distribute files in /lib.
10211         * modules/obstack (Makefile.am): Likewise.
10212
10213 2006-10-12  Bruno Haible  <bruno@clisp.org>
10214
10215         * modules/acl (Makefile.am): Distribute all files in lib/ through
10216         EXTRA_DIST.
10217         * modules/arcfour (Makefile.am): Likewise.
10218         * modules/arctwo (Makefile.am): Likewise.
10219         * modules/argmatch (Makefile.am): Likewise.
10220         * modules/argz (Makefile.am): Likewise.
10221         * modules/atexit (Makefile.am): Likewise.
10222         * modules/backupfile (Makefile.am): Likewise.
10223         * modules/c-strtod (Makefile.am): Likewise.
10224         * modules/c-strtold (Makefile.am): Likewise.
10225         * modules/calloc (Makefile.am): Likewise.
10226         * modules/canon-host (Makefile.am): Likewise.
10227         * modules/canonicalize (Makefile.am): Likewise.
10228         * modules/chdir-long (Makefile.am): Likewise.
10229         * modules/chdir-safer (Makefile.am): Likewise.
10230         * modules/check-version (Makefile.am): Likewise.
10231         * modules/chown (Makefile.am): Likewise.
10232         * modules/cloexec (Makefile.am): Likewise.
10233         * modules/close-stream (Makefile.am): Likewise.
10234         * modules/closeout (Makefile.am): Likewise.
10235         * modules/crc (Makefile.am): Likewise.
10236         * modules/cycle-check (Makefile.am): Likewise.
10237         * modules/des (Makefile.am): Likewise.
10238         * modules/dirfd (Makefile.am): Likewise.
10239         * modules/dirname (Makefile.am): Likewise.
10240         * modules/dup2 (Makefile.am): Likewise.
10241         * modules/euidaccess (Makefile.am): Likewise.
10242         * modules/exclude (Makefile.am): Likewise.
10243         * modules/exitfail (Makefile.am): Likewise.
10244         * modules/fcntl-safer (Makefile.am): Likewise.
10245         * modules/file-type (Makefile.am): Likewise.
10246         * modules/fileblocks (Makefile.am): Likewise.
10247         * modules/filemode (Makefile.am): Likewise.
10248         * modules/filenamecat (Makefile.am): Likewise.
10249         * modules/fnmatch (Makefile.am): Likewise.
10250         * modules/fopen-safer (Makefile.am): Likewise.
10251         * modules/fpending (Makefile.am): Likewise.
10252         * modules/fprintftime (Makefile.am): Likewise.
10253         * modules/free (Makefile.am): Likewise.
10254         * modules/fsusage (Makefile.am): Likewise.
10255         * modules/ftruncate (Makefile.am): Likewise.
10256         * modules/fts (Makefile.am): Likewise.
10257         * modules/gc (Makefile.am): Likewise.
10258         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
10259         * modules/getaddrinfo (Makefile.am): Likewise.
10260         * modules/getcwd (Makefile.am): Likewise.
10261         * modules/getdelim (Makefile.am): Likewise.
10262         * modules/getdomainname (Makefile.am): Likewise.
10263         * modules/getgroups (Makefile.am): Likewise.
10264         * modules/gethostname (Makefile.am): Likewise.
10265         * modules/gethrxtime (Makefile.am): Likewise.
10266         * modules/getline (Makefile.am): Likewise.
10267         * modules/getloadavg (Makefile.am): Likewise.
10268         * modules/getlogin_r (Makefile.am): Likewise.
10269         * modules/getopt (Makefile.am): Likewise.
10270         * modules/getpass (Makefile.am): Likewise.
10271         * modules/getpass-gnu (Makefile.am): Likewise.
10272         * modules/getsubopt (Makefile.am): Likewise.
10273         * modules/gettime (Makefile.am): Likewise.
10274         * modules/gettimeofday (Makefile.am): Likewise.
10275         * modules/getugroups (Makefile.am): Likewise.
10276         * modules/getusershell (Makefile.am): Likewise.
10277         * modules/glob (Makefile.am): Likewise.
10278         * modules/group-member (Makefile.am): Likewise.
10279         * modules/hard-locale (Makefile.am): Likewise.
10280         * modules/hash (Makefile.am): Likewise.
10281         * modules/hmac-md5 (Makefile.am): Likewise.
10282         * modules/hmac-sha1 (Makefile.am): Likewise.
10283         * modules/human (Makefile.am): Likewise.
10284         * modules/idcache (Makefile.am): Likewise.
10285         * modules/imaxabs (Makefile.am): Likewise.
10286         * modules/imaxdiv (Makefile.am): Likewise.
10287         * modules/inet_ntop (Makefile.am): Likewise.
10288         * modules/inet_pton (Makefile.am): Likewise.
10289         * modules/inttostr (Makefile.am): Likewise.
10290         * modules/isapipe (Makefile.am): Likewise.
10291         * modules/lchown (Makefile.am): Likewise.
10292         * modules/long-options (Makefile.am): Likewise.
10293         * modules/lstat (Makefile.am): Likewise.
10294         * modules/malloc (Makefile.am): Likewise.
10295         * modules/mathl (Makefile.am): Likewise.
10296         * modules/mbchar (Makefile.am): Likewise.
10297         * modules/md2 (Makefile.am): Likewise.
10298         * modules/md4 (Makefile.am): Likewise.
10299         * modules/md5 (Makefile.am): Likewise.
10300         * modules/memcasecmp (Makefile.am): Likewise.
10301         * modules/memchr (Makefile.am): Likewise.
10302         * modules/memcmp (Makefile.am): Likewise.
10303         * modules/memcoll (Makefile.am): Likewise.
10304         * modules/memcpy (Makefile.am): Likewise.
10305         * modules/memmem (Makefile.am): Likewise.
10306         * modules/memmove (Makefile.am): Likewise.
10307         * modules/mempcpy (Makefile.am): Likewise.
10308         * modules/memrchr (Makefile.am): Likewise.
10309         * modules/memset (Makefile.am): Likewise.
10310         * modules/memxor (Makefile.am): Likewise.
10311         * modules/mkancesdirs (Makefile.am): Likewise.
10312         * modules/mkdir (Makefile.am): Likewise.
10313         * modules/mkdir-p (Makefile.am): Likewise.
10314         * modules/mkdtemp (Makefile.am): Likewise.
10315         * modules/mkstemp (Makefile.am): Likewise.
10316         * modules/mktime (Makefile.am): Likewise.
10317         * modules/modechange (Makefile.am): Likewise.
10318         * modules/mountlist (Makefile.am): Likewise.
10319         * modules/nanosleep (Makefile.am): Likewise.
10320         * modules/openat (Makefile.am): Likewise.
10321         * modules/pagealign_alloc (Makefile.am): Likewise.
10322         * modules/physmem (Makefile.am): Likewise.
10323         * modules/poll (Makefile.am): Likewise.
10324         * modules/posixtm (Makefile.am): Likewise.
10325         * modules/posixver (Makefile.am): Likewise.
10326         * modules/putenv (Makefile.am): Likewise.
10327         * modules/quote (Makefile.am): Likewise.
10328         * modules/quotearg (Makefile.am): Likewise.
10329         * modules/raise (Makefile.am): Likewise.
10330         * modules/read-file (Makefile.am): Likewise.
10331         * modules/readline (Makefile.am): Likewise.
10332         * modules/readlink (Makefile.am): Likewise.
10333         * modules/readtokens (Makefile.am): Likewise.
10334         * modules/readutmp (Makefile.am): Likewise.
10335         * modules/realloc (Makefile.am): Likewise.
10336         * modules/regex (Makefile.am): Likewise.
10337         * modules/rename (Makefile.am): Likewise.
10338         * modules/rename-dest-slash (Makefile.am): Likewise.
10339         * modules/rijndael (Makefile.am): Likewise.
10340         * modules/rmdir (Makefile.am): Likewise.
10341         * modules/rpmatch (Makefile.am): Likewise.
10342         * modules/safe-read (Makefile.am): Likewise.
10343         * modules/safe-write (Makefile.am): Likewise.
10344         * modules/same (Makefile.am): Likewise.
10345         * modules/save-cwd (Makefile.am): Likewise.
10346         * modules/savedir (Makefile.am): Likewise.
10347         * modules/setenv (Makefile.am): Likewise.
10348         * modules/settime (Makefile.am): Likewise.
10349         * modules/sha1 (Makefile.am): Likewise.
10350         * modules/sig2str (Makefile.am): Likewise.
10351         * modules/snprintf (Makefile.am): Likewise.
10352         * modules/stdlib-safer (Makefile.am): Likewise.
10353         * modules/stpcpy (Makefile.am): Likewise.
10354         * modules/stpncpy (Makefile.am): Likewise.
10355         * modules/strcase (Makefile.am): Likewise.
10356         * modules/strcasestr (Makefile.am): Likewise.
10357         * modules/strchrnul (Makefile.am): Likewise.
10358         * modules/strcspn (Makefile.am): Likewise.
10359         * modules/strdup (Makefile.am): Likewise.
10360         * modules/strerror (Makefile.am): Likewise.
10361         * modules/strftime (Makefile.am): Likewise.
10362         * modules/strndup (Makefile.am): Likewise.
10363         * modules/strnlen (Makefile.am): Likewise.
10364         * modules/strpbrk (Makefile.am): Likewise.
10365         * modules/strsep (Makefile.am): Likewise.
10366         * modules/strstr (Makefile.am): Likewise.
10367         * modules/strtod (Makefile.am): Likewise.
10368         * modules/strtoimax (Makefile.am): Likewise.
10369         * modules/strtok_r (Makefile.am): Likewise.
10370         * modules/strtol (Makefile.am): Likewise.
10371         * modules/strtoll (Makefile.am): Likewise.
10372         * modules/strtoul (Makefile.am): Likewise.
10373         * modules/strtoull (Makefile.am): Likewise.
10374         * modules/strtoumax (Makefile.am): Likewise.
10375         * modules/strverscmp (Makefile.am): Likewise.
10376         * modules/time_r (Makefile.am): Likewise.
10377         * modules/timegm (Makefile.am): Likewise.
10378         * modules/tmpfile-safer (Makefile.am): Likewise.
10379         * modules/unistd-safer (Makefile.am): Likewise.
10380         * modules/unlinkdir (Makefile.am): Likewise.
10381         * modules/userspec (Makefile.am): Likewise.
10382         * modules/utime (Makefile.am): Likewise.
10383         * modules/utimecmp (Makefile.am): Likewise.
10384         * modules/utimens (Makefile.am): Likewise.
10385         * modules/vasnprintf (Makefile.am): Likewise.
10386         * modules/vasprintf (Makefile.am): Likewise.
10387         * modules/vsnprintf (Makefile.am): Likewise.
10388         * modules/xalloc (Makefile.am): Likewise.
10389         * modules/xgetcwd (Makefile.am): Likewise.
10390         * modules/xnanosleep (Makefile.am): Likewise.
10391         * modules/xreadlink (Makefile.am): Likewise.
10392         * modules/xstrtod (Makefile.am): Likewise.
10393         * modules/xstrtol (Makefile.am): Likewise.
10394         * modules/xstrtold (Makefile.am): Likewise.
10395         * modules/yesno (Makefile.am): Likewise.
10396
10397 2006-10-12  Jim Meyering  <jim@meyering.net>
10398
10399         * m4/getloadavg.m4: Revert the change below.
10400
10401         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
10402         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
10403         fail with a symlink, which is what coreutils' ./bootstrap now
10404         creates by default.
10405
10406 2006-10-12  Bruno Haible  <bruno@clisp.org>
10407
10408         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
10409         mingw.
10410         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
10411         MSVC and mingw explicitly.
10412
10413 2006-10-11  Simon Josefsson  <jas@extundo.com>
10414             Bruno Haible  <bruno@clisp.org>
10415
10416         Add support for multiple gnulib-tool invocations in the scope of a
10417         single configure.ac file.
10418         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
10419         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
10420         with the same contents as the _LIBADD variable.
10421         (func_emit_initmacro_start, func_emit_initmacro_end,
10422         func_emit_initmacro_done): New functions.
10423         (func_import, func_create_testdir): Invoke them. Allow the identifiers
10424         gl_LIBOBJS and gl_LTLIBOBJS.
10425
10426 2006-10-11  Bruno Haible  <bruno@clisp.org>
10427
10428         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
10429         (func_create_testdir): Don't create po/Makefile.am, don't invoke
10430         autoreconf. Instead, invoke autopoint explicitly but move back the
10431         *.m4 files from gnulib.
10432
10433 2006-10-11  Bruno Haible  <bruno@clisp.org>
10434
10435         * gnulib-tool (func_usage): Make module names after --create-testdir
10436         optional.
10437         (func_create_testdir): If no module was specified, use nearly all
10438         modules.
10439
10440 2006-10-12  Jim Meyering  <jim@meyering.net>
10441
10442         Big performance improvement for fts-based tools that use FTS_NOSTAT.
10443         Avoid spurious inode-mismatch problems on non-POSIX file systems.
10444         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
10445         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
10446         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
10447         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
10448         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
10449         (fts_set_stat_required): New function.
10450         (fts_open): Defer the calls to fts_stat, if possible or requested.
10451         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
10452         into fts_stat itself.
10453         (fts_read): Perform any required (deferred) fts_stat call.
10454         (fts_build): Likewise, for the directory we're about to open and read.
10455         In the readdir loop, carefully decide whether each entry will require
10456         an eventual call to fts_stat, using dirent.d_type info if available.
10457         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
10458         a command line argument into this function.  Update all callers.
10459         Map a return value of FTS_DOT to FTS_D for a command line argument.
10460         * modules/fts (Depends-on): Add d-type.  Alphabetize.
10461         Thanks to Miklos Szeredi for his tenacity and for the initial
10462         bug report about "find" failing on a FUSE-based file system.
10463
10464         * lib/fts.c (fts_open): Use consistent indentation.
10465
10466 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10467
10468         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
10469         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
10470         reported by Jim Meyering.  All uses of cache variables renamed
10471         to match Autoconf's.
10472         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
10473         the other one.
10474
10475         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
10476         Fix misspelling in diagnostic.
10477
10478 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10479
10480         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
10481         defined.  Problem reported by Matthew Woehlke.
10482
10483         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
10484         Add support for Tandem NonStop R series.
10485         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
10486         Use new macro.
10487
10488         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
10489         (has_trailing_slash): Omit size arg; all callers changed.
10490         Omit 'inline', since it doesn't help performance and we'd
10491         need to configure it.
10492         Don't count //, ///, etc. as having a trailing slash.
10493         As a side effect, this removes a C99ism reported by Matthew Woehlke.
10494         (rpl_rename_dest_slash): On failure, use rename's errno rather
10495         than (in some cases) an incorrect or junk errno.
10496         Simplify code by removing need to compute length; this does
10497         cause it to make two passes instead of one over the file name,
10498         but it's worth it.
10499
10500         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
10501         change, since Autoconf's version may no longer be appropriate now
10502         that we are using CVS Autoconf's version.  Add support for Tandem.
10503
10504 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10505             Bruno Haible  <bruno@clisp.org>
10506
10507         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
10508         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
10509         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
10510         gl_AC_TYPE_LONG_LONG.
10511
10512         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
10513         instead of HAVE_LONG_LONG.
10514         * lib/printf-args.c (printf_fetchargs): Likewise.
10515         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
10516         * lib/vasnprintf.c (VASNPRINTF): Likewise.
10517         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
10518         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
10519         gl_AC_TYPE_LONG_LONG.
10520
10521 2006-10-11  Bruno Haible  <bruno@clisp.org>
10522
10523         * m4/longlong.m4: Add comments.
10524         * m4/ulonglong.m4: Likewise.
10525
10526 2006-10-10  Bruno Haible  <bruno@clisp.org>
10527
10528         Make it possible to #define stpcpy, strdup to aliases.
10529         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
10530         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
10531
10532 2006-10-10  Bruno Haible  <bruno@clisp.org>
10533
10534         Make it possible to #define gcd to an alias.
10535         * lib/gcd.c: Include config.h.
10536
10537 2006-10-10  Bruno Haible  <bruno@clisp.org>
10538
10539         Make it possible to #define c_isascii to an alias.
10540         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
10541         defined. Undefine the macros before defining them, to avoid gcc
10542         warnings.
10543         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
10544         define NO_C_CTYPE_MACROS early.
10545
10546 2006-10-10  Bruno Haible  <bruno@clisp.org>
10547
10548         Make it possible to #define set_program_name to an alias.
10549         * lib/progname.c: Don't undefine set_program_name; instead, undefine
10550         ENABLE_RELOCATABLE early.
10551
10552 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10553
10554         Port to Tandem NSK OSS, which has 64-bit signed int but at most
10555         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
10556         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
10557         More generally, don't assume that 64-bit signed int is available
10558         if unsigned int is, and vice versa.
10559         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
10560         unsigned symbols, not on their signed counterparts.
10561         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
10562         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
10563         (UINT64_C, UINTMAX_C):
10564         Likewise.
10565         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
10566         unsigned counterparts.
10567         (Have_long_long, Unsigned): New macros.
10568         (Int): Renamed from INT.
10569         (strtoimax): Use the new macros.
10570         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
10571         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
10572         * modules/inttypes (inttypes.h): Substitute
10573         HAVE_UNSIGNED_LONG_LONG_INT.
10574         * modules/stdint (stdint.h): Likewise.
10575         (Files): Add m4/ulonglong.m4.
10576
10577 2006-10-10  Bruno Haible  <bruno@clisp.org>
10578
10579         Fix a gcc -Wshadow warning.
10580         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
10581         to 'bucket'.
10582         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
10583         gl_linked_indexof_from_to): Likewise.
10584         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
10585         Likewise.
10586         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
10587         Likewise.
10588         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
10589         Reported by Eric Blake.
10590
10591 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
10592
10593         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
10594         for NetBSD.  Problem reported by Bruno Haible.
10595
10596 2006-10-09  Jim Meyering  <jim@meyering.net>
10597
10598         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
10599         Patch from Bruno Haible.
10600
10601 2006-10-09  Jim Meyering  <jim@meyering.net>
10602
10603         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
10604         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
10605         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
10606
10607 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
10608
10609         Don't include <config.h> twice; this doesn't work in some cases,
10610         e.g., when config.h has "#define intmax_t long long int" and
10611         we include <config.h>, <inttypes.h>, <config.h> in that order.
10612         Problem reported by Matthew Woehlke in:
10613         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
10614         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
10615         * lib/fts-cycle.c: Don't include config.h.
10616         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
10617         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
10618         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
10619         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
10620         inttypes.h.
10621         * lib/xstrtoumax.c: Likewise.
10622         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
10623         __strtol and the like, so that this module is more like its siblings.
10624         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
10625         Remove; no longer needed now that we assume gnulib inttypes.h.
10626
10627 2006-10-08  Bruno Haible  <bruno@clisp.org>
10628
10629         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
10630         option.
10631
10632 2006-10-07  Jim Meyering  <jim@meyering.net>
10633
10634         * modules/inttypes (inttypes.h): Revert what seems to have been
10635         an inadvertent part of today's change: use "|", not "/" in the
10636         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
10637
10638 2006-10-07  Bruno Haible  <bruno@clisp.org>
10639
10640         * modules/sublist: New file.
10641
10642 2006-10-07  Bruno Haible  <bruno@clisp.org>
10643
10644         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
10645         * modules/argz (argz.h): Likewise.
10646         * modules/arpa_inet (arpa/inet.h): Likewise.
10647         * modules/byteswap (byteswap.h): Likewise.
10648         * modules/configmake (configmake.h): Likewise.
10649         * modules/fcntl (fcntl.h): Likewise.
10650         * modules/fnmatch (fnmatch.h): Likewise.
10651         * modules/getopt (getopt.h): Likewise.
10652         * modules/glob (glob.h): Likewise.
10653         * modules/inttypes (inttypes.h): Likewise.
10654         * modules/netinet_in (netinet/in.h): Likewise.
10655         * modules/poll (poll.h): Likewise.
10656         * modules/stdbool (stdbool.h): Likewise.
10657         * modules/stdint (stdint.h): Likewise.
10658         * modules/sys_select (sys/select.h): Likewise.
10659         * modules/sys_socket (sys/socket.h): Likewise.
10660         * modules/sys_stat (sys/stat.h): Likewise.
10661         * modules/sysexits (sysexits.h): Likewise.
10662         * modules/unistd (unistd.h): Likewise.
10663         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10664         Add a "DO NOT EDIT" comment to the generated file.
10665         (func_import): Likewise for gnulib-comp.m4.
10666
10667 2006-10-07  Bruno Haible  <bruno@clisp.org>
10668
10669         * lib/gl_sublist.h: New file.
10670         * lib/gl_sublist.c: New file.
10671
10672 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
10673
10674         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
10675         name (relative to the original working directory) and the file
10676         name component (relative to the temporary working directory).  All
10677         callers changed.
10678         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
10679         * lib/mkdir-p.c (make_dir_parents): Likewise.
10680         * lib/mkdir-p.h (make_dir_parents): Likewise.
10681
10682 2006-10-06  Eric Blake  <ebb9@byu.net>
10683
10684         Define several macros for use by the clean-temp module.
10685         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
10686         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
10687         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
10688
10689         * lib/clean-temp.h (close_stream_temp): New declaration.
10690         * lib/clean-temp.c (includes): Pull in headers according to what
10691         other modules are in use.
10692         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
10693
10694 2006-10-06  Bruno Haible  <bruno@clisp.org>
10695
10696         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
10697         instead of fopen, fwriteerror.
10698
10699 2006-10-06  Bruno Haible  <bruno@clisp.org>
10700
10701         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
10702         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
10703         int.
10704         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
10705         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
10706         Return an error indicator.
10707         Suggested by Eric Blake.
10708
10709 2006-10-06  Bruno Haible  <bruno@clisp.org>
10710
10711         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
10712         Reported by Eric Blake.
10713
10714 2006-10-06  Bruno Haible  <bruno@clisp.org>
10715
10716         * modules/closeout (Description): Mention stderr too.
10717
10718 2006-10-06  Bruno Haible  <bruno@clisp.org>
10719         and Paul Eggert  <eggert@cs.ucla.edu>
10720
10721         * lib/closeout.c (close_stdout): Also close stderr.
10722         * lib/closeout.h: Update comment.
10723
10724 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
10725
10726         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
10727         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
10728         * lib/dirchownmod.c: Include lchown.h.
10729         * lib/lchown.c: Don't include files that lchown.h now includes.
10730         Don't declare chown, since lchown.h now does that.
10731         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
10732         (lchown): Define to rpl_chown if lchown is declared but
10733         does not exist.  Declare using a prototype if lchown is not
10734         declared.  Add a copyright notice.
10735         * lib/mkstemp.h: Include <unistd.h>.
10736         * lib/openat.c: Include lchown.h.
10737
10738         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
10739         we now test for that separately.
10740         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
10741         rather than O_NOFOLLOW, when testing whether it's possible to
10742         avoid a race condition reliably.
10743         * lib/savewd.c (savewd_chdir): Likewise.
10744
10745         Remove macros that are no longer needed now that stdint.h is
10746         reliable.
10747         * lib/fsusage.c (UINTMAX_MAX): Remove.
10748         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
10749         * lib/utimecmp.c (SIZE_MAX): Remove.
10750
10751         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
10752
10753         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
10754         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
10755         O_NOATIME works.
10756
10757 2006-10-05  Bruno Haible  <bruno@clisp.org>
10758
10759         * lib/gl_list.h (gl_sortedlist_search_from_to,
10760         gl_sortedlist_indexof_from_to): New declarations.
10761         (gl_list_implementation): New fields sortedlist_search_from_to,
10762         sortedlist_indexof_from_to.
10763         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
10764         inline functions.
10765         * lib/gl_list.c (gl_sortedlist_search_from_to,
10766         gl_sortedlist_indexof_from_to): New functions.
10767         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
10768         function.
10769         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
10770         (gl_array_sortedlist_search_from_to): New function.
10771         (gl_array_list_implementation): Update.
10772         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
10773         function.
10774         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
10775         (gl_carray_sortedlist_search_from_to): New function.
10776         (gl_carray_list_implementation): Update.
10777         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
10778         gl_linked_sortedlist_indexof_from_to): New functions.
10779         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10780         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10781         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
10782         gl_tree_sortedlist_indexof_from_to): New functions.
10783         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10784         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10785         Update.
10786         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10787         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
10788         Update.
10789
10790 2006-10-05  Bruno Haible  <bruno@clisp.org>
10791
10792         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
10793         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
10794         (struct gl_list_implementation): Add fields search_from_to,
10795         indexof_from_to. Remove fields search, indexof.
10796         (gl_list_search): Use the search_from_to method.
10797         (gl_list_search_from, gl_list_search_from_to): New functions.
10798         (gl_list_indexof): Use the indexof_from_to method.
10799         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10800         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
10801         (gl_list_search_from, gl_list_search_from_to): New functions.
10802         (gl_list_indexof): Use the indexof_from_to method.
10803         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10804         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
10805         gl_array_indexof. Add start_index, end_index arguments.
10806         (gl_array_search_from_to): Renamed from gl_array_search. Add
10807         start_index, end_index arguments.
10808         (gl_array_remove, gl_array_list_implementation): Update.
10809         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
10810         gl_carray_indexof. Add start_index, end_index arguments.
10811         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
10812         start_index, end_index arguments.
10813         (gl_carray_remove, gl_carray_list_implementation): Update.
10814         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
10815         gl_linked_search. Add start_index, end_index arguments.
10816         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
10817         start_index, end_index arguments.
10818         (gl_linked_remove): Update.
10819         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10820         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10821         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
10822         field to 'size_t'.
10823         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
10824         gl_tree_search. Add start_index, end_index arguments.
10825         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10826         start_index, end_index arguments.
10827         (gl_tree_remove): Update.
10828         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10829         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10830         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
10831         function.
10832         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
10833         gl_tree_search. Add start_index, end_index arguments.
10834         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10835         start_index, end_index arguments.
10836         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10837         Update.
10838         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
10839
10840 2006-10-05  Bruno Haible  <bruno@clisp.org>
10841
10842         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
10843
10844         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
10845         fwriteerror_temp): New declarations.
10846         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
10847         (descriptors): New variable.
10848         (cleanup): First, close the descriptors.
10849         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
10850         fclose_temp, fwriteerror_temp): New functions.
10851
10852 2006-10-04  Jim Meyering  <jim@meyering.net>
10853
10854         * lib/fts.c (fts_open): Tiny comment change.
10855
10856 2006-10-04  Bruno Haible  <bruno@clisp.org>
10857
10858         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
10859         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
10860         gl_LOCK_BODY.
10861         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
10862         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
10863         gl_LOCK_EARLY_BODY.
10864         (gl_LOCK): Require gl_LOCK_BODY.
10865
10866 2006-10-04  Bruno Haible  <bruno@clisp.org>
10867
10868         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
10869         (gl_oset_search_atleast): New declaration.
10870         (struct gl_oset_implementation): Add field 'search_atleast'.
10871         (gl_oset_search_atleast): New inline function.
10872         * lib/gl_oset.c (gl_oset_search_atleast): New function.
10873         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
10874         (gl_array_oset_implementation): Update.
10875         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
10876         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
10877         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
10878
10879 2006-10-04  Bruno Haible  <bruno@clisp.org>
10880
10881         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
10882
10883 2006-10-03  Bruno Haible  <bruno@clisp.org>
10884
10885         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
10886         from gl_avltreehash_list_implementation.
10887
10888 2006-10-03  Bruno Haible  <bruno@clisp.org>
10889
10890         * lib/gl_oset.c (gl_oset_add): Fix return type.
10891
10892 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
10893
10894         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
10895
10896 2006-10-02  Eric Blake  <ebb9@byu.net>
10897
10898         * modules/strnlen (Depends-on): Add extensions.
10899
10900 2006-10-02  Eric Blake  <ebb9@byu.net>
10901
10902         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
10903         definition in 2.60+.
10904
10905 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
10906
10907         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
10908         checks.
10909
10910 2006-10-02  Bruno Haible  <bruno@clisp.org>
10911
10912         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
10913         to the AUTOMAKE_OPTIONS.
10914         Reported by Jim Meyering.
10915
10916 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10917
10918         Work around bug in Solaris 10 /proc file system:
10919         /proc/self/fd/NNN/.. isn't the parent directory of
10920         the directory whose file descriptor is NNN.  This needs to
10921         be worked around at run time, not compile time, since a
10922         program might be built on Solaris 8, where things work, and
10923         run on Solaris 10.
10924         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
10925         to use the following interface instead:
10926         (OPENAT_BUFFER_SIZE): New macro.
10927         (openat_proc_name): New function.
10928         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
10929         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
10930         Likewise.
10931         * lib/openat-proc.c: New file.
10932         * modules/openat (Files): Add lib/openat-proc.c.
10933         (Depends-on): Add same-inode, stdbool.
10934         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
10935
10936 2006-09-29  Bruno Haible  <bruno@clisp.org>
10937
10938         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
10939         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
10940         argument. Set stdout_closed before testing for ferror, not after.
10941         (fwriteerror, fwriteerror_no_ebadf): New functions.
10942
10943 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10944
10945         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
10946
10947 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
10948
10949         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
10950         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
10951
10952 2006-09-28  Jim Meyering  <jim@meyering.net>
10953
10954         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
10955         Include <unistd.h>.
10956
10957 2006-09-28  Bruno Haible  <bruno@clisp.org>
10958
10959         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
10960         * modules/linkedhash-list (Depends-on): Likewise.
10961         * modules/rbtreehash-list (Depends-on): Likewise.
10962
10963 2006-09-28  Bruno Haible  <bruno@clisp.org>
10964
10965         * lib/strndup.h: Simplify the redefinition of strndup.
10966         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
10967         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
10968
10969 2006-09-28  Bruno Haible  <bruno@clisp.org>
10970
10971         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
10972         * lib/gl_linkedhash_list.c: Likewise.
10973         * lib/gl_rbtreehash_list.c: Likewise.
10974
10975 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10976
10977         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
10978         getaddrinfo.
10979
10980         * lib/__fpending.h: Don't include <stdio_ext.h> unless
10981         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
10982         it causes <stdio_ext.h> to cause a compile-time error.
10983         Problem reported by Nelson H. F. Beebe.
10984         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
10985         of HAVE_DECL___PENDING.
10986
10987         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
10988         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
10989         declaration.
10990
10991 2006-09-27  Jim Meyering  <jim@meyering.net>
10992
10993         This file could end up with a definition for a function
10994         named __strndup, rather than rpl_strndup on a system with
10995         incomplete weak_alias support.
10996         * lib/strndup.c (strndup): Rename from __strndup.
10997         Remove #defines that used to map __strndup to strndup.
10998         Don't use K&R prototypes.
10999         Remove LIBC-related code, since this file is not sync'd with glibc.
11000         * lib/strndup.h: Revamp, accordingly.
11001         * m4/strndup.m4: Modernize.
11002
11003 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
11004
11005         * modules/savewd (Depends-on): Add 'raise'.
11006         * lib/savewd.c: Include <signal.h>, for 'raise'.
11007
11008 2006-09-26  Jim Meyering  <jim@meyering.net>
11009
11010         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
11011         when we detect Darwin 8.7.0's acl_get_file bug.
11012         Rearrange to perform the new (below) run-test while $LIBS
11013         contains any acl-related library.  Set USE_ACL at the end.
11014         (gl_ACL_GET_FILE): New function.
11015
11016 2006-09-26  Eric Blake  <ebb9@byu.net>
11017
11018         * lib/verror.c: Include <config.h> unconditionally.
11019
11020 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
11021
11022         * modules/clock-time (Maintainer): Add self.
11023         * modules/getlogin_r (Depends-on): Add extensions.
11024
11025 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11026
11027         * modules/clock-time: New module.
11028         * modules/nanosleep (Depends-on): Add clock-time.
11029         * modules/gethrxtime (Depends-on): Likewise.
11030         * modules/gettime (Depends-on): Likewise.
11031         * modules/settime (Depends-on): Likewise.
11032
11033         * modules/fts-lgpl: Depend on openat.
11034         * modules/mkancesdirs: Depend on savewd.
11035         * modules/mkdir-p: Likewise.
11036
11037 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11038
11039         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
11040
11041         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
11042         `gl_have_arbitrary_file_name_length_limit' to
11043         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
11044         actually works between configure runs.
11045
11046 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11047             Bruno Haible  <bruno@clisp.org>
11048
11049         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
11050
11051 2006-09-25  Jim Meyering  <jim@meyering.net>
11052
11053         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
11054         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
11055
11056 2006-09-25  Eric Blake  <ebb9@byu.net>
11057
11058         * gnulib-tool (func_import, func_create_testdir): Fix typos in
11059         exec's in 2006-09-18 patch when shuffling fds.
11060
11061 2006-09-25  Bruno Haible  <bruno@clisp.org>
11062
11063         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
11064         Reported by Jim Meyering.
11065
11066 2006-09-24  Jim Meyering  <jim@meyering.net>
11067
11068         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
11069         compare a pointer against a literal "0".  That caused failures with
11070         at least HP-UX's hpcc.
11071
11072 2006-09-22  Simon Josefsson  <jas@extundo.com>
11073
11074         * modules/gc-sha1:
11075         * modules/gc-md4:
11076         * modules/gc-hmac-sha1:
11077         * modules/gc-hmac-md5:
11078         * modules/gc-des:
11079         * modules/gc-arcfour: Distribute more files.
11080
11081 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11082
11083         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
11084         (gl_linked_iterator_from_to): Initialize struct completely.
11085         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
11086         (gl_tree_iterator_from_to): Likewise
11087         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
11088         * lib/gl_array_list.c [lint] (gl_array_iterator)
11089         (gl_array_iterator_from_to): Likewise.
11090         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
11091         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
11092         (gl_carray_iterator_from_to): Likewise.
11093
11094         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
11095         * lib/md4.c (md4_process_block): Remove unused variable.
11096         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
11097         parentheses for clarity.
11098
11099 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11100
11101         * modules/bison-i18n (Depends-on): Add gettext.
11102
11103 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11104
11105         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
11106         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
11107         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
11108         also add missing comma that caused broken test.
11109         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
11110         stdlib.h, for `abort'.
11111         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
11112         variables.
11113         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
11114         include unistd.h if present, for `rmdir'.
11115         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
11116         variables.
11117         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
11118         in the process include standard headers for prototypes.
11119         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
11120         gets declared on GNU/Linux.
11121         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
11122         unistd.h, for `rmdir'.
11123         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
11124
11125         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
11126         always true.
11127         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
11128
11129         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
11130
11131 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11132
11133         * gnulib-tool (func_version): Create output all at once.  This
11134         may help avoid triggering unnecessary SIGPIPEs, and at any
11135         rate it doesn't hurt.
11136
11137 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11138             Bruno Haible  <bruno@clisp.org>
11139
11140         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
11141         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
11142         * m4/signed.m4 (bh_C_SIGNED): Likewise.
11143
11144         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
11145         (gl_FUNC_VASPRINTF): Invoke it.
11146
11147 2006-09-22  Bruno Haible  <bruno@clisp.org>
11148
11149         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
11150         getloadavg.c as first argument.
11151
11152 2006-09-22  Bruno Haible  <bruno@clisp.org>
11153
11154         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
11155         at the beginning of the gl_INIT macro.
11156         * modules/getloadavg (configure.ac): Pass $gl_source_base to
11157         gl_GETLOADAVG.
11158
11159 2006-09-22  Bruno Haible  <bruno@clisp.org>
11160
11161         * gnulib-tool (func_create_megatestdir): Don't include the config-h
11162         module.
11163         Suggested by Ralf Wildenhues.
11164
11165 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
11166
11167         Import this patch from libc:
11168
11169         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
11170
11171         * lib/regex_internal.c (re_string_reconstruct): Handle
11172         offset < pstr->valid_raw_len && pstr->offsets_needed case.
11173         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
11174         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
11175         re_string_context_at.
11176
11177         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
11178         now requires it.
11179         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
11180         gl_REGEX now does it for us.
11181         (gl_REGEX): Add test taken from
11182         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
11183
11184         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
11185         Check that large offsets work.  Modernize Autoconf usages.
11186         Prefer "yes" to mean a good thing rather than a bad.
11187         Don't put "#define mkstemp" in config.h, as this might interfere
11188         with standard system headers that "#define mkstemp mkstemp64".
11189
11190         * modules/mkstemp (Depends-on): Add extensions, so that
11191         mkstemp is visible on some platforms.
11192         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
11193         (Include): Change to "mkstemp.h" from <stdlib.h>.
11194         (Files): Add mkstemp.h.
11195
11196         * lib/mkstemp.h: New file, since some standard headers
11197         #define mkstemp.
11198         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
11199         Include "mkstemp.h".
11200         Make the _LIBC code resemble glibc original more,
11201         e.g., use K&R style.
11202         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
11203         (mkstemp): Remove, since mkstemp.h does this for us.
11204         * lib/stdlib--.h: Include mkstemp.h.
11205
11206         Import this patch from libc:
11207
11208         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
11209
11210         * lib/tempname.c (__gen_tempname): Change attempts_min
11211         into a macro.  Use preprocessor to decide how to initialize
11212         attempts [Coverity CID 67].
11213
11214 2006-09-20  Bruno Haible  <bruno@clisp.org>
11215
11216         * lib/mkdtemp.c: Import from libc.
11217         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
11218                 * sysdeps/posix/tempname.c (__gen_tempname): Change
11219                 attempts_min into a macro.  Use preprocessor to decide how to
11220                 initialize attempts [Coverity CID 67].
11221         2001-11-27  Paul Eggert  <eggert@twinsun.com>
11222                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
11223                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
11224
11225 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11226
11227         * gnulib-tool (func_exit): New function, to allow to pass the
11228         exit status portably through the trap.  Use everywhere.
11229         (--help, --version): Signal a write error.
11230         (trap): catch SIGPIPE, for write errors.
11231         Exit at the end of the trap, with the correct exit status.
11232
11233 2006-09-19  Karl Berry  <karl@gnu.org>
11234
11235         * doc/gnulib.texi: note about the license texinfo files.
11236
11237 2006-09-19  Eric Blake  <ebb9@byu.net>
11238
11239         * gnulib-tool: Avoid space-tab.
11240
11241 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
11242
11243         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
11244         that prevented coreutils 6.1 from building.  Problem reported
11245         by Petter Reinholdtsen.
11246
11247 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
11248
11249         * gnulib-tool (avoidlist): Fix typo that broke options like
11250         --avoid=lock that are used by coreutils bootstrap.
11251
11252 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
11253
11254         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
11255         more systematically.
11256
11257 2006-09-18  Jim Meyering  <jim@meyering.net>
11258
11259         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
11260
11261 2006-09-18  Bruno Haible  <bruno@clisp.org>
11262
11263         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
11264
11265 2006-09-18  Bruno Haible  <bruno@clisp.org>
11266
11267         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
11268         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
11269         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
11270         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
11271         * m4/gettext.m4: Require autoconf >= 2.52.
11272         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
11273         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
11274         of gl_cv_header_inttypes_h.
11275
11276 2006-09-18  Bruno Haible  <bruno@clisp.org>
11277
11278         * lib/javaversion.c: Include configmake.h.
11279
11280 2006-09-18  Bruno Haible  <bruno@clisp.org>
11281
11282         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
11283         avoid that the while loops be executed in a subshell.
11284
11285 2006-09-18  Bruno Haible  <bruno@clisp.org>
11286
11287         * MODULES.html.sh (func_module): Break long lines.
11288         Suggested by Bruce Korb <bkorb@gnu.org>.
11289
11290 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11291
11292         Speed up by a factor of 1.12.
11293         * gnulib-tool (nl): New variable.
11294         (func_import): Rewrite include directive extraction to only read each
11295         directive once.
11296
11297 2006-09-17  Bruno Haible  <bruno@clisp.org>
11298
11299         * modules/javaversion (Makefile.am): Remove DEFS setting.
11300         (Depends-on): Add configmake, for PKGDATADIR definition.
11301
11302 2006-09-17  Bruno Haible  <bruno@clisp.org>
11303
11304         * gnulib-tool (func_create_testdir): Rewrite all files at once.
11305
11306 2006-09-17  Bruno Haible  <bruno@clisp.org>
11307
11308         * gnulib-tool (func_append): New function, stolen from libtool.m4.
11309         (func_modules_transitive_closure, func_modules_add_dummy,
11310         func_modules_to_filelist, func_import, func_create_testdir,
11311         func_create_megatestdir, ...): Use it wherever possible.
11312         Suggested by Ralf Wildenhues.
11313
11314 2006-09-16  Karl Berry  <karl@gnu.org>
11315
11316         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
11317         to avoid sectioning errors.
11318         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
11319         [ifinfo]: blank line after @center-ed titles.
11320         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
11321         Spell FSF address consistently with others.
11322         (These changes approved by rms.)
11323
11324 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11325
11326         Speed up by a factor of 1.61.
11327         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
11328         already checked module names again.
11329
11330 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11331
11332         Speed up by a factor of 1.13.
11333         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
11334         for new_files, and the input to func_add_or_update.
11335
11336 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11337
11338         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
11339         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
11340
11341 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11342
11343         * modules/mkancesdirs (Depends-on): Add fcntl.
11344         * modules/savewd: New file.
11345         * MODULES.html.sh (File system functions): Add savewd.
11346
11347         * modules/configmake (Makefile.am): Add support for the
11348         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
11349
11350 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11351
11352         * m4/savewd.m4: New file.
11353
11354 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11355
11356         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
11357         (dirchownmod): New arg FD.  All callers changed.
11358         Use FD rather than opening the directory ourself, as opening is
11359         now the caller's responsibility.
11360         * lib/dirchownmod.h: Likewise.
11361         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
11362         hosts that require <sys/types.h> before <sys/stat.h>.  Include
11363         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
11364         (test_dir): Remove.
11365         (mkancesdirs): Return length of prefix of FILE that has already
11366         been made, or -2 if there is a child doing the work.  Redo
11367         algorithm so that it is O(N) rather than O(N**2).  Optimize away
11368         ".", and treat ".." specially since it might stray back into
11369         already-created areas.  Use a subprocess if necessary.  New arg
11370         WD; all users changed.  MAKE_DIR function should now return 1
11371         if it creates a directory that is not readable.  Return -2 if
11372         a child process is spun off.
11373         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
11374         Adjust signature to match code.
11375         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
11376         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
11377         all users changed.
11378         * lib/savewd.c, lib/savewd.h: New files.
11379
11380 2006-09-15  Jim Meyering  <jim@meyering.net>
11381
11382         * modules/rename-dest-slash: New module.
11383         * MODULES.html.sh (posix_compat): Add it here.
11384
11385         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
11386
11387 2006-09-15  Jim Meyering  <jim@meyering.net>
11388
11389         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
11390         file.
11391
11392         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
11393
11394 2006-09-15  Jim Meyering  <jim@meyering.net>
11395
11396         * lib/rename-dest-slash.c (has_trailing_slash): Use
11397         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
11398         (rpl_rename_dest_slash): Perform the cheaper trailing slash
11399         test before testing whether SRC is a directory.
11400         Suggestions from Bruno Haible.
11401
11402         Avoid a warning about an unused variable.
11403         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
11404         into the #ifdef block where it's used.
11405
11406         * lib/rename-dest-slash.c: New file.
11407
11408 2006-09-14  Bruno Haible  <bruno@clisp.org>
11409
11410         * lib/allocsa.c: Include <config.h> unconditionally.
11411         * lib/asnprintf.c: Likewise.
11412         * lib/asprintf.c: Likewise.
11413         * lib/c-strcasecmp.c: Likewise.
11414         * lib/c-strcasestr.c: Likewise.
11415         * lib/c-strncasecmp.c: Likewise.
11416         * lib/c-strstr.c: Likewise.
11417         * lib/classpath.c: Likewise.
11418         * lib/clean-temp.c: Likewise.
11419         * lib/concatpath.c: Likewise.
11420         * lib/copy-file.c: Likewise.
11421         * lib/csharpcomp.c: Likewise.
11422         * lib/csharpexec.c: Likewise.
11423         * lib/execute.c: Likewise.
11424         * lib/fatal-signal.c: Likewise.
11425         * lib/findprog.c: Likewise.
11426         * lib/fwriteerror.c: Likewise.
11427         * lib/gl_array_list.c: Likewise.
11428         * lib/gl_array_oset.c: Likewise.
11429         * lib/gl_avltree_list.c: Likewise.
11430         * lib/gl_avltree_oset.c: Likewise.
11431         * lib/gl_avltreehash_list.c: Likewise.
11432         * lib/gl_carray_list.c: Likewise.
11433         * lib/gl_linked_list.c: Likewise.
11434         * lib/gl_linkedhash_list.c: Likewise.
11435         * lib/gl_list.c: Likewise.
11436         * lib/gl_oset.c: Likewise.
11437         * lib/gl_rbtree_list.c: Likewise.
11438         * lib/gl_rbtree_oset.c: Likewise.
11439         * lib/gl_rbtreehash_list.c: Likewise.
11440         * lib/imaxabs.c: Likewise.
11441         * lib/imaxdiv.c: Likewise.
11442         * lib/javacomp.c: Likewise.
11443         * lib/javaexec.c: Likewise.
11444         * lib/javaversion.c: Likewise.
11445         * lib/linebreak.c: Likewise.
11446         * lib/localcharset.c: Likewise.
11447         * lib/lock.c: Likewise.
11448         * lib/mbchar.c: Likewise.
11449         * lib/mbswidth.c: Likewise.
11450         * lib/mkdtemp.c: Likewise.
11451         * lib/pipe.c: Likewise.
11452         * lib/printf-args.c: Likewise.
11453         * lib/printf-parse.c: Likewise.
11454         * lib/progname.c: Likewise.
11455         * lib/progreloc.c: Likewise.
11456         * lib/readlink.c: Likewise.
11457         * lib/sh-quote.c: Likewise.
11458         * lib/stpcpy.c: Likewise.
11459         * lib/stpncpy.c: Likewise.
11460         * lib/strcasecmp.c: Likewise.
11461         * lib/strcasestr.c: Likewise.
11462         * lib/strcspn.c: Likewise.
11463         * lib/striconv.c: Likewise.
11464         * lib/strncasecmp.c: Likewise.
11465         * lib/strnlen1.c: Likewise.
11466         * lib/strstr.c: Likewise.
11467         * lib/strtok_r.c: Likewise.
11468         * lib/tls.c: Likewise.
11469         * lib/tmpdir.c: Likewise.
11470         * lib/unicodeio.c: Likewise.
11471         * lib/unsetenv.c: Likewise.
11472         * lib/vasnprintf.c: Likewise.
11473         * lib/vasprintf.c: Likewise.
11474         * lib/wait-process.c: Likewise.
11475         * lib/xallocsa.c: Likewise.
11476         * lib/xsetenv.c: Likewise.
11477         * lib/xstriconv.c: Likewise.
11478
11479 2006-09-13  Simon Josefsson  <jas@extundo.com>
11480
11481         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
11482         that internally, suggested by Ralf Wildenhues
11483         <Ralf.Wildenhues@gmx.de>.
11484
11485 2006-09-13  Simon Josefsson  <jas@extundo.com>
11486
11487         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
11488         @LIBOBJS@.
11489         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11490
11491 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
11492
11493         * lib/_fpending.c: Include <config.h> unconditionally, since we no
11494         longer worry about uses that don't define HAVE_CONFIG_H.
11495         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
11496         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
11497         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
11498         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
11499         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
11500         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
11501         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
11502         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
11503         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
11504         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
11505         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
11506         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
11507         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
11508         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
11509         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
11510         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
11511         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
11512         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
11513         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
11514         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
11515         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
11516         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
11517         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
11518         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
11519         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
11520         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
11521         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
11522         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
11523         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
11524         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
11525         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
11526         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
11527         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
11528         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
11529         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
11530         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
11531         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
11532         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
11533         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
11534         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
11535         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
11536         Likewise.
11537
11538 2006-09-13  Eric Blake  <ebb9@byu.net>
11539
11540         * lib/getopt.c: Fix typo in last commit.
11541
11542 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11543
11544         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
11545         dgettext.
11546
11547 2006-09-12  Jim Meyering  <jim@meyering.net>
11548
11549         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
11550         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
11551         Reported by Nelson H. F. Beebe.
11552
11553 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11554
11555         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
11556         program_invocation_name and program_invocation_short_name are
11557         initialized.
11558         * lib/argp-namefrob.h: Move declarations of program_invocation_name
11559         and program_invocation_short_name to argp.h, so they are visible
11560         to user programs.
11561         * lib/argp.h: Likewise
11562
11563 2006-09-10  Bruno Haible  <bruno@clisp.org>
11564
11565         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11566         m4/inttypes_h.m4, m4/uintmax_t.m4.
11567
11568 2006-09-10  Bruno Haible  <bruno@clisp.org>
11569
11570         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
11571         gl_AC_TYPE_UINTMAX_T.
11572
11573 2006-09-10  Bruno Haible  <bruno@clisp.org>
11574
11575         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
11576
11577 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11578
11579         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
11580         convention.  Text proposed by Bruno Haible.
11581         (struct argp_option): Document the use of N_() wrappers.
11582
11583         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
11584         '\v', and translate the two parts separately, instead of feeding
11585         the whole string to gettext.  This allows to exclude
11586         '\v' from the strings visible to the translator by writing doc
11587         strings as N_("..") "\v" N_("..").
11588
11589 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
11590
11591         * config/srclist.txt: Undo latest change; the bug was fixed.
11592
11593 2006-09-09  Bruno Haible  <bruno@clisp.org>
11594
11595         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
11596         assignments if building a library without libtool.
11597         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
11598         in func_emit_lib_Makefile_am.
11599         (func_import): When building a static library libfoo.a, arrange to
11600         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
11601         (func_create_testdir): Likewise.
11602         * modules/gc (configure.ac, Makefile.am): If building statically,
11603         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
11604         * modules/iconvme (configure.ac, Makefile.am): Likewise.
11605         * modules/striconv (configure.ac, Makefile.am): Likewise.
11606         Based on a suggestion by Ralf Wildenhues.
11607
11608 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11609
11610         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
11611         Check for unistd.h too, since Autoconf doesn't assume POSIX.
11612         Also:
11613
11614         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11615         Add year_2050_test to catch glibc bug 2821
11616         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
11617
11618         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11619         Prefer #ifdef to #if.
11620
11621         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
11622         Return from 'main' instead of calling 'exit'.
11623
11624 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11625
11626         * lib/mktime.c (guess_time_tm): Fix bug where mktime
11627         returned the maximum time_t value rather than (time_t) -1.
11628         Problem originally reported by William Bardwell
11629         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
11630
11631         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
11632         Moved to here ...
11633         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
11634         ... from here.
11635
11636 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11637
11638         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
11639         2821 is fixed.
11640
11641 2006-09-08  Jim Meyering  <jim@meyering.net>
11642
11643         Don't make generated files read-only.  That would bother too many
11644         people.  However, do retain the ability to work when targets are
11645         read-only: remove the destination and temporary files before writing
11646         them (when generated via sed or echo), or by using the -f option for
11647         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
11648         * modules/alloca-opt, modules/argz, modules/arpa_inet:
11649         * modules/byteswap, modules/configmake, modules/fcntl:
11650         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
11651         * modules/localcharset, modules/netinet_in, modules/poll:
11652         * modules/stdbool, modules/stdint, modules/sys_select:
11653         * modules/sys_socket, modules/sys_stat, modules/sysexits:
11654
11655 2006-09-08  Jim Meyering  <jim@meyering.net>
11656
11657         Avoid new build failure on FreeBSD 6.0.
11658         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
11659         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
11660         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
11661
11662 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11663
11664         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
11665
11666 2006-09-07  Jim Meyering  <jim@meyering.net>
11667
11668         Fix global typo in last change: use chmod u-w, not chmod u-x.
11669         Spotted by Paul Eggert and Bruce Korb.
11670         * modules/alloca-opt, modules/argz, modules/arpa_inet:
11671         * modules/byteswap, modules/configmake, modules/fcntl:
11672         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
11673         * modules/localcharset, modules/netinet_in, modules/poll:
11674         * modules/stdbool, modules/stdint, modules/sys_select:
11675         * modules/sys_socket, modules/sys_stat, modules/sysexits:
11676
11677 2006-09-06  Jim Meyering  <jim@meyering.net>
11678
11679         Make generated files be read-only.
11680         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
11681         Ensure that each generated file is now read-only.
11682         * modules/argz: Likewise.
11683         * modules/arpa_inet: Likewise.
11684         * modules/byteswap: Likewise.
11685         * modules/configmake: Likewise.
11686         * modules/fcntl: Likewise.
11687         * modules/fnmatch: Likewise.
11688         * modules/getopt: Likewise.
11689         * modules/glob: Likewise.
11690         * modules/inttypes: Likewise.
11691         * modules/netinet_in: Likewise.
11692         * modules/poll: Likewise.
11693         * modules/stdbool: Likewise.
11694         * modules/stdint: Likewise.
11695         * modules/sys_select: Likewise.
11696         * modules/sys_socket: Likewise.
11697         * modules/sys_stat: Likewise.
11698         * modules/sysexits: Likewise.
11699         * modules/localcharset: Same as above, but continue using temporary
11700         file named "t-$@" (why different?) rather than the "$@-t" used
11701         everywhere else.
11702
11703         * modules/sysexits (Makefile.am): Replace literal occurrences
11704         of "sysexit.h" more readable, and more consistent, "$@".
11705
11706 2006-09-06  Bruno Haible  <bruno@clisp.org>
11707
11708         * modules/striconv: New file.
11709         * modules/xstriconv: New file.
11710         * MODULES.html.sh (Internationalization functions): Add striconv,
11711         xstriconv.
11712
11713 2006-09-06  Bruno Haible  <bruno@clisp.org>
11714
11715         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
11716         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
11717         not using libtool correctly.
11718
11719 2006-09-06  Bruno Haible  <bruno@clisp.org>
11720
11721         * lib/striconv.h: New file.
11722         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
11723         iconvstring.c.
11724         * lib/xstriconv.h: New file.
11725         * lib/xstriconv.c: New file.
11726
11727 2006-09-06  Bruno Haible  <bruno@clisp.org>
11728
11729         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
11730         lib_..._LDFLAGS.
11731
11732 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11733
11734         * lib/argz_.h: Sync from Libtool.
11735
11736         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
11737                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11738
11739         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
11740
11741 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11742
11743         * modules/trim: New file.
11744
11745 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11746
11747         * lib/trim.h: New file.
11748         * lib/trim.c: New file.
11749
11750 2006-09-05  Bruno Haible  <bruno@clisp.org>
11751
11752         * MODULES.html.sh (String handling): Add trim.
11753
11754 2006-09-04  Karl Berry  <karl@gnu.org>
11755
11756         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
11757         until next release.
11758
11759 2006-09-03  Bruno Haible  <bruno@clisp.org>
11760
11761         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
11762         correctly.
11763
11764 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11765
11766         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
11767         not gl_GETLOADAVG.  Omit unneeded semicolons.
11768         Problems reported by Ralf Wildenhues in
11769         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11770         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
11771         at the end, which is the usual gnulib style.
11772
11773         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
11774         of doing all the work ourselves.
11775         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
11776         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
11777
11778 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11779
11780         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
11781         Problem reported by Ralf Wildenhues in
11782         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11783
11784         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
11785         HAVE_STRUCT_STATFS_F_FSTYPENAME.
11786
11787 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11788
11789         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
11790         yesterday's patch by changing test -n to test -z.
11791
11792 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11793
11794         * modules/getloadavg (Files): Add m4/getloadavg.m4.
11795         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
11796         the former is now obsolescent.
11797
11798         * modules/chdir-long (Depends-on): Add fcntl.
11799
11800 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11801
11802         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
11803         obsolescent, and programs should use gnulib instead.
11804         * m4/getloadavg.m4: New file, with contents taken from Autoconf
11805         but with prefixes changed.
11806
11807 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11808
11809         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
11810         or stdbool.h, because they might not exist while configuring.
11811
11812         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
11813         Don't include unistd.h or limits.h; not needed, since chdir-long.h
11814         does that for us.
11815         (O_DIRECTORY): Remove.
11816
11817 2006-08-31  Eric Blake  <ebb9@byu.net>
11818
11819         * gnulib-tool: Don't let emacs change spaces to TAB.
11820
11821 2006-08-31  Bruno Haible  <bruno@clisp.org>
11822
11823         * gnulib-tool: When calling func_import more than once, do it in a
11824         subshell.
11825         Reported by Eric Blake <ebb9@byu.net>.
11826
11827 2006-08-31  Bruno Haible  <bruno@clisp.org>
11828
11829         * gnulib-tool (nl): Remove variable.
11830         (sed_transform_lib_file): Use more robust test for config-h module.
11831         (func_import): Fix typo in 2006-08-25 patch.
11832
11833 2006-08-31  Bruno Haible  <bruno@clisp.org>
11834
11835         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
11836         specified, augment Makefile.am variables instead of assigning them.
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         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
11845         Check for nanosleep bug.
11846         (LIB_NANOSLEEP): Append clock_gettime library if needed.
11847
11848 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11849
11850         Work around a bug in both the Linux and SunOS 64-bit kernels:
11851         nanosleep mishandles sleeps for longer than 2**31 seconds.
11852         Problem reported by Frank v Waveren in
11853         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11854         * lib/nanosleep.c (BILLION): New constant.
11855         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
11856         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
11857         implementation.
11858
11859 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11860
11861         * modules/nanosleep (Depends-on): Add gettime.
11862
11863 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11864         and Simon Josefsson  <jas@extundo.com>
11865         and Oskar Liljeblad  <oskar@osk.mine.nu>
11866
11867         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
11868         * gnulib-tool (func_import): New license type 'unmodifiable license
11869         text'.
11870         * modules/fdl: Use it.  Longer description.
11871         * module/gpl, module/lgpl: New files.
11872
11873 2006-08-30  Jim Meyering  <jim@meyering.net>
11874
11875         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
11876         shadowing the parameter.
11877
11878 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11879
11880         Sync from Libtool:
11881
11882         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11883
11884         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
11885         sharing with gnulib.  Report by Eric Blake.
11886
11887 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11888
11889         * modules/isapipe: New file.
11890         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
11891
11892 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11893
11894         * modules/configmake (Makefile.am): Add a comment, and omit
11895         the CONFIGMAKE_ prefix from generated macro names.  Suggested
11896         by Bruno Haible.
11897
11898 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11899
11900         * m4/isapipe.m4: New file.
11901
11902 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11903
11904         * lib/isapipe.c, lib/isapipe.h: New files.
11905
11906 2006-08-29  Jim Meyering  <jim@meyering.net>
11907
11908         * modules/configmake (Makefile.am): Make configmake.h depend on
11909         Makefile.  Otherwise, a stale configmake.h could hang around.
11910
11911 2006-08-29  Eric Blake  <ebb9@byu.net>
11912
11913         * lib/error.c (error_at_line, print_errno_message): Match libc, after
11914         resolution of upstream bug 3044.
11915
11916 2006-08-29  Bruno Haible  <bruno@clisp.org>
11917
11918         * modules/localcharset (Depends-on): Add configmake.
11919         (Makefile.am): Remove setting of LIBDIR through DEFS.
11920
11921 2006-08-29  Bruno Haible  <bruno@clisp.org>
11922
11923         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
11924         defined.
11925
11926 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11927
11928         * modules/fcntl: New file.
11929         * modules/chdir-safer (Depends-on): Add fcntl.
11930         * modules/fts: Likewise.
11931         * modules/mkdir-p: Likewise.
11932
11933         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
11934         This undoes the most recent change, since we're now addressing the
11935         problem in a different way.
11936
11937         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
11938         into output, since the output might be called Makefile.am even
11939         if $makefile_name is something different.
11940         (func_import): Use $makefile_am rather than
11941         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
11942         empty.
11943
11944         * modules/inttypes (Files): Add m4/inttypes-h.m4.
11945
11946 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11947
11948         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
11949         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
11950         recent change to stdint.m4, since we're now addressing the problem in a
11951         different way.
11952
11953 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11954
11955         * m4/fcntl_h.m4: New file.
11956
11957 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11958
11959         * lib/fcntl_.h: New file.
11960         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
11961         the fcntl module.
11962         * lib/dirchownmod.c: Likewise.
11963         * lib/fts.c: Likewise.
11964
11965         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
11966         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
11967         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
11968         just before including <inttypes.h>, to avoid circular inclusion.
11969
11970 2006-08-28  Jim Meyering  <jim@meyering.net>
11971
11972         * doc/visibility.texi: Actually read and correct the grammar of the
11973         sentence affected by yesterday's change.
11974
11975 2006-08-28  Eric Blake  <ebb9@byu.net>
11976
11977         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
11978         needs wrapper.
11979
11980 2006-08-28  Eric Blake  <ebb9@byu.net>
11981
11982         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
11983
11984 2006-08-28  Eric Blake  <ebb9@byu.net>
11985
11986         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
11987
11988 2006-08-28  Bruno Haible  <bruno@clisp.org>
11989
11990         * modules/c-strstr: New file, from GNU gettext.
11991         * MODULES.html.sh (String handling): Add c-strstr.
11992
11993 2006-08-28  Bruno Haible  <bruno@clisp.org>
11994
11995         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
11996         macros.
11997         Reported by Eric Blake.
11998
11999 2006-08-28  Bruno Haible  <bruno@clisp.org>
12000
12001         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
12002         (VASNPRINTF): Return a string of length > INT_MAX without failing.
12003         * lib/vasprintf.c: Include errno.h, limits.h.
12004         (EOVERFLOW): New fallback definition.
12005         (vasprintf): Test here whether the string length is > INT_MAX.
12006         * lib/vsnprintf.c: Include errno.h, limits.h.
12007         (EOVERFLOW): New fallback definition.
12008         (vsnprintf): Fix bug when generated string was too long for the buffer.
12009         Test here whether the string length is > INT_MAX.
12010
12011 2006-08-28  Bruno Haible  <bruno@clisp.org>
12012
12013         * lib/inttypes_.h (SCNX*): Remove definitions.
12014         Reported by Eric Blake.
12015
12016 2006-08-28  Bruno Haible  <bruno@clisp.org>
12017
12018         * lib/c-strstr.h: New file, from GNU gettext.
12019         * lib/c-strstr.c: New file, from GNU gettext.
12020
12021 2006-08-28  Bruno Haible  <bruno@clisp.org>
12022
12023         * gnulib-tool: Reorder some statements.
12024
12025 2006-08-28  Bruno Haible  <bruno@clisp.org>
12026
12027         * gnulib-tool: New option --makefile-name.
12028         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
12029         $makefile_name.
12030         (func_import): Write $makefile_name to the cache file, and read it from
12031         there unless explicitly specified. Use $makefile_name as file name
12032         instead of Makefile.am. Adjust the recommendations accordingly.
12033
12034 2006-08-28  Bruno Haible  <bruno@clisp.org>
12035
12036         * gnulib-tool (func_verify_module): Check against misapplying patch.
12037
12038 2006-08-28  Bruno Haible  <bruno@clisp.org>
12039
12040         * gnulib-tool (func_relativize, func_relconcat): New functions.
12041         Give an error if --local-dir is given with --update.
12042         Remove trailing slashes from $local_gnulib_dir.
12043         (func_import): Store the relativized $local_gnulib_dir in
12044         gnulib-cache.m4, and read it from there if not specified explicitly.
12045
12046 2006-08-28  Bruno Haible  <bruno@clisp.org>
12047
12048         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
12049         is the current directory. Respect also $local_gnulib_dir.
12050
12051 2006-08-28  Bruno Haible  <bruno@clisp.org>
12052             Simon Josefsson  <jas@extundo.com>
12053
12054         BeOS portability.
12055         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
12056
12057 2006-08-27  Jim Meyering  <jim@meyering.net>
12058
12059         * doc/visibility.texi: Remove duplicate word: "pointer".
12060
12061 2006-08-26  Bruno Haible  <bruno@clisp.org>
12062
12063         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
12064         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
12065         (Makefile.am): Create inttypes.h from inttypes_.h.
12066         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
12067
12068         * modules/imaxabs: New file.
12069
12070         * modules/imaxdiv: New file.
12071
12072 2006-08-26  Bruno Haible  <bruno@clisp.org>
12073
12074         * m4/inttypes.m4: New file.
12075         * m4/_inttypes_h.m4: Remove file.
12076         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
12077         PRI_MACROS_BROKEN.
12078         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
12079
12080         * m4/imaxabs.m4: New file.
12081
12082         * m4/imaxdiv.m4: New file.
12083
12084 2006-08-26  Bruno Haible  <bruno@clisp.org>
12085
12086         * lib/inttypes_.h: New file.
12087         * lib/inttypes.h: Remove file.
12088         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
12089
12090         * lib/imaxabs.c: New file.
12091
12092         * lib/imaxdiv.c: New file.
12093
12094 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12095
12096         New config-h module, so that "make" output needn't be cluttered
12097         by -DHAVE_CONFIG_H.
12098         * MODULES.html.sh (Support for building libraries and executables):
12099         Add config-h.
12100         * modules/config-h: New file.
12101         * gnulib-tool (nl, sed_transform_lib_file): New vars.
12102         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
12103         the config-h module is used.
12104
12105         New configmake module, so that "make" output needn't be cluttered
12106         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
12107         * MODULES.html.sh (Support for building libraries and executables):
12108         Add configmake.
12109         * modules/configmake: New file.
12110
12111 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12112
12113         * m4/config-h.m4: New file.
12114
12115 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12116
12117         * config/srclist.txt: Add elisp-comp.
12118
12119 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12120
12121         * MODULES.html.sh (Support for building libraries and executables):
12122         Add elisp-comp.
12123         * build-aux/elisp-comp: New file.
12124         * modules/elisp-comp: New file.
12125
12126 2006-08-24  Bruno Haible  <bruno@clisp.org>
12127
12128         * gnulib-tool (func_create_testdir): Use non-default values of
12129         sourcebase and m4base.
12130
12131 2006-08-24  Bruno Haible  <bruno@clisp.org>
12132
12133         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
12134         HTML structure.
12135
12136 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12137
12138         * modules/openat (Depends-on): Add lchown.
12139
12140 2006-08-23  Bruno Haible  <bruno@clisp.org>
12141
12142         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
12143         of gl_LOCK_EARLY instead of gl_LOCK.
12144
12145 2006-08-23  Bruno Haible  <bruno@clisp.org>
12146
12147         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
12148         on OSF/1 to no.
12149         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
12150
12151 2006-08-23  Bruno Haible  <bruno@clisp.org>
12152
12153         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
12154         as unusable.
12155
12156         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
12157         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
12158         (gl_LOCK): New macro.
12159
12160 2006-08-22  Simon Josefsson  <jas@extundo.com>
12161
12162         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
12163         to md5 module.
12164
12165 2006-08-22  Simon Josefsson  <jas@extundo.com>
12166
12167         * MODULES.html.sh: Add "Support for maintaining and release
12168         projects".
12169
12170         * build-aux/gnupload: New file, from coreutils.
12171
12172 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12173
12174         Avoid the need for AC_LIBSOURCES in m4 macros.
12175         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
12176         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
12177         * modules/check-version (EXTRA_DIST): Add check-version.h.
12178         * modules/crc (EXTRA_DIST): Add crc.h.
12179         * modules/des (EXTRA_DIST): Add des.h.
12180         * modules/gc (EXTRA_DIST): Add gc.h.
12181         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
12182         * modules/getline (EXTRA_DIST): Add getline.h.
12183         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
12184         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
12185         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
12186         * modules/md2 (EXTRA_DIST): Add md2.h.
12187         * modules/md4 (EXTRA_DIST): Add md4.h.
12188         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
12189         * modules/read-file (EXTRA_DIST): Add read-file.h.
12190         * modules/readline (EXTRA_DIST): Add readline.h.
12191         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
12192         rijndael-api-fst.h.
12193
12194 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12195
12196         * m4/rijndael.m4 (gl_ARCFOUR):
12197         * m4/arctwo.m4 (gl_ARCTWO):
12198         * m4/check-version.m4 (gl_CHECK_VERSION):
12199         * m4/crc.m4 (gl_CRC):
12200         * m4/des.m4 (gl_DES):
12201         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
12202         * m4/gc.m4 (gl_GC):
12203         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
12204         * m4/getline.m4 (gl_FUNC_GETLINE):
12205         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
12206         * m4/hmac-md5.m4 (gl_HMAC_MD5):
12207         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
12208         * m4/md2.m4 (gl_MD2):
12209         * m4/md4.m4 (gl_MD4):
12210         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
12211         * m4/read-file.m4 (gl_FUNC_READ_FILE):
12212         * m4/readline.m4 (gl_FUNC_READLINE):
12213         * m4/rijndael.m4 (gl_RIJNDAEL):
12214         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
12215         to get the necessary .h files and whatnot.
12216
12217 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12218
12219         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
12220         gnulib rather than the other way around.
12221         * config/srclistvars.sh (COREUTILS): Remove.
12222
12223 2006-08-22  Jim Meyering  <jim@meyering.net>
12224
12225         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
12226
12227         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
12228
12229 2006-08-22  Eric Blake  <ebb9@byu.net>
12230
12231         * modules/regexprops-generic: New file.
12232         * MODULES.html.sh (Support for building documentation): List it.
12233
12234 2006-08-22  Eric Blake  <ebb9@byu.net>
12235
12236         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
12237         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
12238         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
12239         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
12240
12241 2006-08-22  Bruno Haible  <bruno@clisp.org>
12242
12243         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
12244         and lib_LTLIBRARIES like the other lib_* variables.
12245
12246 2006-08-22  Bruno Haible  <bruno@clisp.org>
12247
12248         * build-aux/x-to-1.in: New file, from GNU gettext.
12249
12250 2006-08-22  Bruno Haible  <bruno@clisp.org>
12251
12252         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
12253         <utmpx.h> exists.
12254
12255 2006-08-22  Bruno Haible  <bruno@clisp.org>
12256
12257         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
12258         <utmpx.h> exists.
12259
12260 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12261
12262         BeOS portability.
12263         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
12264         exist.
12265         Problem reported by Bruno Haible.
12266
12267 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12268
12269         Avoid the need for AC_LIBSOURCES in m4 macros.
12270         * modules/acl (EXTRA_DIST): Add acl.h.
12271         * modules/argmatch (Files): Add m4/argmatch.m4.
12272         (configure.ac): Add gl_ARGMATCH.
12273         (EXTRA_DIST): Renamed from lib_SOURCES, for
12274         consistency with the other modules.  Remove argmatch.c.
12275         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
12276         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
12277         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
12278         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
12279         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
12280         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
12281         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
12282         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
12283         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
12284         * modules/closeout (EXTRA_DIST): Add closeout.h.
12285         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
12286         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
12287         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
12288         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
12289         dirname.h; remove basename.c and stripslash.c.
12290         * modules/exclude (EXTRA_DIST): Add exclude.h.
12291         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
12292         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
12293         * modules/file-type (EXTRA_DIST): Add file-type.h.
12294         * modules/filemode (EXTRA_DIST): Add filemode.h.
12295         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
12296         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
12297         * modules/fpending (EXTRA_DIST): Add __fpending.h.
12298         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
12299         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
12300         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
12301         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
12302         * modules/getdate (EXTRA_DIST): Add getdate.c.
12303         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
12304         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
12305         * modules/getpass (EXTRA_DIST): Add getpass.h.
12306         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
12307         * modules/group-member (EXTRA_DIST): Add group-member.h.
12308         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
12309         * modules/hash (EXTRA_DIST): Add hash.h.
12310         * modules/human (EXTRA_DIST): Add human.h.
12311         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
12312         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
12313         * modules/lchown (EXTRA_DIST): Add lchown.h.
12314         * modules/long-options (EXTRA_DIST): Add long-options.h.
12315         * modules/lstat (EXTRA_DIST): Add lstat.h.
12316         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
12317         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
12318         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
12319         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
12320         * modules/memxor (EXTRA_DIST): Add memxor.h.
12321         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
12322         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
12323         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
12324         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
12325         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
12326         * modules/physmem (EXTRA_DIST): Add physmem.h.
12327         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
12328         * modules/posixver (EXTRA_DIST): Add posixver.h.
12329         * modules/quote (EXTRA_DIST): Add quote.h.
12330         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
12331         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
12332         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
12333         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
12334         regex_internal.h regexec.c.
12335         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
12336         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
12337         * modules/same (EXTRA_DIST): Add same.h.
12338         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
12339         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
12340         * modules/savedir (EXTRA_DIST): Add savedir.h.
12341         * modules/sha1 (EXTRA_DIST): Add sha1.h.
12342         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
12343         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
12344         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
12345         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
12346         * modules/strdup (EXTRA_DIST): Add strdup.h.
12347         * modules/strftime (EXTRA_DIST): Add strftime.h.
12348         * modules/strndup (EXTRA_DIST): Add strndup.h.
12349         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
12350         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
12351         * modules/time_r (EXTRA_DIST): Add time_r.h.
12352         * modules/timespec (EXTRA_DIST): Add timespec.h.
12353         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
12354         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
12355         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
12356         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
12357         * modules/userspec (EXTRA_DIST): Add userspec.h.
12358         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
12359         * modules/utimens (EXTRA_DIST): Add utimens.h.
12360         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
12361         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
12362         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
12363         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
12364         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
12365         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
12366         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
12367         * modules/yesno (EXTRA_DIST): Add yesno.h.
12368
12369 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12370
12371         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
12372
12373         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
12374         * m4/dev-ino.m4, same-inode.m4: Remove.
12375
12376         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
12377         * m4/acl.m4 (AC_FUNC_ACL):
12378         * m4/backupfile.m4 (gl_BACKUPFILE):
12379         * m4/c-strtod.m4 (gl_C99_STRTOLD):
12380         * m4/canon-host.m4 (gl_CANON_HOST):
12381         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
12382         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
12383         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
12384         * m4/cloexec.m4 (gl_CLOEXEC):
12385         * m4/close-stream.m4 (gl_CLOSE_STREAM):
12386         * m4/closeout.m4 (gl_CLOSEOUT):
12387         * m4/dirfd.m4 (gl_FUNC_DIRFD):
12388         * m4/dirname.m4 (gl_DIRNAME):
12389         * m4/exclude.m4 (gl_EXCLUDE):
12390         * m4/exitfail.m4 (gl_EXITFAIL):
12391         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
12392         * m4/file-type.m4 (gl_FILE_TYPE):
12393         * m4/filemode.m4 (gl_FILEMODE):
12394         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
12395         * m4/fpending.m4 (gl_FUNC_FPENDING):
12396         * m4/fprintftime.m4 (gl_FPRINTFTIME):
12397         * m4/fts.m4 (gl_FUNC_FTS):
12398         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
12399         * m4/getdate.m4 (gl_GETDATE):
12400         * m4/gethrxtime.m4 (gl_GETHRXTIME):
12401         * m4/getpagesize.m4 (gl_GETPAGESIZE):
12402         * m4/getpass.m4 (gl_FUNC_GETPASS):
12403         * m4/gettime.m4 (gl_GETTIME):
12404         * m4/getugroups.m4 (gl_GETUGROUPS):
12405         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
12406         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
12407         * m4/hard-locale.m4 (gl_HARD_LOCALE):
12408         * m4/hash.m4 (gl_HASH):
12409         * m4/idcache.m4 (gl_IDCACHE):
12410         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
12411         * m4/lchown.m4 (gl_FUNC_LCHOWN):
12412         * m4/long-options.m4 (gl_LONG_OPTIONS):
12413         * m4/lstat.m4 (gl_FUNC_LSTAT):
12414         * m4/md5.m4 (gl_MD5):
12415         * m4/memcasecmp.m4 (gl_MEMCASECMP):
12416         * m4/memcoll.m4 (gl_MEMCOLL):
12417         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
12418         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
12419         * m4/memxor.m4 (gl_MEMXOR):
12420         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
12421         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
12422         * m4/modechange.m4 (gl_MODECHANGE):
12423         * m4/mountlist.m4 (gl_MOUNTLIST):
12424         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
12425         * m4/openat.m4 (gl_FUNC_OPENAT):
12426         * m4/pathmax.m4 (gl_PATHMAX):
12427         * m4/physmem.m4 (gl_PHYSMEM):
12428         * m4/posixtm.m4 (gl_POSIXTM):
12429         * m4/posixver.m4 (gl_POSIXVER):
12430         * m4/quote.m4 (gl_QUOTE):
12431         * m4/quotearg.m4 (gl_QUOTEARG):
12432         * m4/readtokens.m4 (gl_READTOKENS):
12433         * m4/readutmp.m4 (gl_READUTMP):
12434         * m4/regex.m4 (gl_REGEX):
12435         * m4/safe-read.m4 (gl_SAFE_READ):
12436         * m4/safe-write.m4 (gl_SAFE_WRITE):
12437         * m4/same.m4 (gl_SAME):
12438         * m4/save-cwd.m4 (gl_SAVE_CWD):
12439         * m4/savedir.m4 (gl_SAVEDIR):
12440         * m4/settime.m4 (gl_SETTIME):
12441         * m4/sha1.m4 (gl_SHA1):
12442         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
12443         * m4/stat-macros.m4 (gl_STAT_MACROS):
12444         * m4/stat-time.m4 (gl_STAT_TIME):
12445         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
12446         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
12447         * m4/strdup.m4 (gl_FUNC_STRDUP):
12448         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
12449         * m4/strndup.m4 (gl_FUNC_STRNDUP):
12450         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
12451         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
12452         * m4/time_r.m4 (gl_TIME_R):
12453         * m4/timespec.m4 (gl_TIMESPEC):
12454         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
12455         * m4/unlinkdir.m4 (gl_UNLINKDIR):
12456         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
12457         * m4/userspec.m4 (gl_USERSPEC):
12458         * m4/utimecmp.m4 (gl_UTIMECMP):
12459         * m4/utimens.m4 (gl_UTIMENS):
12460         * m4/xalloc.m4 (gl_XALLOC):
12461         * m4/xgetcwd.m4 (gl_XGETCWD):
12462         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
12463         * m4/xreadlink.m4 (gl_XREADLINK):
12464         * m4/xstrtod.m4 (gl_XSTRTOD):
12465         * m4/yesno.m4 (gl_YESNO):
12466         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
12467         to get the necessary .h files and whatnot.
12468
12469 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
12470             Bruno Haible  <bruno@clisp.org>
12471
12472         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
12473         /bin/sh understanding of '!' conditional negation.
12474
12475 2006-08-21  Jim Meyering  <jim@meyering.net>
12476
12477         * modules/openat (Depends-on): Really alphabetize.
12478
12479         * modules/acl (Depends-on): Add error and quote.
12480
12481         * check-module (find_included_lib_files): Add at-func.c to the
12482         ok-to-include-more-than-once white list.
12483
12484         * modules/openat (Depends-on): Add lstat.  Alphabetize.
12485
12486 2006-08-21  Bruno Haible  <bruno@clisp.org>
12487
12488         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12489         Emit a pkgdata_DATA variable only if some snippets add contents to it.
12490         Reported by Martin Lambers <marlam@marlam.de>.
12491
12492 2006-08-21  Bruno Haible  <bruno@clisp.org>
12493
12494         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
12495         specify an installation location, don't emit a noinst_LIBRARIES or
12496         noinst_LTLIBRARIES assignment.
12497
12498 2006-08-21  Bruno Haible  <bruno@clisp.org>
12499
12500         BeOS portability.
12501         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
12502         BeOS has mbrtowc() but no <wctype.h>.
12503
12504 2006-08-21  Bruno Haible  <bruno@clisp.org>
12505
12506         BeOS portability.
12507         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
12508         exist.
12509
12510 2006-08-21  Bruno Haible  <bruno@clisp.org>
12511
12512         BeOS portability.
12513         * lib/mbchar.h: Include <wctype.h> only if it exists.
12514
12515 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12516
12517         Remove files that are no longer needed by their respective modules.
12518         * m4/obstack.m4: Remove.
12519         * m4/strerror_r.m4: Remove.
12520         * m4/uint32_t.m4: Remove.
12521         * m4/uintptr_t.m4: Remove.
12522         * m4/ullong_max.m4: Remove.
12523         * m4/xstrtoimax.m4: Remove.
12524         * m4/xstrtoumax.m4: Remove.
12525
12526         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
12527         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
12528         dependencies now capture this.
12529
12530         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
12531         Do not use AC_LIBSOURCES, since gnulib modules now do this.
12532         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
12533         * m4/human.m4 (gl_HUMAN): Likewise.
12534         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
12535         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
12536
12537         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
12538
12539         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
12540         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
12541         stdint.
12542         * m4/human.m4 (gl_HUMAN): Likewise.
12543         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
12544         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
12545         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
12546         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
12547         * m4/xstrtol (gl_XSTRTOL): Likewise.
12548
12549         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
12550         AC_TYPE_LONG_LONG_INT.
12551         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
12552         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
12553         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
12554         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
12555
12556         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
12557         on stdbool.
12558
12559         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
12560         (gl_PREREQ_XSTRTOUL): Remove.
12561
12562         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
12563
12564         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
12565         mode.
12566
12567 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12568
12569         Add and change modules to make it easier for coreutils to use
12570         gnulib-tool.
12571         * modules/backupfile (Files): Remove m4/d-ino.m4.
12572         (Depends-on): Add d-ino.
12573         * modules/cycle-check (Depends-on): Add stdint.
12574         (lib_SOURCES): Add cycle-check.h.
12575         * modules/d-ino: New module.
12576         * modules/d-type: New module.
12577         * modules/error (Files): Remove m4/strerror_r.m4.
12578         * modules/filemode (Files): Add m4/st_dm_mode.m4.
12579         * modules/fsuage (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 fsusage.h.
12583         * modules/getcwd (Files): Remove d-ino.m4.
12584         (Depends-on): Add d-ino.
12585         * modules/getndelim2 (Depends-on): Add stdint.
12586         * modules/glob (Files): Remove m4/d-type.m4.
12587         (Depends-on): Add d-type.
12588         * modules/host-os: New module.
12589         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
12590         m4/inttypes_h.m4, m4/uintmax_t.m4.
12591         * Depends-on: Add stdint.
12592         (lib_SOURCES): Add human.h.
12593         * modules/inttostr (Files): Remove m4/intmax_t.m4,
12594         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
12595         m4/uintmax_t.m4, m4/ulonglong.m4.
12596         (Depends-on): Add stdint.
12597         (EXTRA_DIST): Add inttostr.h.
12598         * modules/lchmod: New module.
12599         * modules/link-follow: New module.
12600         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
12601         (Depends-on): Add lchmod.
12602         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
12603         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
12604         (Depends-on): Add stdint.
12605         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
12606         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
12607         (Depends-on): Add stdint.
12608         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
12609         * modules/perl: New module.
12610         * modules/regex (Depends-on): Add stdint.
12611         * modules/rmdir-errno: New module.
12612         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
12613         m4/intmax_t.m4.
12614         (Depends-on): Add stdint.
12615         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
12616         m4/uintmax_t.m4.
12617         (Depends-on): Add stdint.
12618         * modules/unlink-busy: New module.
12619         * modules/utimecmp (Depends-on): Add stdint.
12620         * modules/uptime: New module.
12621         * modules/winsz-ioctl: New module.
12622         * modules/winsz-termios: New module.
12623         * modules/xnanosleep (Depends-on): Add nanosleep.
12624         * modules/ullong_max: Remove.
12625         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
12626         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
12627         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
12628         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
12629         (Depends-on): Add inttypes.
12630         (lib_SOURCES): Add xstrtol.h.
12631         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
12632         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
12633         * MODULES.html.sh: Move 'assert' into the assert section.
12634         Move 'dummy' into the linking section.
12635         Remove ullong_max.
12636         Add section for compatibility checks for POSIX:2001 functions,
12637         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
12638         winsz-ioctl, and winsz-termios into it.
12639         Add lchmod.
12640         Add top-level Misc section and put host-os, perl, and uptime
12641         into it.
12642
12643 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12644
12645         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
12646         now assume the stdint module.  Do not include inttypes.h.
12647         * lib/fsusage.h: Likewise.
12648         * lib/getndelim2.c: Likewise.
12649         * lib/human.h: Likewise.
12650         * lib/inttostr.h: Likewise.
12651         * lib/obstack.c: Likewise.
12652         * lib/regex_internal.h: Likewise.
12653         * lib/tempname.c: Likewise.
12654         * lib/utimecmp.c: Likewise.
12655         * lib/xstrtol.h: Likewise.
12656
12657         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
12658
12659         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
12660         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
12661         * lib/xtime.h: Likewise.
12662
12663 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12664
12665         * modules/openat (Files): Add lib/fchmodat.c.
12666         Fixes problem reported by Jay Youngman.
12667
12668 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12669
12670         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
12671         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
12672
12673 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
12674             Bruno Haible  <bruno@clisp.org>
12675
12676         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
12677         and is a script that invokes bison. Tighten the code. Add comments.
12678
12679 2006-08-18  Jim Meyering  <jim@meyering.net>
12680
12681         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
12682         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
12683         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
12684         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
12685
12686 2006-08-18  Bruno Haible  <bruno@clisp.org>
12687
12688         * modules/bison-i18n: New file.
12689         * MODULES.html.sh (Internationalization functions): Add it.
12690
12691 2006-08-18  Bruno Haible  <bruno@clisp.org>
12692
12693         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
12694         sys/statvfs.h. When getmntinfo was found, check its declaration and
12695         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
12696
12697 2006-08-18  Bruno Haible  <bruno@clisp.org>
12698
12699         * m4/bison-i18n.m4: New file, from bison.
12700
12701 2006-08-18  Bruno Haible  <bruno@clisp.org>
12702
12703         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
12704         (ME_DUMMY): Treat "kernfs" as a dummy.
12705         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
12706
12707 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12708
12709         Update from coreutils.
12710
12711         2006-08-15  Jim Meyering  <jim@meyering.net>
12712
12713         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
12714
12715         2006-01-17  Jim Meyering  <jim@meyering.net>
12716
12717         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
12718
12719         2006-01-11  Jim Meyering  <jim@meyering.net>
12720
12721         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
12722         Check for the lchmod function.
12723
12724 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12725
12726         Update from coreutils.
12727
12728         * lib/__fpending.h: Add copyright notice.
12729         * lib/fprintftime.h: Likewise.
12730         * lib/savedir.c: Use (C) in copyright notice.
12731         * lib/savedir.h: Likewise.
12732
12733         2006-08-15  Jim Meyering  <jim@meyering.net>
12734
12735         * lib/at-func.c: New file, with the logic of all emulated at-functions.
12736         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
12737         in support of the EXPECTED_ERRNO macro.
12738         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
12739         definitions.  Instead, define the appropriate symbols and include
12740         "at-func.c".
12741         * lib/mkdirat.c (mkdirat): Likewise.
12742         * lib/fchmodat.c (fchmodat): Likewise.
12743         (ENOSYS): Remove definition.
12744         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
12745         it.  Don't include "unistd--.h" -- it wasn't ever used.
12746
12747         2006-01-17  Jim Meyering  <jim@meyering.net>
12748
12749         Rewrite fts.c not to change the current working directory,
12750         by using openat, fstatat, fdopendir, etc..
12751
12752         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
12753         (HAVE_OPENAT_SUPPORT): Define.
12754         [_LIBC] (fchdir): Don't undef or define; no longer used.
12755         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
12756         Now, this `function' always succeeds, and consumes its file descriptor
12757         parameter -- so callers must not close such FDs.  Update callers.
12758         (diropen_fd, opendirat, cwd_advance_fd): New functions.
12759         (diropen): Add parameter, SP.  Adjust all callers.
12760         Implement using diropen_fd, rather than open.
12761         (fts_open): Initialize new member, fts_cwd_fd.
12762         Remove fts_rft-setting code.
12763         (fts_close): Close fts_cwd_fd, if necessary.
12764         (__opendir2): Define in terms of opendir or opendirat,
12765         depending on whether the FST_NOCHDIR flag is set.
12766         (fts_build): Since fts_safe_changedir consumes its FD, and since
12767         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
12768         and close the dup'd file descriptor upon failure.
12769         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
12770         (fts_safe_changedir): Tweak semantics to reflect that this function
12771         now calls cwd_advance_fd and hence consumes its FD argument.
12772         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
12773         [struct FTS] (fts_rft): Remove now-unused member.
12774         [struct FTS] (fts_cycle.state): Improve comment.
12775
12776         * lib/openat.c (openat_needs_fchdir): New function.
12777         * lib/openat.h (openat_needs_fchdir): Declare it.
12778
12779 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12780
12781         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
12782         Problem and fix reported by Pádraig Brady in
12783         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
12784
12785 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12786
12787         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
12788
12789 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12790
12791         * lib/memcoll.c (memcoll): Optimize for the common case where the
12792         arguments are bytewise equal.
12793
12794 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12795
12796         * doc/regexprops-generic.texi: Add a copyright notice.
12797
12798 2006-08-15  Bruno Haible  <bruno@clisp.org>
12799
12800         * modules/tmpdir (License): Change to LGPL.
12801
12802 2006-08-15  Bruno Haible  <bruno@clisp.org>
12803
12804         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
12805         module.
12806
12807 2006-08-14  Simon Josefsson  <jas@extundo.com>
12808
12809         * config/srclist.txt: Add gnupload.
12810
12811 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12812
12813         Change copyright notice from LGPL 2 to GPL 2, since that's the
12814         standard form used in the gnulib repository.
12815         * tests/test-lock.c: Likewise.
12816         * tests/test-stdint.c: Likewise.
12817         * tests/test-tls.c: Likewise.
12818
12819         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
12820         prelude-manager.  User shorter URLs for GNU projects, without '?'.
12821         Add copyright notice.
12822
12823         * check-module: Add copyright notice.  Output a copyright
12824         notice if "--version" is specified.
12825         * modules/COPYING: New file.
12826         * tests/test-getaddrinfo.c: Add copyright notice.
12827         * tests/test-verify.c: Likewise.
12828
12829 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12830
12831         Change copyright notice from LGPL 2 to GPL 2, since that's the
12832         standard form used in the gnulib repository.
12833         * lib/lock.c: LGPL -> GPL.
12834         * lib/lock.h: Likewise.
12835         * lib/strnlen1.c: Likewise.
12836         * lib/strnlen1.h: Likewise.
12837         * lib/tls.c: Likewise.
12838         * lib/tls.h: Likewise.
12839         * lib/tmpdir.c: Likewise.
12840
12841         * lib/TODO: Remove; this belongs only in coreutils.
12842
12843 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12844
12845         Add copyright notices to long-enough files that lack them, since
12846         otherwise the files aren't clearly free.  Use the same notice that
12847         getdate.texi already uses.
12848         * doc/alloca-opt.texi: Add copyright notice.
12849         * doc/alloca.texi: Likewise.
12850         * doc/ctime.texi: Likewise.
12851         * doc/functions.texi: Likewise.
12852         * doc/gcd.texi: Likewise.
12853         * doc/gnulib-tool.texi: Likewise.
12854         * doc/inet_ntoa.texi: Likewise.
12855         * doc/visibility.texi: Likewise.
12856
12857         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
12858         * doc/quote.texi: Add copyright notice.
12859
12860         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
12861         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
12862         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
12863         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
12864         is now obsolete, and give a pointer to the Sun list.
12865         Add copyright notice.
12866
12867 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12868
12869         * config/srclistvars.sh: Add copyright notice.
12870
12871 2006-08-14  Eric Blake  <ebb9@byu.net>
12872
12873         Import the following change from libc:
12874
12875         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
12876
12877         Upstream bug 2997.
12878         * lib/misc/error.c: Add space between program name and message if file
12879         name is missing.
12880
12881 2006-08-12  Karl Berry  <karl@gnu.org>
12882
12883         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
12884         remove, these originate in gnulib now.
12885
12886 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12887
12888         * doc/Makefile (standards.info standards.html standards.dvi):
12889         Also depend on make-stds.texi.
12890
12891 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12892
12893         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
12894         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
12895
12896         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
12897         in wchar_t.  Problem reported by Eric Blake.
12898
12899         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
12900         LEN is smaller than SIZE.  Suggested by Bruno Haible.
12901         Also, help the compiler to keep LEN in a register.
12902
12903 2006-08-11  Eric Blake  <ebb9@byu.net>
12904
12905         * users.txt: Sort.  Add tar.
12906
12907 2006-08-11  Bruno Haible  <bruno@clisp.org>
12908
12909         * users.txt: New file.
12910
12911 2006-08-11  Bruno Haible  <bruno@clisp.org>
12912
12913         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
12914         before <wchar.h>. Needed for OSF/1 and BSD/OS.
12915
12916 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12917
12918         * modules/snprintf (Depends-on): Remove minmax.
12919         (Maintainer): Add self and Bruno.
12920
12921 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12922
12923         * lib/.cppi-disable: Add snprintf.h, socket_.h.
12924         * lib/snprintf.c: Include <errno.h> and <limits.h>.
12925         (EOVERFLOW): Define if the system does not.
12926         Do not include "minmax.h"; it wasn't used.
12927         (snprintf): Don't assume size_t promotes to an unsigned type.
12928         Fix bug when generated string was too long for the buffer: the
12929         buffer's contents are supposed to be the initial prefix of the
12930         output.  Don't assume vasnprintf returns EOVERFLOW if the size
12931         exceeds INT_MAX; do the check ourselves.
12932
12933         Import the following changes from libc:
12934
12935         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
12936
12937         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
12938         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
12939         set wc to the byte which couldn't be converted.
12940         (re_string_reconstruct): Don't clear valid_raw_len before calling
12941         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
12942         tip_context using re_string_context_at.
12943
12944         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
12945
12946         * lib/posix/regex.h: g++ still cannot handled [restrict].
12947
12948         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
12949
12950         * lib/posix/regex.h: Remove special handling for VMS.
12951
12952 2006-08-10  Jim Meyering  <jim@meyering.net>
12953
12954         * modules/same-inode: New module.
12955         * modules/dev-ino: New module.
12956         * modules/cycle-check: Depend on these modules, rather than simply
12957         including their .h files.
12958         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
12959         required via m4/cycle-check.m4.
12960         * modules/same: Depend on new same-inode module, rather than
12961         including same-inode.h.
12962         * modules/chdir-safer: New file.
12963
12964         * modules/chown (Depends-on): Add stat-macros.
12965
12966 2006-08-10  Jim Meyering  <jim@meyering.net>
12967
12968         * m4/cycle-check.m4: New file.
12969         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
12970         * m4/dev-ino.m4, m4/same-inode.m4: New files.
12971
12972 2006-08-10  Eric Blake  <ebb9@byu.net>
12973
12974         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
12975         in from original proposal.
12976
12977 2006-08-10  Eric Blake  <ebb9@byu.net>
12978         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12979
12980         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
12981         namespace.
12982
12983 2006-08-10  Bruno Haible  <bruno@clisp.org>
12984
12985         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
12986         as well.
12987
12988 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12989
12990         Sync from coreutils.
12991
12992         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
12993
12994         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
12995         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
12996
12997 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12998
12999         * modules/restrict: Remove; no longer needed now that we assume
13000         Autoconf 2.59 or later.
13001         * MODULES.html.sh: Remove 'restrict'.
13002         * modules/argp (Depends-on): Remove 'restrict'.
13003         * modules/base64 (Depends-on): Likewise.
13004         * modules/gc (Depends-on): Likewise.
13005         * modules/getaddrinfo (Depends-on): Likewise.
13006         * modules/glob (Depends-on): Likewise.
13007         * modules/inet_ntop (Depends-on): Likewise.
13008         * modules/inet_pton (Depends-on): Likewise.
13009         * modules/memxor (Depends-on): Likewise.
13010         * modules/regex (Depends-on): Likewise.
13011         * modules/strtok_r (Depends-on): Likewise.
13012         * modules/time_r (Depends-on): Likewise.
13013
13014 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13015
13016         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
13017         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
13018         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13019         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
13020         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
13021         * m4/memxor.m4 (gl_MEMXOR): Likewise.
13022         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
13023         gl_C_RESTRICT replaced by AC_C_RESTRICT.
13024
13025         Merge from coreutils.
13026         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
13027         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
13028         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
13029         * m4/time_r.m4 (gl_TIME_R): Likewise.
13030
13031 2006-08-09  Karl Berry  <karl@gnu.org>
13032
13033         * config/srclist.txt: no more gettext-tools, per Bruno.
13034
13035 2006-08-08  Eric Blake  <ebb9@byu.net>
13036
13037         * modules/verror: New module.
13038         * MODULES.html.sh: Document it.
13039
13040 2006-08-08  Eric Blake  <ebb9@byu.net>
13041
13042         * lib/verror.h, lib/verror.c: New files.
13043
13044 2006-08-08  Eric Blake  <ebb9@byu.net>
13045
13046         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
13047         verror_at_line output complies with GNU Coding Standards even when
13048         file is NULL.
13049
13050 2006-08-07  Bruno Haible  <bruno@clisp.org>
13051
13052         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
13053         versions of AIX.
13054         Reported by Ralf Wildenhues.
13055
13056 2006-08-07  Bruno Haible  <bruno@clisp.org>
13057
13058         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
13059         in an AC_DEFUN. Needed so that the autoconf snippets can use
13060         AC_REQUIRE.
13061
13062 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13063
13064         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13065         Initialize pkgdata_DATA.
13066         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
13067         overriding it.
13068
13069 2006-08-06  Eric Blake  <ebb9@byu.net>
13070
13071         * lib/error.h: Fold in some upstream changes from glibc.
13072         * lib/error.c: Likewise.
13073
13074 2006-08-04  Bruno Haible  <bruno@clisp.org>
13075
13076         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13077         Make the mostlyclean-local rule depend on mostlyclean-generic.
13078         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
13079
13080 2006-07-31  Bruno Haible  <bruno@clisp.org>
13081
13082         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
13083         <stdlib.h>, <string.h>.
13084
13085 2006-07-30  Bruno Haible  <bruno@clisp.org>
13086
13087         * modules/readlink (License): Change to LGPL.
13088
13089 2006-07-30  Bruno Haible  <bruno@clisp.org>
13090
13091         * modules/javaversion (Makefile.am): Distribute javaversion.java and
13092         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
13093         set PKGDATADIR to point to it.
13094
13095 2006-07-30  Bruno Haible  <bruno@clisp.org>
13096
13097         * modules/csharpexec (configure.ac): Comment out macro invocation.
13098         * modules/javaexec (configure.ac): Likewise.
13099         * modules/javacomp-script (configure.ac): Likewise.
13100
13101         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
13102
13103 2006-07-30  Bruno Haible  <bruno@clisp.org>
13104
13105         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
13106         linked-list.
13107
13108 2006-07-30  Bruno Haible  <bruno@clisp.org>
13109
13110         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
13111
13112 2006-07-30  Bruno Haible  <bruno@clisp.org>
13113
13114         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13115         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
13116         get removed.
13117
13118 2006-07-29  Bruno Haible  <bruno@clisp.org>
13119
13120         Make it possible for gnulib-tool to work with locally modified or
13121         augmented gnulib repositories.
13122         * gnulib-tool (func_usage): Document --local-dir option.
13123         (local_gnulib_dir): New variable.
13124         Handle --local-dir option.
13125         (func_lookup_file): New function.
13126         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
13127         (func_get_description, func_get_filelist, func_get_description,
13128         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
13129         func_get_automake_snippet, func_get_include_directive,
13130         func_get_license, func_get_maintainer): Use func_lookup_file.
13131         (func_import, func_create_testdir): Use func_lookup_file.
13132
13133 2006-07-29  Bruno Haible  <bruno@clisp.org>
13134
13135         * modules/setenv (Depends-on): Add unistd.
13136
13137 2006-07-29  Bruno Haible  <bruno@clisp.org>
13138
13139         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
13140
13141 2006-07-29  Bruno Haible  <bruno@clisp.org>
13142
13143         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
13144
13145 2006-07-29  Bruno Haible  <bruno@clisp.org>
13146
13147         * gnulib-tool (import, update): If there is no Makefile.am, look at
13148         aclocal.m4, instead of bailing out.
13149
13150 2006-07-29  Bruno Haible  <bruno@clisp.org>
13151
13152         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
13153         Categorize the options by when they are useful.
13154
13155 2006-07-29  Bruno Haible  <bruno@clisp.org>
13156
13157         * gnulib-tool (func_usage): Document option --no-libtool.
13158         Handle option --no-libtool.
13159         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
13160         for changed semantics of $libtool variable.
13161         (func_import): Likewise. If libtool is not used, show this through
13162         an option --no-libtool.
13163         (func_create_testdir): Update.
13164
13165 2006-07-29  Bruno Haible  <bruno@clisp.org>
13166
13167         * gnulib-tool (func_import): Extend error message about missing
13168         --doc-base.
13169
13170 2006-07-29  Bruno Haible  <bruno@clisp.org>
13171
13172         * gnulib-tool (func_import): Don't create the $docbase directory if
13173         there is no file to store there.
13174
13175 2006-07-29  Bruno Haible  <bruno@clisp.org>
13176
13177         * gnulib-tool (autoconf_minversion): If a --dir option is given and
13178         relevant, look for configure.ac there, not in the current directory.
13179         Also use a simple search for AC_PREREQ, not "autoconf --trace".
13180
13181 2006-07-29  Bruno Haible  <bruno@clisp.org>
13182
13183         * gnulib-tool (SORT): New variable.
13184         (func_usage): Undocument --assume-autoconf option.
13185         Remove --assume-autoconf option handling.
13186         (autoconf_minversion): Determine from the contents of configure.ac.
13187         (func_import): Remove autoconf_minversion handling.
13188         Suggested by Eric Blake.
13189
13190 2006-07-29  Bruno Haible  <bruno@clisp.org>
13191
13192         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
13193
13194 2006-07-29  Bruno Haible  <bruno@clisp.org>
13195
13196         * config/srclist.txt (*setenv.[ch]): Remove rules.
13197
13198 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13199
13200         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
13201
13202 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13203
13204         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
13205         arpa/inet.h.
13206
13207 2006-07-28  Simon Josefsson  <jas@extundo.com>
13208
13209         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
13210         * modules/inet_pton (Depends-on): Likewise.
13211
13212 2006-07-28  Simon Josefsson  <jas@extundo.com>
13213
13214         * m4/netinet_in_h.m4: New file.
13215
13216 2006-07-28  Simon Josefsson  <jas@extundo.com>
13217
13218         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
13219         #include's.
13220
13221 2006-07-28  Simon Josefsson  <jas@extundo.com>
13222
13223         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
13224         #include's.
13225
13226 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
13227
13228         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
13229         setgid on directories only if they set these bits.
13230         * lib/modechange.h: Remove obsolete comment about masks.
13231
13232 2006-07-28  Eric Blake  <ebb9@byu.net>
13233
13234         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
13235         macro expansion.
13236
13237 2006-07-28  Bruno Haible  <bruno@clisp.org>
13238
13239         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
13240
13241 2006-07-28  Bruno Haible  <bruno@clisp.org>
13242
13243         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
13244
13245 2006-07-28  Bruno Haible  <bruno@clisp.org>
13246
13247         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
13248         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
13249         Define fallbacks.
13250         Avoids link error on FreeBSD 4.x.
13251         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13252
13253         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
13254         encoding.
13255         * lib/mbswidth.c (iswcntrl): Likewise.
13256
13257 2006-07-27  Bruno Haible  <bruno@clisp.org>
13258
13259         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
13260         test.
13261
13262 2006-07-27  Bruno Haible  <bruno@clisp.org>
13263
13264         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
13265         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
13266         defined.
13267
13268 2006-07-26  Eric Blake  <ebb9@byu.net>
13269
13270         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
13271
13272 2006-07-26  Eric Blake  <ebb9@byu.net>
13273
13274         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
13275         like mingw that lack mkstemp.
13276         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
13277         avoid compilation warning on mingw.
13278
13279 2006-07-26  Bruno Haible  <bruno@clisp.org>
13280
13281         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
13282         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
13283         INT_FAST*_MIN, INTPTR_MIN.
13284
13285 2006-07-25  Bruno Haible  <bruno@clisp.org>
13286
13287         * modules/version-etc (Depends-on): Add stdarg.
13288
13289 2006-07-25  Bruno Haible  <bruno@clisp.org>
13290
13291         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
13292         complex commands.
13293
13294 2006-07-25  Bruno Haible  <bruno@clisp.org>
13295
13296         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
13297         defined in <stdarg.h> or config.h.
13298
13299 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
13300
13301         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
13302         (gl_STDIO_SAFER): Remove.
13303
13304 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
13305
13306         * MODULES.html.sh (File stream based Input/Output):
13307         Add fopen-safer, tmpfile-safer; remove stdio-safer.
13308         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
13309         * modules/fopen-safer, modules/tmpfile-safer: New files.
13310         * modules/stdio-safer: Remove.
13311
13312 2006-07-24  Bruno Haible  <bruno@clisp.org>
13313
13314         * modules/tmpdir: New file.
13315         * MODULES.html.sh (File system functions): Add it.
13316
13317 2006-07-24  Bruno Haible  <bruno@clisp.org>
13318
13319         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
13320         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
13321
13322 2006-07-24  Bruno Haible  <bruno@clisp.org>
13323
13324         * modules/clean-temp: New file.
13325
13326 2006-07-24  Bruno Haible  <bruno@clisp.org>
13327
13328         * m4/tmpdir.m4: New file, from GNU gettext.
13329
13330 2006-07-24  Bruno Haible  <bruno@clisp.org>
13331
13332         * lib/tmpdir.h: New file, from GNU gettext.
13333         * lib/tmpdir.c: New file, from GNU gettext.
13334
13335 2006-07-24  Bruno Haible  <bruno@clisp.org>
13336
13337         * lib/clean-temp.h: New file, from GNU gettext.
13338         * lib/clean-temp.c: New file, from GNU gettext.
13339
13340 2006-07-23  Eric Blake  <ebb9@byu.net>
13341
13342         * modules/stdio-safer (Files): Add tmpfile-safer.c.
13343         (Depends-on): Add binary-io.
13344
13345 2006-07-23  Eric Blake  <ebb9@byu.net>
13346
13347         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
13348
13349 2006-07-23  Eric Blake  <ebb9@byu.net>
13350
13351         * lib/tmpfile-safer.c: New file.
13352         * lib/stdio-safer.h (fopen_safer): Add prototype.
13353         * lib/stdio--.h (tmpfile): Make safer.
13354
13355 2006-07-23  Bruno Haible  <bruno@clisp.org>
13356
13357         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
13358         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
13359         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
13360         gl_linked_remove_at): Use it.
13361
13362 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13363         and Simon Josefsson <jas@extundo.com>
13364
13365         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
13366
13367         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
13368
13369 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13370
13371         * modules/close-stream: New file.
13372         * modules/closeout (Description): Make it clear that it exits
13373         with a diagnostic on error.
13374         (Depends-on): Add close-stream.  Remove fpending, stdbool.
13375         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
13376
13377 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13378
13379         * m4/close-stream.m4: New file.
13380
13381 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13382
13383         * lib/close-stream.c, lib/close-stream.h: New files.
13384
13385 2006-07-22  Bruno Haible  <bruno@clisp.org>
13386
13387         Merge from GNU gettext 0.15.
13388
13389         2006-05-01  Bruno Haible  <bruno@clisp.org>
13390
13391                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
13392
13393         2006-07-22  Bruno Haible  <bruno@clisp.org>
13394
13395                 * modules/javaversion: New file.
13396                 * MODULES.html.sh (Java): Add javaversion.
13397
13398         2006-03-12  Bruno Haible  <bruno@clisp.org>
13399
13400                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
13401
13402         2005-12-04  Bruno Haible  <bruno@clisp.org>
13403
13404                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
13405                 (untested).
13406
13407         2006-06-21  Bruno Haible  <bruno@clisp.org>
13408
13409                 Avoid warnings from recent versions of mcs.
13410                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
13411                 -o, -L, -r any more. Use options documented since mcs-1.0
13412                 instead. Similarly for -g.
13413
13414         2005-12-04  Bruno Haible  <bruno@clisp.org>
13415
13416                 * build-aux/csharpcomp.sh.in: Suffix for resources is
13417                 .resources, not .resource.
13418
13419         2005-07-09  Bruno Haible  <bruno@clisp.org>
13420
13421                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
13422                 add a .dll suffix.
13423                 Reported by Mark Junker <mjscod@gmx.de>.
13424
13425         2006-07-22  Bruno Haible  <bruno@clisp.org>
13426
13427                 * modules/gettext: Upgrade to gettext-0.15.
13428                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
13429                 m4/visibility.m4.
13430                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
13431
13432 2006-07-22  Bruno Haible  <bruno@clisp.org>
13433
13434         Merge from GNU gettext 0.15.
13435
13436         2006-03-25  Bruno Haible  <bruno@clisp.org>
13437
13438                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
13439
13440         2006-07-21  Bruno Haible  <bruno@clisp.org>
13441
13442                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
13443                 "1.1".
13444
13445         2006-05-09  Bruno Haible  <bruno@clisp.org>
13446
13447                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
13448                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
13449                 for the conftestver execution.
13450
13451         2006-05-01  Bruno Haible  <bruno@clisp.org>
13452
13453                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
13454                 optional target-version argument. Verify that the compiler
13455                 groks source of the specified source-version, or add -source
13456                 option as necessary. Verify that the compiler produces
13457                 bytecode in the specified target-version, or add -target and
13458                 -source options as necessary. Make the result of the test
13459                 available as variable CONF_JAVAC. Also log error output in
13460                 config.log.
13461
13462         2006-03-11  Bruno Haible  <bruno@clisp.org>
13463
13464                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
13465
13466         2006-05-09  Bruno Haible  <bruno@clisp.org>
13467
13468                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
13469                 CLASSPATH_SEPARATOR to a semicolon.
13470
13471         2006-03-12  Bruno Haible  <bruno@clisp.org>
13472
13473                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
13474                 available as variable CONF_JAVA, for subsequent autoconf
13475                 tests. Also log error output in config.log.
13476
13477         2006-07-19  Bruno Haible  <bruno@clisp.org>
13478
13479                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
13480                 that getline works on glibc2 systems. Needed to avoid trouble
13481                 in relocatable.c.
13482                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
13483
13484         2005-12-04  Bruno Haible  <bruno@clisp.org>
13485
13486                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
13487                 launcher (untested).
13488
13489         2005-12-04  Bruno Haible  <bruno@clisp.org>
13490
13491                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
13492
13493         2006-07-22  Bruno Haible  <bruno@clisp.org>
13494
13495                 * gettext.m4: Update from GNU gettext-0.15.
13496                 * nls.m4: Likewise.
13497                 * po.m4: Likewise.
13498                 * inttypes-pri.m4: Likewise.
13499                 * inttypes-h.m4: Renamed from inttypes.m4.
13500                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
13501
13502 2006-07-22  Bruno Haible  <bruno@clisp.org>
13503
13504         Merge from GNU gettext 0.15.
13505
13506         2005-07-05  Bruno Haible  <bruno@clisp.org>
13507
13508                 * printf-args.c (printf_fetchargs): Work around broken
13509                 definition of wint_t on mingw.
13510
13511         2005-02-12  Bruno Haible  <bruno@clisp.org>
13512
13513                 * xallocsa.h: Add extern "C" for C++.
13514
13515         2006-05-17  Bruno Haible  <bruno@clisp.org>
13516
13517                 Cygwin portability.
13518                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
13519
13520         2006-04-30  Bruno Haible  <bruno@clisp.org>
13521
13522                 * progreloc.c: Include <mach-o/dyld.h> if available.
13523                 (find_executable): Use _NSGetExecutablePath when possible.
13524
13525         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
13526
13527                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
13528                 function.
13529
13530         2005-12-29  Bruno Haible  <bruno@clisp.org>
13531
13532                 * progreloc.c (set_program_name_and_installdir): Fix
13533                 compilation error.
13534
13535         2005-12-04  Bruno Haible  <bruno@clisp.org>
13536
13537                 Cygwin portability.
13538                 * progreloc.c: Include <windows.h> also on Cygwin.
13539                 (find_executable): Add support for Cygwin.
13540                 (set_program_name_and_installdir): Handle also platforms with
13541                 nonempty EXEEXT.
13542
13543         2006-07-11  Bruno Haible  <bruno@clisp.org>
13544
13545                 * javacomp.c: Fix a comment.
13546                 Reported by Jim Meyering.
13547
13548         2006-04-30  Bruno Haible  <bruno@clisp.org>
13549
13550                 * javacomp.h (compile_java_class): Add source_version,
13551                 target_version arguments.
13552                 * javacomp.c: Rewritten to choose only a compiler that
13553                 respects the specified source_version and target_version.
13554
13555         2006-06-27  Bruno Haible  <bruno@clisp.org>
13556
13557                 Assume correct S_ISDIR macro.
13558                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
13559
13560         2006-07-22  Bruno Haible  <bruno@clisp.org>
13561
13562                 * javaversion.h: New file, from GNU gettext.
13563                 * javaversion.c: New file, from GNU gettext.
13564                 * javaversion.java: New file, from GNU gettext.
13565                 * javaversion.class: New file, from GNU gettext.
13566
13567         2006-05-17  Bruno Haible  <bruno@clisp.org>
13568
13569                 Cygwin portability.
13570                 * javaexec.c (execute_java_class): Test for jview program
13571                 also on Cygwin.
13572
13573         2006-04-09  Bruno Haible  <bruno@clisp.org>
13574
13575                 * fatal-signal.c: Don't include string.h.
13576                 (at_fatal_signal): Use a copying loop instead of memcpy.
13577
13578         2005-12-04  Bruno Haible  <bruno@clisp.org>
13579
13580                 * csharpexec.c: Add support for 'clix' launcher (untested).
13581                 (execute_csharp_using_sscli): New function.
13582                 (execute_csharp_program): Call it.
13583
13584         2006-06-21  Bruno Haible  <bruno@clisp.org>
13585
13586                 Avoid warnings from recent versions of mcs.
13587                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
13588                 -o, -L, -r any more. Use options documented since mcs-1.0
13589                 instead. Similarly for -g.
13590
13591         2005-07-09  Bruno Haible  <bruno@clisp.org>
13592
13593                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
13594                 add a .dll suffix.
13595                 Reported by Mark Junker <mjscod@gmx.de>.
13596
13597         2006-06-17  Bruno Haible  <bruno@clisp.org>
13598
13599                 * config.charset: Update for NetBSD 3.0.
13600
13601         2006-05-17  Bruno Haible  <bruno@clisp.org>
13602
13603                 Cygwin portability.
13604                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
13605
13606         2006-05-16  Bruno Haible  <bruno@clisp.org>
13607
13608                 * localcharset.c [CYGWIN]: Include <windows.h>.
13609                 (get_charset_aliases): For Cygwin, return the same CPxxx
13610                 aliases list as under WIN32.
13611                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
13612                 the environment variables. Fall back to GetACP().
13613
13614         2006-04-05  Bruno Haible  <bruno@clisp.org>
13615
13616                 * config.charset: Update Juan Manuel Guerrero's address.
13617
13618         2005-02-12  Bruno Haible  <bruno@clisp.org>
13619
13620                 * allocsa.h: Add extern "C" for C++.
13621
13622         2005-02-10  Bruno Haible  <bruno@clisp.org>
13623
13624                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
13625                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
13626
13627         2006-07-22  Bruno Haible  <bruno@clisp.org>
13628
13629                 * gettext.h: Update to GNU gettext-0.15.
13630
13631 2006-07-22  Bruno Haible  <bruno@clisp.org>
13632
13633         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
13634         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
13635         lib-prefix.m4, longdouble.m4, ssize_t.m4.
13636
13637 2006-07-21  Eric Blake  <ebb9@byu.net>
13638
13639         * modules/stdlib-safer: New file.
13640         * MODULES.html.sh (File stream based Input/Output): Add
13641         stdlib-safer.
13642
13643 2006-07-21  Eric Blake  <ebb9@byu.net>
13644
13645         * lib/stdlib-safer.h: New file from coreutils, required by
13646         stdlib--.h.
13647
13648 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
13649
13650         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
13651
13652 2006-07-20  Bruno Haible  <bruno@clisp.org>
13653
13654         * gnulib-tool: Recognize new option --assume-autoconf.
13655         (autoconf_minversion): New variable.
13656         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
13657
13658 2006-07-20  Bruno Haible  <bruno@clisp.org>
13659
13660         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
13661
13662 2006-07-19  Derek R. Price  <derek@ximbiot.com>
13663
13664         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
13665         Reindent and repaginate.
13666
13667 2006-07-19  Derek Price  <derek@ximbiot.com>
13668
13669         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
13670         Correct grammar.
13671
13672 2006-07-17  Bruno Haible  <bruno@clisp.org>
13673
13674         * modules/list: New file.
13675         * modules/array-list: New file.
13676         * modules/carray-list, modules/carray-list-tests: New files.
13677         * modules/linked-list, modules/linked-list-tests: New files.
13678         * modules/avltree-list, modules/avltree-list-tests: New files.
13679         * modules/rbtree-list, modules/rbtree-list-tests: New files.
13680         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
13681         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
13682         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
13683         * modules/oset: New file.
13684         * modules/array-oset: New file.
13685         * modules/avltree-oset, modules/avltree-oset-tests: New files.
13686         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
13687         * tests/test-carray_list.c: New file.
13688         * tests/test-linked_list.c: New file.
13689         * tests/test-avltree_list.c: New file.
13690         * tests/test-rbtree_list.c: New file.
13691         * tests/test-linkedhash_list.c: New file.
13692         * tests/test-avltreehash_list.c: New file.
13693         * tests/test-rbtreehash_list.c: New file.
13694         * tests/test-avltree_oset.c: New file.
13695         * tests/test-rbtree_oset.c: New file.
13696         * MODULES.html.sh (Container data structures): New section.
13697
13698 2006-07-17  Bruno Haible  <bruno@clisp.org>
13699
13700         * m4/gl_list.m4: New file.
13701
13702 2006-07-17  Bruno Haible  <bruno@clisp.org>
13703
13704         * lib/gl_list.h: New file.
13705         * lib/gl_list.c: New file.
13706         * lib/gl_array_list.h: New file.
13707         * lib/gl_array_list.c: New file.
13708         * lib/gl_carray_list.h: New file.
13709         * lib/gl_carray_list.c: New file.
13710         * lib/gl_linked_list.h: New file.
13711         * lib/gl_linked_list.c: New file.
13712         * lib/gl_anylinked_list1.h: New file.
13713         * lib/gl_anylinked_list2.h: New file.
13714         * lib/gl_avltree_list.h: New file.
13715         * lib/gl_avltree_list.c: New file.
13716         * lib/gl_anyavltree_list1.h: New file.
13717         * lib/gl_anyavltree_list2.h: New file.
13718         * lib/gl_rbtree_list.h: New file.
13719         * lib/gl_rbtree_list.c: New file.
13720         * lib/gl_anyrbtree_list1.h: New file.
13721         * lib/gl_anyrbtree_list2.h: New file.
13722         * lib/gl_anytree_list1.h: New file.
13723         * lib/gl_anytree_list2.h: New file.
13724         * lib/gl_linkedhash_list.h: New file.
13725         * lib/gl_linkedhash_list.c: New file.
13726         * lib/gl_anyhash_list1.h: New file.
13727         * lib/gl_anyhash_list2.h: New file.
13728         * lib/gl_avltreehash_list.h: New file.
13729         * lib/gl_avltreehash_list.c: New file.
13730         * lib/gl_rbtreehash_list.h: New file.
13731         * lib/gl_rbtreehash_list.c: New file.
13732         * lib/gl_anytreehash_list1.h: New file.
13733         * lib/gl_anytreehash_list2.h: New file.
13734
13735         * lib/gl_oset.h: New file.
13736         * lib/gl_oset.c: New file.
13737         * lib/gl_array_oset.h: New file.
13738         * lib/gl_array_oset.c: New file.
13739         * lib/gl_avltree_oset.h: New file.
13740         * lib/gl_avltree_oset.c: New file.
13741         * lib/gl_rbtree_oset.h: New file.
13742         * lib/gl_rbtree_oset.c: New file.
13743         * lib/gl_anytree_oset.h: New file.
13744
13745 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13746
13747         * m4/mkancesdirs.m4: New file.
13748         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
13749         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
13750         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
13751         it.
13752
13753 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13754
13755         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
13756         * lib/mkancesdirs.h: New files.
13757         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
13758         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
13759         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
13760         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
13761         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
13762         callers changed.  Revamp internals significantly, by not
13763         attempting to create directories that are temporarily more
13764         permissive than the final results.  Do not attempt to use
13765         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
13766         This removes some race conditions, fixes some bugs, and simplifies
13767         things.  Use new dirchownmod function to do owner and mode changes.
13768         * lib/mkdir-p.h: Likewise.
13769         * lib/modechange.c (octal_to_mode): New function.
13770         (struct mode_change): New member mentioned.
13771         (make_node_op_equals): New arg mentioned.  All callers changed.
13772         (mode_compile): Keep track of which mode bits the user has explicitly
13773         mentioned.
13774         (mode_adjust): New arg DIR, so that we implement the X op correctly.
13775         New arg PMODE_BITS, to keep track of which mode bits the user
13776         mentioned; it treats S_ISUID and S_ISGID speciall.
13777         All callers changed.
13778         * lib/modechange.h: Likewise.
13779
13780 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13781
13782         * MODULES.html.sh: Add mkancestors.
13783         * modules/mkancesdirs: New module.
13784         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
13785         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
13786         The chdir-safer and afs files are now orphans; I'll remove them
13787         unless someone speaks up.
13788         Add lib/dirchownmod.c, lib/dirchownmod.h.
13789         (Depends-on): Remove alloca, chown, save-cwd, dirname.
13790         Add lchown, mkancesdirs.
13791         (Maintainer): Add self.
13792
13793 2006-07-15  Karl Berry  <karl@gnu.org>
13794
13795         * gnulib-tool: help message wording/arrangement.
13796
13797 2006-07-14  Simon Josefsson  <jas@extundo.com>
13798
13799         * doc/gnulib.texi (Libtool and Windows): New section.
13800
13801 2006-07-12  Simon Josefsson  <jas@extundo.com>
13802
13803         * modules/gendocs (License): Fix license, approved by Karl.
13804
13805 2006-07-12  Eric Blake  <ebb9@byu.net>
13806
13807         * MODULES.html.sh: Add gendocs.
13808
13809 2006-07-11  Eric Blake  <ebb9@byu.net>
13810
13811         * modules/fdl: New module, to install doc/fdl.texi.
13812         * MODULES.html.sh: Add new section for documentation modules.
13813         * gnulib-tool: Avoid space-tab.
13814         (--doc-base): New option, to manage files from doc.
13815
13816 2006-07-11  Eric Blake  <ebb9@byu.net>
13817
13818         * m4/absolute-header.m4: Fix comments to match recent change.
13819
13820 2006-07-11  Eric Blake  <ebb9@byu.net>
13821
13822         * gnulib-tool: List --doc-base before --tests-base.
13823
13824 2006-07-11  Derek R. Price  <derek@ximbiot.com>
13825
13826         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
13827
13828 2006-07-11  Bruno Haible  <bruno@clisp.org>
13829
13830         * README: Mention where to put documentation.
13831
13832 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13833
13834         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
13835
13836 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13837
13838         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
13839         to stdint.m4.
13840
13841 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13842
13843         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
13844         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
13845         "no/such/file/stdint.h" when there is no such file, so that
13846         the resulting C code can be parsed by dodgy compilers.
13847         Problems reported by Bob Proulx.
13848
13849 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13850
13851         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
13852         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13853         macros into the GNU _D_EXACT_NAMLEN.
13854         * lib/savedir.c:  Likewise.
13855         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
13856
13857 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13858         and Paul Eggert  <eggert@cs.ucla.edu>
13859
13860         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
13861         * m4/savedir.m4:
13862         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13863         macros into the GNU _D_EXACT_NAMLEN.
13864
13865 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13866
13867         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
13868         around the absolute name, to work around a problem with the HP-UX
13869         11.23 native C compiler, reported by Bob Proulx.
13870
13871 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13872
13873         * doc/maintain.texi, make-stds.texi: Sync from
13874         <http://savannah.gnu.org/projects/gnustandards>.
13875
13876 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13877
13878         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
13879
13880 2006-07-09  Jim Meyering  <jim@meyering.net>
13881
13882         * m4/glob.m4: Remove a doubled word in a comment.
13883
13884 2006-07-09  Jim Meyering  <jim@meyering.net>
13885
13886         * lib/argp-pv.c: Remove a doubled word in a comment.
13887         * lib/check-version.c (check_version): Likewise.
13888         * lib/javacomp.c (compile_java_class): Likewise.
13889
13890 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13891
13892         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
13893         for the benefit of people using Autoconf 2.60.  If you want to
13894         support older Autoconf versions you can copy m4/onceonly_2_57.m4
13895         (or m4/onceonly.m4, if pre-2.57) manually.
13896
13897 2006-07-08  Jim Meyering  <jim@meyering.net>
13898
13899         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
13900         comment.
13901         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
13902         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
13903         comment.
13904
13905 2006-07-08  Jim Meyering  <jim@meyering.net>
13906
13907         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
13908
13909 2006-07-07  Simon Josefsson  <jas@extundo.com>
13910
13911         * tests/test-crc.c: Change expected crc value, the test vector
13912         were probably computed using the old broken crc.c?
13913
13914 2006-07-06  Simon Josefsson  <jas@extundo.com>
13915
13916         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
13917         now the canonical place for the M4 file).
13918
13919         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
13920         from the sys_socket dependency now.
13921
13922         * modules/inet_pton (Files): Ditto.
13923
13924         * modules/inet_ntop (Files): Ditto.
13925
13926 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13927
13928         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
13929         not gl_PREREQ_GETUSERSHELL.
13930
13931 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13932
13933         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
13934         with only one argument, for Autoconf 2.60.
13935         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
13936         expand to nothing, so add a shell command to avoid syntax error.
13937         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
13938
13939 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13940
13941         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
13942
13943 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13944
13945         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
13946         no longer needed.  Check for isblank decl.
13947         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
13948         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
13949         of existence.
13950
13951 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13952
13953         * lib/getloadavg.c: Use __VMS, not VMS.
13954         * lib/getopt.c: Likewise.
13955         * lib/getpagesize.h: Likewise.
13956         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
13957         and probably does not work.
13958
13959 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13960
13961         * lib/.cppi-disable: Add wcwidth.
13962         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
13963         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
13964         (ISGRAPH): Remove.  All uses changed to isgraph.
13965         (FOLD) [!defined _LIBC]: Remove special case.
13966         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
13967         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
13968         HAVE_ISBLANK.
13969         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
13970         case.
13971
13972 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13973
13974         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
13975         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
13976         brackets.  Other minor changes to suppress some compiler
13977         warnings.
13978
13979 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13980         and Paul Eggert  <eggert@cs.ucla.edu>
13981
13982         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
13983         of invoking obsolescent AC_HEADER_DIRENT macro.
13984         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
13985         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
13986         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
13987         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
13988         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
13989         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13990         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
13991         * m4/readdir.m4: Remove; no longer needed.
13992
13993 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13994         and Paul Eggert  <eggert@cs.ucla.edu>
13995
13996         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
13997         Don't worry about this obsolete case any more.
13998         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
13999         directories.
14000         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
14001         worry about this obsolete case any more.
14002         * lib/fts.c: Likewise.
14003         * lib/getcwd.c: Likewise.
14004         * lib/glob.h: Likewise.
14005         * lib/savedir.c: Likewise.
14006
14007 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
14008
14009         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
14010         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
14011         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
14012         needed.
14013         All uses removed.
14014         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
14015         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
14016         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
14017         needed.
14018         * m4/getdate.m4 (gl_GETDATE): Likewise.
14019         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
14020         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
14021         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
14022         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
14023         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
14024         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
14025         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
14026         needed.
14027
14028 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
14029
14030         * lib/memcasecmp.c: Include <limits.h>.
14031         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
14032         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
14033         Don't assume isdigit succeeds only on '0' through '9'.
14034
14035 2006-07-05  Eric Blake  <ebb9@byu.net>
14036
14037         * modules/getaddrinfo (Depends-on): Add snprintf.
14038
14039 2006-07-05  Eric Blake  <ebb9@byu.net>
14040
14041         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
14042         to avoid 'header present but could not be compiled' on cygwin.
14043
14044 2006-07-05  Eric Blake  <ebb9@byu.net>
14045
14046         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
14047         missing from netdb.h.
14048         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
14049
14050 2006-07-05  Derek R. Price  <derek@ximbiot.com>
14051
14052         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
14053         no longer needed.
14054         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
14055         * m4/getdate.m4 (gl_GETDATE): Likewise.
14056         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
14057         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
14058         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
14059         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
14060         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
14061
14062 2006-07-05  Derek R. Price  <derek@ximbiot.com>
14063
14064         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
14065         All uses of is_space replaced by isspace.
14066         * lib/exit.h: Don't talk about STDC_HEADERS.
14067         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
14068         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
14069         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
14070         replaced by isprint etc.
14071         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
14072         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
14073         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
14074         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
14075         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
14076         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
14077
14078 2006-07-05  Bruno Haible  <bruno@clisp.org>
14079
14080         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
14081         the function exists, before testing against AIX.
14082         Reported by Martin Lambers <marlam@marlam.de>.
14083
14084 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
14085
14086         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
14087         From Mark D. Baushke.
14088
14089 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
14090
14091         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
14092         to the absolute name, not just one, to bypass Sun C 5.8's
14093         "warning: #include of /usr/include/... may be non-portable".
14094
14095 2006-07-04  Eric Blake  <ebb9@byu.net>
14096
14097         * modules/dirname-tests: New test module.
14098         * tests/test-dirname.c: New file, replacing dirname.c
14099         TEST_DIRNAME section that was recently deleted.
14100
14101 2006-07-04  Bruno Haible  <bruno@clisp.org>
14102
14103         Assume ANSI C header files and <ctype.h> functions.
14104         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
14105         (mbsnwidth): Use isprint, iscntrl instead.
14106
14107 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14108
14109         Merge from coreutils.
14110         * MODULES.html.sh: Add xstrtold.
14111         * modules/xstrtold: New file.
14112         * modules/cycle-check (Files): Add lib/same-inode.h.
14113         * modules/dirname (Files): Add m4/double-slash-root.m4.
14114         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
14115         * modules/mkdir-p (Files): Add lib/same-inode.h.
14116         * modules/same (Files): Add lib/same-inode.h.
14117
14118 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14119
14120         * m4/absolute-header.m4: Renamed from full-header-path.m4.
14121         This is to keep the terminology clean; POSIX talks about
14122         "absolute pathnames", not "full pathnames", but the GNU
14123         Coding Standards say to use "path" for something else;
14124         so use "absolute" to keep both sides happy.
14125         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
14126         Set gl_absolute_header, not gl_full_header_path.
14127         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
14128         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
14129         All uses changed.
14130
14131         Merge from coreutils.
14132
14133         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
14134
14135         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
14136         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
14137         want to require the building of c-strtod.o.
14138         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
14139         needs -lm directly.
14140         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
14141
14142         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
14143
14144         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
14145         --as-needed option if available.  Problem reported by Albert Chin in
14146         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
14147         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
14148         cc merely issues a bunch of annoying warnings for --as-needed
14149         (this problem was reported by Bob Proulx).  Also, try linking with
14150         -lm to detect a bug in binutils 2.16 (this problem was reported
14151         by Ralf Wildenhues).
14152
14153         2006-06-18  Jim Meyering  <jim@meyering.net>
14154
14155         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
14156         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
14157         macro.
14158         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
14159         also check for glibc-2.4's abort-inducing bug.
14160
14161         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
14162         Low-probability clean-up should be to use rmdir to get rid of
14163         the just-created directory, not unlink.
14164
14165         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
14166         configure fail, and request a bug report to inform us about it.
14167         Add a comment that, barring reports to the contrary, in 2007 we'll
14168         assume ftruncate is universally available.
14169
14170         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
14171
14172         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
14173
14174         2006-03-12  Jim Meyering  <jim@meyering.net>
14175
14176         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
14177         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
14178         * m4/same.m4 (gl_SAME): Likewise.
14179         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
14180
14181         2006-03-11  Eric Blake  <ebb9@byu.net>
14182
14183         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
14184         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
14185         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
14186         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
14187
14188 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14189
14190         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
14191         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
14192         reported by Mark D. Baushke, one in
14193         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
14194
14195         Merge from coreutils.
14196
14197         * lib/.cppi-disable: Add stdint_.h.
14198         * lib/.cvsignore: Add stdint.h.
14199
14200         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
14201
14202         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
14203         both double and long double versions.
14204         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
14205         * lib/xstrtold.c: New file.
14206         * lib/xstrtod.h (xstrtold): New decl.
14207
14208         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
14209
14210         * lib/filemode.c (setst): Remove.
14211         (strmode): Rewrite to avoid setst.  This makes the code shorter,
14212         (arguably) clearer, and the generated code is a bit smaller on my
14213         Debian GNU/Linux stable x86 host.
14214
14215         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
14216
14217         * lib/filemode.c: Include "filemode.h" first, to test the interface.
14218         Assume that filemode.h includes sys/types.h and sys/stat.h.
14219         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
14220         (ftypelet): Reorder to put common cases first, for efficiency.
14221         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
14222         to do 'M'.
14223         (strmode): Renamed from mode_string, and now stores 12 bytes instead
14224         of 10, for compatibility with FreeBSD.  All callers changed.
14225         (filemodestring): Now stores 12 bytes instead of 10, and sets file
14226         types that can't be deduced solely from st_mode.  First arg is now a
14227         const pointer.
14228         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
14229         (strmode): Renamed from mode_string.
14230         (filemodestring): New decl.
14231         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
14232         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
14233         needed.
14234         (S_ISPORT, S_ISWHT): New macros, if not already defined.
14235
14236         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
14237
14238         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
14239         fsusage.h now does that.  Include fsusage.h first, to test interface.
14240         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
14241         at most one method (the old code could have generated decls that
14242         didn't conform to C89, not that this was ever exercised).
14243         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
14244
14245         2006-03-19  Jim Meyering  <jim@meyering.net>
14246
14247         Work even in a chroot where d_ino values for entries in "/"
14248         don't match the stat.st_ino values for the same names.
14249         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
14250         number, iterate through all entries again, using lstat instead.
14251         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
14252         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
14253
14254         * lib/getcwd.c (__getcwd): Clarify a comment.
14255         Use memcpy in place of a call to strcpy.
14256
14257         2006-03-12  Jim Meyering  <jim@meyering.net>
14258
14259         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
14260         matches that of the current directory (which we're about to chdir ".."
14261         out of), then save the dev-ino of the parent, instead.
14262
14263         * lib/same-inode.h (SAME_INODE): New file/macro.
14264         * lib/chdir-safer.c (SAME_INODE): Remove definition.
14265         Include "same-inode.h", instead.
14266         * lib/same.c: Likewise.
14267         * lib/cycle-check.h: Include "same-inode.h".
14268         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
14269         * lib/cycle-check.c (SAME_INODE): Remove definition.
14270         * lib/root-dev-ino.h: Include "same-inode.h".
14271
14272         2006-03-11  Eric Blake  <ebb9@byu.net>
14273
14274         * lib/same.c (same_name): s/base_name/last_component/
14275         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
14276         * lib/filenamecat.c (file_name_concat): Likewise.
14277
14278         2006-03-11  Eric Blake  <ebb9@byu.net>,
14279                     Paul Eggert  <eggert@cs.ucla.edu>
14280
14281         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
14282         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
14283         drive prefix.
14284         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
14285         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
14286         (last_component): New method.
14287         * lib/dirname.c (dir_len): Determine when drive letters need a
14288         subsequent slash.  Preserve // when it is special.
14289         (dir_name): Don't append dot when drive letter is absolute.
14290         [TEST_DIRNAME]: Move into a full-blown gnulib test.
14291         * lib/basename.c (base_name): New semantics - malloc the result.
14292         Preserve // when it is special.  Preserve relative files that look
14293         like drive letters.
14294         (base_len): Preserve // when it is special.
14295         (last_component): New method, similar to old base_name semantics.
14296         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
14297         base_name.  Strip redundant slashes from ///.
14298
14299 2006-07-03  Jim Meyering  <jim@meyering.net>
14300
14301         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
14302         macro is used before the first cycle_check call.
14303
14304 2006-07-03  Eric Blake  <ebb9@byu.net>
14305
14306         * modules/dirname (Depends-on): Add xstrndup.
14307
14308 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14309
14310         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
14311         test cases, so that config.log is a bit easier to follow.
14312
14313 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14314
14315         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
14316         both are 64 bits, since this seems to be the tradition, and this
14317         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
14318         we ever run into a host that prefers long long to long in this
14319         case, we'll need another configure-time test.  Problem reported by
14320         Jim Meyering.
14321
14322 2006-07-02  Eric Blake  <ebb9@byu.net>
14323
14324         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
14325
14326 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14327
14328         * modules/inttypes (Depends-on): No longer depends on stdint.
14329         * modules/stdint (Description): Say more about assumptions.
14330         Say that the fast types might differ.  Say macros are used.
14331         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
14332         (Makefile.am): Revise list of substituted symbols to match
14333         new stdint.m4.
14334         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
14335         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
14336         * tests/test-stdint.c (verify_same_types)
14337         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
14338         the code conforms to C99/C89.
14339         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
14340         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
14341
14342 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14343
14344         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
14345         but fix a bug, by requiring at least 64 bits.
14346         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
14347         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
14348         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
14349         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
14350
14351         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
14352         changes.  Make 2.59 a prerequisite.  Check and substitute for
14353         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
14354         inttypes.h.  Do not use special include files; just use the
14355         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
14356         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
14357         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
14358         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
14359         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
14360         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
14361         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
14362         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
14363         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
14364         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
14365         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
14366         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
14367         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
14368         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
14369         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
14370         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
14371         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
14372         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
14373         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
14374         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
14375         WINT_MAX.  Check for C99 conformance more strictly, by detecting
14376         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
14377         not check for things that C99 does not require, e.g., int8_t.  If
14378         a test isn't needed unless <stdint.h> isn't working, and is
14379         unlikely to be needed for any other reason, then don't do it
14380         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
14381         size_t, since we assume C89 freestanding at least.  Do not check
14382         for sig_atomic_t, wchar_t, or wint_t, since the code now does
14383         the right thing even if the types are not defined.  Instead use:
14384         (gl_STDINT_TYPE_PROPERTIES): New macro.
14385         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
14386         testing whether <sys/types.h> clashes, as Autoconf does this for
14387         us now.  All uses removed.
14388         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
14389         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
14390         (gl_CHECK_TYPE_SAME):
14391         Remove; no longer needed.
14392         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
14393         exists, since we'll return 0 anyway in that case.
14394         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
14395
14396 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14397
14398         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
14399         possible collision with system files.
14400         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
14401         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
14402         WCHAR_MIN and WCHAR_MAX in this case.
14403         (<stddef.h>): Do not include; no longer needed.
14404         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
14405         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
14406         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
14407         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
14408         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
14409         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
14410         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
14411         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
14412         !defined(__c99))]: Include in this case too, since it's harmless
14413         now.
14414         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
14415         dangerous to do so.
14416         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
14417         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
14418         (_STDINT_MIN, _STDINT_MAX): New macros.
14419         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
14420         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
14421         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
14422         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
14423         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
14424         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
14425         macros, not typedefs; this simplifies things quite a bit.
14426         Use long int for all types narrower than int64_t.
14427         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
14428         Define in terms of long long int or int64_t or long int,
14429         not int64_t or int32_t.  This saves some compile-time testing.
14430         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
14431         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
14432         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
14433         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
14434         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
14435         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
14436         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
14437         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
14438         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
14439         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
14440         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
14441         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
14442         undef any previous version and define our own version, for
14443         simplicity and consistency with the new macros for types.
14444         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
14445         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
14446         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
14447         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
14448         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
14449         @WINT_T_SUFFIX@ to keep things simple here.
14450         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
14451         Simplify by assuming typical 8/16/32/64 host, since we're
14452         already doing that elsewhere anyway.
14453         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
14454         and assume long long int is 64 bits if available.  This
14455         speeds up 'configure'.
14456
14457 2006-07-01  Eric Blake  <ebb9@byu.net>
14458
14459         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
14460         Reported by Andreas Buening.
14461
14462 2006-07-01  Eric Blake  <ebb9@byu.net>
14463
14464         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
14465
14466 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
14467
14468         * lib/getaddrinfo.c: fixed typo
14469
14470 2006-06-29  Jim Meyering  <jim@meyering.net>
14471
14472         * modules/strftime (Maintainer): Add my name, since with the
14473         FPRINTFTIME changes strftime.c has forked from glibc.
14474
14475 2006-06-29  Eric Blake  <ebb9@byu.net>
14476
14477         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
14478
14479 2006-06-29  Eric Blake  <ebb9@byu.net>
14480
14481         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
14482
14483 2006-06-29  Eric Blake  <ebb9@byu.net>
14484
14485         * lib/stat_.h: New file.
14486
14487 2006-06-29  Eric Blake  <ebb9@byu.net>
14488
14489         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
14490         unused static function.
14491
14492 2006-06-29  Eric Blake  <ebb9@byu.net>
14493
14494         * doc/functions.texi (Function Portability): Document missing lstat
14495         on mingw.
14496
14497 2006-06-29  Eric Blake  <ebb9@byu.net>
14498
14499         * MODULES.html.sh: Add sys_stat.
14500         * modules/sys_stat: New module.
14501         * modules/mkstemp (Depends-on): Add sys_stat.
14502
14503 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14504
14505         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
14506
14507 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14508
14509         * m4/c-bs-a.m4: Removed.
14510
14511 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14512
14513         * lib/strftime.c: Assume strftime() exists.
14514
14515 2006-06-29  Derek Price  <derek@ximbiot.com>
14516
14517         * modules/c-bs-a: Removed - \a is C89.
14518         * MODULES.html.sh: Remove c-bs-a.
14519
14520 2006-06-29  Bruno Haible  <bruno@clisp.org>
14521
14522         * modules/wcwidth (License): Change to LGPL.
14523
14524 2006-06-28  Simon Josefsson  <jas@extundo.com>
14525
14526         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
14527         on _WIN32.
14528
14529         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
14530         getnameinfo.
14531
14532 2006-06-28  Simon Josefsson  <jas@extundo.com>
14533
14534         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
14535
14536 2006-06-28  Simon Josefsson  <jas@extundo.com>
14537
14538         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
14539         functions there.  It will succeed on Windows XP, but on Windows
14540         2000 and (presumably) earlier, it will fail, and use the internal
14541         re-implementation.
14542         (use_win32_p): New function.
14543         (getaddrinfo): Use strtoul on servname, to support numeric ports.
14544         Support AI_NUMERICSERV to disable getservbyname.
14545         (getnameinfo): New function, only supports
14546         NI_NUMERICHOST|NI_NUMERICSERV for now.
14547
14548         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
14549         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
14550         getnameinfo.
14551
14552 2006-06-28  Eric Blake  <ebb9@byu.net>
14553
14554         * modules/wcwidth: New file.
14555         * modules/mbchar (Depends-on): Add wcwidth.
14556         * modules/mbswidth (Depends-on): Add wcwidth.
14557         * MODULES.html.sh: Add wcwidth.
14558
14559 2006-06-28  Eric Blake  <ebb9@byu.net>
14560
14561         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
14562         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
14563
14564 2006-06-28  Eric Blake  <ebb9@byu.net>
14565
14566         * lib/xvasprintf.h: Fix comments.
14567
14568 2006-06-28  Eric Blake  <ebb9@byu.net>
14569
14570         * lib/mbchar.h (wcwidth): Include wcwidth.h.
14571         * lib/mbswidth.c (wcwidth): Move from here...
14572         * lib/wcwidth.h: ...to this new file.
14573
14574 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14575
14576         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
14577
14578         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
14579         it's obsolete.
14580         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
14581
14582 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14583
14584         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
14585         Autoconf 2.60 says this stuff was obsolete.
14586
14587 2006-06-28  Bruno Haible  <bruno@clisp.org>
14588
14589         * modules/wcwidth (Files): Add m4/wchar_t.m4.
14590
14591 2006-06-28  Bruno Haible  <bruno@clisp.org>
14592
14593         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
14594         gt_TYPE_WCHAR_T.
14595
14596 2006-06-28  Bruno Haible  <bruno@clisp.org>
14597
14598         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
14599         declaration for wcwidth.
14600         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
14601
14602 2006-06-28  Bruno Haible  <bruno@clisp.org>
14603
14604         * lib/mkdtemp.c [MINGW]: Include <io.h>.
14605         (mkdir): Define using _mkdir.
14606
14607 2006-06-28  Bruno Haible  <bruno@clisp.org>
14608
14609         * lib/getaddrinfo.h: Fix POSIX URL.
14610         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
14611         _WIN32.
14612         (use_win32_p): Make static.
14613         (getaddrinfo): Reject service name if it is empty or does not consist
14614         solely of decimal digits, or if its value is > 65535.
14615         (getnameinfo): Remove useless casts.
14616
14617 2006-06-27  Simon Josefsson  <jas@extundo.com>
14618
14619         * modules/sys_select: New file, suggested by Bruno Haible, Paul
14620         Eggert and Martin Lambers.
14621
14622 2006-06-27  Simon Josefsson  <jas@extundo.com>
14623
14624         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
14625         Eggert and Martin Lambers.
14626
14627 2006-06-27  Bruno Haible  <bruno@clisp.org>
14628
14629         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
14630         result to 0, not to empty.
14631         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
14632
14633 2006-06-27  Bruno Haible  <bruno@clisp.org>
14634
14635         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
14636
14637 2006-06-26  Simon Josefsson  <jas@extundo.com>
14638
14639         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
14640         present.
14641
14642 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
14643
14644         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
14645         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
14646         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
14647
14648 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
14649
14650         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
14651
14652 2006-06-26  Bruno Haible  <bruno@clisp.org>
14653
14654         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
14655
14656 2006-06-26  Bruno Haible  <bruno@clisp.org>
14657
14658         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
14659
14660 2006-06-26  Bruno Haible  <bruno@clisp.org>
14661
14662         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
14663         SGI C compiler in pre-C99 mode.
14664         Suggested by Mark D. Baushke and Larry Jones.
14665
14666 2006-06-26  Bruno Haible  <bruno@clisp.org>
14667
14668         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
14669         WCHAR_MAX.
14670         Reported by Mark D. Baushke and Larry Jones.
14671
14672 2006-06-26  Bruno Haible  <bruno@clisp.org>
14673
14674         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
14675         in pre-C99 mode.
14676         Suggested by Mark D. Baushke and Larry Jones.
14677
14678 2006-06-23  Simon Josefsson  <jas@extundo.com>
14679             Bruno Haible  <bruno@clisp.org>
14680
14681         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
14682         Emit mostlyclean-local rule.
14683         (func_emit_tests_Makefile_am): Likewise.
14684         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
14685
14686 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
14687
14688         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
14689
14690 2006-06-23  Bruno Haible  <bruno@clisp.org>
14691
14692         * tests/test-stdint.c: Update to match ISO C 99 Technical
14693         Corrigendum 1.
14694
14695 2006-06-23  Bruno Haible  <bruno@clisp.org>
14696
14697         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
14698
14699 2006-06-23  Bruno Haible  <bruno@clisp.org>
14700
14701         * lib/stdint_.h: Treat IRIX like OpenBSD.
14702
14703 2006-06-23  Bruno Haible  <bruno@clisp.org>
14704
14705         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
14706         ISO C 99 Technical Corrigendum 1.
14707
14708 2006-06-22  Simon Josefsson  <jas@extundo.com>
14709
14710         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
14711         MinGW.
14712
14713 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14714
14715         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
14716         needed.  Some compiler complained about some of them.  Problem reported
14717         by Larry Jones in
14718         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
14719
14720 2006-06-21  Simon Josefsson  <jas@extundo.com>
14721
14722         * tests/test-getaddrinfo.c: New file.
14723
14724         * modules/getaddrinfo-tests: New file.
14725
14726         * MODULES.html.sh: Add inet_pton.
14727
14728         * modules/inet_pton: New file.
14729
14730 2006-06-21  Simon Josefsson  <jas@extundo.com>
14731
14732         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
14733         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
14734         of using the (limited) gnulib implementation on Windows XP.
14735
14736         * m4/inet_pton.m4: New file.
14737
14738 2006-06-21  Simon Josefsson  <jas@extundo.com>
14739
14740         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
14741         variable.
14742
14743         * lib/socket_.h: Don't define WINVER.
14744
14745         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
14746         slightly modified to work in gnulib.
14747
14748 2006-06-21  Simon Josefsson  <jas@extundo.com>
14749
14750         * doc/gnulib.texi (Windows sockets): Add.
14751
14752 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
14753
14754         * lib/read-file.c (fread_file): Start with buffer allocation of
14755         0 bytes rather than 1 byte; this simplifies the code.
14756         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
14757         code to free buffer and save/restore errno.
14758         (internal_read_file): Remove unused local.
14759
14760 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
14761
14762         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
14763         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
14764         Problem reported by Denis Excoffier in
14765         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
14766
14767 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14768
14769         * modules/sys_socket, modules/socklen: Include sys/types since
14770         FreeBSD 4.x's sys/socket.h needs it.
14771
14772 2006-06-19  Simon Josefsson  <jas@extundo.com>
14773
14774         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
14775
14776 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
14777
14778         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
14779
14780 2006-06-19  Bruno Haible  <bruno@clisp.org>
14781
14782         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
14783         and FULL_PATH_INTTYPES_H in angle brackets.
14784         Reported by Mark D. Baushke <mdb@gnu.org>.
14785
14786 2006-06-17  Eric Blake  <ebb9@byu.net>
14787
14788         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
14789         errno.
14790
14791 2006-06-17  Bruno Haible  <bruno@clisp.org>
14792
14793         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
14794         <sys/inttypes.h>.
14795
14796 2006-06-17  Bruno Haible  <bruno@clisp.org>
14797
14798         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
14799         whether errno is declared. Assume <errno.h> declares errno.
14800
14801 2006-06-17  Bruno Haible  <bruno@clisp.org>
14802
14803         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
14804
14805 2006-06-17  Bruno Haible  <bruno@clisp.org>
14806
14807         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
14808         problem on Solaris 2.5.1.
14809
14810 2006-06-16  Eric Blake  <ebb9@byu.net>
14811
14812         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
14813         * lib/unicodeio.c [!defined errno]: Likewise.
14814         * lib/strtol.c [!defined errno]: Likewise.
14815         * lib/strtod.c [!defined errno]: Likewise.
14816
14817 2006-06-15  Eric Blake  <ebb9@byu.net>
14818
14819         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
14820
14821 2006-06-15  Eric Blake  <ebb9@byu.net>
14822
14823         * config/srclist.txt (ssize_t.m4): Lose sync.
14824
14825 2006-06-15  Bruno Haible  <bruno@clisp.org>
14826
14827         * modules/stdint (Files): Include m4/full-header-path.m4,
14828         m4/size_max.m4, m4/wchar_t.m4.
14829         (Makefile.am): Many more substitutions.
14830         * modules/stdint-tests: New file.
14831         * tests/test-stdint.c: New file.
14832
14833 2006-06-15  Bruno Haible  <bruno@clisp.org>
14834
14835         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
14836         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
14837         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
14838         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
14839         gl_CHECK_TYPE_SAME): New macros.
14840
14841 2006-06-15  Bruno Haible  <bruno@clisp.org>
14842
14843         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
14844
14845 2006-06-15  Bruno Haible  <bruno@clisp.org>
14846
14847         * lib/stdint_.h: Rewritten to be fully auto-configured.
14848         Fixes bug on HP-UX/IA64.
14849
14850 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
14851
14852         * lib/getdate.y (__attribute__): Don't define if already defined.
14853         Problem reported by Larry Jones.
14854         * lib/utimens.c (__attribute__): Likewise.
14855
14856 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
14857
14858         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
14859         reported by Andreas Schwab.
14860
14861 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14862             Bruno Haible  <bruno@clisp.org>
14863
14864         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
14865         check for the declaration of strnlen and a run test that exposes the
14866         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
14867         rpl_strndup.
14868
14869 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14870             Bruno Haible  <bruno@clisp.org>
14871
14872         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
14873
14874 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14875
14876         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
14877         compile test, for Tru64 4.0D.
14878
14879 2006-05-28  Karl Berry  <karl@gnu.org>
14880
14881         * config/srclist.txt (printf-args.c): lose sync.
14882
14883 2006-05-26  Martin Lambers  <marlam@marlam.de>
14884
14885         * lib/getpass.c: Updates the test for the native W32 API, and adds
14886         missing includes, thus fixing compilation warnings.
14887
14888 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14889
14890         * lib/exclude.c (exclude_fnmatch): New function.
14891         (excluded_file_name): Call exclude_fnmatch.
14892         * lib/exclude.h (excluded_file_name): New prototype
14893
14894 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
14895
14896         * lib/tempname.c (small_open, large_open): New macros.
14897         (__open, __open64) [!_LIBC]: Remove.
14898         (__gen_tempname): Use small_open and large_open instead of __open
14899         and __open64.  This fixes a portability bug on HP-UX 11.11i
14900         reported by Simon Wing-Tang in
14901         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
14902
14903 2006-05-24  Bruno Haible  <bruno@clisp.org>
14904
14905         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
14906         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
14907         Reported by Thorsten Maerz <torte@netztorte.de> via
14908         Aaron Stone <aaron@serendipity.cx>.
14909
14910 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14911
14912         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
14913         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
14914         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
14915         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
14916         not really conditional on the cache.
14917         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
14918
14919 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14920
14921         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
14922         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
14923         (my_usleep): Don't mishandle maximum value.
14924
14925 2006-05-19  Jim Meyering  <jim@meyering.net>
14926
14927         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
14928
14929 2006-05-17  Bruno Haible  <bruno@clisp.org>
14930
14931         Cygwin portability.
14932         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
14933
14934 2006-05-17  Bruno Haible  <bruno@clisp.org>
14935
14936         * lib/stdint_.h: Fix recognition of Cygwin.
14937
14938 2006-05-15  Bruno Haible  <bruno@clisp.org>
14939
14940         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
14941         on libtool patch by Ralf Wildenhues.
14942
14943 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14944
14945         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
14946         test for C99 conformance; (bool) 0.5 is an integer constant
14947         expression, but (bool) -0.5 is not.  Problem reported by Fedor
14948         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
14949
14950 2006-05-11  Simon Josefsson  <jas@extundo.com>
14951
14952         * m4/xvasprintf.m4: Fix obvious typo.
14953
14954 2006-05-11  Jim Meyering  <jim@meyering.net>
14955
14956         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
14957         James Lemley.
14958
14959 2006-05-10  Simon Josefsson  <jas@extundo.com>
14960
14961         * lib/md4.c: Typo fix, update copyright years.
14962         (K1, K2): Don't use L because it turn computations into 64-bit on
14963         64-bit platforms.
14964
14965 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
14966
14967         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
14968         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
14969         unwanted sign propagation, e.g., on hosts with 64-bit int.
14970         There still are some problems with reeelly weird theoretical hosts
14971         (e.g., 33-bit int) but it's not worth worrying about now.
14972         * lib/sha1.c (rol): Likewise.
14973         (K1, K2, K3, K4): Remove unnecessary L suffix.
14974
14975 2006-05-10  Bruno Haible  <bruno@clisp.org>
14976
14977         * lib/des.c: Cast to avoid warnings.
14978
14979 2006-05-09  Bruno Haible  <bruno@clisp.org>
14980
14981         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
14982         (Depends-on): Depend also on xsize, stdarg.
14983         (configure.ac): Add gl_XVASPRINTF.
14984
14985 2006-05-09  Bruno Haible  <bruno@clisp.org>
14986
14987         * m4/xvasprintf.m4: New file.
14988
14989 2006-05-09  Bruno Haible  <bruno@clisp.org>
14990
14991         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
14992         (EOVERFLOW): Define fallback value.
14993         (xstrcat): New function.
14994         (xvasprintf): Recognize the special case of a string concatenation.
14995
14996 2006-05-08  Eric Blake  <ebb9@byu.net>
14997
14998         * gnulib-tool (func_version): Base copyright year on CVS date.
14999         (func_emit_copyright_notice): New function.
15000         (func_emit_lib_Makefile_am): Use it.
15001         (func_emit_tests_Makefile_am): Likewise.
15002         (func_import): Likewise.
15003
15004 2006-05-08  Bruno Haible  <bruno@clisp.org>
15005
15006         * modules/stdarg: New file.
15007         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
15008
15009 2006-05-08  Bruno Haible  <bruno@clisp.org>
15010
15011         * m4/stdarg.m4: New file, from GNU gettext.
15012
15013 2006-05-08  Bruno Haible  <bruno@clisp.org>
15014
15015         * config/srclist.txt (build-aux/config.rpath): different from latest
15016         release.
15017
15018 2006-05-08  Bruno Haible  <bruno@clisp.org>
15019
15020         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
15021
15022 2006-05-05  Jim Meyering  <jim@meyering.net>
15023
15024         * m4/warning.m4: New file, derived from bison's file by the same name.
15025
15026 2006-05-03  Bruno Haible  <bruno@clisp.org>
15027
15028         * lib/stdint_.h: Shorter URL.
15029         * lib/inttypes.h: Likewise.
15030
15031 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
15032
15033         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
15034
15035 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
15036
15037         * lib/verify.h: Document the internals better.  Most of this change
15038         was written by Bruno Haible.
15039
15040 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
15041
15042         * doc/verify.texi: New file, partly based on a proposal by
15043         Bruno Haible.
15044
15045 2006-05-02  Bruno Haible  <bruno@clisp.org>
15046
15047         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
15048         test from here...
15049         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
15050
15051 2006-04-29  Bruno Haible  <bruno@clisp.org>
15052
15053         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
15054         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
15055
15056 2006-04-29  Bruno Haible  <bruno@clisp.org>
15057
15058         * gnulib-tool: Make --update option actually work.
15059
15060 2006-04-29  Bruno Haible  <bruno@clisp.org>
15061
15062         * doc/gcd.texi: New file.
15063         * doc/gnulib.texi: Include it.
15064
15065 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
15066
15067         * lib/getdate.y (get_date): When adding relative date, start with the
15068         initial time, not with the result of the first mktime call.
15069
15070 2006-04-25  Bruno Haible  <bruno@clisp.org>
15071
15072         * gnulib-tool (func_import): Output the include directives in three
15073         blocks, sorted separately.
15074         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15075
15076 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
15077
15078         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
15079         to define main with arguments, for C++.  Reported by Eric Blake.
15080         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
15081         Prefer 'int main ()' to 'int main (void)', for C++.
15082         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
15083         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
15084         for 'main', for C99 and C++.
15085
15086 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
15087
15088         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
15089         Don't assume that exit status -1 is valid.
15090         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
15091         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
15092         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
15093         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
15094         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
15095         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
15096         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
15097         functions can be used without declaring them, or that you can
15098         exit with status -1.
15099         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
15100
15101 2006-04-24  Karl Berry  <karl@gnu.org>
15102
15103         * config/srclist.txt (longdouble.m4): sync lost.
15104
15105 2006-04-24  Eric Blake  <ebb9@byu.net>
15106
15107         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
15108
15109 2006-04-24  Bruno Haible  <bruno@clisp.org>
15110
15111         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
15112         poll() implementation in AIX.
15113         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15114
15115 2006-04-24  Bruno Haible  <bruno@clisp.org>
15116
15117         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
15118         assigned exactly once.
15119
15120 2006-04-23  Claudio Fontana  <claudio@gnu.org>
15121             Bruno Haible  <bruno@clisp.org>
15122
15123         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
15124         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
15125         for AM_CPPFLAGS.
15126
15127 2006-04-23  Bruno Haible  <bruno@clisp.org>
15128
15129         * modules/copy-file: Depend on unistd.
15130         * modules/execute: Likewise.
15131         * modules/fatal-signal: Likewise.
15132         * modules/findprog: Likewise.
15133         * modules/mkdtemp : Likewise.
15134         * modules/pipe: Likewise.
15135         * modules/wait-process: Likewise.
15136
15137 2006-04-23  Bruno Haible  <bruno@clisp.org>
15138
15139         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
15140         condition was already detected.
15141         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15142
15143 2006-04-23  Bruno Haible  <bruno@clisp.org>
15144
15145         * lib/copy-file.c: Include <unistd.h> unconditionally.
15146         * lib/execute.c: Likewise.
15147         * lib/fatal-signal.c: Likewise.
15148         * lib/findprog.c: Likewise.
15149         * lib/mkdtemp.c: Likewise.
15150         * lib/pipe.h: Likewise.
15151         * lib/pipe.c: Likewise.
15152         * lib/wait-process.h: Likewise.
15153
15154 2006-04-23  Bruno Haible  <bruno@clisp.org>
15155
15156         * gnulib-tool (func_usage): Fix --import description. Document
15157         --update.
15158         (func_import): Create temporary file in a temporary directory, if
15159         --dry-run is specified. Silence errors from 'grep' when there are no
15160         m4 files in $m4dir.
15161         (func_create_testdir): Silence errors from 'grep' when there are no
15162         m4 files in $m4dir.
15163         Reported by Karl Berry <karl@freefriends.org>.
15164
15165 2006-04-20  Bruno Haible  <bruno@clisp.org>
15166
15167         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
15168         one argument, so that the code will be portable to Autoconf 2.60.
15169         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
15170         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
15171         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
15172
15173 2006-04-19  Derek Price  <derek@ximbiot.com>
15174             Eric Blake  <ebb9@byu.net>
15175
15176         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
15177         rather than "/full/path.h".  Update comment to match.  Shorten &
15178         generalize m4_translit call via AS_TR_CPP.
15179
15180 2006-04-19  Derek Price  <derek@ximbiot.com>
15181             Eric Blake  <ebb9@byu.net>
15182
15183         * lib/inttypes.h: Correct grammar in comment.
15184
15185 2006-04-18  Derek Price  <derek@ximbiot.com>
15186             Paul Eggert  <eggert@cs.ucla.edu>
15187
15188         * modules/inttypes: New file.
15189         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
15190
15191 2006-04-18  Derek Price  <derek@ximbiot.com>
15192             Paul Eggert  <eggert@cs.ucla.edu>
15193
15194         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
15195         New files.
15196
15197 2006-04-18  Derek Price  <derek@ximbiot.com>
15198             Paul Eggert  <eggert@cs.ucla.edu>
15199
15200         * lib/inttypes.h: New file.
15201         * lib/strtoimax.c: Assume <inttypes.h>.
15202
15203 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
15204
15205         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
15206         isn't mounted.  Problem reported by Kir Kolyshkin.
15207
15208 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15209
15210         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
15211         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
15212         Derek R. Price.
15213         * lib/regex.h (RE_DUP_MAX): Update comment to match current
15214         implementation.
15215
15216 2006-04-12  Eric Blake  <ebb9@byu.net>
15217
15218         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
15219         is now done automatically by the corresponding Autoconf macro.
15220
15221 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
15222
15223         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
15224         time_r.h.
15225
15226 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15227
15228         Merge regex changes from libc, removing some of our
15229         POSIX-conformance changes that were rejected and redoing them in a
15230         less-intrusive way.
15231
15232         * lib/regcomp.c (re_compile_internal, init_dfa):
15233         Length arg is now size_t, not Idx.  All uses changed.
15234         (peek_token): Forward decl now says internal_function.
15235         (__re_error_msgid, __re_error_msgid_idx):
15236         Now static rather than extern with attribute_hidden.
15237         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
15238         For some reason libc prefers K&R style defns for external functions.
15239         (regerror) [!defined _LIBC]: Likewise.
15240         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
15241         (seek_collating_symbol_entry, lookup_collation_sequence_value):
15242         (build_range_exp, build_collating_symbol):
15243         Use K&R-style defn.
15244         (re_compile_fastmap): Use '\0' to memset, not 0.
15245         (utf8_sb_map): Make the calculations more obvious.
15246         (init_dfa, parse_bracket_exp, build_charclass_op):
15247         Call calloc and cast result, as glibc does.
15248         (init_word_char, fetch_token, peek_token, peek_token_bracket):
15249         (build_range_exp, build_collating_symbol):
15250         Now internal functions.
15251
15252         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
15253
15254         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
15255         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
15256         Don't depend on VMS; depend on __VMS instead, for POSIX
15257         namespace cleanness.
15258         (regoff_t): Define to ssize_t, not long int.
15259
15260         Remove the REG_ macros named below.  Instead, make the old names
15261         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
15262         __USE_GNU_REGEX.
15263         (REG_BACKSLASH_ESCAPE_IN_LISTS):
15264         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
15265         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
15266         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
15267         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
15268         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
15269         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
15270         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
15271         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
15272         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
15273         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
15274         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
15275         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
15276         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
15277         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
15278         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
15279         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
15280         (REG_NREGS):
15281         Remove.  All uses replaced by the old RE_* names.
15282         (RE_BACKSLASH_ESCAPE_IN_LISTS):
15283         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
15284         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
15285         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
15286         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
15287         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
15288         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
15289         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
15290         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
15291         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
15292         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
15293         Don't bother having these macros be independent of each others'
15294         values, since they no longer exist in the POSIX name space.
15295
15296         Rename the following member names back to their old names,
15297         unless !__USE_GNU_REGEX.  All uses changed back.
15298         (buffer): Renamed from re_buffer.
15299         (allocated): Renamed from re_allocated.
15300         (used): Renamed from re_used.
15301         (syntax): Renamed from re_syntax.
15302         (fastmap): Renamed from re_fastmap.
15303         (translate): Renamed from re_translate.
15304         (can_be_null): Renamed from re_can_be_null.
15305         (regs_allocated): Renamed from re_regs_allocated.
15306         (fastmap_accurate): Renamed from re_fastmap_accurate.
15307         (no_sub): Renamed from re_no_sub.
15308         (not_bol): Renamed from re_not_bol.
15309         (not_eol): Renamed from re_not_eol.
15310         (newline_anchor): Renamed from re_newline_anchor.
15311         (num_regs): Renamed from rm_num_regs.
15312         (start): Renamed from rm_start.
15313         (end): Renamed from rm_end.
15314
15315         (free_state): Move up a bit.
15316
15317         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
15318         #define to be empty.
15319         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
15320         when that is what is intended.
15321         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
15322         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
15323         (MAX): New macro.
15324         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
15325         All uses changed back to re_malloc, etc.  It's now the caller's
15326         responsibility to check for overflow; all callers changed.
15327         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
15328         (re_x2nrealloc): Remove.
15329         (free_state): Remove decl.
15330
15331         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
15332         (re_set_registers, re_exec):
15333         Use K&R-style defn.
15334
15335         2006-01-31  Roland McGrath  <roland@redhat.com>
15336
15337         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
15338         Reported by Mike Frysinger <vapier@gentoo.org>.
15339
15340         2006-01-15  Andreas Jaeger  <aj@suse.de>
15341
15342         [BZ #1950]
15343         * lib/regex_internal.c (re_string_reconstruct): Adjust for
15344         build_wcs_upper_buffer change.
15345         (build_wcs_upper_buffer): Change return type.
15346
15347         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
15348
15349         * lib/regex_internal.h: Include <stdint.h> if available.
15350
15351         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
15352
15353         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
15354
15355         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
15356
15357         * lib/regcomp.c: Adjust for changed secondary hash function.
15358
15359         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
15360
15361         * lib/regex.h: Pretty printing.
15362         Clean up namespace a bit.
15363
15364         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
15365
15366         * lib/regexec.c (update_cur_sifted_state, check_arrival,
15367         check_arrival_add_next_nodes): Avoid using uninitialized variable.
15368
15369         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
15370                     Ulrich Drepper  <drepper@redhat.com>
15371
15372         [BZ #1302]
15373         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
15374         changed.
15375         (bitset_word_t): Renamed from bitset_word.  All uses changed.
15376
15377         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
15378
15379         [BZ #281]
15380         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
15381         * lib/regcomp.c: Remove unnecessary uses of
15382         unsigned RE_TRANSLATE_TYPE.
15383         * lib/regex_internal.h: Likewise.
15384         * lib/regex_internal.c: Likewise.
15385         * lib/regexec.c: Likewise.
15386         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
15387
15388         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
15389
15390         * lib/regexec.c (find_recover_state): Remove unnecessary
15391         initialization.
15392         (transit_state_bkref): Make DFA a const pointer.
15393         (get_subexp): Likewise.
15394         (check_arrival): Likewise.
15395         (update_cur_sifted_state): Likewise.
15396         (re_search_internal): Likewise.
15397         (prune_impossible_nodes): Likewise.
15398         (acquire_init_state_context): Likewise.
15399         (proceed_next_node): Likewise.
15400         (set_regs): Likewise.
15401         (free_fail_stack_return): Likewise.
15402         (check_arrival_expand_ecl): Mark DFA parameter as const.
15403         (check_arrival_expand_ecl_sub): Likewise.
15404         (check_subexp_limits): Likewise.
15405         (sub_epsilon_src_nodes):  Likewise.
15406         (add_epsilon_src_nodes):  Likewise.
15407         (merge_state_array): Likewise.
15408         (update_regs): Likewise.
15409         (build_trtable): Likewise.
15410         (sift_states_backward): Mark MCTX parameter as const.
15411         (build_sifted_states): Likewise.
15412         (update_cur_sifted_state): Likewise.
15413         (sift_states_mkref): Likewise.
15414         (check_arrival_expand_ecl): Mark eclosure as const.
15415         (check_dst_limits_calc_pos_1): Likewise.
15416         * lib/regex_internal.h (re_match_context_t): Make dfa a const
15417         pointer.
15418
15419         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
15420
15421         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
15422         (transit_state_sb): Likewise.
15423         (transit_state_mb): Likewise.
15424         (sift_states_iter_mb): Likewise.
15425         (check_arrival_add_next_nodes): Likewise.
15426         (check_node_accept_bytes): Change first parameter to pointer-to-const.
15427         [_LIBC] (re_search_2_stub): Use mempcpy.
15428
15429         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
15430         mbrtowc for very simple UTF-8 case.
15431
15432         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
15433         a pointer-to-const.
15434         (re_acquire_state_context): Likewise.
15435         * lib/regex_internal.h: Adjust prototypes.
15436
15437         * lib/regex.c: Prevent using C++ compilers.
15438
15439         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
15440         (re_acquire_state_context): Likewise.
15441
15442 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15443
15444         * modules/regex (Depends-on): Add ssize_t.
15445
15446 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15447
15448         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
15449         translation table.
15450
15451 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15452
15453         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
15454
15455 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
15456             Bruno Haible  <bruno@clisp.org>
15457
15458         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
15459         <sys/types.h> and <inttypes.h>.
15460
15461 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15462
15463         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
15464         `__error_t_defined', so argp.h will not typedef the former.
15465
15466 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
15467
15468         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
15469         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
15470         glibc names.  Even if glibc is changed to conform to POSIX, the
15471         traditional names will be available anyway, since regex depends on
15472         the extensions module.  Also, fix a longstanding typo in the
15473         implementation of Spencer ERE test #75 from grep 2.3.  Problems
15474         reported by Emanuele Giaquinta.  Also, change sense of cached
15475         variable, so that the message makes sense.
15476
15477 2006-03-24  Simon Josefsson  <jas@extundo.com>
15478
15479         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
15480         including some doc fixes.
15481         (base64_encode_alloc): Fix +1 bug on allocation failures.
15482
15483 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15484
15485         * lib/base64.c (base64_encode): Do not read past end of array with
15486         unsanitized input on systems with CHAR_BIT > 8.
15487
15488 2006-03-24  Eric Blake  <ebb9@byu.net>
15489
15490         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
15491
15492 2006-03-22  Karl Berry  <karl@gnu.org>
15493
15494         * config/srclist.txt (*setenv.[ch]): get from coreutils.
15495         * config/srclistvars.sh (COREUTILS): new var.
15496
15497 2006-03-17  Jim Meyering  <jim@meyering.net>
15498
15499         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
15500         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
15501
15502 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
15503
15504         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
15505         no longer needs it.  Instead, check that regoff_t is as least
15506         as wide as ptrdiff_t.
15507
15508         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
15509         so that our regex.h stays compatible with the installed regex.
15510         This is helpful for installers who configure --without-included-regex.
15511         Problem reported by Emanuele Giaquinta.
15512
15513 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
15514
15515         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
15516         Typedef to long int, not to off_, as POSIX will likely change
15517         in that direction.
15518
15519 2006-03-15  Eric Blake  <ebb9@byu.net>
15520
15521         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
15522
15523 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15524
15525         * lib/argp-help.c (validate_uparams): Fix typo
15526         * lib/argp-parse.c (argp_default_options): Consistently begin help
15527         messages with a lowercase letter.
15528
15529 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
15530
15531         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
15532         overrun buffers and shouldn't be used (much as gets shouldn't be
15533         used).
15534         * lib/time_r.c (asctime_r, ctime_r): Likewise.
15535
15536 2006-03-08  Simon Josefsson  <jas@extundo.com>
15537
15538         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
15539         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15540
15541 2006-03-08  Simon Josefsson  <jas@extundo.com>
15542
15543         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
15544         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15545
15546 2006-03-08  Simon Josefsson  <jas@extundo.com>
15547
15548         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
15549         signal that configure disabled the device.
15550
15551 2006-03-08  Simon Josefsson  <jas@extundo.com>
15552
15553         * build-aux/maint.mk: Fix refresh-po, to handle no translated
15554         languages.
15555
15556 2006-03-07  Simon Josefsson  <jas@extundo.com>
15557
15558         * modules/getopt (Depends-on): Add unistd.
15559
15560         * modules/unistd: New file.
15561
15562 2006-03-07  Simon Josefsson  <jas@extundo.com>
15563
15564         * modules/gc-random: New file.
15565
15566 2006-03-07  Simon Josefsson  <jas@extundo.com>
15567
15568         * m4/unistd_h.m4: New file.
15569
15570 2006-03-07  Simon Josefsson  <jas@extundo.com>
15571
15572         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
15573         test to be side-effect free by storing the result in the cache
15574         variable gl_cv_lib_readline, and moving the assignment of
15575         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
15576         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15577
15578 2006-03-07  Simon Josefsson  <jas@extundo.com>
15579
15580         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
15581         error on missing devices (the functions will return an error).
15582
15583         * m4/gc.m4: Move random stuff to gc-random.m4
15584
15585 2006-03-07  Simon Josefsson  <jas@extundo.com>
15586
15587         * lib/unistd_.h: New file.
15588
15589 2006-03-07  Simon Josefsson  <jas@extundo.com>
15590
15591         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
15592
15593 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15594
15595         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
15596         Problem reported by Juan Manuel Guerrero.
15597
15598 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15599
15600         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
15601         the unistd module.
15602         * lib/getlogin_r.c: Likewise.
15603         * lib/getlogin_r.h: Likewise.
15604         * lib/glob.c: Likewise.
15605         * lib/pagealign_alloc.c: Likewise.
15606         * lib/unistd_.h: Remove; no longer needed.
15607
15608 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15609
15610         * MODULES.html.sh (Support for systems lacking POSIX:2001):
15611         Add unistd.
15612         * modules/c-stack (Depends-on): Add unistd.
15613         * modules/getlogin_r: Likewise.
15614         * modules/glob: Likewise.
15615         * modules/pagealign_alloc: Likewise.
15616         * modules/unistd (Files): Remove lib/unistd_.h.
15617         (EXTRA_DIST): Remove.
15618         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
15619         need unistd_.h.
15620         (MOSTLYCLEANFILES): Remove unistd.h-t.
15621
15622 2006-03-03  Simon Josefsson  <jas@extundo.com>
15623
15624         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
15625
15626 2006-03-03  Simon Josefsson  <jas@extundo.com>
15627
15628         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
15629         libidn and bison.
15630
15631 2006-03-03  Simon Josefsson  <jas@extundo.com>
15632
15633         * build-aux/maint.mk: Add indent target.
15634
15635 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
15636
15637         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
15638         our replacement poll.h in any case, to avoid a differing
15639         declaration from a system header.  Seen on AIX.
15640
15641 2006-03-01  Simon Josefsson  <jas@extundo.com>
15642
15643         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
15644         <kasal@ucw.cz>.
15645
15646 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15647
15648         * modules/gettime (Depends-on): Add extensions module.
15649         * modules/nanosleep (Depends-on): Likewise.
15650         * modules/settime (Depends-on): Likewise.
15651
15652 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15653
15654         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
15655         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
15656         pedantically.
15657         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
15658         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
15659
15660         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
15661         not "==".  Reported by Ralf Wildenhues.
15662
15663 2006-03-01  Karl Berry  <karl@gnu.org>
15664
15665         * doc/Copyright/request-*: new files, synced from gnuorg.
15666
15667 2006-03-01  Karl Berry  <karl@gnu.org>
15668
15669         * config/srclist.txt (Copyright/*): new entries.
15670
15671 2006-02-28  Simon Josefsson  <jas@extundo.com>
15672
15673         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
15674
15675 2006-02-27  Simon Josefsson  <jas@extundo.com>
15676
15677         * lib/base64.h: Indent #define's.  From Jim Meyering
15678         <jim@meyering.net>.
15679
15680 2006-02-27  Jim Meyering  <jim@meyering.net>
15681
15682         Revert the change of 2006-02-24, so these files can continue
15683         to be sync'd from gettext.
15684         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
15685         of `config.h'.
15686
15687 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
15688
15689         * modules/intprops: New file.
15690         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
15691         Add intprops.
15692         * modules/getloadavg (Files): Remove lib/intprops.h.
15693         (Depends-on): Add intprops.
15694         * modules/human: Likewise.
15695         * modules/inttostr: Likewise.
15696         * modules/openat: Likewise.
15697         * modules/sig2str: Likewise.
15698         * modules/userspec: Likewise.
15699         * modules/utimecmp: Likewise.
15700         * modules/xnanosleep: Likewise.
15701         * modules/xstrtol: Likewise.
15702
15703 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
15704
15705         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
15706         * modules/lock-tests (TESTS): Use $(EXEEXT).
15707         * modules/tls-tests: Likewise.
15708         * modules/argp-tests: Likewise.
15709         (check_PROGRAMS): New var, replacing...
15710         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
15711
15712 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15713
15714         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
15715         `config.h'.
15716
15717 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
15718
15719         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
15720
15721 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15722
15723         Sync from coreutils.
15724         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
15725         gl_CHDIR_SAFER.
15726
15727 2006-02-22  Jim Meyering  <jim@meyering.net>
15728
15729         Sync from coreutils.
15730         * m4/chdir-safer.m4: New file.
15731
15732 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
15733
15734         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
15735         AT_FDCWD exceeds INT_MAX.
15736         * lib/openat.h (AT_FDCWD): Likewise.
15737
15738 2006-02-17  Eric Blake  <address@hidden>
15739
15740         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
15741
15742 2006-02-16  Simon Josefsson  <jas@extundo.com>
15743
15744         * modules/getaddrinfo (Depends-on): Add sys_socket.
15745
15746 2006-02-15  Simon Josefsson  <jas@extundo.com>
15747
15748         * build-aux/maint.mk: Add dsyntax-check rule.
15749
15750 2006-02-15  Eric Blake  <ebb9@byu.net>
15751
15752         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
15753         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
15754         'present but cannot compile' warnings on cygwin.
15755         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
15756         use ws2tcpip.h if sys/socket.h works.
15757         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
15758         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
15759
15760 2006-02-14  Simon Josefsson  <jas@extundo.com>
15761
15762         * modules/maintainer-makefile (Files): Rename.
15763
15764         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
15765         and (the local) Makefile.cfg to maint-cfg.mk.
15766
15767         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
15768         to the latter.
15769
15770         * modules/maintainer-makefile: New module.
15771
15772         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
15773         severaly stripped to make it possible to build it up from scratch
15774         with reliable tests.
15775
15776         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
15777         fixes to permit overriding the default actions when configure and
15778         makefile are not available.
15779
15780 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
15781
15782         Sync from coreutils.
15783         * modules/lstat (Depends-on): Don't depend on xalloc.
15784         (License): Change from GPL to LGPL, since this is now simply a
15785         replacement for a libc function.
15786
15787 2006-02-14  Jim Meyering  <jim@meyering.net>
15788
15789         Sync from coreutils.
15790
15791         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
15792         failure on deficient systems, and simplify gnulib lgpl dependencies.
15793         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
15794         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
15795
15796         * lib/xalloc-die.c: Remove unused definition of N_.
15797
15798 2006-02-14  Jim Meyering  <jim@meyering.net>
15799
15800         Sync from coreutils.
15801         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
15802         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
15803         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
15804         double-quote uses of that variable, to accommodate the rare case in
15805         which getmntent is available in none of the libraries checked.  This
15806         happens at least on FreeBSD 5.0.
15807
15808 2006-02-13  Simon Josefsson  <jas@extundo.com>
15809
15810         * gnulib-tool (Usage): Fix --import, from
15811         karl@freefriends.org (Karl Berry).
15812
15813 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15814
15815         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
15816
15817 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
15818
15819         * lib/argp-namefrob.h: Restore changes accidentally lost during the
15820         "autoupdate" on 2005-12-12.
15821
15822 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15823
15824         * modules/closeout (Depends-on): Remove atexit.
15825
15826 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15827
15828         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
15829         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
15830
15831 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
15832
15833         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
15834         __EXTENSIONS__ if this causes compilation to fail.  Problem
15835         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
15836         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
15837
15838 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
15839
15840         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
15841         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
15842         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
15843         All uses changed.
15844
15845 2006-01-26  Simon Josefsson  <jas@extundo.com>
15846
15847         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
15848         prototype is visible on mingw32.
15849
15850         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
15851         for mingw32.
15852
15853         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
15854         mingw32).
15855
15856 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
15857
15858         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
15859         attempt to open for write; this always fails, at least on POSIX
15860         hosts.  This reinstates the 2006-01-09 change, which was
15861         inadvertently removed.
15862
15863 2006-01-26  Bruno Haible  <bruno@clisp.org>
15864
15865         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
15866         Reported by Paul Eggert.
15867
15868 2006-01-26  Bruno Haible  <bruno@clisp.org>
15869             Paul Eggert  <eggert@cs.ucla.edu>
15870
15871         * lib/stdbool_.h (_Bool)
15872         [(! (defined __cplusplus || defined __BEOS__)
15873           && !defined __GNUC__
15874           && !(defined __HP_cc || defined __xlc__
15875                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
15876                || defined __sgi))]:
15877         #define to signed char in these cases too; this simplifies
15878         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
15879         etc., separately) and makes it more conservative.
15880
15881 2006-01-25  Simon Josefsson  <jas@extundo.com>
15882
15883         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
15884         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
15885         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
15886
15887 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
15888
15889         * lib/argp-namefrob.h: Bugfix. Remove stray #
15890
15891 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
15892
15893         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
15894         so that we test the test.
15895         Check for yet another HP-UX cc bug involving *bool |= bool.
15896
15897 2006-01-25  Karl Berry  <karl@gnu.org>
15898
15899         * config/srclist.txt (vasnprintf.c): sync lost.
15900
15901 2006-01-25  Jim Meyering  <jim@meyering.net>
15902
15903         Sync from the stable (b5) branch of coreutils:
15904
15905         * lib/fts.c (fts_children): Don't let close() clobber errno from
15906         failed fchdir().
15907
15908         * lib/fts.c (fts_stat): When following a symlink-to-directory,
15909         don't necessarily interpret stat-fails+lstat-succeeds as indicating
15910         a dangling symlink.  That can also happen at least for ELOOP.
15911         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
15912         FYI, this bug predates the inclusion of fts.c in coreutils.
15913
15914         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
15915         in their own block, so pre-c99 compilers don't object.
15916
15917         Avoid the double-free (first in fts_read, second in fts_close) that
15918         would occur when an `active' directory is made inaccessible (e.g.,
15919         via chmod a-x) during a traversal.
15920         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15921         before returning.  Reproduce this failure by
15922         mkdir -p a/b; cd a; chmod a-x . b
15923         Reported by Stavros Passas.
15924
15925 2006-01-25  Jim Meyering  <jim@meyering.net>
15926
15927         * lib/fileblocks.c: Remove more useless parentheses.
15928         * lib/readutmp.h: Likewise.
15929
15930 2006-01-25  Bruno Haible  <bruno@clisp.org>
15931
15932         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
15933         warnings.
15934         Reported by Paul Eggert.
15935
15936 2006-01-25  Bruno Haible  <bruno@clisp.org>
15937
15938         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
15939         rid of a trap command. For Solaris sh.
15940         Reported by Mark D. Baushke <mdb@gnu.org>.
15941
15942 2006-01-24  Simon Josefsson  <jas@extundo.com>
15943
15944         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
15945         Bruno.
15946
15947 2006-01-24  Karl Berry  <karl@gnu.org>
15948
15949         * config/srclist.txt (argp-namefrob.h): sync lost.
15950
15951 2006-01-24  Jim Meyering  <jim@meyering.net>
15952
15953         * modules/openat (Files): Add lib/intprops.h.
15954         From Mark D. Baushke.
15955
15956 2006-01-24  Jim Meyering  <jim@meyering.net>
15957
15958         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
15959         Reported by Mark D. Baushke.
15960
15961 2006-01-24  Jim Meyering  <jim@meyering.net>
15962
15963         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
15964
15965 2006-01-24  Bruno Haible  <bruno@clisp.org>
15966
15967         * modules/strnlen (Maintainer): Change from glibc to all.
15968
15969 2006-01-24  Bruno Haible  <bruno@clisp.org>
15970
15971         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
15972         Patch by Paul Eggert.
15973
15974 2006-01-24  Bruno Haible  <bruno@clisp.org>
15975
15976         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
15977         already has it.
15978         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
15979         2005-11-26.
15980
15981         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
15982         'signed char' to avoid problems with the built-in _Bool type.
15983         Reported by Paul Eggert on 2005-11-26.
15984
15985 2006-01-24  Bruno Haible  <bruno@clisp.org>
15986
15987         * gnulib-tool (func_import): Avoid constructing complicated sed
15988         expressions inside backquote.
15989         Report and solution by Mark D. Baushke <mdb@gnu.org>.
15990
15991 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
15992
15993         These changes imported from libc.
15994         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
15995         test and two separate function calls.
15996         * lib/strndup.c (__strndup): Add libc_hidden_def.
15997
15998 2006-01-23  Simon Josefsson  <jas@extundo.com>
15999
16000         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
16001         Remove the test_*_SOURCES variable: automake infers it by default.
16002         * modules/tls-tests: Likewise.
16003
16004 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16005
16006         Work around porting bugs reported by Dieter in
16007         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
16008         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
16009         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
16010         Include "getopt.h" first, to check interface.
16011         (getenv): Declare only if defined HAVE_DECL_GETENV &&
16012         !HAVE_DECL_GETENV.
16013         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
16014         (__strndup): Revert to K&R-style function dfns, the glibc style.
16015         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
16016         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
16017         Include strnlen.h first, to get prototype properly.
16018         (strnlen): Renamed from __strnlen.
16019         Remove weak alias.
16020
16021 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16022
16023         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
16024
16025 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16026
16027         * config/srclist.txt: Adjust to reflect glibc reorganization.
16028         This affects only comments.
16029
16030 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16031
16032          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
16033          Reported by Bruce Korb <bkorb@gnu.org>.
16034
16035 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
16036
16037         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
16038         to pacify gcc -Wswitch-default.
16039
16040 2006-01-22  Bruno Haible  <bruno@clisp.org>
16041
16042         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
16043         temporary buffer for sprintf, take into account the precision also
16044         for 'd', 'i', 'u', 'o', 'x', 'X'.
16045
16046 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
16047
16048         * modules/argp-tests: New module
16049         * tests/test-argp.c: New file
16050         * tests/test-argp-2.sh: New file
16051
16052 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
16053
16054         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
16055         (__argp_base_name): Removed
16056         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
16057         typo.
16058         (__argp_base_name): Provide macro definition or extern declaration
16059         depending on the configuration
16060
16061 2006-01-20  Simon Josefsson  <jas@extundo.com>
16062
16063         * modules/inet_ntop (Depends-on): Depend on sys_socket.
16064
16065 2006-01-20  Simon Josefsson  <jas@extundo.com>
16066
16067         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
16068
16069 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16070
16071         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
16072         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
16073         Suggested by Bruno Haible.
16074
16075 2006-01-20  Karl Berry  <karl@gnu.org>
16076
16077         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
16078         until changes propagate, I guess.
16079
16080 2006-01-19  Simon Josefsson  <jas@extundo.com>
16081
16082         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
16083
16084 2006-01-19  Simon Josefsson  <jas@extundo.com>
16085
16086         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
16087
16088 2006-01-19  Simon Josefsson  <jas@extundo.com>
16089
16090         * gnulib-tool: Set check_PROGRAMS.
16091
16092         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
16093         modules/des-tests, modules/gc-arcfour-tests,
16094         modules/gc-arctwo-tests, modules/gc-des-tests,
16095         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
16096         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
16097         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
16098         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
16099         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
16100         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
16101         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
16102         test_*_SOURCES.
16103
16104 2006-01-18  Simon Josefsson  <jas@extundo.com>
16105
16106         * modules/socklen (Depends-on): Depend on sys_socket.
16107
16108 2006-01-18  Simon Josefsson  <jas@extundo.com>
16109
16110         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
16111         modules/des-tests, modules/gc-arcfour-tests,
16112         modules/gc-arctwo-tests, modules/gc-des-tests,
16113         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
16114         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
16115         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
16116         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
16117         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
16118         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
16119         $(EXEEXT) to automake TESTS variable, for mingw32.
16120
16121 2006-01-17  Simon Josefsson  <jas@extundo.com>
16122
16123         * modules/socklen (Include): Need sys/socket.h.
16124
16125 2006-01-17  Bruno Haible  <bruno@clisp.org>
16126
16127         * modules/ssize_t (Include): Add <sys/types.h>.
16128
16129 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
16130
16131         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
16132         it's not portable and it doesn't work with cross-compiles.
16133         Problem reported by Bruno Haible.  Fix missing-$ typo in
16134         'test "gl_cv_ignore_unused_libraries" ...' that prevented
16135         -zignore from being used with Sun's C compiler.
16136
16137 2006-01-12  Simon Josefsson  <jas@extundo.com>
16138
16139         * lib/base64.c: Fix warning, reported by Bruno Haible
16140         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
16141
16142 2006-01-12  Bruno Haible  <bruno@clisp.org>
16143
16144         * modules/ldd: New file.
16145         * build-aux/ldd.sh.in: New file.
16146         * MODULES.html.sh (Support for building libraries and executables): Add
16147         ldd.
16148
16149 2006-01-12  Bruno Haible  <bruno@clisp.org>
16150
16151         * m4/ldd.m4: New file.
16152
16153 2006-01-12  Bruno Haible  <bruno@clisp.org>
16154
16155         * gnulib-tool (func_import, func_create_testdir): Don't go into an
16156         endless loop while replacing $auxdir with build-aux.
16157
16158 2006-01-11  Simon Josefsson  <jas@extundo.com>
16159
16160         * lib/stdint_.h (SIZE_MAX): Add missing (.
16161
16162 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
16163
16164         Sync from coreutils.
16165         * lib/md5.c: Fix commentary typos.
16166         (alignof, UNALIGNED_P): No need for a GCC-specific version.
16167         * lib/md5.h (__attribute__): Remove; unused.
16168         * lib/sha1.c: Fix commentary to match md5 better.
16169         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
16170         so that we don't need to worry about alignment.  All uses changed.
16171         This merges the 2005-10-28 md5 change into sha1.
16172
16173 2006-01-11  Jim Meyering  <jim@meyering.net>
16174
16175         Sync from coreutils.
16176         * lib/md5.c (OP): Fix spacing.
16177
16178 2006-01-11  Bruno Haible  <bruno@clisp.org>
16179
16180         Ensure automatic ordering between gl_LOCK and gl_ARGP.
16181         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
16182         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
16183
16184 2006-01-11  Bruno Haible  <bruno@clisp.org>
16185
16186         Ensure automatic ordering between gl_LOCK and gl_ARGP.
16187         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
16188         the "early" section as well.
16189
16190 2006-01-11  Bruno Haible  <bruno@clisp.org>
16191
16192         Avoid "ar: no archive members specified" error on MacOS X.
16193         * gnulib-tool (func_modules_add_dummy): New function.
16194         (func_import, func_create_testdir): Invoke it.
16195
16196 2006-01-11  Bruno Haible  <bruno@clisp.org>
16197
16198         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
16199         with $auxdir in AC_CONFIG_FILES statements.
16200
16201 2006-01-11  Bruno Haible  <bruno@clisp.org>
16202
16203         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16204         Initialize also noinst_HEADERS to empty.
16205
16206 2006-01-11  Bruno Haible  <bruno@clisp.org>
16207
16208         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
16209         variables.
16210         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
16211         autoreconf.
16212
16213 2006-01-11  Bruno Haible  <bruno@clisp.org>
16214
16215         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
16216         overridable by the user.
16217         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16218
16219 2006-01-10  Simon Josefsson  <jas@extundo.com>
16220
16221         * modules/sys_socket: New file.
16222
16223 2006-01-10  Simon Josefsson  <jas@extundo.com>
16224
16225         * m4/sys_socket_h.m4: New file.
16226
16227 2006-01-10  Simon Josefsson  <jas@extundo.com>
16228
16229         * lib/socket_.h: New file.
16230
16231 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16232
16233         * modules/readutmp (Maintainer): Add myself.
16234
16235 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16236
16237         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
16238         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
16239         People who are still concerned with buggy memcmp implementations
16240         can invoke gl_FUNC_MEMCMP themselves.
16241
16242 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16243
16244         * lib/regex_internal.h (BITSET_WORD_BITS):
16245         Work around a bug in 64-bit PGC (before version 6.1-2), where the
16246         preprocessor mishandles large unsigned values as if they were signed.
16247         Problem reported by Claudio Fontana in
16248         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
16249
16250 2006-01-10  Jim Meyering  <jim@meyering.net>
16251
16252         Avoid the double-free (first in fts_read, second in fts_close) that
16253         would occur when an `active' directory is made inaccessible (e.g.,
16254         via chmod a-x) during a traversal.
16255         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
16256         before returning.  Reproduce this failure by
16257         mkdir -p a/b; cd a; chmod a-x . b
16258         Reported by Stavros Passas.
16259
16260         Sync from coreutils.
16261         * lib/sha1.c: Tweak grammar in a comment.
16262
16263 2006-01-10  Jim Meyering  <jim@meyering.net>
16264
16265         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
16266         Patch by Joerg Sonnenberger.
16267
16268 2006-01-10  Bruno Haible  <bruno@clisp.org>
16269
16270         * modules/readutmp: Depend on module free.
16271         * modules/strtok_r: Depend on module restrict.
16272
16273 2006-01-10  Bruno Haible  <bruno@clisp.org>
16274
16275         * modules/gettext (configure.ac): Add an invocation of
16276         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
16277
16278 2006-01-10  Bruno Haible  <bruno@clisp.org>
16279
16280         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
16281         Reported by Werner Lemberg <wl@gnu.org>.
16282
16283 2006-01-10  Bruno Haible  <bruno@clisp.org>
16284
16285         * lib/localcharset.c: Update from GNU gettext.
16286
16287 2006-01-10  Bruno Haible  <bruno@clisp.org>
16288
16289         * lib/argp.h (__const): Remove macro. Use const instead.
16290         * lib/argp-fmtstream.h (__const): Likewise.
16291         * lib/glob_.h (__const): Remove macro.
16292         * lib/glob-libc.h: Use const instead of __const.
16293
16294 2006-01-10  Bruno Haible  <bruno@clisp.org>
16295
16296         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
16297         variable.
16298         Needed to avoid an automake error regarding the 'gettext' module.
16299
16300 2006-01-09  Simon Josefsson  <jas@extundo.com>
16301
16302         * modules/inet_ntop (Depends-on): Add restrict.
16303
16304 2006-01-09  Simon Josefsson  <jas@extundo.com>
16305
16306         * modules/gc-rijndael-tests (License): Put under LGPL.
16307
16308         * modules/gc-des-tests (License): Likewise.
16309
16310         * modules/gc-arcfour-tests (License): Likewise.
16311
16312         * modules/gc-arctwo-tests (License): Likewise.
16313
16314         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
16315
16316         * modules/gc-hmac-sha1-tests (Files): Likewise.
16317
16318         * modules/gc-hmac-md5-tests (License): Likewise.
16319
16320         * modules/gc-sha1-tests (License): Likewise.
16321
16322         * modules/gc-md5-tests (License): Likewise.
16323
16324         * modules/gc-md4-tests (License): Likewise.
16325
16326         * modules/gc-md2-tests (License): Likewise.
16327
16328         * modules/gc-tests (License): Likewise.
16329
16330         * modules/des-tests (License): Likewise.
16331
16332         * modules/md4-tests (License): Likewise.
16333
16334         * modules/md2-tests (License): Likewise.
16335
16336 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16337
16338         Sync from coreutils:
16339
16340         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
16341         * modules/lib-ignore: New file.
16342         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
16343         chdir-safer.m4, lchmod.m4.
16344         * modules/openat: Add mkdirat.c, openat-priv.h.
16345
16346 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16347
16348         Sync from coreutils.
16349         * m4/lib-ignore.m4: New file.
16350         * m4/lchmod.m4: New file.
16351
16352 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16353
16354         Sync from coreutils.
16355         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
16356         for write access: POSIX says that must fail.
16357         * lib/fts.c (diropen): Likewise.
16358         * lib/save-cwd.c (save_cwd): Likewise.
16359         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
16360         well, for minor improvements on hosts that lack O_DIRECTORY.
16361         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
16362         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
16363         Fall back on chown if open failed with EACCES.
16364
16365         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
16366         Report an error at compile-time if only a 1-second nominal clock
16367         resolution is found.
16368
16369         * lib/lchmod.h: New file.
16370         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
16371         (make_dir_parents): Use lchown rather than chown, and
16372         lchmod rather than chmod.
16373
16374         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
16375         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
16376         "proc" reported by n0dalus.
16377
16378         * lib/mountlist.c: Include <limits.h>.
16379         (dev_from_mount_options)
16380         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
16381         New function.  It no longer assumes "dev=" has the System V meaning
16382         on Linux (since it doesn't).  It also parses "dev=" more carefully.
16383         (read_file_system_list)
16384         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
16385         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
16386         dev= in that case.
16387
16388         * lib/posixtm.h (PDS_PRE_2000): New macro.
16389         * lib/posixtm.c (year): Arg is now syntax_bits rather than
16390         allow_century.  All usages changed.  Reject dates outside the range
16391         1969-1999 if PDS_PRE_2000 is used.
16392
16393 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16394
16395         Sync from coreutils.
16396         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
16397         (Time of day items): Mention the possibility of leap seconds.
16398         Problem reported by Dr. David Alan Gilbert.
16399
16400 2006-01-09  Jim Meyering  <jim@meyering.net>
16401
16402         Sync from coreutils.
16403
16404         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
16405
16406         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
16407
16408         * lib/modechange.c (mode_compile): Reject an invalid mode string
16409         that starts with an octal digit.  From Andreas Gruenbacher.
16410
16411         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
16412         and dup to open_safer and dup_safer, respectively.
16413         (openat_permissive): Fix typo in comment.
16414
16415         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
16416         "gettext.h"; either no longer needed or are guaranteed by openat.h.
16417         (_): Remove; no longer needed.
16418         (openat): Renamed from rpl_openat; no need for rpl_openat
16419         since openat.h renames openat for us.
16420         Replace most of the body with a call to openat_permissive,
16421         to avoid duplicate code.
16422         Port to (probably hypothetical) environments were mode_t is
16423         wider than int.
16424         (openat_permissive): Require mode arg, so that we can check
16425         types better.  Put it just after flags.  Change cwd failure
16426         indicator from pointer-to-bool to pointer-to-errno-value.
16427         All callers changed.
16428         Invoke openat_save_fail and/or openat_restore_fail if
16429         cwd_errno is null, so that openat can call us.
16430         (openat_permissive, fdopendir, fstatat, unlinkat):
16431         Simplify errno handling to avoid some duplicate code,
16432         as it's OK to set errno on success.
16433         * lib/openat.h: Revamp code so that function macros depend on
16434         __OPENAT_PREFIX only, not also on AT_FDCWD.
16435         (openat_ro): Remove.  Caller changed to use openat_permissive.
16436         (openat_permissive): Now a macro, if not a function.
16437         (openat_restore_fail, openat_save_fail): Now always functions,
16438         since mkdirat needs them even if __OPENAT_PREFIX is defined.
16439
16440         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
16441         and openat.c.
16442         * lib/mkdirat.c: Include openat-priv.h.
16443         Remove definitions of macros defined therein.
16444         * lib/openat.c: Likewise.
16445
16446         * lib/mkdirat.c (mkdirat): New file and function.
16447         * lib/openat.h (mkdirat): Declare.
16448
16449         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
16450
16451         * lib/openat.h (openat_permissive): Declare.
16452         (openat_ro): Define.
16453
16454         * lib/openat.c (EXPECTED_ERRNO): New macro.
16455         (openat_permissive): New function -- used in remove.c rewrite.
16456         (all functions): Set errno just before returning, only if there
16457         was an actual failure.
16458         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
16459
16460         Emulate openat-family functions using Linux's procfs, if possible.
16461         Idea and some code based on Ulrich Drepper's glibc changes.
16462
16463         * lib/openat.c: (BUILD_PROC_NAME): New macro.
16464         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
16465         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
16466         before falling back on save_cwd and restore_cwd.
16467         (fdopendir, fstatat, unlinkat): Likewise.
16468
16469         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
16470         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
16471
16472         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
16473         as second argument to va_arg.  Otherwise, some versions of gcc
16474         warn that `if this code is reached, the program will abort'.
16475
16476 2006-01-09  Jim Meyering  <jim@meyering.net>
16477
16478         Sync from coreutils.
16479         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
16480         Require openat-priv.h.
16481
16482 2006-01-09  Bruno Haible  <bruno@clisp.org>
16483
16484         * modules/strnlen (Include): Use strnlen.h.
16485
16486 2006-01-09  Bruno Haible  <bruno@clisp.org>
16487
16488         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
16489
16490 2006-01-09  Bruno Haible  <bruno@clisp.org>
16491
16492         * lib/sysexit_.h (EX_OK): New macro.
16493         Suggested by Martin Lambers <marlam@marlam.de>.
16494
16495 2006-01-09  Bruno Haible  <bruno@clisp.org>
16496
16497         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
16498         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
16499
16500 2006-01-09  Bruno Haible  <bruno@clisp.org>
16501
16502         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
16503         numbers.
16504
16505 2006-01-09  Bruno Haible  <bruno@clisp.org>
16506
16507         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
16508         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
16509         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
16510         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
16511
16512 2006-01-09  Bruno Haible  <bruno@clisp.org>
16513
16514         * build-aux/javacomp.sh.in: New file, moved from lib/.
16515         * modules/javacomp-script (Files): Update.
16516         (configure.ac): Add AC_CONFIG_FILES invocation.
16517         (EXTRA_DIST): Remove variable.
16518
16519         * build-aux/javaexec.sh.in: New file, moved from lib/.
16520         * modules/javaexec (Files): Update.
16521         (configure.ac): Add AC_CONFIG_FILES invocation.
16522         (EXTRA_DIST): Remove javaexec.sh.in.
16523
16524         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
16525         * modules/csharpcomp-script (Files): Update.
16526         (configure.ac): Add AC_CONFIG_FILES invocation.
16527         (EXTRA_DIST): Remove variable.
16528
16529         * build-aux/csharpexec.sh.in: New file, moved from lib/.
16530         * modules/csharpexec (Files): Update.
16531         (configure.ac): Add AC_CONFIG_FILES invocation.
16532         (EXTRA_DIST): Remove csharpexec.sh.in.
16533
16534 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
16535
16536         Sync from coreutils.
16537
16538         Add POSIX ACL support
16539         * lib/acl.h (copy_acl, set_acl): Add declarations.
16540         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
16541         systems other than Linux.
16542         (chmod_or_fchmod): New function: use fchmod when possible,
16543         and chmod otherwise.
16544         (file_has_acl): Add a POSIX ACL implementation, with a
16545         Linux-specific subcase.
16546         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
16547         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
16548         acls are unsupported.
16549         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
16550         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
16551         are unsupported.
16552
16553 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
16554
16555         Sync from coreutils.
16556         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
16557
16558 2006-01-07  Bruno Haible  <bruno@clisp.org>
16559
16560         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
16561         gl_EARLY.
16562
16563 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16564
16565         * lib/strftime.c (tzname): Don't declare if it is already #defined.
16566         Problem reported for Mingw by Mark Junker.
16567
16568 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16569
16570         * README: Gnulib normally doesn't generate a tarball.
16571
16572 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
16573
16574         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
16575         long int, not int, for nanosecond counts, so that people who are
16576         used to POSIX struct timespec won't be surprised.  Reported by Jim
16577         Meyering.
16578
16579 2005-12-28  Bruno Haible  <bruno@clisp.org>
16580
16581         * build-aux/config.rpath: Update from GNU gettext.
16582
16583 2005-12-16  Jim Meyering  <jim@meyering.net>
16584
16585         * modules/fprintftime: New module.
16586         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
16587
16588 2005-12-16  Jim Meyering  <jim@meyering.net>
16589
16590         * m4/fprintftime.m4: New file.
16591
16592 2005-12-16  Jim Meyering  <jim@meyering.net>
16593
16594         * lib/fprintftime.c, lib/fprintftime.h: New files.
16595
16596 2005-12-15  Simon Josefsson  <jas@extundo.com>
16597
16598         * modules/socklen (configure.ac): Fix M4 macro name, to align with
16599         new m4/socklen.m4.
16600
16601 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16602
16603         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
16604         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
16605
16606 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16607
16608         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
16609         * lib/argp-help.c (fill_in_uparams): Check if the constructed
16610         struct uparams is valid. Fall back to the default values if it is
16611         not.
16612
16613 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16614
16615         * modules/argp (Files): Add argp-pin.c
16616         (Depends-on): dirname
16617         (lib_SOURCES): Add argp-pin.c
16618
16619 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16620
16621         * m4/argp.m4:  Check if program_invocation_name and
16622         program_invocation_short_name are declared and define appropriate
16623         macros if they are not.
16624
16625 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16626
16627         * lib/argp-help.c (__argp_base_name): New function
16628         (__argp_short_program_name): Rewrite using __argp_base_name
16629         * lib/argp-namefrob.h: Define program_invocation_name and
16630         program_invocation_short_name if requested
16631         (__argp_base_name): Add prototype
16632         * lib/argp-parse.c (argp_def): Use gettext wrappers
16633         (argp_default_parser): Use __argp_base_name
16634         * lib/argp-pin.c: New file. Defines program_invocation_name and
16635         program_invocation_short_name on systems that lack them.
16636
16637 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16638
16639         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
16640         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
16641         porting problem reported by Georg Schwarz in
16642         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
16643
16644 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16645
16646         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
16647         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
16648         porting problem reported by Georg Schwarz in
16649         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
16650
16651 2005-12-05  Bruno Haible  <bruno@clisp.org>
16652
16653         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
16654         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
16655         Reported by Mark Junker <mjscod@gmx.de>.
16656
16657 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
16658
16659         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
16660         Use implementation from Albert Chin, with some
16661         comments/corrections by Stepan Kasal and myself.
16662
16663 2005-12-02  Bruno Haible  <bruno@clisp.org>
16664
16665         * gnulib-tool (func_import): Accept GPLed build tool modules when
16666         --lgpl is given.
16667         * modules/csharpcomp-script: New file.
16668         * modules/csharpcomp: Depend on it.
16669         * modules/javacomp-script: New file.
16670         * modules/javacomp: Depend on it.
16671         Suggested by Simon Josefsson.
16672
16673 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
16674
16675         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
16676         statement, to work around an HP-UX 10.20 compiler bug reported by
16677         Peter O'Gorman.
16678
16679 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
16680
16681         * modules/savedir (Depends-on): Add openat.
16682
16683 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
16684
16685         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
16686         (uintmax_t) [defined uintmax_t]: Do not declare.
16687         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
16688         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
16689         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
16690         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
16691         sake of portability to weird hosts that C allows (though we don't
16692         know of any practical examples).
16693
16694         * lib/savedir.h (fdsavedir): New decl.
16695         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
16696         contains most of the former guts of savedir.
16697         (savedir): Use savedirstream.
16698         Include "openat.h".
16699
16700 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16701
16702         * modules/obstack (Files): Add m4/ulonglong.m4.
16703         Problem reported by Davide Angelocola.
16704
16705 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
16706
16707         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
16708         coreutils no longer futzes with rounding modes.
16709
16710 2005-11-14  Jim Meyering  <jim@meyering.net>
16711
16712         * lib/mkstemp-safer.c: Include <config.h>, required for possible
16713         replacement of mkstemp.
16714
16715 2005-11-10  Simon Josefsson  <jas@extundo.com>
16716
16717         * lib/readline.c: Remove EOL.
16718
16719 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16720
16721         * modules/gethrxtime (Depends-on): Add gettime.
16722
16723 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16724
16725         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
16726         or gettimeofday; no longer needed.
16727
16728 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16729
16730         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
16731         time business.
16732         (gethrxtime) [! (HAVE_NANOUPTIME
16733         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
16734         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
16735         our own approximation.
16736
16737 2005-11-08  Eric Blake  <ebb9@byu.net>
16738
16739         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16740
16741 2005-11-08  Eric Blake  <ebb9@byu.net>
16742
16743         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16744
16745 2005-11-04  Bruno Haible  <bruno@clisp.org>
16746
16747         * gnulib-tool: Implement --update mode.
16748
16749 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16750
16751         Fix porting problem reported by Theodoros V. Kalamatianos.
16752         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
16753         Don't assume that futimes failing means we must fail.
16754
16755 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16756
16757         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
16758         variables to suggest the intended function of the PATH_MAX check.
16759
16760 2005-10-30  Kean Johnston  <jkj@sco.com>
16761
16762         Trivial changes to support SCO systems.
16763         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
16764         as PATH_MAX.
16765         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
16766         where __ptr is null when no I/O is pending.
16767
16768 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16769
16770         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
16771         leave errno alone.  Problem reported by Dmitry V. Levin.
16772
16773 2005-10-28  Simon Josefsson  <jas@extundo.com>
16774
16775         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
16776         Test more.
16777
16778         * tests/test-gc-md2.c, tests/test-md2.c: New files.
16779
16780         * modules/md2, modules/md2-tests: New files.
16781
16782 2005-10-28  Simon Josefsson  <jas@extundo.com>
16783
16784         * m4/inet_ntop.m4: More tests.
16785
16786         * m4/gc-md2.m4, md2.m4: New file.
16787
16788 2005-10-28  Simon Josefsson  <jas@extundo.com>
16789
16790         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
16791         "restrict" keywords, as per POSIX.  Protect the function
16792         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
16793         Don't use K&R prototypes.  Check the sprintf return values.
16794         Re-define EAFNOSUPPORT if not present.  Indent.
16795
16796         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
16797         suggested by Bruno Haible <bruno@clisp.org>.
16798
16799         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
16800
16801         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
16802
16803         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
16804         libgcrypt).
16805
16806         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
16807
16808         * lib/md2.h, lib/md2.c: New files.
16809
16810 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
16811
16812         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
16813         errno alone.  Problem reported by Frederic Jolliton.
16814
16815 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
16816
16817         * modules/verify (License): Change from GPL to LGPL.  This is a
16818         tiny module and there are apparently near-equivalents that are
16819         under the BSD license.
16820
16821 2005-10-24  Simon Josefsson  <jas@extundo.com>
16822
16823         * modules/sha1: Relicense to LGPL.
16824
16825 2005-10-24  Simon Josefsson  <jas@extundo.com>
16826
16827         * lib/md4.h: Shrink buffer size, now that we changed the type.
16828
16829 2005-10-23  Simon Josefsson  <jas@extundo.com>
16830
16831         * gnulib-tool (func_import): Fix --tests-base.
16832
16833 2005-10-22  Simon Josefsson  <jas@extundo.com>
16834
16835         * modules/arcfour (Depends-on): Need stdint.
16836
16837 2005-10-22  Simon Josefsson  <jas@extundo.com>
16838
16839         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
16840         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
16841
16842 2005-10-22  Simon Josefsson  <jas@extundo.com>
16843
16844         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
16845         suggested by Bruno Haible <bruno@clisp.org>.
16846
16847 2005-10-22  Simon Josefsson  <jas@extundo.com>
16848
16849         * lib/crc.h: Include stddef.h, for size_t.
16850
16851 2005-10-22  Simon Josefsson  <jas@extundo.com>
16852
16853         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
16854         arcfour_context struct (simplify test vector testing in GNU
16855         Shishi).
16856
16857 2005-10-21  Simon Josefsson  <jas@extundo.com>
16858
16859         * modules/des, modules/des-tests: New files.
16860
16861         * modules/gc-des, modules/gc-des-tests: New files.
16862
16863         * tests/test-des.c, tests/test-gc-des.c: New file.
16864
16865 2005-10-21  Simon Josefsson  <jas@extundo.com>
16866
16867         * modules/arctwo, modules/arctwo-tests: New files.
16868
16869         * tests/test-arctwo.c: New file.
16870
16871         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
16872
16873         * tests/test-gc-arctwo.c: New file.
16874
16875 2005-10-21  Simon Josefsson  <jas@extundo.com>
16876
16877         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
16878         Bruno Haible <bruno@clisp.org>.
16879
16880         * m4/gc-des.m4: New file.
16881
16882 2005-10-21  Simon Josefsson  <jas@extundo.com>
16883
16884         * m4/arctwo.m4: New file.
16885
16886         * m4/gc-arctwo.m4: New file.
16887
16888 2005-10-21  Simon Josefsson  <jas@extundo.com>
16889
16890         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
16891         block.
16892
16893 2005-10-21  Simon Josefsson  <jas@extundo.com>
16894
16895         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
16896         <bruno@clisp.org>.
16897
16898         * lib/hmac-sha1.c (hmac_sha1): Likewise.
16899
16900         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
16901         Bruno Haible <bruno@clisp.org>.
16902
16903         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
16904         <bruno@clisp.org>.
16905
16906 2005-10-21  Simon Josefsson  <jas@extundo.com>
16907
16908         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
16909
16910 2005-10-21  Simon Josefsson  <jas@extundo.com>
16911
16912         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
16913
16914 2005-10-21  Simon Josefsson  <jas@extundo.com>
16915
16916         * lib/des.h, lib/des.c: New files.
16917
16918         * lib/gc-gnulib.c: Support DES.c
16919
16920 2005-10-21  Simon Josefsson  <jas@extundo.com>
16921
16922         * lib/arctwo.h, lib/arctwo.c: New files.
16923
16924         * lib/gc-gnulib.c: Support ARCTWO.
16925
16926 2005-10-21  Simon Josefsson  <jas@extundo.com>
16927
16928         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
16929         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16930
16931 2005-10-21  Simon Josefsson  <jas@extundo.com>
16932
16933         * gnulib-tool (func_import, func_create_testdir): Define automake
16934         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
16935         Makefile.am snippet),
16936         suggested by Bruno Haible <bruno@clisp.org>.
16937
16938         * modules/gc (Makefile.am): Use it.
16939
16940 2005-10-21  Bruno Haible  <bruno@clisp.org>
16941
16942         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
16943         patch.
16944
16945 2005-10-19  Simon Josefsson  <jas@extundo.com>
16946
16947         * tests/test-gc-rijndael.c: New file.
16948
16949         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
16950
16951 2005-10-19  Simon Josefsson  <jas@extundo.com>
16952
16953         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
16954         interface too.
16955
16956 2005-10-19  Simon Josefsson  <jas@extundo.com>
16957
16958         * tests/test-gc-arcfour.c: New file.
16959
16960         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
16961
16962 2005-10-19  Simon Josefsson  <jas@extundo.com>
16963
16964         * modules/gc-md4, modules/gc-md4-tests: New file.
16965
16966         * tests/test-gc-md4.c: New file.
16967
16968 2005-10-19  Simon Josefsson  <jas@extundo.com>
16969
16970         * m4/gc-md4.m4: New file.
16971
16972 2005-10-19  Simon Josefsson  <jas@extundo.com>
16973
16974         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
16975         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
16976         <kasal@ucw.cz>.
16977
16978 2005-10-19  Simon Josefsson  <jas@extundo.com>
16979
16980         * m4/gc-arcfour.m4: New file.
16981
16982         * m4/gc-rijndael.m4: New file.
16983
16984 2005-10-19  Simon Josefsson  <jas@extundo.com>
16985
16986         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
16987
16988 2005-10-19  Simon Josefsson  <jas@extundo.com>
16989
16990         * lib/gc-gnulib.c: Support ARCFOUR.
16991
16992 2005-10-19  Simon Josefsson  <jas@extundo.com>
16993
16994         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
16995         support.
16996
16997         * lib/gc.h: Add ECB enum type.
16998
16999         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
17000
17001 2005-10-18  Simon Josefsson  <jas@extundo.com>
17002
17003         * tests/test-md5.c: New file.
17004
17005         * modules/md5-tests: New file.
17006
17007 2005-10-18  Simon Josefsson  <jas@extundo.com>
17008
17009         * tests/test-md4.c: New file.
17010
17011         * modules/md4, modules/md4-tests: New files.
17012
17013 2005-10-18  Simon Josefsson  <jas@extundo.com>
17014
17015         * m4/md4.m4: New file.
17016
17017 2005-10-18  Simon Josefsson  <jas@extundo.com>
17018
17019         * lib/md4.h, lib/md4.c: New files, based on md5.?.
17020
17021 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
17022
17023         * gnulib-tool (func_create_testdir): Omit the second check whether
17024         BUILT_SOURCES in nonempty.
17025
17026 2005-10-17  Simon Josefsson  <jas@extundo.com>
17027
17028         * tests/test-rijndael.c: New file.
17029
17030 2005-10-17  Simon Josefsson  <jas@extundo.com>
17031
17032         * modules/sha1: Depend on stdint instead of md5.
17033
17034         * modules/md5: Depend on stdint, remove uint32_t.
17035
17036 2005-10-17  Simon Josefsson  <jas@extundo.com>
17037
17038         * modules/gc-sha1-tests: New file.
17039
17040         * tests/test-gc-sha1.c: New file.
17041
17042 2005-10-17  Simon Josefsson  <jas@extundo.com>
17043
17044         * m4/md5.m4: Remove call to uint32_t.m4.
17045
17046 2005-10-17  Simon Josefsson  <jas@extundo.com>
17047
17048         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
17049
17050         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
17051         md5.h.
17052
17053         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
17054
17055         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
17056
17057 2005-10-17  Simon Josefsson  <jas@extundo.com>
17058
17059         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
17060
17061 2005-10-17  Simon Josefsson  <jas@extundo.com>
17062
17063         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
17064
17065 2005-10-17  Simon Josefsson  <jas@extundo.com>
17066
17067         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
17068
17069         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
17070
17071 2005-10-17  Bruno Haible  <bruno@clisp.org>
17072
17073         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
17074         that it can also be used in a test.
17075
17076 2005-10-16  Bruno Haible  <bruno@clisp.org>
17077
17078         * gnulib-tool (func_emit_tests_Makefile_am): Also define
17079         TESTS_ENVIRONMENT, so that individual tests can augment it.
17080
17081         * gnulib-tool (func_create_testdir): Use an intermediate target for
17082         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
17083         macros, like $(ALLOCA_H), which cannot be passed through the command
17084         line.
17085
17086 2005-10-15  Simon Josefsson  <jas@extundo.com>
17087
17088         * modules/rijndael-tests: New file.
17089
17090         * modules/rijndael: New file.
17091
17092 2005-10-15  Simon Josefsson  <jas@extundo.com>
17093
17094         * m4/rijndael.m4: New file.
17095
17096 2005-10-15  Simon Josefsson  <jas@extundo.com>
17097
17098         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
17099
17100         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
17101
17102 2005-10-14  Simon Josefsson  <jas@extundo.com>
17103
17104         * tests/test-arcfour.c: New file.
17105
17106         * modules/arcfour, modules/arcfour-tests: New files.
17107
17108 2005-10-14  Simon Josefsson  <jas@extundo.com>
17109
17110         * m4/arcfour.m4: New file.
17111
17112 2005-10-14  Simon Josefsson  <jas@extundo.com>
17113
17114         * lib/arcfour.h, lib/arcfour.c: New files.
17115
17116 2005-10-14  Roland McGrath  <roland@redhat.com>
17117
17118         Import from libc.  [BZ #1331]
17119         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
17120         macro argument.
17121         Reported by Matej Vela <vela@debian.org>.
17122
17123 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
17124
17125         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
17126         include <wchar.h>; no longer needed.
17127
17128 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
17129
17130         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
17131
17132 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
17133         and  Ulrich Drepper  <drepper@redhat.com>
17134
17135         Import from libc.
17136         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
17137         instead of inline stream orientation test and two separate
17138         function calls.  Pay no attention to USE_IN_LIBIO.
17139
17140 2005-10-13  Simon Josefsson  <jas@extundo.com>
17141
17142         * modules/gc-hmac-md5-tests: New file.
17143
17144         * tests/test-gc-hmac-sha1.c: New file.
17145
17146         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
17147
17148         * modules/gc-hmac-md5-tests: New file.
17149
17150         * tests/test-gc-md5.c: New file.
17151
17152         * modules/gc-md5-tests: New file.
17153
17154 2005-10-13  Simon Josefsson  <jas@extundo.com>
17155
17156         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
17157         Move memory allocation outside of loop.
17158
17159 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
17160
17161         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
17162         intermediate directory is in a read-only file system.  Problem
17163         reported by Eric Blake.
17164
17165 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
17166
17167         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
17168
17169 2005-10-12  Simon Josefsson  <jas@extundo.com>
17170
17171         * tests/test-hmac-sha1.c: New file.
17172
17173         * modules/hmac-sha1-tests: New file.
17174
17175         * modules/hmac-sha1: New file.
17176
17177 2005-10-12  Simon Josefsson  <jas@extundo.com>
17178
17179         * modules/gc-sha1: New file.
17180
17181 2005-10-12  Simon Josefsson  <jas@extundo.com>
17182
17183         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
17184
17185         * tests/test-gc-pbkdf2-sha1.c: New file.
17186
17187 2005-10-12  Simon Josefsson  <jas@extundo.com>
17188
17189         * modules/gc-md5, modules/gc-hmac-md5: New files.
17190
17191         * modules/gc (Files): Remove md5, memxor and hmac files.
17192
17193 2005-10-12  Simon Josefsson  <jas@extundo.com>
17194
17195         * m4/gc-pbkdf2-sha1.m4: New file.
17196
17197         * m4/gc-hmac-sha1.m4: New file.
17198
17199         * m4/gc-sha1: New file.
17200
17201         * m4/hmac-sha1.m4: New file.
17202
17203 2005-10-12  Simon Josefsson  <jas@extundo.com>
17204
17205         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
17206
17207         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
17208
17209 2005-10-12  Simon Josefsson  <jas@extundo.com>
17210
17211         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
17212         suggested by Bruno Haible <bruno@clisp.org>.
17213
17214 2005-10-12  Simon Josefsson  <jas@extundo.com>
17215
17216         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
17217
17218 2005-10-12  Simon Josefsson  <jas@extundo.com>
17219
17220         * lib/gc-pbkdf2-sha1.c: New file.
17221
17222         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
17223
17224 2005-10-12  Simon Josefsson  <jas@extundo.com>
17225
17226         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
17227
17228         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
17229
17230 2005-10-12  Simon Josefsson  <jas@extundo.com>
17231
17232         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
17233         GC_USE_HMAC_MD5, respectively.
17234
17235         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
17236         (gc_md5): Fix typo.
17237
17238         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
17239
17240         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
17241
17242         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
17243
17244 2005-10-12  Bruno Haible  <bruno@clisp.org>
17245
17246         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
17247         Reported by Stepan Kasal <kasal@ucw.cz>.
17248
17249 2005-10-11  Simon Josefsson  <jas@extundo.com>
17250
17251         * tests/test-crc.c: New file.
17252
17253         * modules/crc, modules/crc-tests: New files.
17254
17255 2005-10-11  Simon Josefsson  <jas@extundo.com>
17256
17257         * m4/crc.m4: New file.
17258
17259 2005-10-11  Simon Josefsson  <jas@extundo.com>
17260
17261         * lib/gc.h: Add gc_hash and gc_hash_buffer.
17262
17263         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
17264
17265         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
17266
17267 2005-10-11  Simon Josefsson  <jas@extundo.com>
17268
17269         * lib/crc.h, lib/crc.c: New files.
17270
17271         * lib/gc.h (gc_hash_buffer): Add doc.
17272
17273 2005-10-11  Bruno Haible  <bruno@clisp.org>
17274
17275         * modules/c-strcasestr: New file.
17276         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
17277
17278 2005-10-11  Bruno Haible  <bruno@clisp.org>
17279
17280         * modules/c-strcase: New file.
17281         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
17282
17283 2005-10-11  Bruno Haible  <bruno@clisp.org>
17284
17285         * lib/strcasecmp.c: Include limits.h.
17286         (strcasecmp): Avoid integer overflow on exotic platforms.
17287         * lib/strncasecmp.c: Include limits.h.
17288         (strncasecmp): Avoid integer overflow on exotic platforms.
17289         Reported by Paul Eggert.
17290
17291 2005-10-11  Bruno Haible  <bruno@clisp.org>
17292
17293         * lib/c-strcasestr.h: New file, from GNU gettext.
17294         * lib/c-strcasestr.c: New file, from GNU gettext.
17295
17296 2005-10-11  Bruno Haible  <bruno@clisp.org>
17297
17298         * lib/c-strcase.h: New file, from GNU gettext.
17299         * lib/c-strcasecmp.c: New file, from GNU gettext.
17300         * lib/c-strncasecmp.c: New file, from GNU gettext.
17301
17302 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
17303
17304         * modules/mempcpy (License): GPL -> LGPL.
17305         * modules/strchrnul (License): Likewise.
17306         * modules/sysexits (License): Likewise.
17307
17308 2005-10-08  Simon Josefsson  <jas@extundo.com>
17309
17310         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
17311
17312 2005-10-07  Simon Josefsson  <jas@extundo.com>
17313
17314         * m4/memxor.m4: Remove gl_C_RESTRICT call.
17315
17316 2005-10-06  Simon Josefsson  <jas@extundo.com>
17317
17318         * tests/test-hmac-md5.c: New file.
17319
17320         * modules/hmac-md5-tests: New file.
17321
17322         * modules/hmac-md5: New file.
17323
17324 2005-10-06  Simon Josefsson  <jas@extundo.com>
17325
17326         * m4/hmac-md5.m4: New file.
17327
17328         * m4/memxor.m4: Require gl_C_RESTRICT.
17329
17330 2005-10-06  Simon Josefsson  <jas@extundo.com>
17331
17332         * lib/memxor.c (memxor): Avoid casts and warnings.
17333
17334 2005-10-06  Simon Josefsson  <jas@extundo.com>
17335
17336         * lib/hmac-md5.c: New file.
17337
17338         * lib/hmac.h: New file.
17339
17340 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
17341
17342         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
17343         promotes to int, not unsigned int, to catch the AIX 5.3
17344         compiler bug.
17345
17346 2005-10-05  Simon Josefsson  <jas@extundo.com>
17347
17348         * modules/memxor: New file.
17349
17350         * modules/iconv (Files): Move config.rpath to havelib, it is used
17351         there.
17352
17353         * modules/havelib (Files): Add config.rpath.
17354
17355 2005-10-05  Simon Josefsson  <jas@extundo.com>
17356
17357         * m4/memxor.m4: New file.
17358
17359 2005-10-05  Simon Josefsson  <jas@extundo.com>
17360
17361         * lib/memxor.c (memxor): Fix compiler error.
17362
17363         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
17364         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
17365
17366         * lib/memxor.h, lib/memxor.c: New files.
17367
17368         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
17369         we assume all systems have it, suggested by Jim Meyering
17370         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
17371         any systems lack sys/socket.h; mingw32 is known to lack it, but we
17372         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
17373         same reasons.
17374
17375 2005-10-05  Simon Josefsson  <jas@extundo.com>
17376
17377         * config/srclist.txt: Add glibc bug 1423 for md5.h.
17378
17379 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
17380
17381         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
17382         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
17383         needed, since the source code now assumes these .h files.
17384
17385 2005-10-05  Derek Price  <derek@ximbiot.com>
17386
17387         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
17388
17389 2005-10-05  Bruno Haible  <bruno@clisp.org>
17390
17391         * modules/stdint (License): Change to LGPL.
17392
17393 2005-10-04  Simon Josefsson  <jas@extundo.com>
17394
17395         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
17396         D. Baushke" <mdb@gnu.org>.
17397
17398 2005-10-04  Bruno Haible  <bruno@clisp.org>
17399
17400         * lib/verify.h (verify_true): Provide alternative definition for C++.
17401
17402 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
17403
17404         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
17405         (SSIZE_MAX): New macro, if not already defined.
17406         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
17407         than 2 GiB.
17408
17409 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17410
17411         Sync from coreutils.
17412         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
17413         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
17414         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
17415         ULLONG_MAX doesn't work with 2.7.2.1.
17416
17417 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17418
17419         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
17420         From Ben Pfaff.
17421
17422         * modules/exclude (Depends-on): Depend on verify.
17423         * modules/strtoimax (Depends-on): Likewise.
17424         * modules/utimecmp (Depends-on): Likewise.
17425
17426 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17427
17428         * lib/exclude.c: Include verify.h.
17429         (verify): Remove.  All callers changed to use verify.h's version.
17430         * lib/strtoimax.c: Likewise.
17431         * lib/utimecmp.c: Likewis.e
17432
17433         Sync from coreutils.
17434         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
17435         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
17436         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
17437         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
17438         bother returning ENOSYS if settimeofday or stime fails; just let
17439         them return whatever errno they want to return.
17440         * lib/utimens.c: Include unistd.h, for dup2.
17441         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
17442         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
17443
17444 2005-10-02  Jim Meyering  <jim@meyering.net>
17445
17446         Sync from coreutils.
17447         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
17448         from glibc-2.2.5 that fails for read-only files.
17449
17450 2005-10-02  Jim Meyering  <jim@meyering.net>
17451
17452         Sync from coreutils.
17453         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
17454         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
17455         `#if HAVE_CONFIG_H'.
17456         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
17457         Remove AT_FDCWD test.
17458         Do not consume the fd unless successful.
17459         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
17460         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
17461         block, so that we don't even try to compile it if settimeofday is
17462         available.  This works around a compilation failure on OSF1 V5.1,
17463         due to stime requiring a `long int*' while tv_sec is `int'.
17464
17465 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
17466
17467         Sync from coreutils.
17468         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
17469         against `yes', rather than just testing for nonempty.
17470
17471 2005-10-01  Simon Josefsson  <jas@extundo.com>
17472
17473         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
17474         and Darwin.
17475
17476         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
17477         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
17478         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
17479         freeaddrinfo and gai_strerror are declared by the POSIX headers.
17480         Check if struct addrinfo is declared.
17481
17482 2005-10-01  Simon Josefsson  <jas@extundo.com>
17483
17484         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
17485         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
17486         AI_* and EAI_* definitions.  Protect function declarations.
17487
17488 2005-10-01  Jim Meyering  <jim@meyering.net>
17489
17490         Sync from coreutils.
17491
17492         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
17493         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
17494         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
17495         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
17496         in the inet and nsl libraries.  Required on Solaris 5.7.
17497
17498 2005-10-01  Jim Meyering  <jim@meyering.net>
17499
17500         Sync from coreutils.
17501         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
17502         in the inet and nsl libraries.  Required on Solaris 5.7.
17503
17504 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
17505
17506         * lib/getdelim.c (getdelim): Remove unused variables.
17507
17508 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
17509
17510         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
17511         so that the code works even with ancient cpp.  Portability problem
17512         with GCC 2.7.2.1 reported by Thomas M.Ott.
17513
17514 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
17515
17516         * modules/regex (Depends-on): Add strcase.
17517
17518         * modules/gethostname (Licence): Change from GPL to LGPL, since
17519         gethostname.c is a trivial implementation of a standard library
17520         function.
17521         * modules/poll (License): Change from GPL to LGPL, since it's
17522         derived from LGPL code.
17523
17524 2005-09-27  Jim Meyering  <jim@meyering.net>
17525
17526         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
17527         HAVE_CONFIG_H.
17528
17529         * lib/intprops.h (signed_type_or_expr__): Define.
17530         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
17531         for unsigned types.
17532
17533 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
17534
17535         * lib/verify.h (verify_expr): Remove, replacing with:
17536         (verify_true): New macro that returns true instead of void.
17537         (verify_type__): Remove.
17538         (verify): Use verify_true rather than verify_type__.
17539
17540 2005-09-26  Bruno Haible  <bruno@clisp.org>
17541
17542         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
17543         is necessary.
17544         (lib_SOURCES): Remove mbchar.c.
17545         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
17546         (Files): Add m4/mbrtowc.m4.
17547         * modules/mbiter: Likewise.
17548         * modules/mbuiter: Likewise.
17549
17550 2005-09-26  Bruno Haible  <bruno@clisp.org>
17551
17552         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
17553         compile mbchar.c if they are not both present.
17554         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
17555         * m4/mbiter.m4 (gl_MBITER): Likewise.
17556         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
17557         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
17558         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
17559
17560 2005-09-25  Jim Meyering  <jim@meyering.net>
17561
17562         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
17563         also uses socklen_t.
17564
17565 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
17566
17567         * lib/utimens.c (ENOSYS): Define if not already defined.
17568         (futimens): Support having a null PATH if the file descriptor
17569         is nonnegative.
17570
17571         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
17572         Remove.
17573         (__attribute): Define to empty unless GCC 3.1 or later.
17574         This works around a core dump on OpenBSD 3.4, which has GCC
17575         2.95.3, which dumps core when given __attribute__(()).  It also
17576         simplifies other tests, since we really don't want to bother with
17577         worrying about which ancient version of GCC supported what.
17578         Original problem reported by Yoann Vandoorselaere, with part of
17579         the fix suggested by Derek Price.
17580
17581 2005-09-24  Jim Meyering  <jim@meyering.net>
17582
17583         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
17584         so we can once again use a positive bitfield width of 1 -- now we
17585         don't have to explain why we were using a bitfield width of 2.
17586
17587 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
17588
17589         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
17590         and similarly for the other external symbols.  Problem reported
17591         by James Gallager.
17592
17593         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
17594         bug reported by Jim Meyering.
17595
17596         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
17597         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
17598         not needed, since socklen is a prerequisite module.
17599
17600 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
17601
17602         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
17603         Problem reported by Eric Blake.
17604         (getaddrinfo): Initialize se so that it's not garbage.
17605         Redo internal storage allocation so that it doesn't make unportable
17606         assumptions about alignment.
17607         Fix a memory leak.
17608
17609         * lib/utimens.c (futimens): Use futimesat if available.
17610         Prefer it to futimes since it doesn't have the futimes bug.
17611
17612         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
17613         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
17614         Instead, declare a function that returns a pointer to an array,
17615         and use verify_type__ to declare the size of the array.
17616         Problem and germ of a solution reported by Bruno Haible.
17617         (verify_type__): Use 2, not 1, for bitfield size, to avoid
17618         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
17619
17620 2005-09-23  Jim Meyering  <jim@meyering.net>
17621
17622         Sync from coreutils.
17623         Correct build failure (socklen_t not defined) on at least
17624         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
17625         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
17626
17627 2005-09-23  Jim Meyering  <jim@meyering.net>
17628
17629         * modules/getaddrinfo (Depends-on): Add socklen.
17630
17631 2005-09-23  Bruno Haible  <bruno@clisp.org>
17632
17633         * tests/test-verify.c: New file.
17634
17635 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17636
17637         Sync from coreutils.
17638
17639         * modules/argmatch (Depends-on): Add verify.
17640         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
17641         unistd-safer.
17642         * modules/save-cwd (Depends-on): Likewise.
17643
17644         * modules/openat (Files): Add lib/openat-die.c.
17645         (Depends-on): Remove error, exitfail.
17646         Add dirname.
17647
17648         * modules/verify: New file.
17649         * MODULES.html.sh (Diagnostics <assert.h>): New section,
17650         with "verify" module.
17651
17652 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17653
17654         Sync from coreutils.
17655
17656         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
17657         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
17658         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
17659         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
17660         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
17661         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
17662         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
17663         Don't bother checking for string.h, stdlib.h, unistd.h.
17664         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
17665         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
17666         module's job.
17667         * m4/jm-macros.m4 (gl_MACROS): Likewise.
17668         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
17669
17670         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
17671         (gl_GETDATE): Use it.
17672
17673         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
17674
17675 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17676
17677         Sync from coreutils.
17678
17679         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
17680         stat-time.h.
17681         * lib/argmatch.h: Include verify.h
17682         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
17683         (ARGMATCH_ASSERT): Remove; unused.
17684         * lib/canonicalize.c: Assume STDC_HEADERS.
17685         * lib/exclude.c: Include "strcase.h".
17686         * lib/regex_internal.h [!defined _LIBC]: Likewise.
17687         * lib/getusershell.c: Include stdio--.h rather than stdio.h
17688         and stdio-safer.h.
17689         (getusershell): Call fopen, not fopen_safer.
17690         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
17691         Do not include unistd-safer.h.
17692         (save_cwd): Don't call fd_safer; no longer needed
17693         now that we include fcntl--.h.
17694
17695         * lib/getdate.y (relative_time): New type.
17696         (RELATIVE_TIME_0): New constant.
17697         (parser_control): Use relative_time instead of doing it ourselves.
17698         (%union): Add new relative_time rel member.
17699         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
17700         Now typeless.
17701         (relunit, relunit_snumber): Now of type rel.
17702         (zone, rel, relunit, get_date): Adjust to above changes.
17703
17704         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
17705         Do not include unistd-safer.h.
17706         (getloadavg): Don't call fd_safer; no longer needed
17707         now that we include fcntl--.h.
17708
17709         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
17710         (make_dir_parents): Treat ENOSYS like EEXIST.
17711
17712         Improve quality of diagnostics on restore_cwd failure.
17713         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
17714         (make_dir_parents): Last arg is now int * (for errno), not bool *.
17715         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
17716         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
17717         each time through the loop.  Do not diagnose restore_cwd failure;
17718         that is the caller's job (and perhaps the caller does not care).
17719
17720         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
17721         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
17722         If the file already exists but is not a directory, don't bother
17723         to try to make its parents.
17724         Close potential file descriptor leak if we can't chdir("/") (!).
17725         Don't always return true if chdir($PWD) fails; return true only
17726         if the requested action was done successfully (except for the
17727         chdir($PWD)).
17728         Don't log final directory unless we actually made it.
17729         Refactor to avoid duplicate code to fix up permissions.
17730         Don't attempt to fix up parent permissions if chdir($PWD) fails.
17731
17732         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
17733         to make it a bit faster and (I hope) clearer.
17734         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
17735         Fix bug in formats like %2N.
17736
17737         * lib/verify.h: New file.
17738
17739 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17740
17741         Sync from coreutils.
17742         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
17743
17744 2005-09-22  Jim Meyering  <jim@meyering.net>
17745
17746         Sync from coreutils.
17747
17748         * m4/lstat.m4 (gl_FUNC_LSTAT):
17749         Use AC_LIBSOURCES to require lstat.c and lstat.h.
17750         Remove obsolete comment.
17751         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
17752         * m4/xstrtod.m4: Likewise.
17753
17754         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
17755
17756 2005-09-22  Jim Meyering  <jim@meyering.net>
17757
17758         Sync from coreutils.
17759
17760         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
17761
17762         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
17763         the .tm_year member, since otherwise gcc-4.0 would now warn about
17764         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
17765
17766         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
17767         order to avoid an unsuppressible warning from gcc on 64-bit systems.
17768
17769         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
17770         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
17771         when run in a time zone for which daylight savings time is in effect
17772         for the starting date.
17773
17774         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
17775         stop us from restricting permissions of just-created absolute-named
17776         directories.
17777         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
17778         to restore initial working directory.
17779         * lib/mkdir-p.c (make_dir_parents): New parameter:
17780         different_working_dir, to tell caller if/when we change the working
17781         directory and are unable to return to the initial one.
17782         * lib/mkdir-p.h (make_dir_parents): Update prototype.
17783         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
17784         `return false'.  This fixes a bug introduced on 2004-07-30.
17785
17786         * lib/openat.c (fdopendir): Be sure to close the supplied
17787         file descriptor before returning.  This makes our replacement
17788         implementation a little closer to Solaris's, where fdopendir
17789         ties the file descriptor to the returned DIR* pointer.
17790         * lib/openat.c (unlinkat): New function.
17791         * lib/openat.h (unlinkat): Add prototype.
17792         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
17793         (openat_restore_fail): Rename from openat_restore_die.
17794         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
17795
17796         Provide an alternative to exiting immediately upon save_cwd or
17797         restore_cwd failure.  Now, an application can arrange e.g.,
17798         to perform a longjump in that case.
17799         * lib/openat.c: Include dirname.h.
17800         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
17801         (rpl_openat, fdopendir, fstatat): Call openat_save_die
17802         and openat_restore_die rather than calling error directly.
17803         Don't include "error.h" or "exitfail.h"; they're no longer needed.
17804
17805         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
17806         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
17807         define.
17808
17809         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
17810         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
17811                             int utc, int nanoseconds);
17812         Background:
17813         date should not have to allocate a megabyte of virtual memory to
17814         handle a format argument like +%1048575T.  When implemented with
17815         strftime, it must allocate such a buffer, use strftime to fill it
17816         in, print it, then free it.
17817         With fprintftime, it simply prints everything and exits.
17818         With no need for memory allocation, that's one fewer way to fail.
17819         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
17820         optional field width, not before, so we accept %9:z, not %:9z.
17821         (my_strftime): Be sure to use L_('x') for literals.
17822
17823         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
17824         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
17825         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
17826         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
17827         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
17828         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
17829         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
17830         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
17831         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
17832         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
17833         * lib/xgethostname.c, lib/xreadlink.c:
17834         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
17835
17836         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
17837         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
17838         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
17839         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
17840         and don't include <sys/file.h>).
17841
17842 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
17843
17844         Sync from coreutils.
17845
17846         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
17847         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
17848         [!LDAV_DONE]: Avoid unused variable warning.
17849
17850 2005-09-21  Bruno Haible  <bruno@clisp.org>
17851
17852         * lib/unicodeio.h (unicode_to_mb): New declaration.
17853
17854 2005-09-20  Derek Price  <derek@ximbiot.com>
17855
17856         * lib/getaddrinfo.c: Don't include <netdb.h> included from
17857         getaddrinfo.h.
17858
17859 2005-09-20  Bruno Haible  <bruno@clisp.org>
17860
17861         * gnulib-tool: Remove trailing slashes from the values specified for
17862         --source-base, --m4-base, --tests-base, --aux-dir.
17863         Suggested by Simon Josefsson <jas@extundo.com>.
17864
17865 2005-09-20  Bruno Haible  <bruno@clisp.org>
17866
17867         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
17868         func_modules_to_filelist, func_import, func_create_testdir): Make all
17869         sorting results locale-independent, so that gnulib-cache.m4 doesn't
17870         change when gnulib-tool is invoked in a different locale.
17871
17872 2005-09-19  Simon Josefsson  <jas@extundo.com>
17873
17874         * m4/socklen.m4: Fix typo.
17875
17876 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17877
17878         Use a consistent style for including <config.h>.
17879         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
17880         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
17881         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
17882         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
17883         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
17884         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
17885         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
17886         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
17887         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
17888         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
17889         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
17890         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
17891         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
17892         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
17893         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
17894         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
17895         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
17896         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
17897         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
17898         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
17899         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
17900         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
17901         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
17902         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
17903         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
17904         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
17905         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
17906         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
17907         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
17908         lib/xstrtoumax.c, lib/yesno.c:
17909         Standardize inclusion of config.h.
17910         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
17911         lib/inttostr.h:  Removed inclusion of config.h from header files.
17912         * lib/inttostr.c:  Adjusted in-tree users.
17913         * lib/timespec.h: Remove superfluous warning to include config.h.
17914         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
17915         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
17916         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
17917         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
17918         config.h with HAVE_CONFIG_H.
17919
17920 2005-09-19  Jim Meyering  <jim@meyering.net>
17921
17922         * modules/pathmax (License): Change to LGPL.
17923
17924 2005-09-19  Derek Price  <derek@ximbiot.com>
17925
17926         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
17927
17928 2005-09-19  Bruno Haible  <bruno@clisp.org>
17929
17930         * gnulib-tool (import): Provide default for --tests-base.
17931
17932 2005-09-19  Bruno Haible  <bruno@clisp.org>
17933
17934         * doc/quote.texi: New file, extracted from gnulib.texi.
17935         * doc/ctime.texi: New file, extracted from gnulib.texi.
17936         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
17937         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
17938         * doc/gnulib.texi: Include them.
17939
17940 2005-09-18  Bruno Haible  <bruno@clisp.org>
17941
17942         Portability fix.
17943         * gnulib-tool (func_readlink): New function.
17944         (func_ln_if_changed): Use it.
17945
17946 2005-09-18  Bruno Haible  <bruno@clisp.org>
17947
17948         * gnulib-tool: Support --with-tests also with --import.
17949         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
17950         (func_import): Use variables $testsbase and $inctests. Emit a
17951         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
17952         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
17953         SUBDIRS += $testsdir.
17954         (func_create_testdir): Update.
17955
17956 2005-09-18  Bruno Haible  <bruno@clisp.org>
17957
17958         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
17959         instead of $dry_run.
17960         (func_cp_if_changed, func_mv_if_changed): Remove functions.
17961         (func_ln_if_changed): Don't handle dry-run here.
17962         (func_import): In dry-run mode, detect more precisely which actions
17963         would be performed, and don't use "...ing" verbs.
17964
17965 2005-09-18  Bruno Haible  <bruno@clisp.org>
17966
17967         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
17968         (func_import): Use join on two temporary files instead of three nested
17969         loops, in order to determine which files are new or old.
17970
17971 2005-09-18  Bruno Haible  <bruno@clisp.org>
17972
17973         * gnulib-tool (func_import): Comment out code that spits out the
17974         new files with --dry-run.
17975
17976 2005-09-18  Bruno Haible  <bruno@clisp.org>
17977
17978         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
17979
17980 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17981
17982         * lib/stat-time.h: New file.
17983         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
17984         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
17985         in a different way.
17986         (timespec_cmp): New function.
17987         * lib/utimecmp.c: Include stat-time.h.
17988         (SYSCALL_RESOLUTION): Depend on whether various struct stat
17989         members exist, not on the obsolescent ST_MTIM_NSEC.
17990         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
17991
17992 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17993
17994         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
17995
17996 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17997
17998         * MODULES.html.sh (File system functions): Add stat-time.
17999         * modules/stat-time: New file.
18000         * modules/timespec (Files): Remove m4/st_mtim.m4; this
18001         is now done in a different way, by the stat-time module.
18002         * modules/utimecmp (Depends-on): Add stat-time.
18003
18004 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
18005
18006         * m4/st_mtim.m4: Remove.  Superseded by...
18007         * m4/stat-time.m4: New file.
18008         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
18009         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
18010
18011 2005-09-15  Derek Price  <derek@ximbiot.com>
18012
18013         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
18014
18015 2005-09-15  Derek Price  <derek@ximbiot.com>
18016
18017         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
18018         * lib/regex_internal.c: Ditto, using this...
18019         (__GNUC_PREREQ): ...new macro.
18020         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
18021         using...
18022         (__GNUC_PREREQ): ...this new macro.
18023
18024         * lib/strstr.h: Include string.h. Define strstr as a macro here.
18025
18026 2005-09-15  Derek Price  <derek@ximbiot.com>
18027             Paul Eggert  <eggert@cs.ucla.edu>
18028
18029         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
18030         changes, consolidating in...
18031         * lib/regex_internal.h: ...this file.
18032
18033 2005-09-13  Jim Meyering  <jim@meyering.net>
18034
18035         * lib/canon-host.c: Filter through gnu indent and reword comments
18036         slightly.
18037         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
18038
18039 2005-09-13  Derek Price  <derek@ximbiot.com>
18040
18041         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
18042         failure.
18043         Reported by Jim Meyering  <jim@meyering.net>.
18044
18045 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18046
18047         * lib/base64.c: Typo.
18048         (base64_encode): Put b64str in initialized data section.
18049
18050 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
18051
18052         Merge glibc and coreutils changes into gnulib, plus a few
18053         extra fixes.
18054         * lib/md5.c: Use #error rather than a string.
18055         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
18056         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
18057         (__attribute__): Define to empty for non recent-GCC.
18058         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
18059         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
18060         Renamed from their non-__ counterparts, with new macros replacing
18061         them if not _LIBC.  Add __THROW attribute.
18062         (rol): Remove.
18063         (struct md5_ctx): Align buffer if using GCC.
18064         * lib/sha1.h (struct sha1_ctx): Likewise.
18065         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
18066         The old name was backwards.
18067         (NOTSWAP): Remove; not used.
18068         (rol): New macro, moved here from md5.h.
18069         (sha1_process_block): Remove a FIXME that doesn't make sense.
18070
18071 2005-09-12  Derek Price  <derek@ximbiot.com>
18072
18073         Return usable errors from canon-host.
18074         * lib/canon-host.h: New file.
18075         * lib/canon-host.c (canon_host): Wrap...
18076         (canon_host_r): ...this new function, which now relies exclusively on
18077         getaddrinfo.
18078         (ch_strerror): New function.
18079         (last_cherror): New global.
18080         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
18081         interface.
18082         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
18083         void *.
18084         (freeaddrinfo): Free ai->ai_canonname when set.
18085
18086 2005-09-12  Derek Price  <derek@ximbiot.com>
18087
18088         Make canon-host require getaddrinfo.
18089         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
18090         AC_LIBSOURCE canon-host.h.  Call...
18091         (gl_PREREQ_CANON_HOST): ...this new function, which requires
18092         gl_GETADDRINFO.
18093         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
18094
18095 2005-09-12  Derek Price  <derek@ximbiot.com>
18096
18097         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
18098         LGPL.
18099         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
18100
18101 2005-09-12  Derek Price  <derek@ximbiot.com>
18102
18103         * lib/gai_strerror.c: Include config.h when available.  Include
18104         getaddrinfo.h before other headers to test interface.
18105         Reported by Larry Jones <lawrence.jones@ugs.com>.
18106
18107 2005-09-12  Derek Price  <derek@ximbiot.com>
18108             Paul Eggert  <eggert@cs.ucla.edu>
18109
18110         * modules/glob (Files): Add glob-libc.h.
18111
18112 2005-09-12  Derek Price  <derek@ximbiot.com>
18113             Paul Eggert  <eggert@cs.ucla.edu>
18114
18115         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
18116         glob_.h, glob-libc.h.
18117         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
18118
18119 2005-09-12  Derek Price  <derek@ximbiot.com>
18120             Paul Eggert  <eggert@cs.ucla.edu>
18121
18122         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
18123         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
18124         protecting things that should be done only in gnulib contexts.
18125         * lib/glob_.h: New file, containing only the glob things needed for
18126         gnulib.
18127         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
18128         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
18129         (glob, globfree, glob_pattern_p): Now defined simply in terms of
18130         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
18131         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
18132         and to respect the namespace rules better.
18133
18134 2005-09-08  Simon Josefsson  <jas@extundo.com>
18135
18136         * modules/socklen: New file.
18137
18138 2005-09-08  Simon Josefsson  <jas@extundo.com>
18139
18140         * m4/socklen.m4: New file.
18141
18142 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18143
18144         * modules/utimens (Files): Add m4/utimbuf.m4, since
18145         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
18146         Reported by Sergey Poznyakoff.
18147
18148 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18149
18150         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
18151         definitions, since that's the preferred style in glibc.
18152         Fix a minor spacing issue, and update copyright notice to match
18153         glibc's.
18154
18155 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18156
18157         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
18158
18159 2005-09-06  Simon Josefsson  <jas@extundo.com>
18160
18161         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
18162         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
18163
18164 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
18165
18166         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
18167         warning.
18168
18169 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
18170
18171         * config/srclist.txt: Add glibc bug 1302.
18172
18173 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
18174
18175         Change bitset word type from unsigned int to unsigned long int,
18176         as this has better performance on typical 64-bit hosts.
18177         Port bitset code to hosts with unusual word sizes.
18178         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
18179         (build_collating_symbol):
18180         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
18181         argument is a bitset.  This is merely a style issue, but it makes
18182         it clearer that an entire array is expected.
18183         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
18184         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
18185         Port to the case where bitset_word is not the same as unsigned int.
18186         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
18187         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
18188         Likewise.
18189         * lib/regexec.c (check_dst_limits_calc_pos_1,
18190         check_subexp_matching_top):
18191         (build_trtable, group_nodes_into_DFAstates):
18192         Likewise.
18193         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
18194         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
18195         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
18196         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
18197         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
18198         * lib/regcomp.c (optimize_subexps, lower_subexp):
18199         Work even if bitset_word has holes in its bitwise representation.
18200         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
18201         * lib/regexec.c (check_dst_limits_calc_pos_1,
18202         check_subexp_matching_top):
18203         Likewise.
18204         * lib/regex_internal.c (re_string_reconstruct):
18205         Don't assume UCHAR_MAX == 255.
18206         * lib/regex_internal.h (bitset_set_all): Likewise.
18207         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
18208         All uses changed.
18209         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
18210         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
18211         All uses changed.
18212         (BITSET_WORD_MAX): New macro.
18213         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
18214         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
18215         (bitset_empty, bitset_copy):
18216         Prefer sizeof (bitset) to multiplying it out ourselves.
18217         (bitset_not_merge): Remove; unused.
18218         (bitset_contain): Return bool, not unsigned int with one bit on.
18219         All callers changed.
18220         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
18221         alignment than re_node_set; do this by defining a new internal
18222         type struct dests_alloc and using it to allocate memory.
18223
18224 2005-09-05  Bruno Haible  <bruno@clisp.org>
18225
18226         * gnulib-tool (func_import): Fix comparison in handling of symbolic
18227         links.
18228
18229 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
18230
18231         * modules/size_max (Makefile.am): Add size_max.h
18232
18233 2005-09-04  Derek Price  <derek@ximbiot.com>
18234
18235         * gnulib-tool (func_import): Fix reversed $symbolic logic.
18236
18237 2005-09-03  Simon Josefsson  <jas@extundo.com>
18238
18239         * gnulib-tool: Fix typo.
18240
18241 2005-09-03  Simon Josefsson  <jas@extundo.com>
18242
18243         * config/srclist.txt: Add glibc bug 1293.
18244
18245 2005-09-03  Derek Price  <derek@ximbiot.com>
18246
18247         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
18248         From Larry Jones <lawrence.jones@ugs.com>.
18249
18250 2005-09-02  Simon Josefsson  <jas@extundo.com>
18251
18252         * modules/socklen: New file.
18253
18254 2005-09-02  Simon Josefsson  <jas@extundo.com>
18255
18256         * modules/havelib: New module.
18257
18258         * modules/gettext, modules/iconv, modules/lock, modules/readline:
18259         Use havelib.
18260
18261 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
18262
18263         Check for arithmetic overflow when calculating sizes, to prevent
18264         some buffer-overflow issues.  These patches are conservative, in the
18265         sense that when I couldn't determine whether an overflow was possible,
18266         I inserted a run-time check.
18267         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
18268         macros.
18269         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
18270         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
18271         (re_xnrealloc, re_x2nrealloc): New inline functions.
18272         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
18273         parse_bracket_exp):
18274         (build_equiv_class, build_charclass): Check for arithmetic overflow
18275         in size expression calculations.
18276         * lib/regex_internal.c (re_string_realloc_buffers):
18277         (build_wcs_upper_buffer, re_node_set_add_intersect):
18278         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
18279         (re_dfa_add_node, register_state): Likewise.
18280         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
18281         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
18282         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
18283         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
18284
18285 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
18286
18287         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
18288         m4/ulonglong.m4.  Problem reported by Martin Lambers.
18289
18290 2005-09-02  Bruno Haible  <bruno@clisp.org>
18291
18292         Support for lib vs. lib64 distinction on biarch platforms.
18293         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
18294         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
18295         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
18296
18297 2005-09-02  Bruno Haible  <bruno@clisp.org>
18298
18299         * gnulib-tool (import): In the other first-use case, provide defaults
18300         as well.
18301
18302 2005-09-02  Bruno Haible  <bruno@clisp.org>
18303
18304         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
18305         patches not yet found in the latest gettext release.
18306
18307 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18308
18309         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
18310         to avoid a collision with bits/local_lim.h in glibc.
18311         All uses changed.  Problem reported by Dmitry V. Levin in
18312         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
18313
18314         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
18315         bugs in int versus size_t comparisons.
18316         (re_string_context_at): Fix bug where the code assumed that
18317         Idx is signed.
18318
18319         Use bool where appropriate.
18320         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
18321         All callers changed.
18322         (calc_eclosure_iter): Likewise, for ROOT arg.
18323         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
18324         (build_charclass_op): Likewise, for NON_MATCH arg.
18325         * lib/regex_internal.c (re_string_allocate, re_string_construct):
18326         (re_string_construct_common): Likewise, for ICASE arg.
18327         * lib/regexec.c (re_search_2_stub, re_search_stub):
18328         Likewise, for RET_LEN arg.
18329         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
18330         (set_regs): Likewise, for FL_BACKTRACK arg.
18331         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
18332         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
18333         (calc_eclosure_iter, parse_bracket_exp):
18334         Use bool for internal variables that are booleans.
18335         * lib/regexec.c (re_search_internal, check_matching,
18336         proceed_next_node):
18337         (set_regs, build_sifted_states, sift_states_bkref):
18338         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
18339         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
18340         (find_collation_sequence_value):
18341         Likewise.
18342         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
18343         (re_node_set_compare):
18344         Return bool, not int. All callers changed.
18345         * lib/regexec.c (check_halt_node_context, check_dst_limits):
18346         (build_trtable, check_node_accept): Likewise.
18347         * lib/regex_internal.h: Include stdbool.h.
18348
18349         Fix bugs uncovered when converting to bool.
18350         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
18351         failure instead of charging ahead blindly.
18352         * lib/regex_internal.c (register_state): Likewise.
18353         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
18354         for freeing internal storage.
18355         (group_nodes_into_DFA_states): Use unsigned int, not int, for
18356         bitset pieces used as boolean, to avoid undefined behavior
18357         on hosts that do int overflow checking.
18358
18359 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18360
18361         * config/srclist.txt: Add glibc bugs 1285-1287.
18362
18363 2005-09-01  Jim Meyering  <jim@meyering.net>
18364
18365         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
18366         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
18367         Require gl_STAT_MACROS, too.
18368
18369 2005-09-01  Bruno Haible  <bruno@clisp.org>
18370
18371         * gnulib-tool (import): In the first-use case, provide defaults.
18372
18373 2005-09-01  Bruno Haible  <bruno@clisp.org>
18374
18375         * gnulib-tool (func_import): Remove the .tmp files.
18376
18377 2005-09-01  Bruno Haible  <bruno@clisp.org>
18378
18379         * gnulib-tool (func_import): Fix handling of symbolic links.
18380
18381 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18382
18383         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
18384         old glibc regex code mishandles strings longer than 2**31 bytes.
18385         This patch fixes this when the regex code is used in gnulib
18386         (i.e., outside glibc).
18387
18388         This patch should not affect the use of the regex code inside
18389         glibc.  No doubt this problem also needs to be handled for glibc
18390         as well, but the result will be an incompatible change to the
18391         glibc ABI, and the old ABI will have to be supported too.  That
18392         can be the the subject for another patch.
18393
18394         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
18395         governing whether the rest of this patch is active.  By default,
18396         the macro is disabled and the patch has no effect.
18397         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
18398         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
18399         (struct re_pattern_buffer, re_search, re_search_2, re_match):
18400         (re_match_2, re_set_registers): Use the new types.
18401         * lib/regex_internal.h (Idx, re_hashval_t): New types.
18402         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
18403         New macros.
18404         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
18405         (re_string_context_at, bin_tree_t, re_dfastate_t):
18406         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
18407         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
18408         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
18409         (re_string_char_size_at, re_string_wchar_at):
18410         (re_string_elem_size_at):
18411         Use the new types and macros to port to 64-bit hosts.
18412         Use unsigned types for internal values, so that the code
18413         mostly works even for arrays larger than SSIZE_MAX.
18414         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
18415         (search_duplicated_node, calc_eclosure_iter, fetch_number):
18416         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
18417         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
18418         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
18419         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
18420         (calc_inveclosure, parse_dup_op, build_range_exp):
18421         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
18422         (fetch_number, create_token_tree, mark_opt_subexp):
18423         Likewise.
18424         * lib/regex_internal.c (re_string_construct_common,
18425         create_ci_newstate):
18426         (create_cd_newstate, re_string_allocate, re_string_construct):
18427         (re_string_realloc_buffers, build_wcs_upper_buffer):
18428         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
18429         (re_string_reconstruct, re_string_peek_byte_case):
18430         (re_string_fetch_byte_case, re_string_context_at):
18431         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
18432         (re_node_set_init_copy, re_node_set_add_intersect):
18433         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18434         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18435         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
18436         (re_acquire_state, re_acquire_state_context, register_state):
18437         Likewise.
18438         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
18439         search_cur_bkref_entry):
18440         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
18441         (re_search_internal, re_search_2_stub, re_search_stub)
18442         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
18443         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
18444         (update_cur_sifted_state, check_dst_limits):
18445         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
18446         (check_subexp_limits, sift_states_bkref, merge_state_array):
18447         (check_subexp_matching_top, get_subexp, get_subexp_sub):
18448         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
18449         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
18450         (expand_bkref_cache, check_node_accept_bytes):
18451         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
18452         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
18453         (acquire_init_state_context, check_halt_node_context):
18454         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
18455         (sift_states_backward, clean_state_log_if_needed):
18456         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
18457         (find_recover_state, transit_state_sb, transit_state_mb):
18458         (transit_state_bkref, build_trtable, match_ctx_clean):
18459         Likewise.
18460         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
18461         to work around an assumption that REG_MISSING is negative.
18462
18463         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
18464         (seek_collating_symbol_entry) [defined _LIBC]:
18465         (lookup_collation_sequence_value) [defined _LIBC]:
18466         (build_range_exp, build_collating_symbol) [defined _LIBC]:
18467         Use prototypes rather than old-style function definitions.
18468         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
18469         (transit_state_sb) [0]:
18470         (find_collation_sequence_value) [defined _LIBC]: Likewise.
18471
18472         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
18473         rm_eo.
18474
18475         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
18476         (optimize_subexps, lower_subexp):
18477         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
18478         since the signed shift might overflow.  Use 1u<<31 instead.
18479         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
18480         Likewise.
18481         * lib/regexec.c (check_dst_limits_calc_pos_1,
18482         check_subexp_matching_top): Likewise.
18483
18484         * lib/regcomp.c (optimize_subexps, lower_subexp):
18485         Use CHAR_BIT rather than 8, for clarity.
18486         * lib/regexec.c (check_dst_limits_calc_pos_1):
18487         (check_subexp_matching_top): Likewise.
18488         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
18489         have to worry about portability issues when shifting it left.
18490         Remove no-longer-needed test for table_size > 0.
18491         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
18492         in a word, as the resulting behavior is undefined.
18493         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
18494         in one case, a <= should have been an <, and in another case the
18495         whole test was missing.
18496         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
18497         the standard name CHAR_BIT.
18498         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
18499         this is not true on one's complement and signed-magnitude hosts.
18500
18501         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
18502         next_last_offset.
18503         (struct re_dfa_t): Remove unused member states_alloc.
18504         * lib/regcomp.c (init_dfa): Don't initialize unused members.
18505
18506 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18507
18508         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
18509         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
18510         and large-file glibc and in 32-bit large-file Solaris.
18511
18512 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18513
18514         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
18515         lengths fit in regoff_t; this isn't true if regoff_t is the same
18516         width as size_t.
18517         * lib/regex.c (re_search_internal): 5th arg is LAST_START
18518         (= START + RANGE) instead of RANGE.  This avoids overflow
18519         problems when regoff_t is the same width as size_t.
18520         All callers changed.
18521         (re_search_2_stub): Check for overflow when adding the
18522         sizes of the two strings.
18523         (re_search_stub): Check for overflow when adding START
18524         to RANGE; if it occurs, substitute the extreme value.
18525
18526 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18527
18528         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
18529
18530 2005-08-31  Jim Meyering  <jim@meyering.net>
18531
18532         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
18533         a pointer-to-const.
18534         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
18535         (register_state): Likewise.
18536         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
18537         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
18538         (group_nodes_into_DFAstates): Likewise.
18539
18540 2005-08-31  Jim Meyering  <jim@meyering.net>
18541
18542         * check-module: Add a FIXME comment.
18543
18544 2005-08-31  Eric Blake  <ebb9@byu.net>
18545
18546         * modules/unistd-safer (Files): Add unistd--.h.
18547         * modules/stdio-safer (Files): Add stdio--.h.
18548
18549 2005-08-31  Derek Price  <derek@ximbiot.com>
18550
18551         * lib/getdelim.c (getdelim): Return EOF on EOF.
18552         Reported by Larry Jones <lawrence.jones@ugs.com>.
18553
18554 2005-08-31  Bruno Haible  <bruno@clisp.org>
18555
18556         Avoid unnecessary diffs in the generated lib/Makefile.am.
18557         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
18558         the generated files.
18559         (func_import): Don't set cmd.
18560
18561 2005-08-31  Bruno Haible  <bruno@clisp.org>
18562
18563         * lib/strstr.c: Include <stddef.h>, for NULL.
18564         * lib/strcasestr.c: Likewise.
18565         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18566
18567 2005-08-31  Bruno Haible  <bruno@clisp.org>
18568
18569         * gnulib-tool: New option --macro-prefix.
18570         (func_import): Use macro_prefix.
18571         (import): Handle option --macro-prefix.
18572
18573 2005-08-31  Bruno Haible  <bruno@clisp.org>
18574
18575         * gnulib-tool (import): Rename most ac_* variables to cached_*.
18576         Also use new variables cached_lgpl, cached_libtool.
18577
18578 2005-08-31  Bruno Haible  <bruno@clisp.org>
18579
18580         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
18581         always instantiating them.
18582
18583 2005-08-31  Bruno Haible  <bruno@clisp.org>
18584
18585         * gnulib-tool (func_import): Read the previous cached settings
18586         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
18587         earlier added by gnulib but are now dropped. Warn when a gnulib file
18588         overwrites a non-gnulib file.
18589
18590 2005-08-31  Bruno Haible  <bruno@clisp.org>
18591
18592         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
18593         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
18594         projects that don't keep autogenerated files in CVS. Put into
18595         actioncmd only the specified modules, not the transitive closure.
18596
18597 2005-08-31  Bruno Haible  <bruno@clisp.org>
18598
18599         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
18600         Create directories that shall be filled.
18601         (import): Don't look for gl_* macros in configure.ac. Recurse across
18602         all directories containing a gnulib-cache.m4 files, if meaningful.
18603
18604 2005-08-31  Bruno Haible  <bruno@clisp.org>
18605
18606         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
18607         (import): Set seen_libtool when we see gl_LIBTOOL.
18608
18609 2005-08-31  Bruno Haible  <bruno@clisp.org>
18610
18611         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
18612         declaration macro definitions from generated gnulib.m4.
18613
18614 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
18615
18616         * lib/iconvme.h: Add prototype for iconv_alloc.
18617
18618 2005-08-29  Simon Josefsson  <jas@extundo.com>
18619
18620         * lib/iconvme.c: Fix errno.
18621
18622 2005-08-29  Bruno Haible  <bruno@clisp.org>
18623
18624         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
18625         that it works when the directory contains spaces.
18626
18627 2005-08-29  Bruno Haible  <bruno@clisp.org>
18628
18629         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
18630
18631 2005-08-29  Bruno Haible  <bruno@clisp.org>
18632
18633         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
18634         Emit more advice.
18635
18636 2005-08-29  Bruno Haible  <bruno@clisp.org>
18637         and Stepan Kasal  <kasal@ucw.cz>
18638
18639         * check-module: If more parameters are given, check each of them
18640         separately; add more exceptions, as noted by Jim Meyering.
18641         (check_module): New procedure.
18642         (%exempt_header): Now contains all exceptions.
18643
18644 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
18645
18646         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
18647
18648 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18649
18650         * lib/iconvme.c: Split iconv_string into iconv_alloc.
18651
18652 2005-08-28  Bruno Haible  <bruno@clisp.org>
18653
18654         * m4/gnulib-tool.m4: New file.
18655
18656 2005-08-27  Jim Meyering  <jim@meyering.net>
18657
18658         * modules/unistd-safer (Files): Add pipe-safer.c.
18659         * modules/fcntl-safer (Files): Add creat-safer.c.
18660
18661 2005-08-27  Jim Meyering  <jim@meyering.net>
18662
18663         * m4/stdlib-safer.m4: New file.  From coreutils.
18664         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
18665         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
18666         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
18667         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
18668         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
18669
18670 2005-08-27  Jim Meyering  <jim@meyering.net>
18671
18672         * lib/fopen-safer.c: Merge minor changes from coreutils.
18673         * lib/dup-safer.c: Likewise.
18674         * lib/fd-safer.c: Likewise.
18675
18676         Merge from coreutils.
18677         * lib/stdio--.h: New file.
18678         * lib/stdlib--.h: New file.
18679         * lib/mkstemp-safer.c: New file.
18680
18681         GNU tar needs these.
18682         * lib/pipe-safer.c: New file.
18683         * lib/creat-safer.c: New file.
18684         * lib/fcntl--.h (creat): Define to creat_safer.
18685         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
18686         * lib/unistd--.h (pipe): Define to pipe_safer.
18687         * lib/unistd-safer.h: Declare pipe_safer.
18688
18689 2005-08-26  Simon Josefsson  <jas@extundo.com>
18690
18691         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
18692         Haible <bruno@clisp.org>.
18693
18694 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
18695
18696         * lib/regex_internal.h: Remove all references to
18697         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
18698         or better.
18699         (bitset_not, bitset_merge, bitset_not_merge):
18700         (bitset_mask, re_string_allocate, re_string_construct):
18701         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
18702         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
18703         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
18704         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
18705         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18706         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18707         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
18708         (re_acquire_state_context):
18709         Remove unnecessary forward decls.
18710         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
18711         Put __attribute at function definition,
18712         now that the function decl has been removed.
18713         * lib/regex_internal.c (re_string_peek_byte_case):
18714         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
18715         Likewise.
18716
18717 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
18718
18719         * m4/regex.m4: Add AC_PREREQ(2.50).
18720         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
18721
18722 2005-08-25  Simon Josefsson  <jas@extundo.com>
18723
18724         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
18725         __fsetlocking.
18726
18727 2005-08-25  Simon Josefsson  <jas@extundo.com>
18728
18729         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
18730         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
18731         GLIBC specific code.
18732
18733 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18734
18735         Make regex safe for g++.  This fixes one real bug (an "err"
18736         that should have been "*err").  g++ problem reported by
18737         Sam Steingold.
18738         * lib/regex_internal.h (re_calloc): New macro, consistent with
18739         re_malloc etc.  All callers of calloc changed to use re_calloc.
18740         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
18741         not int.  All callers changed.
18742         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
18743         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
18744         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
18745         (find_recover_state): Change "err" to "*err"; this fixes what
18746         appears to be a real bug.
18747         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
18748         versus int.
18749
18750 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18751
18752         * modules/regex (Depends-on): Add malloc, since the code
18753         assumes that !malloc(0) means failure.
18754
18755 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18756
18757         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
18758
18759         alloca modernization/simplification for regex.
18760         * lib/regex.c: Remove portability cruft for alloca.  This no longer
18761         needs to be at the start of the file, and can be moved into
18762         regex_internal.h and simplified.
18763         * lib/regex_internal.h: Include <alloca.h>.
18764         (__libc_use_alloca) [!defined _LIBC]: New macro.
18765         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
18766         now works outside glibc.
18767
18768 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18769
18770         * config/srclist.txt: Add glibc bugs 1241, 1245.
18771
18772 2005-08-25  Jim Meyering  <jim@meyering.net>
18773
18774         * lib/open-safer.c: Include <config.h>.
18775         Otherwise, we'd lose LARGEFILE support in any file using
18776         e.g. "fcntl--.h"
18777
18778 2005-08-25  Bruno Haible  <bruno@clisp.org>
18779
18780         * m4/minmax.m4: Require autoconf 2.52.
18781         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
18782         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
18783         alternatives of translit over the alphabet.
18784         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
18785
18786 2005-08-24  Simon Josefsson  <jas@extundo.com>
18787
18788         * tests/test-getpass.c: New file.
18789
18790 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18791
18792         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
18793         for GNU regex features.
18794
18795 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18796
18797         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
18798         * lib/regex.h (regerror): Likewise.
18799
18800         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
18801         requires this.  (The code never needed it.)
18802
18803         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
18804         All uses of recently-renamed identifiers changed to use the new,
18805         POSIX-compliant names.  The code will build and run just fine
18806         without these changes, but it's better to eat our own dog food
18807         and use the standard-conforming names.
18808
18809         * lib/regex.h: Fix a multitude of POSIX name space violations.
18810         These changes have an effect only for programs that define
18811         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
18812         do not change anything for programs compiled in the normal way.
18813         Also, there is no effect on the ABI.
18814
18815         (_REGEX_SOURCE): New macro.
18816         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
18817         defined and _GNU_SOURCE is not; this fixes a name space violation.
18818
18819         Rename the following macros to obey POSIX requirements.
18820         The old names are still visible as macros if _REGEX_SOURCE is defined.
18821         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
18822         RE_BACKSLASH_ESCAPE_IN_LISTS.
18823         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
18824         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
18825         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
18826         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
18827         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
18828         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
18829         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
18830         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
18831         (REG_INTERVALS): renamed from RE_INTERVALS.
18832         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
18833         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
18834         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
18835         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
18836         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
18837         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
18838         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
18839         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
18840         RE_UNMATCHED_RIGHT_PAREN_ORD.
18841         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
18842         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
18843         (REG_DEBUG): renamed from RE_DEBUG.
18844         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
18845         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
18846         unusual, since we can't clash with the POSIX REG_ICASE.
18847         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
18848         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
18849         (REG_NO_SUB): renamed from RE_NO_SUB.
18850         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
18851         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
18852         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
18853         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
18854         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
18855         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
18856         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
18857         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
18858         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
18859         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
18860         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
18861         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
18862         RE_SYNTAX_POSIX_MINIMAL_BASIC.
18863         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
18864         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
18865         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
18866         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
18867         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
18868         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
18869         (REG_FIXED): Renamed from REGS_FIXED.
18870         (REG_NREGS): Renamed from RE_NREGS.
18871
18872         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
18873         of other REG_* macros, since POSIX says the user is allowed to
18874         #undef these macros selectively.
18875
18876         (reg_errcode_t): Update comment stating what other tables need
18877         to be consistent.
18878
18879         Rename the following enum values to obey POSIX requirements.
18880         The old names are still visible as macros.
18881         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
18882         is not defined, since GNU is supposed to be a superset of POSIX as
18883         much as possible, and since we want reg_errcode_t to be a signed
18884         type for implementation consistency.
18885         (_REG_NOERROR): Renamed from REG_NOERROR.
18886         (_REG_NOMATCH): Renamed from REG_NOMATCH.
18887         (_REG_BADPAT): Renamed from REG_BADPAT.
18888         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
18889         (_REG_ECTYPE): Renamed from REG_ECTYPE.
18890         (_REG_EESCAPE): Renamed from REG_EESCAPE.
18891         (_REG_ESUBREG): Renamed from REG_ESUBREG.
18892         (_REG_EBRACK): Renamed from REG_EBRACK.
18893         (_REG_EPAREN): Renamed from REG_EPAREN.
18894         (_REG_EBRACE): Renamed from REG_EBRACE.
18895         (_REG_BADBR): Renamed from REG_BADBR.
18896         (_REG_ERANGE): Renamed from REG_ERANGE.
18897         (_REG_ESPACE): Renamed from REG_ESPACE.
18898         (_REG_BADRPT): Renamed from REG_BADRPT.
18899         (_REG_EEND): Renamed from REG_EEND.
18900         (_REG_ESIZE): Renamed from REG_ESIZE.
18901         (_REG_ERPAREN): Renamed from REG_ERPAREN.
18902         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
18903         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
18904         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
18905         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
18906
18907         (_REG_RE_NAME, _REG_RM_NAME): New macros.
18908         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
18909         changed.  But support the old name if the new one is not defined
18910         and if _REGEX_SOURCE.
18911
18912         Change the following member names in struct re_pattern_buffer.
18913         The old names are still supported if !_REGEX_SOURCE.
18914         The new names are always supported, regardless of _REGEX_SOURCE.
18915         (re_buffer): Renamed from buffer.
18916         (re_allocated): Renamed from allocated.
18917         (re_used): Renamed from used.
18918         (re_syntax): Renamed from syntax.
18919         (re_fastmap): Renamed from fastmap.
18920         (re_translate): Renamed from translate.
18921         (re_can_be_null): Renamed from can_be_null.
18922         (re_regs_allocated): Renamed from regs_allocated.
18923         (re_fastmap_accurate): Renamed from fastmap_accurate.
18924         (re_no_sub): Renamed from no_sub.
18925         (re_not_bol): Renamed from not_bol.
18926         (re_not_eol): Renamed from not_eol.
18927         (re_newline_anchor): Renamed from newline_anchor.
18928
18929         Change the following member names in struct re_registers.
18930         The old names are still supported if !_REGEX_SOURCE.
18931         The new names are always supported, regardless of _REGEX_SOURCE.
18932         (rm_num_regs): Renamed from num_regs.
18933         (rm_start): Renamed from start.
18934         (rm_end): Renamed from end.
18935
18936         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
18937         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
18938         Prepend __ to parameter names.
18939
18940         Undo yesterday's changes.
18941
18942 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18943
18944         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
18945         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
18946         lib/regex.c.
18947
18948 2005-08-24  Jim Meyering  <jim@meyering.net>
18949
18950         Sync from coreutils.
18951         * m4/fcntl-safer.m4: New file.
18952
18953         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
18954         and object files for this module.
18955
18956 2005-08-24  Jim Meyering  <jim@meyering.net>
18957
18958         Sync from coreutils.
18959         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
18960
18961 2005-08-24  Jim Meyering  <jim@meyering.net>
18962
18963         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
18964         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
18965
18966 2005-08-24  Jim Meyering  <jim@meyering.net>
18967
18968         * modules/fcntl-safer: New module.
18969         * modules/fts (Depends-on): Add fcntl-safer.
18970         * MODULES.html.sh (File descriptor based Input/Output):
18971         Add fcntl-safer.
18972
18973 2005-08-24  Bruno Haible  <bruno@clisp.org>
18974
18975         Support for unit test modules.
18976         * modules/README: Mention tests modules.
18977         * modules/TEMPLATE-TESTS: New file.
18978         * gnulib-tool: New options --extract-tests-module, --with-tests and
18979         --tests-base (unused for the moment).
18980         (testsbase, inctests): New variables.
18981         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
18982         (func_verify_module): Exclude TEMPLATE-TESTS.
18983         (func_verify_nontests_module, func_verify_tests_module): New functions.
18984         (func_get_dependencies): Add implicit dependency for tests modules.
18985         (func_get_tests_module): New function.
18986         (func_modules_transitive_closure): When --with-tests was specified,
18987         include the unit tests as well, unless explicitly avoided.
18988         (func_emit_lib_Makefile_am): Ignore the tests modules here.
18989         (func_emit_tests_Makefile_am): New function.
18990         (func_create_testdir): When --with-tests was specified, emit a
18991         tests/ directory.
18992         * MODULES.html.sh (Future developments): Update.
18993
18994 2005-08-24  Bruno Haible  <bruno@clisp.org>
18995
18996         * modules/tls-tests: New file.
18997         * tests/test-tls.c: New file, from GNU gettext.
18998
18999 2005-08-24  Bruno Haible  <bruno@clisp.org>
19000
19001         * modules/lock-tests: New file.
19002         * tests/test-lock.c: New file, from GNU gettext.
19003
19004 2005-08-24  Bruno Haible  <bruno@clisp.org>
19005
19006         * lib/lock.h: Add multiple inclusion guard.
19007         * lib/tls.h: Add multiple inclusion guard.
19008
19009 2005-08-24  Bruno Haible  <bruno@clisp.org>
19010
19011         * gnulib-tool: Add support for the --aux-dir option to
19012         --create-testdir, --create-megatestdir, --test, --megatest.
19013         (func_create_testdir, func_create_megatestdir): Optionally emit a
19014         AC_CONFIG_AUX_DIR directive.
19015         (create-testdir, create-megatestdir, test, megatest): Provide a
19016         default value for $auxdir.
19017
19018 2005-08-24  Bruno Haible  <bruno@clisp.org>
19019
19020         * gnulib-tool (import): Use compound statement instead of subshell
19021         where possible.
19022
19023 2005-08-24  Bruno Haible  <bruno@clisp.org>
19024
19025         * gnulib-tool (import): Change --aux-dir default to "build-aux".
19026
19027 2005-08-24  Bruno Haible  <bruno@clisp.org>
19028
19029         * gnulib-tool (func_version): Update.
19030
19031 2005-08-24  Bruno Haible  <bruno@clisp.org>
19032
19033         * gnulib-tool (func_import, func_create_testdir,
19034         func_create_megatestdir): Quote all autoconf macro arguments.
19035
19036 2005-08-24  Bruno Haible  <bruno@clisp.org>
19037
19038         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
19039         option --force, because --force causes the aclocal.m4 of each
19040         subdirectory to be newer than the corresponding config.h.in.
19041
19042 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
19043
19044         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
19045         All contents moved to gl_REGEX.
19046         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
19047         assume that it does.
19048
19049 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
19050
19051         * lib/regex.h (REG_NOSYS)
19052         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
19053         Define, since POSIX requires it as of 2001.
19054         (_REG_ENOSYS)
19055         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
19056         New private symbol, used to keep the enum signed in all cases.
19057         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
19058         Youngman in
19059         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
19060
19061         * lib/regex_internal.c (re_string_skip_chars, register_state):
19062         (calc_state_hash):
19063         Remove forward decls; no longer needed now that we use prototypes.
19064         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
19065         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
19066         (clean_state_log_if_needed): Likewise.
19067
19068 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
19069
19070         * config/srclist.txt: Add glibc bugs 1231-1233.
19071
19072 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19073
19074         Fix problems reported by Sam Steingold in
19075         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
19076         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
19077         assumed that reg_errcode_t is a signed type, which is not
19078         necessarily true if _XOPEN_SOURCE is not defined.
19079         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
19080         since some compilers warn about it otherwise.
19081
19082 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19083
19084         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
19085         (init_word_char, create_initial_state, duplicate_node_closure):
19086         (fetch_token, peek_token_bracket, build_range_exp):
19087         (build_collating_symbol): Remove forward decls; no longer needed
19088         now that we use prototypes.
19089
19090         * lib/regcomp.c:
19091         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
19092         (re_compile_fastmap_iter, regcomp, regerror, regfree):
19093         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
19094         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
19095         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
19096         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
19097         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
19098         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
19099         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
19100         (build_range_exp, build_collating_symbol, parse_bracket_exp):
19101         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
19102         (build_charclass, build_charclass_op, fetch_number, create_tree):
19103         (create_token_tree, mark_opt_subexp, duplicate_tree):
19104         Use prototypes rather than old-style definitions.
19105
19106         * lib/regex_internal.c:
19107         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
19108         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
19109         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
19110         (re_string_reconstruct, re_string_peek_byte_case):
19111         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
19112         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
19113         (re_node_set_init_copy, re_node_set_add_intersect):
19114         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
19115         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
19116         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
19117         (re_acquire_state, re_acquire_state_context, register_state):
19118         (create_ci_newstate, create_cd_newstate, free_state):
19119         Likewise.
19120         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
19121         re_search_2):
19122         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
19123         (re_search_internal, prune_impossible_nodes):
19124         (acquire_init_state_context, check_matching, static):
19125         (check_halt_node_context, check_halt_state_context, proceed_next_node):
19126         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
19127         (update_regs, sift_states_backward, build_sifted_states):
19128         (clean_state_log_if_needed, merge_state_array):
19129         (update_cur_sifted_state, add_epsilon_src_nodes):
19130         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
19131         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
19132         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
19133         (find_recover_state, check_subexp_matching_top, transit_state_mb):
19134         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
19135         (check_arrival, check_arrival_add_next_nodes):
19136         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
19137         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
19138         (check_node_accept_bytes, check_node_accept, extend_buffers):
19139         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
19140         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
19141         (sift_ctx_init):
19142         Likewise.
19143
19144         * lib/regex_internal.h:
19145         (re_string_allocate, re_string_construct, re_string_reconstruct):
19146         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
19147         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
19148         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
19149         (re_string_context_at, re_string_peek_byte_case):
19150         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
19151         is defined, since we now use prototypes always.
19152
19153         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
19154         C89 or better.  All uses removed.
19155
19156 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19157
19158         * config/srclist.txt: Add glibc bugs 1220-1227.
19159
19160 2005-08-20  Jim Meyering  <jim@meyering.net>
19161
19162         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
19163         of unused local, dfa.
19164
19165 2005-08-20  Bruno Haible  <bruno@clisp.org>
19166
19167         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
19168
19169 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19170
19171         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
19172         (re_node_set_insert_last, re_dfa_add_node):
19173         Rename local variables to avoid GCC shadowing warnings.
19174
19175 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19176
19177         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
19178         [defined lint]: Suppress bogus uninitialized-variable warnings.
19179
19180         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
19181         and let the caller return REG_ESPACE if out of space.  This
19182         removes an uninitialied-variable warning with GCC 4.0.1, and also
19183         avoids taking the address of a local variable.  All callers
19184         changed.
19185
19186 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19187
19188         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
19189         $LIBCSRC/posix/regexec.c.
19190         Add glibc bug 1217 for regcomp.c.
19191
19192 2005-08-19  Jim Meyering  <jim@meyering.net>
19193
19194         * lib/regexec.c (proceed_next_node): Redo local variables to
19195         avoid GCC shadowing warnings.
19196
19197 2005-08-18  Bruno Haible  <bruno@clisp.org>
19198
19199         * lib/strstr.c (strstr): Fix return value in multibyte case.
19200         * lib/strcasestr.c (strcasestr): Likewise.
19201
19202 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19203
19204         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
19205
19206 2005-08-17  Jim Meyering  <jim@meyering.net>
19207
19208         Make the %s format (seconds since the epoch) work for a negative
19209         number and when used with a zero-padded field width, e.g. %015s.
19210
19211         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
19212         label so that it precedes the code to set `digits'.  Otherwise,
19213         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
19214         print `00-22'.  Now, it prints `-0022', as it should.
19215
19216 2005-08-17  Bruno Haible  <bruno@clisp.org>
19217
19218         * modules/strstr (Files): Add m4/mbrtowc.m4.
19219         (Depends-on): Add mbuiter.
19220
19221 2005-08-17  Bruno Haible  <bruno@clisp.org>
19222
19223         * modules/strcasestr: New file.
19224         * MODULES.html.sh (String handling, based on ANSI C 89): Add
19225         strcasestr.
19226
19227 2005-08-17  Bruno Haible  <bruno@clisp.org>
19228
19229         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
19230
19231 2005-08-17  Bruno Haible  <bruno@clisp.org>
19232
19233         * modules/mbuiter: New file.
19234         * MODULES.html.sh (Extended multibyte and wide character utilities):
19235         Add mbuiter.
19236
19237 2005-08-17  Bruno Haible  <bruno@clisp.org>
19238
19239         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
19240         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
19241
19242 2005-08-17  Bruno Haible  <bruno@clisp.org>
19243
19244         * m4/strcasestr.m4: New file.
19245
19246 2005-08-17  Bruno Haible  <bruno@clisp.org>
19247
19248         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
19249         * lib/strstr.c: Completely rewritten, with multibyte locale support.
19250
19251 2005-08-17  Bruno Haible  <bruno@clisp.org>
19252
19253         * lib/strcasestr.h: New file.
19254         * lib/strcasestr.c: New file.
19255
19256 2005-08-17  Bruno Haible  <bruno@clisp.org>
19257
19258         * lib/strcasecmp.c: Use mbuiter.h.
19259
19260 2005-08-17  Bruno Haible  <bruno@clisp.org>
19261
19262         * lib/mbuiter.h: New file.
19263
19264 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
19265
19266         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
19267         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
19268         and gl_GETOPT are both invoked via different paths (as happens
19269         with GNU tar CVS because it uses both argp and getopt), the former
19270         wins.
19271
19272 2005-08-16  Bruno Haible  <bruno@clisp.org>
19273
19274         * modules/tls: New file.
19275         * MODULES.html.sh (Multithreading): Add tls.
19276
19277 2005-08-16  Bruno Haible  <bruno@clisp.org>
19278
19279         * modules/strnlen1: New file.
19280         * MODULES.html.sh (String handling): Add strnlen1.
19281
19282 2005-08-16  Bruno Haible  <bruno@clisp.org>
19283
19284         * modules/strcase (Files): Add m4/mbrtowc.m4.
19285         (Depends-on): Add strnlen1, mbchar.
19286
19287 2005-08-16  Bruno Haible  <bruno@clisp.org>
19288
19289         * modules/mbiter: New file.
19290         * MODULES.html.sh (Extended multibyte and wide character utilities):
19291         Add mbiter.
19292
19293 2005-08-16  Bruno Haible  <bruno@clisp.org>
19294
19295         * modules/mbfile: New file.
19296         * MODULES.html.sh (Extended multibyte and wide character utilities):
19297         Add mbfile.
19298
19299 2005-08-16  Bruno Haible  <bruno@clisp.org>
19300
19301         * modules/mbchar: New file.
19302         * MODULES.html.sh (Extended multibyte and wide character utilities):
19303         New section.
19304
19305 2005-08-16  Bruno Haible  <bruno@clisp.org>
19306
19307         * m4/tls.m4: New file, from GNU gettext.
19308
19309 2005-08-16  Bruno Haible  <bruno@clisp.org>
19310
19311         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
19312         always.
19313         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
19314
19315 2005-08-16  Bruno Haible  <bruno@clisp.org>
19316
19317         * m4/mbiter.m4: New file.
19318
19319 2005-08-16  Bruno Haible  <bruno@clisp.org>
19320
19321         * m4/mbfile.m4: New file.
19322
19323 2005-08-16  Bruno Haible  <bruno@clisp.org>
19324
19325         * m4/mbchar.m4: New file.
19326
19327 2005-08-16  Bruno Haible  <bruno@clisp.org>
19328
19329         * lib/tls.h: New file, from GNU gettext.
19330         * lib/tls.c: New file, from GNU gettext.
19331
19332 2005-08-16  Bruno Haible  <bruno@clisp.org>
19333
19334         * lib/strnlen1.h: New file.
19335         * lib/strnlen1.c: New file.
19336
19337 2005-08-16  Bruno Haible  <bruno@clisp.org>
19338
19339         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
19340         (mbi_init): Update.
19341         (mbi_avail, mbi_advance): Let the iteration end before the terminating
19342         NUL byte, not after it.
19343
19344 2005-08-16  Bruno Haible  <bruno@clisp.org>
19345
19346         * lib/strcase.h (strcasecmp): Add note in comments.
19347         * lib/strncasecmp.c: Use code from strcasecmp.c.
19348         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
19349         (strcasecmp): Work correctly in multibyte locales.
19350
19351 2005-08-16  Bruno Haible  <bruno@clisp.org>
19352
19353         * lib/mbiter.h: New file.
19354
19355 2005-08-16  Bruno Haible  <bruno@clisp.org>
19356
19357         * lib/mbfile.h: New file.
19358
19359 2005-08-16  Bruno Haible  <bruno@clisp.org>
19360
19361         * lib/mbchar.h: New file.
19362         * lib/mbchar.c: New file.
19363
19364 2005-08-16  Bruno Haible  <bruno@clisp.org>
19365
19366         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
19367         the valid ones. Makes the comparison operations transitive:
19368         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
19369         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
19370
19371 2005-08-15  Simon Josefsson  <jas@extundo.com>
19372
19373         * modules/ssize_t (License): Change to 'unlimited'.
19374
19375         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
19376
19377 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19378
19379         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
19380         Add comments for each pending glibc patch.
19381
19382 2005-08-15  Bruno Haible  <bruno@clisp.org>
19383
19384         * lib/regex.h (__restrict_arr): Don't define to __restrict if
19385         __cplusplus is defined.
19386
19387 2005-08-14  Jim Meyering  <jim@meyering.net>
19388
19389         Sync from coreutils.
19390
19391         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
19392         Use the hash-table-based cycle-detection code not just when
19393         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
19394         Reported by James Youngman in
19395         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
19396         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
19397         FTS_TIGHT_CYCLE_CHECK.
19398         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
19399         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
19400         once again.
19401         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
19402         * lib/fts.c (fd_safer): Remove decl.
19403         Include fcntl--.h rather than unistd-safer.h
19404         (fts_safe_changedir): Don't call fd_safer; no longer needed
19405         now that we include fcntl--.h.
19406
19407 2005-08-12  Simon Josefsson  <jas@extundo.com>
19408
19409         * modules/getndelim2: Use ssize_t module.
19410         * modules/getnline: Likewise.
19411         * modules/safe-read: Likewise.
19412         * modules/xreadlink: Likewise.
19413
19414         * modules/ssize_t: New file.
19415
19416 2005-08-12  Simon Josefsson  <jas@extundo.com>
19417
19418         * m4/readline.m4: Look for termcap, curses or ncurses if required.
19419
19420 2005-08-12  Simon Josefsson  <jas@extundo.com>
19421
19422         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19423         ssize_t.
19424
19425 2005-08-12  Simon Josefsson  <jas@extundo.com>
19426
19427         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
19428         readline, getdelim and check_version.
19429         (Support for systems lacking ISO C 99: Sizes of integer types):
19430         Add size_max.
19431
19432 2005-08-12  Bruno Haible  <bruno@clisp.org>
19433
19434         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
19435
19436 2005-08-11  Simon Josefsson  <jas@extundo.com>
19437
19438         * modules/readline: New file.
19439
19440         * modules/strnlen (Files): Add strnlen.h.
19441
19442 2005-08-11  Simon Josefsson  <jas@extundo.com>
19443
19444         * m4/readline.m4: New file.
19445
19446 2005-08-11  Simon Josefsson  <jas@extundo.com>
19447
19448         * lib/readline.h, readline.c: New file.
19449
19450 2005-08-11  Simon Josefsson  <jas@extundo.com>
19451
19452         * doc/gnulib.texi (Initial import, Finishing touches): Mention
19453         gl_AVOID.
19454
19455 2005-08-11  Bruno Haible  <bruno@clisp.org>
19456
19457         * lib/strnlen.h (strnlen): Change parameter name to match comment.
19458
19459 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
19460
19461         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
19462
19463 2005-08-10  Simon Josefsson  <jas@extundo.com>
19464
19465         * tests/test-iconvme.c: New file.
19466
19467 2005-08-10  Simon Josefsson  <jas@extundo.com>
19468
19469         * m4/strnlen.m4: New file.
19470
19471         * m4/strndup.m4: Don't check for strnlen declaration, done in
19472         strnlen.m4.
19473
19474 2005-08-10  Simon Josefsson  <jas@extundo.com>
19475
19476         * lib/strndup.c: Use strnlen.h.
19477
19478         * lib/strnlen.h: New file.
19479
19480 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
19481
19482         * README: Typos.
19483
19484 2005-08-02  Simon Josefsson  <jas@extundo.com>
19485
19486         * modules/readline: New file.
19487
19488 2005-08-02  Simon Josefsson  <jas@extundo.com>
19489
19490         * modules/getdelim: New file.
19491
19492         * modules/getline: Rewrite, don't use getndelim2.
19493
19494 2005-08-02  Simon Josefsson  <jas@extundo.com>
19495
19496         * m4/getline.m4: Separate out getdelim stuff into separate module.
19497
19498         * m4/getdelim.m4: New file.
19499
19500 2005-08-02  Simon Josefsson  <jas@extundo.com>
19501
19502         * lib/getline.h, getline.c: Rewrite.
19503
19504         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
19505
19506 2005-07-31  Bruno Haible  <bruno@clisp.org>
19507
19508         * lib/lock.h (gl_lock_initializer): New macro.
19509         (gl_lock_define_initialized): Use it.
19510         (gl_rwlock_initializer): New macro.
19511         (gl_rwlock_define_initialized): Use it.
19512         (gl_recursive_lock_initializer): New macro.
19513         (gl_recursive_lock_define_initialized): Use it.
19514
19515 2005-07-30  Karl Berry  <karl@gnu.org>
19516
19517         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
19518         Report from Ben Pfaff, regarding getopt.
19519
19520 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
19521
19522         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
19523         normal way.
19524         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
19525         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
19526         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
19527         (gl_GETOPT): Use the new macros.  Most of the implementation
19528         is moved to the new macros.  This is for programs like Emacs
19529         that don't want all the functionality of gl_GETOPT.
19530
19531 2005-07-26  Bruno Haible  <bruno@clisp.org>
19532
19533         * m4/lock.m4: Update from GNU gettext.
19534
19535 2005-07-26  Bruno Haible  <bruno@clisp.org>
19536
19537         * lib/lock.h: Update from GNU gettext.
19538         * lib/lock.c: Update from GNU gettext.
19539
19540 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
19541
19542         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
19543         obsolescent AC_TRY_RUN.  Include the default includes files, for
19544         'exit'.
19545
19546 2005-07-24  Bruno Haible  <bruno@clisp.org>
19547
19548         * modules/visibility: New file.
19549         * MODULES.html.sh (Misc): Add visibility.
19550
19551 2005-07-24  Bruno Haible  <bruno@clisp.org>
19552
19553         * m4/visibility.m4: New file.
19554
19555 2005-07-24  Bruno Haible  <bruno@clisp.org>
19556
19557         * doc/visibility.texi: New file.
19558
19559 2005-07-22  Bruno Haible  <bruno@clisp.org>
19560
19561         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
19562         $(ALLOCA_H), redundant through BUILT_SOURCES.
19563         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
19564         redundant through BUILT_SOURCES.
19565         * modules/byteswap (Makefile.am): Remove explicit dependency on
19566         $(BYTESWAP_H), redundant through BUILT_SOURCES.
19567         * modules/fnmatch (Makefile.am): Remove explicit dependency on
19568         $(FNMATCH_H), redundant through BUILT_SOURCES.
19569         * modules/getopt (Makefile.am): Remove explicit dependency on
19570         $(GETOPT_H), redundant through BUILT_SOURCES.
19571         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
19572         redundant through BUILT_SOURCES.
19573         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
19574         redundant through BUILT_SOURCES.
19575         * modules/stdbool (Makefile.am): Remove explicit dependency on
19576         $(STDBOOL_H), redundant through BUILT_SOURCES.
19577         * modules/stdint (Makefile.am): Remove explicit dependency on
19578         $(STDINT_H), redundant through BUILT_SOURCES.
19579         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
19580         Remove explicit dependency on $(SYSEXITS_H).
19581         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
19582
19583 2005-07-18  Simon Josefsson  <jas@extundo.com>
19584
19585         * lib/check-version.c (check_version): Accept identical versions too.
19586
19587 2005-07-18  Bruno Haible  <bruno@clisp.org>
19588
19589         * modules/lock: New file.
19590         * MODULES.html.sh (Multithreading): New section.
19591
19592 2005-07-18  Bruno Haible  <bruno@clisp.org>
19593
19594         * m4/lock.m4: New file, from GNU gettext.
19595
19596 2005-07-18  Bruno Haible  <bruno@clisp.org>
19597
19598         * lib/lock.h: New file, from GNU gettext.
19599         * lib/lock.c: New file, from GNU gettext.
19600
19601 2005-07-18  Bruno Haible  <bruno@clisp.org>
19602
19603         * lib/lock.h (gl_once_t): New type.
19604         (gl_once_define, gl_once): New macros.
19605         * lib/lock.c (fresh_once): New variable.
19606         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
19607         functions.
19608
19609 2005-07-16  Simon Josefsson  <jas@extundo.com>
19610
19611         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
19612         workaround, suggested by Bruno.
19613
19614 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
19615
19616         * modules/xalloc (Depends-on): Add xalloc-die.
19617         * modules/xvasprintf (Depends-on): Add xalloc-die.
19618
19619 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
19620
19621         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
19622         with a minor change.
19623
19624 2005-07-15  Bruno Haible  <bruno@clisp.org>
19625
19626         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
19627         When using lib/poll.c, define poll as rpl_poll.
19628
19629 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
19630
19631         * modules/argp (Depends-on): Remove unlocked-io.
19632
19633 2005-07-14  Derek Price  <derek@ximbiot.com>
19634
19635         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
19636         for glob symlink bug.
19637
19638 2005-07-14  Bruno Haible  <bruno@clisp.org>
19639
19640         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
19641         Instead, test for *_unlocked function declarations directly.
19642
19643 2005-07-11  Simon Josefsson  <jas@extundo.com>
19644
19645         * modules/size_max: New file.
19646
19647         * modules/xsize: Depend on size_max module for size_max.m4.
19648
19649 2005-07-11  Simon Josefsson  <jas@extundo.com>
19650
19651         * lib/size_max.h: New file.
19652
19653 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
19654
19655         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
19656         copyright symbol and the year.
19657         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
19658         (version_etc_va): Use parameterized copyright notice.
19659         Reword to conform to the current GNU coding standards.
19660
19661 2005-07-11  Karl Berry  <karl@gnu.org>
19662
19663         * doc/gnulib.texi (Quoting): new node.
19664         (Initial import): more info, from Patrice.
19665
19666 2005-07-11  Bruno Haible  <bruno@clisp.org>
19667
19668         * gnulib-tool (func_usage): Document option --avoid.
19669         (Command line options): Handle --avoid.
19670         (func_acceptable): New function.
19671         (func_modules_transitive_closure): Use it.
19672
19673 2005-07-11  Bruno Haible  <bruno@clisp.org>
19674
19675         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
19676         Reported by Jim Meyering.
19677
19678 2005-07-10  Bruno Haible  <bruno@clisp.org>
19679
19680         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
19681         Needed when size_t is smaller than 'unsigned int'.
19682         Reported by Paul Eggert.
19683
19684 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19685
19686         * modules/argp (Depends-on): Add unlocked-io
19687
19688 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19689
19690         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
19691         block of defines.
19692
19693 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
19694
19695         * config/srclist.txt: Comment out regcomp.c, since we have a porting
19696         fix now.
19697
19698 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
19699         and Paul Eggert  <eggert@cs.ucla.edu>
19700
19701         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
19702         in wint_t, not wchar_t.  Remove now-unnecessary cast.
19703
19704 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19705
19706         * modules/regex (Files): Add lib/regex_internal.c,
19707         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
19708         (Depends-on): Add extensions.
19709         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
19710
19711 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19712
19713         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
19714         pathconf.
19715         * m4/same.m4 (gl_SAME): Likewise.
19716         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
19717
19718         * m4/regex.m4: Adjust to new libc regex implementation.
19719         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
19720         all the .c and .h parts of (the new) regex.
19721         Quote the m4 stuff better.
19722         Check for RE_ICASE bug of old gnulib.
19723         Check for REG_STARTEND of recent libc.
19724         Rename local variables from jm_* to gl_*.
19725         Quote operand of "test -f".
19726         Say "recent enough" version of libc, not "version 2".
19727         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
19728         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
19729         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
19730         Remove check for btowc, isascii.
19731         Require AM_LANGINFO_CODESET.
19732
19733 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19734
19735         * lib/regex.c, regex.h: Sync from libc.
19736         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
19737         * lib/regexec.c:
19738         New files, synced from libc, except that regex_internal.h
19739         currently has a small porting fix.
19740
19741 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19742
19743         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
19744         regex_internal.c, regexec.c.
19745         Add regex_internal.h too, but as a comment, since the libc version
19746         is currently broken in gnulib mode.
19747
19748 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
19749
19750         Support programs like Emacs that use gnulib but not gettext.
19751         * MODULES.html.sh (Internationalization functions): Add gettext-h.
19752         * modules/gettext-h: New file.
19753         * modules/gettext (Files): Remove lib/gettext.h.
19754         (Depends-on): Add gettext-h.
19755         (Makefile.am): Remove lib_SOURCES.
19756         * modules/argmatch, modules/c-stack, modules/closeout:
19757         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
19758         * modules/execute, modules/file-type, modules/getaddrinfo:
19759         * modules/getopt, modules/human, modules/javacomp:
19760         * modules/javaexec, modules/mkdir-p, modules/obstack:
19761         * modules/openat, modules/pagealign_alloc, modules/pipe:
19762         * modules/quotearg, modules/regex, modules/rpmatch:
19763         * modules/unicodeio, modules/userspec, modules/version-etc:
19764         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
19765         * modules/xsetenv:
19766         Depend on gettext-h, not gettext.
19767
19768 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
19769
19770         * gnulib-tool (func_import): Add support for 'public domain' license.
19771         * modules/alloca, modules/atexit, modules/memmove:
19772         Now public domain, not GPL.
19773         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
19774         * modules/realloc, modules/strerror, modules/strtod:
19775         Now LGPL, not GPL.
19776
19777 2005-07-05  Bruno Haible  <bruno@clisp.org>
19778
19779         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
19780         autoconf CVS. Needed for mingw.
19781
19782 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19783
19784         Remove the dependency of the strftime module on the tzset module.
19785         * modules/strftime (Depends-on): Remove dependency on tzset.
19786
19787 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19788
19789         Remove the dependency of the strftime module on the tzset module.
19790         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
19791         gl_FUNC_TZSET_CLOBBER.
19792
19793 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19794
19795         Remove the dependency of the strftime module on the tzset module.
19796         * lib/strftime.c (my_strftime)
19797         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
19798         Copy the input structure, to work around some of the bug with
19799         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
19800         Solaris releases, you should also use the tzset module, but we won't
19801         require it as a dependency any more since we don't want LGPLed code
19802         to depend on GPLed code.
19803
19804 2005-07-02  Jim Meyering  <jim@meyering.net>
19805
19806         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
19807         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
19808         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
19809         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
19810
19811 2005-07-02  Jim Meyering  <jim@meyering.net>
19812
19813         * lib/backupfile.c (backup_args): Change a `0' to NULL.
19814
19815 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
19816
19817         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
19818         declares only 'struct timespec;' (!).
19819
19820 2005-07-01  Jim Meyering  <jim@meyering.net>
19821
19822         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
19823         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
19824         * lib/save-cwd.c, tempname.c:
19825         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
19826         and don't include <sys/file.h>).
19827
19828 2005-06-29  Jim Meyering  <jim@meyering.net>
19829
19830         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
19831         type name.  Use the variable name instead.
19832         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
19833         Likewise.
19834
19835 2005-06-28  Simon Josefsson  <jas@extundo.com>
19836
19837         * modules/check-version (Files): Add check-version.m4.
19838
19839 2005-06-28  Simon Josefsson  <jas@extundo.com>
19840
19841         * m4/check-version.m4: New file, suggested by Jim Meyering
19842         <jim@meyering.net>.
19843
19844 2005-06-28  Simon Josefsson  <jas@extundo.com>
19845
19846         * lib/check-version.h, lib/check-version.c: New files.
19847
19848 2005-06-28  Simon Josefsson  <jas@extundo.com>
19849
19850         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
19851         collision with global variable.  Better indentation.  Don't
19852         increment buffer pointer beyond buffer end.  Based on comments
19853         from Paul Eggert <eggert@cs.ucla.edu>.
19854
19855         * lib/base64.h: Indent.
19856
19857 2005-06-28  Simon Josefsson  <jas@extundo.com>
19858
19859         * doc/gnulib.texi (Library version handling): New section.
19860
19861 2005-06-28  Jim Meyering  <jim@meyering.net>
19862
19863         * check-module (find_included_lib_files): Hard-code another
19864         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
19865         but modules/fts-lgpl (correctly) does not list those files.
19866
19867         * modules/canonicalize (Files): Add lib/pathmax.h.
19868
19869 2005-06-25  Simon Josefsson  <jas@extundo.com>
19870
19871         * modules/check-version: New file.
19872
19873 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
19874
19875         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
19876         initializer of struct addrinfo, as an indication that we don't
19877         care how many members the structure has.
19878
19879 2005-06-24  Derek Price  <derek@ximbiot.com>
19880         and Bruno Haible  <bruno@clisp.org>
19881
19882         Remove stat module & update lstat.
19883         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
19884         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
19885         * m4/stat.m4: Remove this file.
19886
19887 2005-06-24  Derek Price  <derek@ximbiot.com>
19888         and Bruno Haible  <bruno@clisp.org>
19889
19890         Remove stat module & update lstat.
19891         * lib/stat.c: Remove this file...
19892         (slash_aware_lstat): ...moving this content and its support...
19893         * lib/lstat.c (rpl_lstat): ...into here.
19894         * lib/lstat.h: New file.
19895
19896 2005-06-24  Derek Price  <derek@ximbiot.com>
19897         and Bruno Haible  <bruno@clisp.org>
19898
19899         Remove stat module & update lstat.
19900         * config/srclist.txt (libc sources): Remove stat.
19901
19902 2005-06-24  Derek Price  <derek@ximbiot.com>
19903         and Bruno Haible  <bruno@clisp.org>
19904
19905         Remove stat module & update lstat.
19906         * MODULES.html.sh (stat): Remove.
19907         * MODULES.html: Regenerated.
19908         * modules/lstat (Description): Correct function name.
19909         (Files): Add "lstat.h".
19910         (Depends-on): Remove stat, add xalloc, stat-macros.
19911         * modules/stat: Remove this file.
19912         (Include): Add "lstat.h", remove <sys/stat.h>.
19913
19914 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
19915
19916         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
19917         (ranged_convert): Don't save conversion in a temporary struct.
19918         This causes a warning with GCC 4.0.0, and anyway in the typical
19919         case it's not worth the extra 100 bytes or so of code.
19920         (ranged_convert, __mktime_internal): When calling a function via a
19921         pointer P, use P () rather than (*P) (), as we now assume C89 or
19922         better.
19923
19924 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19925
19926         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
19927         "who -r" failed to give output.  Problem reported by Tim Waugh.
19928
19929         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
19930         (xcalloc): Use it to avoid needless tests.
19931         Problem reported by Jim Meyering.
19932
19933 2005-06-20  Derek Price  <derek@ximbiot.com>
19934
19935         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
19936         unnecessary for Autoconfs > 2.59c.
19937
19938 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19939
19940         * lib/argp.h (__option_is_short): Check upper limit of
19941         __key. Isprint() requires its argument to have the value
19942         of an unsigned char or EOF.
19943
19944 2005-06-16  Jim Meyering  <jim@meyering.net>
19945
19946         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
19947         when either N or S is zero.
19948
19949 2005-06-16  Derek Price  <derek@ximbiot.com>
19950
19951         * m4/bison.m4: Declare YACC & YFLAGS precious.
19952
19953 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
19954
19955         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
19956         multibyte string or pattern, fall back on unibyte matching.
19957         Problem reported by James Youngman.
19958
19959 2005-06-08  Bruno Haible  <bruno@clisp.org>
19960
19961         * modules/csharpcomp: New file.
19962         * MODULES.html.sh (C#): Add csharpcomp.
19963
19964 2005-06-08  Bruno Haible  <bruno@clisp.org>
19965
19966         * m4/csharpcomp.m4: New file, from GNU gettext.
19967
19968 2005-06-08  Bruno Haible  <bruno@clisp.org>
19969
19970         * lib/csharpcomp.h: New file, from GNU gettext.
19971         * lib/csharpcomp.c: New file, from GNU gettext.
19972         * lib/csharpcomp.sh.in: New file, from GNU gettext.
19973
19974 2005-06-08  Bruno Haible  <bruno@clisp.org>
19975
19976         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
19977         warning on mingw.
19978
19979 2005-06-07  Derek Price  <derek@ximbiot.com>
19980
19981         Sync from CVS.
19982         * lib/glob_.h: Indent nested #ifdef.
19983
19984 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19985
19986         Sync from coreutils.
19987         Use "file name" when talking about file names, instead of "filename"
19988         or "path", as per the GNU coding standards.
19989         * lib/mkdir-p.c: Renamed from makepath.c.
19990         (make_dir_parents): Renamed from make_path.  All callers changed.
19991         * lib/mkdir-p.h: Likewise.  All includers changed.
19992         * lib/filenamecat.c: Renamed from path-concat.c.
19993         (file_name_concat): Renamed from path_concat.  All callers changed.
19994         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
19995         * lib/filenamecat.h: Likewise.  All includers changed.
19996         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
19997         in comments or local variable names.
19998         * lib/basename.c: Likewise.
19999         * lib/canonicalize.c, canonicalize.h: Likewise.
20000         * lib/dirname.c, dirname.h: Likewise.
20001         * lib/euidaccess.c: Likewise.
20002         * lib/exclude.c: Likewise
20003         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
20004         * lib/fsusage.c, fsuage.h: Likewise.
20005         * lib/fts.c, fts_.h: Likewise.
20006         * lib/getcwd.c: Likewise.
20007         * lib/getloadavg.c: Likewise.
20008         * lib/mkstemp.c: Likewise.
20009         * lib/mountlist.c, mountlist.h: Likewise.
20010         * lib/openat.c, openat.h: Likewise.
20011         * lib/readlink-stub.c: Likewise.
20012         * lib/readutmp.c, readutmp.h: Likewise.
20013         * lib/rename.c: Likewise.
20014         * lib/rmdir.c: Likewise.
20015         * lib/same.c: Likewise.
20016         * lib/savedir.c: Likewise.
20017         * lib/stripslash.c: Likewise.
20018         * lib/tempname.c: Likewise.
20019         * lib/xreadlink.c: Likewise.
20020         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
20021         All uses changed.
20022         * lib/exclude.h: Likewise.
20023
20024         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
20025         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
20026         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
20027         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
20028         * lib/pathmax.h: Include <limits.h> unconditionally, since other
20029         files have been getting away with it for years (MORE/BSD 4.3
20030         is extinct now).
20031         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
20032         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
20033
20034         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
20035         Define to 256, not 255, as per modern POSIX.
20036
20037 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
20038
20039         Sync from coreutils.
20040         Use "file name" when talking about file names, instead of "filename"
20041         or "path", as per the GNU coding standards.
20042         * MODULES.html.sh: mkdir-p renamed from makepath.
20043         filenamecat renamed from path-concat.
20044         * modules/filenamecat: Renamed from modules/path-concat.
20045         (Files): filenamecat.h and filenamecat.c renamed from
20046         path-concat.h and path-concat.c.
20047         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
20048         (Include): filenamecat.h, not path-concat.h.
20049         * modules/mkdir-p: Renamed from modules/makepath.
20050         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
20051         makepath.c.
20052         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
20053         (Include): mkdir-p.h, not makepath.h.
20054
20055 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
20056
20057         Sync from coreutils.
20058         * m4/mkdir-p.m4: Renamed from makepath.m4.
20059         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
20060         Rename files from makepath.c to mkdir-p.c, and from
20061         makepath.h to mkdir-p.h.
20062         * m4/filenamecat.m4: Renamed from path-concat.m4.
20063         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
20064         Rename files from path-concat.c to filenamecat.c,
20065         and from path-concat.h to filenamecat.h.
20066         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
20067         "file name" in local variables or comments.
20068         * m4/rename.m4: Likewise.
20069
20070 2005-06-01  Bruno Haible  <bruno@clisp.org>
20071
20072         * modules/csharpexec: New file.
20073         * MODULES.html.sh (C#): New section.
20074
20075 2005-06-01  Bruno Haible  <bruno@clisp.org>
20076
20077         * m4/csharp.m4: New file, from GNU gettext.
20078         * m4/csharpexec.m4: New file, from GNU gettext.
20079
20080 2005-06-01  Bruno Haible  <bruno@clisp.org>
20081
20082         * lib/csharpexec.h: New file, from GNU gettext.
20083         * lib/csharpexec.c: New file, from GNU gettext.
20084         * lib/csharpexec.sh.in: New file, from GNU gettext.
20085
20086 2005-05-31  Derek Price  <derek@ximbiot.com>
20087             Paul Eggert  <eggert@cs.ucla.edu>
20088
20089         Sync from cvs.
20090         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
20091
20092 2005-05-31  Derek Price  <derek@ximbiot.com>
20093             Paul Eggert  <eggert@cs.ucla.edu>
20094
20095         Sync from cvs.
20096         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
20097
20098 2005-05-29  Derek Price  <derek@ximbiot.com>
20099
20100         * config/srclist.txt (glob_.h, glob.c): Add these files.
20101
20102 2005-05-29  Derek Price  <derek@ximbiot.com>
20103
20104         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
20105         * modules/glob: New file.
20106         * modules/getlogin_r: Add link to POSIX spec in description.
20107
20108 2005-05-29  Derek Price  <derek@ximbiot.com>
20109             Paul Eggert  <eggert@cs.ucla.edu>
20110
20111         * m4/glob.m4: New file.
20112
20113 2005-05-29  Derek Price  <derek@ximbiot.com>
20114             Paul Eggert  <eggert@cs.ucla.edu>
20115
20116         * lib/glob_.h, lib/glob.c: New files.
20117
20118 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20119
20120         * modules/fts (Files): Remove m4/inttypes-pri.m4.
20121         * modules/fts-lgpl (Depends-on): Remove gettext.
20122
20123 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20124
20125         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
20126         and don't require gt_INTTYPES_PRI.
20127
20128 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20129
20130         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
20131
20132         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
20133         the configuration hassle isn't worth it.
20134         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
20135         (LONGEST_MODIFIER, PRIuMAX): Remove.
20136
20137 2005-05-27  Bruno Haible  <bruno@clisp.org>
20138
20139         * lib/getlogin_r.h: Remove second include of <stddef.h>.
20140
20141 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
20142
20143         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
20144         _POSIX_PTHREAD_SEMANTICS for Solaris.
20145
20146 2005-05-25  Derek Price  <derek@ximbiot.com>
20147
20148         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
20149
20150 2005-05-25  Derek Price  <derek@ximbiot.com>
20151             Paul Eggert  <eggert@cs.ucla.edu>
20152
20153         * modules/getlogin_r, m4/getlogin_r.m4: New files.
20154         * lib/getlogin_r.c, getlogin_r.h: New files.
20155
20156 2005-05-25  Bruno Haible  <bruno@clisp.org>
20157             Derek Price  <derek@ximbiot.com>
20158
20159         * lib/getlogin_r.h: Simplify API documentation.
20160
20161 2005-05-23  Derek Price  <derek@ximbiot.com>
20162
20163         * modules/minmax (Files): Add m4/minmax.m4.
20164         (configure.ac): Add gl_MINMAX.
20165
20166 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
20167
20168         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
20169         so that unistd-safer.h (GPL'ed code) need not be included.
20170
20171 2005-05-22  Bruno Haible  <bruno@clisp.org>
20172
20173         * m4/minmax.m4: New file.
20174         Based on a patch by Derek Price <derek@ximbiot.com>.
20175
20176 2005-05-22  Bruno Haible  <bruno@clisp.org>
20177
20178         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
20179         (INT64_MIN): Fix definition.
20180         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
20181
20182         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
20183         NEED_SIGNED_INT_TYPES.
20184
20185         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
20186         HAVE_SYSTEM_INTTYPES.
20187
20188 2005-05-22  Bruno Haible  <bruno@clisp.org>
20189
20190         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
20191         Also include <sys/param.h> if it defines MIN, MAX.
20192         Based on a patch by Derek Price <derek@ximbiot.com>.
20193
20194 2005-05-21  Jim Meyering  <jim@meyering.net>
20195
20196         * modules/fts (Files): Add m4/inttypes-pri.m4.
20197         (Depends-on): Add lstat and remove gettext.  Alphabetize.
20198
20199 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20200
20201         New fts module.
20202         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
20203         (setup_dir, free_dir): New functions.
20204         (enter_dir, leave_dir): Define trivial
20205         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
20206         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
20207         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
20208         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
20209         Move to fts-cycle.c.
20210         (fts_open): Use setup_dir.
20211         (fts_close): Use free_dir.
20212         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
20213         This adds a label and some gotos, but the alternatives were messier.
20214         Check for memory allocation failure when entering a dir.
20215         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
20216         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
20217         (FTS): New member fts_cycle, that is a union that contains the
20218         old active_dir_ht and cycle_state.  All uses changed to mention
20219         fts_cycle.ht and fts_cycle.state.
20220         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
20221         fts.c, with the following changes:
20222         (setup_dir, free_dir): New functions.
20223         (enter_dir): Now returns bool.  Return true if successful, false
20224         if memory exhausted.  All callers changed.
20225         Do not bother partly cleaning up on
20226         memory allocation failure; that is free_dir's job.
20227         However, free ad if hash_insert fails, to avoid memory leak.
20228         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
20229         fts->fts_options to see which union member to use.
20230
20231 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20232
20233         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
20234         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
20235
20236 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20237
20238         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
20239
20240 2005-05-20  Jim Meyering  <jim@meyering.net>
20241
20242         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
20243         Now a macro, to pacify GCC.
20244
20245 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
20246
20247         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
20248         of -1.
20249
20250 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
20251
20252         * lib/chown.c (rpl_chown): Return -1 on failure.
20253
20254 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
20255
20256         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
20257         Don't check for stddef.h.
20258         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
20259         don't use its results.
20260         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
20261         since we include them unconditionally.  Don't require
20262         AM_STDBOOL_H, since stdbool is a prerequisite.
20263         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
20264         since we assume C89 or better.
20265         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
20266         as we don't use their results.
20267         Don't check for fchdir, memmove, memset, strrchr, as we use
20268         them unconditionally.
20269         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
20270         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
20271
20272 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
20273
20274         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
20275         Include <stddef.h> unconditionally, since we assume C89 now.
20276         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
20277         * lib/fts.c: Include fts_.h first, to check interface.
20278         Do not include intprops.h; no longer needed.
20279         Include cycle-check.h and hash.h, since fts_.h no longer does.
20280         Remove unnecessary casts of closedir to void.
20281         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
20282         decide whether to decrement nlinks.
20283         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
20284         (FTS): Use struct hash_table * instead of Hash_table, so that
20285         we no longer need to include hash.h here.
20286
20287 2005-05-18  Jim Meyering  <jim@meyering.net>
20288
20289         * modules/dirfd (License): Change to LGPL.  Most of the code
20290         is already in the public domain.
20291
20292 2005-05-18  Jim Meyering  <jim@meyering.net>
20293
20294         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
20295         Reported by Yoann Vandoorselaere.
20296
20297 2005-05-17  Jim Meyering  <jim@meyering.net>
20298
20299         * m4/fts.m4: New file, from coreutils.
20300
20301 2005-05-17  Jim Meyering  <jim@meyering.net>
20302
20303         * lib/fts.c, lib/fts_.h: New files, from coreutils.
20304
20305 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20306
20307         Sync from coreutils.
20308         * m4/unlinkdir.m4: New file.
20309
20310 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20311
20312         Sync from coreutils.
20313         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
20314         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
20315         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
20316         White space changes only.
20317         * lib/makepath.c (make_path): Port to hosts where leading "//" is
20318         special.
20319         * lib/yesno.c: Include getline.h, not ctype.h.
20320         (yesno): Don't remove leading white space; POSIX doesn't allow it.
20321         Use getline to remove arbitrary restriction on response length.
20322
20323 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20324
20325         * config/srclist-update: Spell out "Street" in FSF postal
20326         mail address; this is the style the FSF seems to prefer.
20327
20328         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
20329         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
20330         this updates FSF postal mail address.
20331
20332         Sync from coreutils.
20333         * modules/unlinkdir: New file.
20334         * modules/yesno (Depends-on): Add getline.
20335         * MODULES.html.sh (File system functions): Add unlinkdir.
20336
20337 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20338
20339         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
20340         lib/strsep.h:
20341         Change the initial comment to refer to GPL, not LGPL.
20342         gnulib-tool will change it to LGPL as needed.
20343
20344         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
20345         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
20346         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
20347         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
20348         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
20349         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
20350         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
20351         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
20352         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
20353         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
20354         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
20355         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
20356         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
20357         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
20358         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
20359         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
20360         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
20361         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
20362         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
20363         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
20364         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
20365         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
20366         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
20367         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
20368         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
20369         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
20370         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
20371         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
20372         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
20373         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
20374         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
20375         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
20376         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
20377         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
20378         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
20379         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
20380         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
20381         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
20382         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
20383         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
20384         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
20385         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
20386         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
20387         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
20388         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
20389         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
20390         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
20391         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
20392         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
20393         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
20394         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
20395         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
20396         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
20397         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
20398         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
20399         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
20400         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
20401         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
20402         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
20403         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
20404         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
20405         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
20406         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
20407         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
20408         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
20409         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
20410         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
20411         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
20412         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
20413         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
20414         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
20415         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
20416         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
20417         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
20418         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
20419         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
20420         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
20421         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
20422         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
20423         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
20424         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
20425         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
20426         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
20427         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
20428         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
20429         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
20430         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
20431         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
20432         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
20433         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
20434         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
20435         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
20436         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
20437         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
20438         lib/yesno.c, lib/yesno.h:
20439         Update FSF postal mail address.
20440
20441 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20442
20443         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
20444         tests/test-memmem.c, tests/test-stpncpy.c:
20445         Update FSF postal mail address.
20446
20447 2005-05-13  Bruno Haible  <bruno@clisp.org>
20448
20449         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
20450         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
20451         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
20452         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
20453         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
20454         Add support for 64-bit integers in the MSVC compiler.
20455
20456 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20457
20458         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
20459
20460 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
20461
20462         * gnulib-tool (func_import): Sort and uniquify recommended includes.
20463
20464 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
20465
20466         * doc/getdate.texi (General date syntax): Don't say that date
20467         date --iso-8601=ns generates acceptable dates; it doesn't yet.
20468         Problem reported by Nic Ferrier.
20469
20470 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20471
20472         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
20473         specified in ai_socktype. Fix invalid ai_protocol
20474         check. ai_protocol is usually set to 0 or depending on
20475         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
20476         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
20477         ai_socktype / ai_protocol in the returned addrinfo structure.
20478
20479 2005-05-10  Simon Josefsson  <jas@extundo.com>
20480
20481         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
20482         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20483
20484 2005-05-10  Karl Berry  <karl@gnu.org>
20485
20486         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
20487         (from http://www.gnu.org/licenses).
20488         * doc/COPYING.LIB: also rename to COPYING.LESSER.
20489         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
20490         fdl.texi suffices.
20491
20492 2005-05-10  Karl Berry  <karl@gnu.org>
20493
20494         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
20495         (COPYING.DOC): remove.
20496
20497         * config/srclist-update: new FSF address.
20498
20499 2005-05-10  Derek Price  <derek@ximbiot.com>
20500
20501         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
20502         possible.
20503
20504 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20505             Bruno Haible  <bruno@clisp.org>
20506
20507         * modules/inet_ntop: New file.
20508         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20509         inet_ntop.
20510
20511 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20512             Bruno Haible  <bruno@clisp.org>
20513
20514         * m4/inet_ntop.m4: New file.
20515
20516 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20517             Bruno Haible  <bruno@clisp.org>
20518
20519         * lib/inet_ntop.h: New file.
20520         * lib/inet_ntop.c: New file, from glibc with modifications.
20521
20522 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
20523
20524         * modules/time_r (License): Change to LGPL.
20525         * modules/extensions (License): Change to LGPL.  Actually,
20526         the license is more permissive than that, but currently gnulib-tool
20527         doesn't know how to handle more-permissive licenses.
20528
20529         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
20530         Problem reported by Dave Love.
20531
20532 2005-05-08  Jim Meyering  <jim@meyering.net>
20533
20534         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
20535         blank.
20536
20537 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
20538
20539         * modules/argmatch (Depends-on): Add stdbool.
20540         * modules/backupfile (Depends-on): Likewise.
20541         * modules/chdir-long (Depends-on): Likewise.
20542         * modules/closeout (Depends-on): Likewise.
20543         * modules/cycle-check (Depends-on): Likewise.
20544         * modules/dirname (Depends-on): Likewise.
20545         * modules/fnmatch (Depends-on): Likewise.
20546         * modules/fsusage (Depends-on): Likewise.
20547         * modules/fwriteerror (Depends-on): Likewise.
20548         * modules/getcwd (Depends-on): Likewise.
20549         * modules/getloadavg (Depends-on): Likewise.
20550         * modules/hard-locale (Depends-on): Likewise.
20551         * modules/makepath (Depends-on): Likewise.
20552         * modules/mountlist (Depends-on): Likewise.
20553         * modules/nanosleep (Depends-on): Likewise.
20554         * modules/posixtm (Depends-on): Likewise.
20555         * modules/quotearg (Depends-on): Likewise.
20556         * modules/readtokens (Depends-on): Likewise.
20557         * modules/readtokens0 (Depends-on): Likewise.
20558         * modules/readutmp (Depends-on): Likewise.
20559         * modules/save-cwd (Depends-on): Likewise.
20560         * modules/strftime (Depends-on): Likewise.
20561         * modules/userspec (Depends-on): Likewise.
20562         * modules/utimecmp (Depends-on): Likewise.
20563         * modules/xgetcwd (Depends-on): Likewise.
20564         * modules/xnanosleep (Depends-on): Likewise.
20565         * modules/xstrtod (Depends-on): Likewise.
20566         * modules/yesno (Depends-on): Likewise.
20567
20568 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
20569
20570         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
20571         needless checks.
20572
20573 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20574
20575         Merge from coreutils.  Among other things,
20576         add bulletproofing for cases where stdin, stdout, or stderr are closed.
20577         * lib/fd-safer.c: New file.
20578         * lib/fcntl-safer.h, open-safer.c: Remove.
20579         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
20580         * lib/dup-safer.c: Include unistd-safer.h first.
20581         Don't include errno.h.
20582         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
20583         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
20584         * lib/file-type.c: Rely on file-type.h change.
20585         * lib/getloadavg.c: Include unistd-safer.h.
20586         (getloadavg): Use safer open.
20587         * lib/getusershell.c: Include "stdio-safer.h".
20588         (getusershell): Use safer fopen.
20589         * lib/long-options.c (long_options): Use NULL rather than 0.
20590         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
20591         'free'.
20592         * lib/modechange.c: Likewise.
20593         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
20594         (MODE_DONE): New constant.
20595         (struct mode_change): Remove 'next' member.
20596         (make_node_op_equals): New function; like the old one of the
20597         same name, except it allocates an array.
20598         (mode_compile, mode_create_from_ref): Use it.
20599         (mode_compile): Allocate result as an array, not a linked list.
20600         Parse octal string ourself, so that we catch mistakes like "+0".
20601         (mode_adjust): Arg is an array, not a linked list.
20602         * lib/modechange.c: Include stat-macros.h, xalloc.h.
20603         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
20604         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
20605         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
20606         Remove.  This is now stat-macros.h's job.
20607         (talloc): Remove.  All callers replaced by xalloc, so that
20608         our invokers don't have to worry about reporting memory failures.
20609         (make_node_op_equals): Remove.
20610         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
20611         New constants.
20612         (struct mode_change): Moved here from modechange.h.
20613         (mode_append_entry): Remove.
20614         (mode_compile): Remove MASKED_OPS arg, since it encouraged
20615         apps to have incorrect behavior.  Use simpler algorithm for head
20616         and tail.  Don't futz with umask; that's now the job of mode_adjust.
20617         Detect more invalid usages rather than having somewhat-random behavior.
20618         Don't insert an "a=" action, as that leads to incorrect behavior.
20619         (mode_compile, mode_create_from_ref): Return NULL on error instead
20620         of an enum, since now there's only one way to have an error.  All
20621         callers changed.
20622         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
20623         at the correct time.  Simplify calculation of "+u" and its ilk.
20624         Don't mishandle "+X".
20625         (mode_free): Remove "register" and localize decls.
20626         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
20627         (struct mode_change): Move to modechange.c; callers don't
20628         need to see this stuff.
20629         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
20630         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
20631         (mode_change, mode_adjust): Reflect the new signatures noted above.
20632         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
20633         that might redefine system include files.
20634         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
20635         (my_usleep): Use NULL rather than (void *) 0.
20636         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
20637         Use siginterrupt to specify that system calls should be interrupted.
20638         (rpl_nanosleep): Move initialization of suspended closer to call of
20639         my_usleep.
20640         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
20641         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
20642         (desirable_utmp_entry): New function.
20643         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
20644         using x2nrealloc, to simplify logic.
20645         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
20646         size calculation.  Do not assume utmp file is a regular file.
20647         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
20648         (READ_UTMP_CHECK_PIDS): New constant.
20649         * lib/save-cwd.c: Include unistd-safer.h.
20650         (save_cwd): Use fd_safer.
20651         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
20652         [!_LIBC] Include "stat-macros.h" instead.
20653         * lib/unistd-safer.h (fd_safer): New decl.
20654
20655 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20656
20657         * modules/getloadavg (Depends-on): Add unistd-safer.
20658         * modules/getusershell (Depends-on): Add stdio-safer.
20659         * modules/lstat (Depends-on): Remove xalloc.
20660         * modules/mkstemp (Depends-on): Add stat-macros.
20661         * modules/modechange (Depends-on): Remove xstrtol.
20662         Add stat-macros, xalloc.
20663         * modules/save-cwd (Depends-on): Add unistd-safer.
20664         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
20665         * modules/unistd-safer (Files): Add lib/fd-safer.c
20666         (Makefile.am): Remove lib_SOURCES.
20667
20668         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
20669         Remove fcntl-safer; unistd-safer supersedes it.
20670
20671 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20672
20673         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
20674         AC_HEADER_STAT.
20675         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
20676         (gl_PREREQ_CHOWN): Remove.
20677         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
20678         it.  Don't require AC_HEADER_STAT.
20679         (gl_PREREQ_LSTAT): Remove.
20680         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
20681         Don't require AC_HEADER_STAT.
20682         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
20683         (gl_PREREQ_RMDIR): Remove.
20684         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
20685         mention stat-macros.h or AC_HEADER_STAT, since we'll make
20686         the stat-macros module a prerequisite.
20687         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
20688         * m4/filemode.m4 (gl_FILEMODE): Likewise.
20689         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
20690         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
20691         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
20692         variable names.
20693         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
20694         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
20695         variable prefixes.
20696         * m4/fcntl-safer.m4: Remove.
20697         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
20698         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
20699         Invoke gl_PREREQ_FD_SAFER.
20700         (gl_PREREQ_FD_SAFER): New macro.
20701         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
20702         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
20703         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
20704         Remove duplicate call to AC_LIBOBJ(readutmp).
20705         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
20706
20707         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
20708         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
20709
20710 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20711
20712         * MODULES.html.sh (Misc): Add byteswap.
20713
20714 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20715
20716         * modules/getcwd (Depends-on): Add extensions.
20717         * modules/openat (Depends-on): Likewise.
20718
20719 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20720
20721         * modules/byteswap: New file.
20722
20723 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20724
20725         * m4/byteswap.m4: New file.
20726
20727 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20728
20729         * lib/byteswap_.h: New file.
20730
20731 2005-04-25  Karl Berry  <karl@gnu.org>
20732
20733         * m4/gettext.m4: Update from GNU gettext 0.14.4.
20734
20735 2005-04-25  Albert Chin  <china@thewrittenword.com>
20736
20737         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
20738         Toolkit C bug.
20739
20740 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
20741
20742         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
20743         (func_ln_if_changed) Remove forcibly for no error message
20744         in case file does not exist.
20745
20746 2005-04-19  Simon Josefsson  <jas@extundo.com>
20747
20748         * gnulib-tool (Options): Make --symlink mean --symbolic.
20749
20750 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
20751
20752         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
20753
20754 2005-04-16  Simon Josefsson  <jas@extundo.com>
20755
20756         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
20757
20758 2005-04-15  Simon Josefsson  <jas@extundo.com>
20759
20760         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
20761
20762 2005-04-15  Simon Josefsson  <jas@extundo.com>
20763
20764         * gnulib-tool: Rename --symlink to --symbolic.
20765
20766 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
20767
20768         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
20769         symbolic links to files instead of copying/moving.  Add --aux-dir,
20770         specifying directory relative --dir where auxiliary build tools
20771         are placed.
20772
20773 2005-04-14  Bruno Haible  <bruno@clisp.org>
20774
20775         * modules/allocsa (License): Change to LGPL.
20776         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20777
20778 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
20779
20780         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
20781         that "UTC +1 second" continues to work.  Problem reported
20782         by Dmitry V. Levin.
20783         (relunit_snumber): New rule.
20784         (relunit): Use it.
20785
20786 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
20787
20788         * lib/getdate.y (universal_time_zone_table): New constant.
20789         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
20790         universal_time_zone_table.
20791         (lookup_zone): Prefer universal_time_zone_table to
20792         local_time_zone_table, so that "GMT" time stamps are allowed in
20793         London during the summer.  Problem reported by Ian Abbott.
20794
20795 2005-04-12  Jim Meyering  <jim@meyering.net>
20796
20797         * lib/human.c (humblock): Set *options even when returning due to
20798         xstrtoumax conversion failure.  Thanks to a used-uninitialized
20799         warning from gcc-4.
20800
20801 2005-04-09  Jim Meyering  <jim@meyering.net>
20802
20803         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
20804         -Wuninitialized: initialize tm0.tm_year.
20805
20806 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
20807
20808         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
20809         count, since there's no maximum.  All uses changed.
20810         Add member dsts_seen.
20811         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
20812         not being INT_MAX.
20813         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
20814         Use pc_rels_seen to decide whther a date is absolute.
20815
20816         * lib/getdate.y (number): Don't overwrite year.
20817         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
20818         check.
20819
20820 2005-04-02  Simon Josefsson  <jas@extundo.com>
20821
20822         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
20823         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
20824
20825 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
20826
20827         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
20828         where no absolute path name can be longer than PATH_MAX.
20829
20830 2005-03-27  Jim Meyering  <jim@meyering.net>
20831
20832         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
20833
20834 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
20835
20836         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
20837         "one's complement" -> "ones' complement" in comment, as per Knuth.
20838         "value of type" -> "type or expression" in comment.
20839         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
20840
20841 2005-03-26  Jim Meyering  <jim@meyering.net>
20842
20843         Comment nits.
20844         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
20845         Correct typos: s/or/of/.
20846
20847 2005-03-26  Jim Meyering  <jim@meyering.net>
20848
20849         * modules/check-include-files: Move to ../ and rename to...
20850         * check-module: ...this.
20851
20852 2005-03-25  Jim Meyering  <jim@meyering.net>
20853
20854         * modules/xvasprintf (Files): Add xalloc.h.
20855
20856 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
20857
20858         * modules/gettext (Files): config/config.rpath ->
20859         build-aux/config.rpath
20860         * modules/iconv (Files): Likewise.
20861         Problem reported by Oskar Liljeblad.
20862
20863 2005-03-23  Jim Meyering  <jim@meyering.net>
20864
20865         * modules/check-include-files: New script to check for
20866         missing dependencies, multiple includes, etc.
20867
20868         * modules/c-strtold (Depends-on): Add xalloc.
20869         * modules/c-strtod (Depends-on): Add xalloc.
20870         * modules/hash (Depends-on): Add xalloc.
20871         (Files): Remove lib/xalloc.h.
20872
20873         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
20874         * modules/userspec (Files): Add lib/inttostr.h.
20875
20876 2005-03-23  Jim Meyering  <jim@meyering.net>
20877
20878         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
20879
20880 2005-03-22  Jim Meyering  <jim@meyering.net>
20881
20882         * modules/stat-macros: New module.
20883         * modules/canonicalize, modules/euidaccess, modules/file-type,
20884         * modules/filemode, modules/lchown, modules/makepath,
20885         * modules/rmdir, modules/stat: Depend on new stat-macros module
20886         rather than listing lib/stat-macros.h manually.
20887         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
20888
20889 2005-03-22  Jim Meyering  <jim@meyering.net>
20890
20891         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
20892
20893 2005-03-22  Bruno Haible  <bruno@clisp.org>
20894
20895         * config/srclist.txt: Replace target directory 'config' with
20896         'build-aux'.
20897         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
20898         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
20899         ../build-aux/.
20900
20901 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
20902
20903         * modules/chdir-long (Depends-on): Add mempcpy.
20904
20905         * modules/acl, modules/backupfile, modules/c-strtod,
20906         modules/c-strtold, modules/canon-host, modules/canonicalize,
20907         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
20908         modules/exclude, modules/exitfail, modules/file-type,
20909         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
20910         modules/getdate, modules/getline, modules/getpagesize,
20911         modules/getpass, modules/getugroups, modules/group-member,
20912         modules/hard-locale, modules/hash, modules/human, modules/idcache,
20913         modules/inttostr, modules/long-options, modules/makepath,
20914         modules/md5, modules/memcasecmp, modules/memcoll,
20915         modules/modechange, modules/mountlist, modules/path-concat,
20916         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
20917         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
20918         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
20919         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
20920         modules/strftime, modules/strndup, modules/strverscmp,
20921         modules/timespec, modules/unlocked-io, modules/userspec,
20922         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
20923         modules/yesno:
20924         Remove lib_SOURCES line from Makefile.am section, as this is now
20925         done automatically by the corresponding Autoconf macro.
20926
20927 2005-03-21  Jim Meyering  <jim@meyering.net>
20928
20929         Changes imported from coreutils.
20930
20931         * lib/cycle-check.c: Don't include xalloc.h.
20932
20933         * lib/path-concat.c: Don't include assert.h.
20934         (path_concat): Remove assertion that would have triggered
20935         for ABASE starting with more than one slash.
20936         Reported by Andreas Schwab.
20937
20938         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
20939         properly when ABASE is an absolute file name.
20940         Correct the description of this function.
20941         Include <assert.h>.
20942         Add an assertion and a test driver.
20943         This fixes a bug introduced on 2004-07-02.
20944         Andreas Schwab reported the resulting failure of cp --parents:
20945         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
20946
20947 2005-03-21  Jim Meyering  <jim@meyering.net>
20948
20949         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
20950         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
20951
20952 2005-03-21  Jim Meyering  <jim@meyering.net>
20953         and  Paul Eggert  <eggert@cs.ucla.edu>
20954
20955         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
20956         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
20957         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
20958         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
20959         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
20960         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
20961         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
20962         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
20963         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
20964         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
20965         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
20966         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
20967         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
20968         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
20969         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
20970         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
20971         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
20972         for these modules.
20973
20974 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
20975
20976         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
20977         (which shouldn't happen), generate nothing instead of returning 0
20978         immediately, so that nstrftime (NULL, ...) doesn't return 0.
20979
20980 2005-03-16  Bruno Haible  <bruno@clisp.org>
20981
20982         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
20983         HAVE_LONGLONG_64BIT.
20984
20985 2005-03-16  Bruno Haible  <bruno@clisp.org>
20986
20987         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
20988         HAVE_LONGLONG_64BIT.
20989
20990 2005-03-16  Bruno Haible  <bruno@clisp.org>
20991
20992         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
20993         HAVE_LONGLONG_64BIT.
20994
20995 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20996
20997         * lib/strftime.c (my_strftime): Prepend space to format so that we can
20998         reliably distinguish strftime failure from empty output on POSIX
20999         hosts.
21000
21001 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
21002
21003         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
21004         (iconv_string): Don't guess a size-zero buffer, as that might cause
21005         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
21006         result would be 'too large', where 'too large' is (heuristically)
21007         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
21008         overflow concerns.  This will prevent some unwanted malloc failures
21009         when the inputs are very large.
21010
21011 2005-03-15  Karl Berry  <karl@gnu.org>
21012
21013         * config/srclist.txt (config.rpath): from gettext.
21014         * config/config.rpath: update.
21015
21016 2005-03-15  Bruno Haible  <bruno@clisp.org>
21017
21018         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
21019         to 'negate'.
21020
21021         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
21022         variable.
21023
21024         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
21025         results.
21026
21027 2005-03-14  Simon Josefsson  <jas@extundo.com>
21028
21029         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
21030         <fx@gnu.org>.
21031
21032 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
21033
21034         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
21035         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
21036         intprops.h.
21037         * lib/strtol.c: Likewise.
21038
21039 2005-03-14  Jim Meyering  <jim@meyering.net>
21040
21041         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
21042         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
21043         to be nonzero so that we (and caller) can detect the difference
21044         between a valid zero-length expansion and an error return, even
21045         when the underlying strftime fails before writing anything into
21046         that location.
21047
21048 2005-03-14  Bruno Haible  <bruno@clisp.org>
21049
21050         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
21051         Update from GNU gettext 0.14.3.
21052
21053 2005-03-10  Jim Meyering  <jim@meyering.net>
21054
21055         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
21056
21057 2005-03-10  Jim Meyering  <jim@meyering.net>
21058
21059         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
21060         so that this module works on systems without fchdir.
21061
21062 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
21063
21064         Factor int-properties macros into a single file, except for
21065         glibc-related files.
21066         * lib/intprops.h: New file.
21067         * lib/getloadavg.c: Include it instead of limits.h.
21068         (INT_STRLEN_BOUND): Remove.
21069         * lib/human.c: Include intprops.h.
21070         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
21071         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
21072         302/1000.
21073         * lib/inttostr.h: Include intprops.h instead of limits.h.
21074         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
21075         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
21076         for consistency with intprops.h.
21077         (time_t_is_integer, twos_complement_arithmetic): Use them.
21078         * lib/sig2str.h: Include <signal.h>, intprops.h.
21079         (INT_STRLEN_BOUND): Remove.
21080         * lib/strftime.c (TYPE_SIGNED): Remove.
21081         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
21082         * lib/strtol.c: Adjust comments to match intprops.h.
21083         * lib/userspec.c: Include intprops.h.
21084         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
21085         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
21086         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
21087         instead of rolling our own expressions.
21088         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
21089
21090         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
21091         instead of int.
21092         (my_strftime): Do not mishandle years close to INT_MAX, by doing
21093         the right thing even if adding 1900 would overflow.  Similarly
21094         for tm_mon + 1 and tm_yday + 1.
21095         Make %Y always equivalent to %C%y, and similarly for %G and %g.
21096         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
21097         (DO_SIGNED_NUMBER): New macro.
21098         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
21099
21100 2005-03-07  Bruno Haible  <bruno@clisp.org>
21101
21102         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
21103
21104 2005-03-07  Bruno Haible  <bruno@clisp.org>
21105
21106         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
21107
21108 2005-03-04  Derek R. Price  <derek@ximbiot.com>
21109
21110         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
21111         (func_import): Only replace files via --import when they have actually
21112         changed.
21113
21114 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21115
21116         * m4/mmap-anon.m4: New file.
21117         * m4/pagealign_alloc.m4: New file.
21118
21119 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21120             Bruno Haible  <bruno@clisp.org>
21121
21122         * modules/pagealign_alloc: New file.
21123         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
21124
21125 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21126             Bruno Haible  <bruno@clisp.org>
21127
21128         * lib/pagealign_alloc.h: New file.
21129         * lib/pagealign_alloc.c: New file.
21130
21131 2005-03-03  Bruno Haible  <bruno@clisp.org>
21132
21133         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
21134         Use an all-permissive copyright notice, recommended by RMS.
21135
21136 2005-03-02  Bruno Haible  <bruno@clisp.org>
21137
21138         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
21139         of AIX, the replacement has to be done only after <string.h> is
21140         included, therefore not in config.h. stpncpy.h does the replacement,
21141         and stpncpy.c uses it.
21142
21143 2005-03-02  Bruno Haible  <bruno@clisp.org>
21144
21145         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
21146         stpncpy.c uses it.
21147
21148 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21149
21150         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
21151         The workaround isn't strictly needed for POSIX conformance, and
21152         it's too much of a pain to configure and maintain.  We'll ask
21153         people to fix their kernels instead.
21154         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
21155         (NANOSLEEP_BUG_WORKAROUND): Remove.
21156         (xnanosleep): Remove the workaround.
21157
21158 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21159
21160         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
21161         Reported by Derek Price.
21162         (Include): Add "timespec.h".
21163
21164         * modules/xnanosleep (Depends-on): Remove gethrxtime.
21165
21166 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21167
21168         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
21169         to detect nanosleep bug.
21170
21171 2005-03-01  Bruno Haible  <bruno@clisp.org>
21172
21173         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
21174
21175 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
21176
21177         * modules/gethrxtime: New file.
21178         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
21179         (Depends-on): Add gethrxtime.
21180         (configure.ac): Add gl_XNANOSLEEP.
21181         (Makefile.am): Remove lib_SOURCES line.
21182
21183 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
21184
21185         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
21186         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
21187
21188 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
21189
21190         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
21191         * lib/timespec.h (gettime): Return void, since it always
21192         succeeds now.  All uses changed.
21193         * lib/gettime.c (gettime) Likewise.
21194         [HAVE_NANOTIME]: Prefer nanotime.
21195         Assume gettimeofday succeeds, as POSIX requires.
21196         Assime time () succeeds, since other code already does.
21197         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
21198         (timespec_subtract): Remove.
21199         (NANOSLEEP_BUG_WORKAROUND): New constant.
21200         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
21201         things considerably.  Use it only on GNU/Linux hosts, since the
21202         workaround shouldn't be needed elsewhere.
21203
21204 2005-02-24  Bruno Haible  <bruno@clisp.org>
21205
21206         * modules/gettext (Files): Add m4/glibc2.m4.
21207
21208 2005-02-24  Bruno Haible  <bruno@clisp.org>
21209
21210         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
21211         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
21212         * m4/progtest.m4:
21213         Update from GNU gettext 0.14.2.
21214         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
21215
21216 2005-02-24  Bruno Haible  <bruno@clisp.org>
21217
21218         * lib/localcharset.c: Update from GNU gettext 0.14.2.
21219         * lib/config.charset: Update from GNU gettext 0.14.2.
21220
21221 2005-02-24  Bruno Haible  <bruno@clisp.org>
21222
21223         * lib/gettext.h: Update from GNU gettext 0.14.2.
21224
21225 2005-02-23  Simon Josefsson  <jas@extundo.com>
21226
21227         * m4/iconvme.m4: New file.
21228
21229 2005-02-23  Jim Meyering  <jim@meyering.net>
21230
21231         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
21232         change.
21233         Thanks to Bruno Haible for catching it.
21234
21235 2005-02-22  Simon Josefsson  <jas@extundo.com>
21236
21237         * modules/iconvme: New file.
21238
21239         * MODULES.html.sh: Add iconvme.
21240
21241 2005-02-22  Simon Josefsson  <jas@extundo.com>
21242
21243         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
21244
21245 2005-02-22  Simon Josefsson  <jas@extundo.com>
21246
21247         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
21248
21249 2005-02-22  Jim Meyering  <jim@meyering.net>
21250
21251         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
21252         s/ifndef/ifdef/.
21253
21254 2005-02-20  Neil Conway  <neilc@samurai.com>
21255
21256         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
21257         returned by OSX/Darwin if the specified buffer is not large
21258         enough for the hostname.
21259
21260 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21261
21262         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
21263         pass it to _help, otherwise the latter coredumps trying to
21264         dereference state.root_argp.
21265
21266 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21267
21268         * modules/chdir-long (Depends-on): Add memrchr.
21269         * modules/memrchr (Files): Add lib/memrchr.h.
21270         (Include): "memrchr.h".
21271
21272 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21273
21274         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
21275
21276 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21277
21278         * lib/memrchr.h: New file.
21279         * lib/chdir-long.c: Include it.
21280         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
21281         Don't bother including stddef.h.
21282
21283 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
21284
21285         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
21286         inclusion.
21287         Include <sys/types.h>, for dev_t.
21288         (ME_DUMMY, ME_REMOTE): Move from here....
21289         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
21290         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
21291         Dmitry V. Levin.
21292         Include mountlist.h first, to test the interface.
21293
21294 2005-01-29  Bruno Haible  <bruno@clisp.org>
21295
21296         * lib/progname.c (program_name): Initialize.
21297         Needed when linking statically on MacOS X.
21298
21299 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
21300
21301         Sync from coreutils.
21302         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
21303         (Depends-on): Add c-strtod.
21304         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
21305
21306 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
21307
21308         Sync from coreutils.
21309         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
21310
21311         Remove files that are specific to coreutils.
21312         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
21313
21314 2005-01-28  Bruno Haible  <bruno@clisp.org>
21315
21316         * modules/javacomp: New file.
21317         * MODULES.html.sh (Java): Add javacomp.
21318
21319 2005-01-28  Bruno Haible  <bruno@clisp.org>
21320
21321         * m4/javacomp.m4: New file, from GNU gettext.
21322
21323 2005-01-28  Bruno Haible  <bruno@clisp.org>
21324
21325         * lib/javacomp.sh.in: New file, from GNU gettext.
21326         * lib/javacomp.h: New file, from GNU gettext.
21327         * lib/javacomp.c: New file, from GNU gettext.
21328
21329 2005-01-26  Simon Josefsson  <jas@extundo.com>
21330
21331         * lib/gai_strerror.c: Use GPL in header.
21332
21333 2005-01-26  Bruno Haible  <bruno@clisp.org>
21334
21335         * modules/javaexec: New file.
21336         * MODULES.html.sh (Java): Add javaexec.
21337
21338 2005-01-26  Bruno Haible  <bruno@clisp.org>
21339
21340         * m4/javaexec.m4: New file, from GNU gettext.
21341
21342 2005-01-26  Bruno Haible  <bruno@clisp.org>
21343
21344         * lib/javaexec.sh.in: New file, from GNU gettext.
21345         * lib/javaexec.h: New file, from GNU gettext.
21346         * lib/javaexec.c: New file, from GNU gettext.
21347
21348 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21349
21350         * modules/lchown (Depends-on): Remove lchown.h
21351
21352 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21353
21354         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
21355         must be defined if the header file was not found, in order
21356         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
21357
21358 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21359
21360         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
21361         initializers for struct pentry_state.
21362         (__argp_error): Check return value of __asprintf
21363         (__argp_failure): Translate error message
21364
21365         * lib/argp-parse.c: Removed braces around the expansion of N_()
21366
21367 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
21368
21369         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
21370         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
21371         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
21372         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
21373         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
21374         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
21375         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
21376         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
21377         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
21378         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
21379         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
21380         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
21381         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
21382         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
21383         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
21384         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
21385         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
21386         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
21387         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
21388         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
21389         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
21390         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
21391         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
21392         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
21393         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
21394         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
21395         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
21396         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
21397         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
21398         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
21399         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
21400         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
21401         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
21402         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
21403         xstrtol.m4, xstrtoumax.m4, yesno.m4:
21404         Use an all-permissive copyright notice, recommended by RMS.
21405
21406 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
21407
21408         * modules/chdir-long (Depends-on): Remove mempcpy.
21409
21410 2005-01-21  Jim Meyering  <jim@meyering.net>
21411
21412         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
21413         same value as for Solaris 9.
21414
21415         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
21416         component length.  This included changing the parameter to be
21417         of type `char *' rather than `char const *'.
21418         * lib/chdir-long.h (chdir_long): Update prototype.
21419
21420         * lib/openat.c (fdopendir, fstatat): New functions.
21421         * lib/openat.h: Include headers required for use of DIR and struct
21422         stat.
21423         [AT_SYMLINK_NOFOLLOW]: Define.
21424         (fdopendir, fstatat): Add prototypes.
21425
21426 2005-01-21  Bruno Haible  <bruno@clisp.org>
21427
21428         * modules/classpath: New file.
21429         * MODULES.html.sh (Java): Add classpath.
21430
21431 2005-01-21  Bruno Haible  <bruno@clisp.org>
21432
21433         * lib/classpath.h: New file, from GNU gettext.
21434         * lib/classpath.c: New file, from GNU gettext.
21435
21436 2005-01-20  Simon Josefsson  <jas@extundo.com>
21437
21438         * modules/version-etc-fsf: New file.
21439
21440 2005-01-20  Simon Josefsson  <jas@extundo.com>
21441
21442         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
21443         * lib/version-etc.c: Remove version_etc_copyright.
21444         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
21445         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
21446
21447 2005-01-20  Simon Josefsson  <jas@extundo.com>
21448
21449         * lib/base64.h (isbase64): Add.
21450
21451         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
21452         using a unsigned prototype, don't inline.
21453         (base64_decode): Use it.
21454
21455 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21456
21457         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
21458         it.
21459
21460 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21461
21462         * lib/save-cwd.c (save_cwd): Remove code to support the case
21463         where fchdir is missing or flaky.
21464
21465 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21466
21467         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
21468
21469 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
21470
21471         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
21472         AC_LIBSOURCES now does this.
21473         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
21474         with new ullong_max module.
21475
21476 2005-01-19  Bruno Haible  <bruno@clisp.org>
21477
21478         * modules/sh-quote: New file.
21479         * MODULES.html.sh (Executing programs): Add sh-quote.
21480
21481 2005-01-19  Bruno Haible  <bruno@clisp.org>
21482
21483         * lib/sh-quote.h: New file, from GNU gettext.
21484         * lib/sh-quote.c: New file, from GNU gettext.
21485
21486 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21487
21488         Merge from coreutils.
21489         * m4/ullong_max.m4: New file.
21490         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
21491         (gl_MACROS): Assume localeconv exists.
21492
21493 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21494
21495         Merge changes from coreutils, as described below in several
21496         changelogs dated today.
21497
21498         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
21499         (O_DIRECTORY): Remove; not needed here, since "." must be
21500         a directory.  All uses removed.
21501         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
21502         universal on Suns, and we also need to test for IRIX.
21503         Revamp code to use 'if' rather than '#if'.
21504         Avoid unnecessary comparison of cwd->desc to 0.
21505
21506         * lib/utimens.c (futimens): Robustify the previous patch, by checking
21507         for known valid error numbers rather than observed invalid ones.
21508
21509 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21510
21511         * modules/ullong_max: New file.
21512
21513         * modules/chdir-long, modules/openat: New files.
21514         * modules/save-cwd (Depends-on): Depend on chdir-long.
21515         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
21516
21517 2005-01-18  Jim Meyering  <jim@meyering.net>
21518
21519         Merge from coreutils.
21520         * m4/chdir-long.m4, m4/openat.m4: New files.
21521         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
21522         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
21523         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
21524         is sane and DOES follow symlinks.  Besides, testing 20 different
21525         systems found no broken chown implementations.
21526         Prompted by a change in rsync's copy of this macro.
21527         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
21528
21529         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
21530
21531         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
21532         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
21533         NULL-means-set-to-current-time semantics.
21534         Remove temporary file immediately, rather than waiting
21535         for configure's at-exit trap code to do it.
21536
21537 2005-01-18  Jim Meyering  <jim@meyering.net>
21538
21539         * lib/version-etc.c (version_etc_copyright): Update copyright date.
21540
21541         * lib/utimens.c (futimens): Account for the fact that futimes
21542         can also fail with errno == ENOSYS or errno == ENOENT.
21543         Patch from Dmitry V. Levin.
21544
21545         Change the name of the robust chdir function from chdir to chdir_long.
21546         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
21547         (restore_cwd): Use chdir_long, not chdir.
21548         * lib/chdir-long.c: Renamed from chdir.c.
21549         * lib/chdir-long.h: Renamed from chdir.h.
21550         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
21551         Hurd.
21552
21553 2005-01-18  Bruno Haible  <bruno@clisp.org>
21554
21555         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
21556         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
21557         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
21558         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
21559         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
21560         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
21561         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
21562         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
21563         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
21564         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
21565         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
21566         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
21567         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
21568         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
21569         Use an all-permissive copyright notice, recommended by RMS.
21570
21571 2005-01-18  Bob Proulx  <bob@proulx.com>
21572
21573         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
21574         simplify offsetof() macro construct to avoid compile failure with
21575         native HP-UX 11.0 ANSI C compiler.
21576
21577 2005-01-17  Bruno Haible  <bruno@clisp.org>
21578
21579         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
21580         redundant because stpncpy.m4 takes care of it.
21581
21582 2005-01-17  Bruno Haible  <bruno@clisp.org>
21583
21584         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
21585
21586 2005-01-17  Bruno Haible  <bruno@clisp.org>
21587
21588         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
21589         used.
21590
21591 2005-01-17  Bruno Haible  <bruno@clisp.org>
21592
21593         * lib/fwriteerror.h (fwriteerror): Change specification to include
21594         fclose.
21595         * lib/fwriteerror.c: Include <stdbool.h>.
21596         (fwriteerror): At the end, close the file stream. Record whether
21597         stdout was already closed.
21598
21599 2005-01-17  Bruno Haible  <bruno@clisp.org>
21600
21601         * lib/execute.c (environ): Declare if needed.
21602         * lib/pipe.c (environ): Likewise.
21603         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
21604
21605 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21606
21607         * modules/argp: Depend on vsnprintf
21608
21609 2005-01-10  Jim Meyering  <jim@meyering.net>
21610
21611         * modules/closeout (Depends-on): Add atexit.
21612
21613 2005-01-06  Bruno Haible  <bruno@clisp.org>
21614
21615         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
21616
21617 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
21618
21619         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
21620         definitions to be after all include files, to avoid collisions.
21621         Problem reported by Bob Proulx.
21622
21623 2005-01-04  Jim Meyering  <jim@meyering.net>
21624
21625         Changes imported from coreutils.
21626         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
21627         as the mkstemp template, use a temporary directory and an
21628         8.3-friendly template to avoid trouble on systems like DJGPP.
21629         Reported by Juan M. Guerrero via Stepan Kasal.
21630         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
21631         close. Remove the temporary directory right away, rather than waiting
21632         for configure's at-exit trap code to do it.
21633         Suggestion from Stepan Kasal.
21634
21635 2005-01-01  Simon Josefsson  <jas@extundo.com>
21636
21637         * gnulib-tool: Print #include directives when --import'ing.
21638
21639 2004-12-28  Simon Josefsson  <jas@extundo.com>
21640
21641         * tests/test-base64.c: Include required header files.  Remove
21642         unused variables.
21643
21644 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21645
21646         * modules/error (Depends-on): Remove gettext.
21647
21648 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21649
21650         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
21651         not needed.  This removes a dependency on the gettext module.
21652         [defined _LIBC]: Do not include <libintl.h>; not needed.
21653
21654 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
21655
21656         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
21657         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
21658
21659 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
21660
21661         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
21662         HAVE_DECL_STRTOLD.
21663
21664 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21665
21666         * modules/getdate (Depends-on): Remove alloca-opt.
21667
21668 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21669
21670         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
21671
21672 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21673
21674         * lib/argp-parse.c: Include <stddef.h>.
21675         (alignof, alignto): New macros.
21676         (parser_init): Don't assume that void * is aligned sufficiently
21677         for struct option.
21678
21679         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
21680         need to extend the stack.
21681         (YYINITDEPTH): New macro, so that the initial stack isn't overly
21682         large.
21683
21684 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21685
21686         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
21687
21688 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
21689
21690         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
21691         (2004-10-24) change.  Apparently this was a false alarm.
21692
21693         * modules/getdate: Depend on alloca-opt, not alloca.
21694
21695 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
21696
21697         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
21698         Remove now-obsolete comment about AIX.
21699         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
21700         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
21701         (YYMAXDEPTH): New macro.
21702
21703 2004-12-18  Simon Josefsson  <jas@extundo.com>
21704
21705         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
21706
21707 2004-12-18  Bruno Haible  <bruno@clisp.org>
21708
21709         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
21710
21711 2004-12-18  Bruno Haible  <bruno@clisp.org>
21712
21713         * lib/fatal-signal.c (fatal_signals): Make non-const.
21714         (init_fatal_signals): New function.
21715         (uninstall_handlers, install_handlers): Ignore signals that were set to
21716         SIG_IGN.
21717         (at_fatal_signal): Call init_fatal_signals.
21718         (init_fatal_signal_set): Likewise. Ignore signals that were set to
21719         SIG_IGN.
21720         Reported by Paul Eggert.
21721
21722 2004-12-18  Bruno Haible  <bruno@clisp.org>
21723
21724         * doc/alloca.texi: New file.
21725         * doc/alloca-opt.texi: New file.
21726
21727 2004-12-17  Jim Meyering  <jim@meyering.net>
21728
21729         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
21730         Otherwise, install-sh could exit with improper exit status when
21731         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
21732
21733 2004-12-16  Simon Josefsson  <jas@extundo.com>
21734
21735         * tests/test-base64.c: Add license.
21736
21737 2004-12-15  Stepan Kasal  <address@hidden>
21738
21739         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
21740
21741 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
21742
21743         * modules/getcwd (Files): Add m4/d-ino.m4.
21744         Suggested by Mark D. Baushke.
21745
21746 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21747
21748         * lib/getdate.y (textint): New member "negative".
21749         (time_zone_hhmm): New function.
21750         Expect 14 shift-reduce conflicts, not 13.
21751         (o_colon_minutes): New rule.
21752         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
21753         (yylex): Set the "negative" member of signed numbers.
21754
21755 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21756
21757         * doc/getdate.texi (Time of day items, Time zone items):
21758         Describe new formats +00:00, UTC+00:00.
21759
21760 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
21761
21762         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
21763         spurious "-l"s.  Problem reported by Stepan Kasal.
21764
21765 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
21766
21767         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
21768         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
21769
21770 2004-12-04  Simon Josefsson  <jas@extundo.com>
21771
21772         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
21773         Vandoorselaere <yoann@prelude-ids.org>.
21774
21775 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21776
21777         Changes imported from coreutils.
21778         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
21779         exist.
21780         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
21781
21782 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21783
21784         Changes imported from coreutils.
21785         * lib/hard-locale.c: Assume <locale.h> exists.
21786         Include "strdup.h".
21787         (GLIBC_VERSION): New macro.
21788         (hard_locale): Assume setlocale exists.
21789         Rewrite to avoid #ifdef.
21790         Use strdup rather than malloc + strcpy.
21791         * lib/human.c: Assume <locale.h> exists.
21792         (human_readable): Assume localeconv exists.
21793
21794 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21795
21796         * modules/hard-locale (Depends-on): Add strdup.
21797
21798 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
21799
21800         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
21801         convert T2, not T.  (Imported from libc.)
21802
21803 2004-11-30  Simon Josefsson  <jas@extundo.com>
21804
21805         * modules/restrict (License): Change to LGPL.
21806
21807 2004-11-30  Simon Josefsson  <jas@extundo.com>
21808
21809         * m4/restrict.m4: Add copyright and copying conditions.
21810
21811 2004-11-30  Simon Josefsson  <jas@extundo.com>
21812
21813         * m4/base64.m4: New file.
21814
21815 2004-11-30  Simon Josefsson  <jas@extundo.com>
21816
21817         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
21818         base64.
21819
21820         * tests/test-base64.c: New file.
21821
21822         * modules/base64: New file.
21823
21824 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21825
21826         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
21827         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
21828
21829         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
21830
21831 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21832
21833         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
21834         (__getcwd.c): Don't restore errno; glibc doesn't.
21835         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
21836         first, falling back to our code only if its results look suspicious.
21837         Ensure that the resulting buffer is only as large as necessary.
21838
21839         * lib/readutmp.c: Include readutmp.h first.
21840         Include <errno.h>, since readutmp.h no longer does that.
21841         * lib/readutmp.h: Don't include <errno.h>,
21842         <sys/param.h>, <time.h>; not needed to establish interface.
21843         (errno): Remove decl.
21844         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
21845         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
21846         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
21847
21848 2004-11-28  Simon Josefsson  <jas@extundo.com>
21849
21850         * lib/base64.h, base64.c: New file.
21851
21852 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
21853
21854         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
21855
21856 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
21857
21858         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
21859         (Depends-on): Remove pathmax, same.  Add mempcpy.
21860         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
21861         (Makefile.am): Append getcwd.h to lib_SOURCES.
21862         (Include): Add getcwd.h.
21863         (Maintainer): Change from Jim Meyering to "all, glibc",
21864         since getdate now uses intended-for-glibc code.
21865         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
21866         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
21867
21868 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21869
21870         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
21871         HP's ANSI C compiler.
21872         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
21873         Declaring int functions causes warnings on some modern systems and
21874         shouldn't be needed to compile on ancient ones.
21875         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
21876         defined.
21877
21878         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
21879         with the following changes.
21880         (__set_errno): Parenthesize properly.
21881         Include <stdbool.h>.
21882         (MIN, MAX, MATCHING_INO): New macros.
21883         (__getcwd): Define with prototype, not K&R form.
21884         Use heuristics to allocate default buffer on stack if possible.
21885         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
21886         behavior, and to avoid the PATH_MAX limit when computing
21887         ../../../../...
21888         Use MATCHING_INO to compare inode number to file.
21889         Check for arithmetic overflow in size calculations.
21890         Fix bug in reallocation of dot array that caused getcwd to fail
21891         on directories nested deeper than 75.
21892         Be more careful about saving errno on error.
21893         Do not use realloc; use only free+malloc, as this is a bit
21894         more flexible and avoids a needless copy operation.
21895         Do not inspect st_dev and st_ino for symbolic links; POSIX
21896         doesn't specify the latter.
21897         Check for closedir errors.
21898         Avoid needless casts.
21899         Use "#ifdef weak_alias" around weak_alias, to be like other
21900         glibc code.
21901         The following changes to getcwd.c have effect only when used in
21902         gnulib; they have no effect inside glibc proper.
21903         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
21904         as alloca isn't used.
21905         (alloca, __alloca): Likewise.
21906         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
21907         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21908         unconditionally, as gnulib assumes C89 or better.
21909         Do not include <sys/param.h>.
21910         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
21911         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
21912         better.
21913         (NULL) [!defined NULL]: Remove; we assume C89 or better.
21914         Include <dirent.h> in a way that is compatible with modern Autoconf.
21915         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
21916         New macros, if not already defined.
21917         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
21918         Use "_LIBC", not "defined _LIBC", for consistency.
21919         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
21920         a mempcpy module.
21921         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
21922         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
21923         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
21924         credit only to Jim Meyering and adjust the copyright dates.
21925         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
21926         <stdlib.h>, <unistd.h>, "pathmax.h".
21927         Instead, include "xgetcwd.h" (first) and "getcwd.h".
21928         (INITIAL_BUFFER_SIZE): Remove.
21929         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
21930
21931 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21932
21933         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
21934         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
21935         Use the _ONCE methods, for efficiency.
21936         Check for fcntl.h.  In test program, include <errno.h>
21937         and <fcntl.h> if available.  Remove old K&R cruft from
21938         test program.  Check for common errors in GNU/Linux,
21939         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
21940         don't do AC_LIBOBJ, as that's getcwd.m4's job.
21941         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
21942         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
21943         name accordingly.
21944         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
21945         accommodate new getcwd.c.
21946         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
21947         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
21948         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
21949         that's all we need now.
21950
21951 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21952
21953         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
21954         argp-parse.c depends on getopt internals, that means we should
21955         always use our getopt, to be on the safe side.
21956         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
21957         order not to spoil the result of an eventual previous invocation
21958         of gl_GETOPT_SUBSTITUTE.
21959
21960 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21961
21962         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
21963         redefinition warnings. To avoid them, include the defines
21964         in `#if !defined __need_getopt ... #endif'. The only place
21965         where __getopt_argv_const is used is in definitions
21966         of getopt_long and getopt_long_only below, which are as well
21967         protected by `#ifndef __need_getopt'.
21968         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
21969         __need_getopt after including <stdio.h> and <unistd.h> These
21970         headers might have defined it.
21971
21972 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21973
21974         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
21975
21976 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21977
21978         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
21979         (futimens): New function, which uses futimes if available.
21980         (futimens, utimens): Support timespec==NULL, with same semantics
21981         as utime and utimens.
21982         * lib/utimens.h (futimens): New decl.
21983
21984 2004-11-23  Jim Meyering  <jim@meyering.net>
21985
21986         * lib/getopt_.h: Remove trailing blanks.
21987
21988 2004-11-23  Jim Meyering  <jim@meyering.net>
21989
21990         * lib/__fpending.c: Add comment.
21991
21992 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
21993
21994         * modules/canonicalize (Depends-on): Add xreadlink.
21995         Problem reported by James Youngman.
21996
21997 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
21998
21999         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
22000         New macros.
22001         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
22002         optopt): Use them instead of invoking ## directly; otherwise, the
22003         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
22004
22005 2004-11-19  Bruno Haible  <bruno@clisp.org>
22006
22007         * lib/strtok_r.c: Move comments from here...
22008         * lib/strtok_r.h: ... to here.
22009
22010 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
22011
22012         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
22013         implementations that mishandle size_t overflow.
22014
22015 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
22016
22017         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
22018         might fail.  Problem reported by Yoann Vandoorselaere.
22019         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
22020         implementations that mishandle size_t overflow.
22021
22022 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22023
22024         * modules/canon-host (Depends-on): Add strdup.
22025
22026 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22027
22028         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
22029
22030 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22031
22032         * lib/canon-host.c: Include "strdup.h".
22033         (canon_host): Use getaddrinfo if available, so that IPv6 works.
22034         Use strdup instead of malloc/strcpy to duplicate strings.
22035
22036         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
22037         (human_space_before_unit): New constant.
22038         * lib/human.c (human_readable): Support it.
22039
22040         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
22041         (xgetcwd): Set errno correctly when failing.
22042         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
22043         the failure is actually due to a PATH_MAX problem.
22044
22045         Further getopt changes to make it more likely that glibc will
22046         buy the changes back.
22047         * lib/getopt.c (POSIXLY_CORRECT): New constant.
22048         (getopt): Use it, so to preserve glibc semantic
22049         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
22050         when compiling for libc.
22051         * lib/getopt_.h (__getopt_argv_const): Bring it back.
22052         (getopt_long, getopt_long_only): Use it.
22053
22054         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
22055         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
22056         (getopt): Argv is now char * const *, as per standard.
22057         (_getopt_internal_r, _getopt_internal): Argv is now char **,
22058         not char *__getopt_argv_const *.
22059         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
22060         _getopt_long_only_r): Likewise.
22061         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
22062         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
22063         _getopt_long_r, _getopt_long_only_r): Likewise.
22064         * lib/getopt_.h (__getopt_argv_const): Remove.
22065         (getopt): Argv is now char * const *, as per standard.
22066
22067         * lib/getdate.y (tORDINAL): New token.
22068         (day, relunit): Allow it for relative times.
22069         (relative_time_table): Use tORDINAL for ordinals.
22070
22071 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22072
22073         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
22074         Document that "second" isn't allowed as an ordinal number.
22075
22076 2004-11-16  Jim Meyering  <jim@meyering.net>
22077
22078         * modules/closeout (Depends-on): Add fpending.
22079
22080 2004-11-15  Jim Meyering  <jim@meyering.net>
22081
22082         * lib/closeout.c: Include "__fpending.h" once again.
22083         Include <stdbool.h>.
22084         (close_stdout): Don't fail just because stdout was closed initially,
22085         since some programs don't write to stdout in the normal course of
22086         operation (other than --version and --help), and we don't want this
22087         function to make e.g. `touch file >&-' fail.
22088         But do fail if it was closed and someone has tried to write to it.
22089         E.g., `printf foo >&-' must fail.
22090
22091 2004-11-13  Jim Meyering  <jim@meyering.net>
22092
22093         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
22094
22095 2004-11-12  Simon Josefsson  <jas@extundo.com>
22096
22097         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
22098         small doc fix is still pending.
22099
22100 2004-11-11  Simon Josefsson  <jas@extundo.com>
22101
22102         * modules/strtok_r: New file.
22103
22104         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22105         strtok_r.
22106
22107 2004-11-11  Simon Josefsson  <jas@extundo.com>
22108
22109         * m4/strtok_r.m4: New file.
22110
22111         * m4/getopt.m4: Replace opterr.
22112
22113 2004-11-11  Simon Josefsson  <jas@extundo.com>
22114
22115         * lib/strtok_r.h, strtok_r.c: New file.
22116
22117 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
22118
22119         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
22120         of replacing opterr, getopt, etc.  This should handle the
22121         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
22122
22123 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
22124
22125         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
22126         we can stop lying to compilers about the constness of argv when we
22127         are compiled outside glibc.
22128         (getopt, getopt_long, getopt_long_only): Use it.
22129         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
22130         _getopt_internal, getopt): Likewise.
22131         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
22132         _getopt_long_only_r): Likewise.
22133         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
22134         _getopt_long_r, _getopt_long_only_r): Likewise.
22135
22136         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
22137         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
22138         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
22139         the other external symbols.
22140         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
22141         declaration, since the above renaming now works around collisions.
22142
22143 2004-11-11  Jim Meyering  <jim@meyering.net>
22144
22145         * lib/linebreak.c: Remove trailing blanks.
22146         * lib/alloca_.h: Likewise.
22147         * lib/acosl.c: Likewise.
22148         * lib/euidaccess.c: Likewise.
22149         * lib/allocsa.h: Likewise.
22150
22151 2004-11-10  Simon Josefsson  <jas@extundo.com>
22152
22153         * m4/getaddrinfo.m4: New file.
22154
22155 2004-11-10  Simon Josefsson  <jas@extundo.com>
22156
22157         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
22158
22159 2004-11-10  Simon Josefsson  <jas@extundo.com>
22160
22161         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22162         getaddrinfo.
22163
22164         * modules/getaddrinfo: New file.
22165
22166 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22167
22168         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
22169
22170 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22171
22172         * lib/mktime.c (SHR): New macro, which is a portable
22173         substitute for >> that should work even on Crays.
22174         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
22175         Problem reported by Mark D. Baushke in
22176         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
22177         * lib/getdate.y (SHR): Likewise.
22178         (tm_diff): Use it.
22179         * lib/strftime.c (SHR): Likewise.
22180         (tm_diff): Use it.
22181         * lib/quotearg.c (struct quoting_options): Use unsigned int for
22182         quote_these_too, so that right shifts are well defined.  All uses
22183         changed.
22184
22185 2004-11-10  Jim Meyering  <jim@meyering.net>
22186
22187         Ensure that no close failure goes unreported.
22188         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
22189         return early when it seems there's nothing to flush.
22190         Don't include __fpending.h.
22191
22192 2004-11-10  Jim Meyering  <jim@meyering.net>
22193
22194         * modules/closeout (Depends-on): Remove fpending.
22195
22196 2004-11-10  Jim Meyering  <jim@meyering.net>
22197
22198         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
22199
22200 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22201
22202         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
22203         gl_FUNC_STRFTIME.
22204         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
22205         and AC_REQUIRE when possible, to avoid duplicate checks.
22206         Check for <wchar.h>.
22207
22208 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22209
22210         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
22211
22212 2004-11-09  Bruno Haible  <bruno@clisp.org>
22213
22214         * m4/sockpfaf.m4: New file.
22215
22216 2004-11-05  Bruno Haible  <bruno@clisp.org>
22217
22218         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
22219         Reported by Mark D. Baushke <mdb@cvshome.org>.
22220
22221 2004-11-04  Bruno Haible  <bruno@clisp.org>
22222
22223         2004-09-11  Bruno Haible  <bruno@clisp.org>
22224                 * allocsa.valgrind: New file.
22225         2004-02-06  Bruno Haible  <bruno@clisp.org>
22226                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
22227                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
22228                 Reported by Christopher Seip <chris.seip@hp.com>.
22229
22230 2004-11-04  Bruno Haible  <bruno@clisp.org>
22231
22232         * modules/allocsa (Files): Add lib/allocsa.valgrind.
22233         (Makefile.am): Distribute it.
22234
22235 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
22236
22237         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
22238         with errno == ERANGE if the buffer is too small.
22239         Problem reported by Mark D. Baushke.
22240
22241 2004-11-03  Albert Chin  <china@thewrittenword.com>
22242             Paul Eggert  <eggert@cs.ucla.edu>
22243
22244         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
22245         equivalent, substitute $ac_type for equivalent type rather than
22246         blindly using uint32_t *always* which won't work if uint32_t is not
22247         available.  Define _UINT32_T to work around typedef of uint32_t if
22248         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
22249         2.5.1.
22250
22251 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22252
22253         * m4/jm-macros.m4: Sync from coreutils.
22254         (gl_MACROS): Check for mbrlen, for pathchk.
22255         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
22256
22257 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22258
22259         * lib/xreadlink.c (MAXSIZE): New macro.
22260         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
22261         size does not exceed MAXSIZE.  Avoid cast.
22262         As suggested by Mark D. Baushke in
22263         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
22264         if readlink fails with buffer size just under MAXSIZE, try again
22265         with MAXSIZE.
22266
22267 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22268
22269         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
22270
22271 2004-11-02  Derek R. Price  <derek@ximbiot.com>
22272         and  Paul Eggert  <eggert@cs.ucla.edu>
22273
22274         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
22275         (get_date): Overparenthesize to avoid GCC warning.
22276
22277 2004-11-02  Bruno Haible  <bruno@clisp.org>
22278
22279         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
22280         returns void.
22281
22282 2004-11-02  Bruno Haible  <bruno@clisp.org>
22283
22284         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
22285         function returns void.
22286
22287 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
22288
22289         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
22290         fflush_unlocked, flockfile, funlockfile, funlockfile,
22291         fputs_unlocked, putc_unlocked.
22292
22293 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
22294
22295         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
22296         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
22297         already declared.
22298
22299 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22300
22301         * modules/getdate (Files): Add doc/getdate.texi.
22302         (Depends-on): Add setenv, xalloc.
22303
22304 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22305
22306         * lib/getdate.y: Add support for TZ="foo" within a date string.
22307         Fix some bugs near time_t boundaries.  Reject dates with
22308         out-of-range components, e.g., "Sept 31".
22309         Include <stdlib.h>, "setenv.h", "xalloc.h".
22310         (ISDIGIT_LOCALE): Remove; unused.
22311         Note that the TZ and time functions used here are not reentrant.
22312         (mktime_ok, get_tz): New functions.
22313         (TZBUFSIZE): New constant.
22314         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
22315         This requires that we sometimes generate our own TZ="XXX..." setting.
22316
22317 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22318
22319         * doc/getdate.texi: New file, from coreutils with modifications for
22320         the new TZ parsing.
22321
22322 2004-10-27  Derek R. Price  <derek@ximbiot.com>
22323
22324         * lib/mktime.c (not_equal_tm): Remove redundant check.
22325
22326 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22327
22328         * modules/regex (lib_SOURCES): Add regex.c.
22329         Reported by James Youngman in
22330         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
22331
22332 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22333
22334         * lib/getdate.y: Use Bison 1.875 features, and some minor
22335         code cleanups.  This change does not affect semantics.
22336         Don't include <stdlib.h>; no longer needed.
22337         Don't include unlocked-io.h; only the "#if TEST" code uses
22338         stdio, and performance isn't crucial there.
22339         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
22340         Bison 1.875 features as described below.
22341         All uses of "PC." replaced by "pc->".
22342         (YYSTYPE): Add a forward declaration.
22343         (yylex, yyerror): Use full prototypes in forward decls.
22344         Use "%pure-parser" rather than obsolescent "%pure_parser".
22345         Use %parse-param and %lex-param instead of obsolescent
22346         YYPARSE_PARAM and YYLEX_PARAM.
22347         (meridian_table, month_and_day_table, time_units_table,
22348         relative_time_table, time_zone_table, military_table,
22349         lookup_zone, lookup_word, get_date):
22350         Use NULL instead of 0 where appropriate.
22351         (to_hour): Avoid abort (), to avoid a dependency on
22352         stdlib.h.
22353         (yyerror, yylex): Now accepts parser_control * arg.
22354         (main) [TEST]: Use '\0' rather than 0 for char.
22355
22356 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
22357
22358         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
22359
22360 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
22361
22362         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
22363         It's now the caller's responsibility to handle the case where
22364         !HAVE_GETPAGESIZE && !defined getpagesize.
22365
22366         * lib/mktime.c (leapyear): Arg is long int, not int.
22367
22368 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
22369
22370         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
22371
22372 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
22373
22374         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
22375         missing.  Problem reported by James Youngman.
22376
22377 2004-10-16  Simon Josefsson  <jas@extundo.com>
22378
22379         * gnulib-tool: Fix comments.  Fix parse problem.
22380         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
22381
22382 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
22383
22384         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
22385         implementation of getopt_long.  Problem reported by Alexander Taler in:
22386         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
22387
22388 2004-10-15  Bruno Haible  <bruno@clisp.org>
22389
22390         * gnulib-tool: Untabify. Initialize supplied_libname.
22391         (func_usage): More homogenous output.
22392         (func_modules_transitive_closure, func_modules_to_filelist,
22393         func_emit_lib_Makefile_am): New functions.
22394         (func_import): New function, extracted from big case statement. Use
22395         func_get_license, func_modules_transitive_closure,
22396         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
22397         opt_lgpl. Don't use test -a, as it's not portable.
22398         (func_create_testdir): Use func_modules_transitive_closure,
22399         func_modules_to_filelist, func_emit_lib_Makefile_am.
22400
22401 2004-10-15  Bruno Haible  <bruno@clisp.org>
22402
22403         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
22404
22405 2004-10-15  Bruno Haible  <bruno@clisp.org>
22406
22407         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
22408         the portions belonging to each module.
22409         Suggested by Derek Robert Price <derek@ximbiot.com>.
22410
22411 2004-10-12  Simon Josefsson  <jas@extundo.com>
22412
22413         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
22414         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
22415         to real functions.
22416
22417 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22418
22419         * modules/vsnprintf: New file.
22420
22421 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22422
22423         * m4/vsnprintf.m4: New file.
22424
22425 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22426
22427         * lib/vsnprintf.h: New file.
22428         * lib/vsnprintf.c: New file.
22429
22430 2004-10-11  Bruno Haible  <bruno@clisp.org>
22431
22432         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
22433         vsnprintf.
22434
22435 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
22436
22437         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
22438
22439 2004-10-07  Bruno Haible  <bruno@clisp.org>
22440
22441         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
22442         fits into the provided buffer.
22443
22444 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
22445
22446         * lib/diacrit.c, diacrit.h: Add GPL notice.
22447
22448         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
22449         notice.
22450         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
22451         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
22452         This avoids a potential constant-folding bug.
22453
22454 2004-10-05  Bruno Haible  <bruno@clisp.org>
22455
22456         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
22457         for the declaration of strsep.
22458
22459 2004-10-05  Bruno Haible  <bruno@clisp.org>
22460
22461         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
22462
22463 2004-10-04  Simon Josefsson  <jas@extundo.com>
22464
22465         * modules/memmem: New file.
22466         * tests/test-memmem.c: New file.
22467         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
22468
22469 2004-10-04  Simon Josefsson  <jas@extundo.com>
22470
22471         * m4/memmem.m4: New file.
22472
22473 2004-10-04  Simon Josefsson  <jas@extundo.com>
22474
22475         * lib/memmem.h: New file.
22476         * lib/memmem.c: New file, taken from glibc.
22477
22478 2004-10-04  Simon Josefsson  <jas@extundo.com>
22479
22480         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
22481         '#ifdef USE_UNLOCKED_IO'.
22482
22483 2004-10-04  Simon Josefsson  <jas@extundo.com>
22484
22485         * config/srclist.txt: Add memmem from glibc.
22486
22487 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22488
22489         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
22490
22491         * modules/argmatch, modules/argp, modules/closeout, modules/error,
22492         modules/exclude, modules/getdate, modules/getline,
22493         modules/getndelim2, modules/getpass, modules/getpass-gnu,
22494         modules/getusershell, modules/linebuffer, modules/md5,
22495         modules/mountlist, modules/posixtm, modules/readtokens,
22496         modules/readutmp, modules/regex, modules/sha1,
22497         modules/version-etc, modules/yesno:
22498         Remove dependency on unlocked-io.
22499
22500 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22501
22502         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
22503
22504         * m4/unlocked-io.m4: Add copyright notice.
22505         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
22506
22507 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22508
22509         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
22510         * lib/xmalloc.c (xmemdup): Likewise.
22511         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
22512         XFREE): Remove these long-obsolescent macros.
22513         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
22514         * lib/xstrdup.c: Remove.
22515
22516         * lib/regex.c (re_comp): Cast gettext return value to char *,
22517         Problem reported by Martin Neitzel via Mark D. Baushke.
22518
22519 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22520
22521         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
22522         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
22523         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
22524         regex.c, sha1.c, version-etc.c, yesno.c:
22525         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
22526         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
22527         the includer's responsibility.
22528
22529         Sync from coreutils.
22530
22531         * lib/modechange.c (mode_compile): Don't decrement a pointer that
22532         points to the start of a string, as the C Standard says the
22533         resulting behavior is undefined.
22534
22535         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
22536         simple -> simple_backups, numbered_existing ->
22537         numbered_existing_backups, numbered -> numbered_backups
22538         to avoid shadowing problems.  All uses changed.
22539         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
22540         * lib/backupfile.c (check_extension, numbered_backup):
22541         Rename locals to avoid shadowing 'basename'.
22542         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
22543         once.
22544
22545         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
22546         * lib/.cvsignore: Add getopt.h.
22547
22548 2004-10-04  Bruno Haible  <bruno@clisp.org>
22549
22550         * modules/README: New file.
22551         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
22552         not a module.
22553
22554 2004-10-02  Jim Meyering  <jim@meyering.net>
22555
22556         * lib/dirfd.h, getpagesize.h: Add copyright notice.
22557
22558 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22559
22560         * modules/strsep: New file.
22561
22562 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22563
22564         * m4/strsep.m4: New file.
22565
22566 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22567
22568         * lib/strsep.h: New file.
22569         * lib/strsep.c: New file.
22570
22571 2004-10-01  Simon Josefsson  <jas@extundo.com>
22572
22573         * lib/snprintf.c (snprintf): Handle size==0.
22574
22575 2004-10-01  Simon Josefsson  <jas@extundo.com>
22576             Bruno Haible  <bruno@clisp.org>
22577
22578         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
22579         (snprintf): Declare 'args'.
22580
22581 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
22582
22583         * lib/snprintf.c: Remove comments as to why each header is needed.
22584
22585 2004-10-01  Bruno Haible  <bruno@clisp.org>
22586
22587         * MODULES.html.sh: Add strsep.
22588
22589 2004-09-30  Simon Josefsson  <jas@extundo.com>
22590
22591         * modules/snprintf: New file.
22592
22593 2004-09-30  Simon Josefsson  <jas@extundo.com>
22594
22595         * m4/snprintf.m4: New file.
22596
22597 2004-09-30  Simon Josefsson  <jas@extundo.com>
22598
22599         * lib/snprintf.h, lib/snprintf.c: New files.
22600
22601 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22602
22603         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
22604         (hol_entry_help): Never translate an empty string.
22605         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
22606         * lib/argp.h (OPTION_NO_TRANS): New option.
22607
22608 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22609
22610         * modules/argp (Maintainer): Replace Simon Josefsson
22611         by Sergey Poznyakoff.
22612
22613 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22614
22615         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
22616         changes merged back into glibc.
22617
22618 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22619
22620         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
22621
22622 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
22623
22624         * lib/xvasprintf.c: Include xalloc.h.
22625         (xvasprintf): Use xalloc_die, not xmalloc_die.
22626
22627 2004-09-29  Bruno Haible  <bruno@clisp.org>
22628
22629         * modules/alloca-opt: New file, derived from modules/alloca.
22630         * modules/allocsa: Depend on alloca-opt instead of alloca.
22631         * modules/setenv: Likewise.
22632         * modules/vasnprintf: Likewise.
22633         * MODULES.html.sh: Add alloca-opt.
22634
22635 2004-09-28  Simon Josefsson  <jas@extundo.com>
22636
22637         * gnulib-tool: New parameter --lgpl, to asseert that modules are
22638         LGPL, and to replace license template from GPL to LGPL.
22639
22640 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
22641
22642         * modules/dummy: Change license to LGPL.
22643
22644 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
22645
22646         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
22647
22648 2004-09-24  Simon Josefsson  <jas@extundo.com>
22649
22650         * modules/minmax (License): Change from GPL to LGPL.
22651
22652 2004-09-23  Simon Josefsson  <jas@extundo.com>
22653
22654         * gnulib-tool (--import): Typo.
22655
22656 2004-09-23  Simon Josefsson  <jas@extundo.com>
22657
22658         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
22659
22660 2004-09-22  Bruno Haible  <bruno@clisp.org>
22661
22662         * modules/*: Add 'License' field.
22663         * gnulib-tool: Accept --extract-license option.
22664         (func_get_license): New function.
22665
22666 2004-09-21  Bruno Haible  <bruno@clisp.org>
22667
22668         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
22669         Reported by Simon Josefsson.
22670
22671 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
22672
22673         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
22674         gl_AC_TYPE_LONG_LONG.
22675
22676 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
22677
22678         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
22679
22680 2004-09-18  Simon Josefsson  <jas@extundo.com>
22681         and  Paul Eggert  <eggert@cs.ucla.edu>
22682
22683         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
22684         calls with autoreconf.  Define GL_LIB.
22685
22686 2004-09-14  Karl Berry  <karl@gnu.org>
22687
22688         * config/srclist.txt: unsync setenv.c, sigh.
22689
22690 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22691
22692         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
22693         Problem reported by Bruno Haible in:
22694         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
22695
22696 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22697
22698         * config/srclist.txt: Comment out argp-pvh.c.
22699
22700 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
22701
22702         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
22703         in case some system header has #define'd it.  Problem reported by
22704         Soeren D. Schulze in
22705         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
22706
22707 2004-09-09  Karl Berry  <karl@gnu.org>
22708
22709         * regex.[ch]: delete from the root.  These were supposed to be
22710                 synced with emacs cvs, but this has not happened for about
22711                 a year, and anyway nothing else uses emacs regex.[ch].
22712                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
22713                 lib/regex[.ch] is untouched.
22714
22715 2004-09-09  Bruno Haible  <bruno@clisp.org>
22716
22717         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
22718
22719 2004-09-09  Bruno Haible  <bruno@clisp.org>
22720
22721         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
22722         modifications.
22723         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
22724
22725 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
22726
22727         * modules/xvasprintf: New file.
22728         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
22729
22730 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
22731
22732         * lib/xvasprintf.h: New file.
22733         * lib/xvasprintf.c: New file.
22734         * lib/xasprintf.c: New file.
22735
22736 2004-09-08  Bruno Haible  <bruno@clisp.org>
22737
22738         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
22739
22740 2004-09-08  Bruno Haible  <bruno@clisp.org>
22741
22742         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
22743         length is > INT_MAX.
22744         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
22745         more.
22746
22747 2004-09-08  Bruno Haible  <bruno@clisp.org>
22748
22749         * lib/stdint_.h: New file, taken from GNU clisp.
22750
22751 2004-09-08  Bruno Haible  <bruno@clisp.org>
22752             Oskar Liljeblad  <oskar@osk.mine.nu>
22753
22754         * modules/stdint: New file.
22755         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
22756
22757 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22758
22759         Import from coreutils.
22760         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
22761         strings on unbounded length.  alloca's performance benefits aren't
22762         that important here.
22763         (V_STRDUP): Remove.
22764         (parse_with_separator): New function, with most of the internals
22765         of the old parse_user_spec.  Allow user to omit both user and group,
22766         for compatibility with FreeBSD.
22767         Clone only the user name, not the entire spec.
22768         Do not set *uid, *gid unless entirely successful.
22769         Avoid memory leak in some failing cases.
22770         Fix regression for USER.GROUP reported by Dmitry V. Levin in
22771         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
22772         (parse_user_spec): Rewrite to use parse_with_separator.
22773
22774 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22775
22776         * modules/userspec: Don't depend on alloca.
22777
22778 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22779
22780         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
22781
22782 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
22783
22784         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
22785         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
22786         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
22787
22788 2004-08-16  Simon Josefsson  <jas@extundo.com>
22789
22790         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
22791         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
22792         Add --dry-run for --import.
22793         Let user provided command line parameters override configure.ac
22794         settings.
22795
22796 2004-08-12  Simon Josefsson  <jas@extundo.com>
22797
22798         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
22799         as discussed with Paul Eggert in threads rooted at
22800         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
22801         and
22802         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
22803         Before, the test was empty, and relied on ELIDE_CODE in source
22804         code.)
22805         (gl_PREREQ_GETOPT): New macro.
22806         (gl_GETOPT): Use them.
22807
22808 2004-08-12  Simon Josefsson  <jas@extundo.com>
22809
22810         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
22811         * lib/getopt_.h: Renamed from getopt.h.
22812
22813 2004-08-12  Simon Josefsson  <jas@extundo.com>
22814
22815         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
22816         Change default library name from libfoo to libgnu.
22817         Now, if you have a configure.ac that says:
22818                 gl_SOURCE_BASE(gl)
22819                 gl_M4_BASE(gl/m4)
22820                 gl_MODULES(error getopt etcetera)
22821                 gl_INIT
22822         you can import all you need by running:
22823                 ../gnulib/gnulib-tool --import
22824
22825         * modules/getopt (Files): Rename getopt.h to getopt_.h.
22826         (Makefile.am): Rewrite, use logic from argz.
22827         (Include): Use <getopt.h> instead of "getopt.h".
22828
22829 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22830
22831         * modules/argp (Files): Add m4/unlocked-io.m4.
22832         (Depends-on): Add extensions.
22833
22834 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22835
22836         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
22837         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
22838         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
22839         Check for program_invocation_name, program_invocation_short_name,
22840         flockfile, funlockfile, features.h, _getopt_long_only_r.
22841
22842 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22843
22844         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
22845         its complicated substitute.
22846         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
22847         and program_invocation_name.
22848         (__argp_basename) [!_LIBC]: Remove; the only use was
22849         replaced by its body.
22850         (__argp_short_program_name): Change condition from
22851         !defined __argp_short_program_name to
22852         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
22853         to match argp-namefrob.h.
22854         (__argp_failure): Don't assume strerror_r returns char *.
22855         * lib/argp-parse.c (N_): Define unconditionally.
22856         (argp_default_options): Fill out initializers with 0 to avoid
22857         gcc warnings.
22858
22859 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22860
22861         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
22862         getopt1.c.
22863
22864 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22865
22866         Merge from coreutils.
22867
22868         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
22869
22870         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
22871         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
22872
22873 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22874
22875         Merge from coreutils.
22876
22877         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
22878         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
22879         for Reliant Unix 5.43.
22880
22881         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
22882         (union fooround): Use uintmax_t, not long int.
22883         The rest is a merge from libc:
22884         [defined _LIBC]: Include <shlib-compat.h>.
22885         (_obstack) [defined _LIBC]: Remove after 2.3.4.
22886
22887         * lib/settime.c (settime): Recode to avoid warning with
22888         Sun Forte C 6U2.
22889
22890         * lib/strverscmp.c: Convert to UTF-8.
22891
22892 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22893
22894         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
22895         m4/uintmax_t.m4.
22896
22897 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22898
22899         * modules/xalloc-die: New file.
22900         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
22901
22902         * modules/md5 (Files): Add m4/uint32_t.m4.
22903         * modules/sha1: Renamed from modules/sha.
22904         (Files):
22905         Rename lib/sha.h to lib/sha1.h.
22906         Rename lib/sha.c to lib/sha1.c.
22907         Rename m4/sha.m4 to m4/sha1.m4.
22908         (lib_SOURCES): Likewise.
22909         (configure.ac): Rename gl_SHA to gl_SHA1.
22910         (Include): sha.h -> sha1.h.
22911
22912 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22913
22914         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
22915         * m4/sha1.m4: Renamed from sha.m4.
22916         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
22917
22918 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22919
22920         * lib/obstack.h (obstack_empty_p):
22921         Don't assume that chunk->contents is suitably aligned.
22922         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
22923         Likewise. Problem reported by Benno in
22924         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
22925
22926         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
22927         readable.  This could be improved further but it'd take some work.
22928
22929 2004-08-08  Simon Josefsson  <jas@extundo.com>
22930
22931         * modules/xgethostname (Depends-on): Remove exit and error (not
22932         used).
22933
22934         * modules/getpass-gnu: Add getpass.h.
22935         (Depends-on): Add stdbool.
22936         * modules/getpass: Add getpass.h.
22937
22938 2004-08-08  Simon Josefsson  <jas@extundo.com>
22939
22940         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
22941         Check getpass declaration.
22942
22943 2004-08-08  Simon Josefsson  <jas@extundo.com>
22944
22945         * lib/xgethostname.c: Don't include error.h (not used).
22946
22947         * lib/getpass.h: Add.
22948         * lib/getpass.c: Include getpass.h first.
22949
22950 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
22951
22952         * lib/xalloc-die.c: New file.
22953         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
22954         All uses removed.
22955         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
22956         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
22957         xalloc-die.c.
22958         (_, N_, xalloc_die): Move to xalloc-die.c.
22959         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
22960         so that we needn't mess with xalloc_msg_memory_exhausted.
22961
22962         * lib/sha1.h: Renamed from sha.h.
22963         (SHA1_H): Renamed from _SHA_H.
22964         (sha1_ctx): Renamed from sha_ctx.
22965         (sha1_init_ctx): Renamed from sha_init_ctx.
22966         (sha1_process_block): Renamed from sha_process_block.
22967         (sha1_process_bytes): Renamed from sha_process_bytes.
22968         (sha1_finish_ctx): Renamed from sha_finish_ctx.
22969         (sha1_read_ctx): Renamed from sha_read_ctx.
22970         (sha1_stream): Renamed from sha_stream.
22971         (sha1_buffer): Renamed from sha_buffer.
22972         * lib/sha1.c: Likewise; renamed from sha.c.
22973         Do not include <sys/types.h>.
22974         Include <stddef.h> rather than <stdlib.h>.
22975
22976 2004-08-08  Bruno Haible  <bruno@clisp.org>
22977
22978         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
22979         FILESYSTEM_PREFIX_LEN.
22980         * lib/progreloc.c: Likewise.
22981         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
22982
22983 2004-08-06  Simon Josefsson  <jas@extundo.com>
22984
22985         * modules/progname (Depends-on): Don't depend on stdbool.
22986
22987 2004-08-06  Simon Josefsson  <jas@extundo.com>
22988
22989         * modules/getsubopt: New file.
22990         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22991         getsubopt.
22992
22993 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22994
22995         More merge from coreutils.
22996
22997         * m4/utimens.m4, m4/utimecmp.m4: New files.
22998         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
22999         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
23000         prereq.m4, sha.m4: Import changes from coreutils.
23001
23002 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
23003
23004         More merge from coreutils.
23005         * modules/raise, modules/readtokens0, modules/utimens:
23006         * modules/utimecmp, module/xnanosleep: New files.
23007         * modules/strftime: Add lib/strftime.h.
23008         Change include from <time.h> to "strftime.h".
23009         * modules/yesno: Add lib/yesno.h.
23010         * modules/backupfile: Remove lib/addext.c.
23011         * modules/euidaccess: Add stat-macros.h.
23012         * modules/canonicalize, modules/euidaccess,
23013         modules/filemode, modules/lchown, modules/makepath,
23014         modules/rmdir, modules/stat: Likewise.
23015
23016 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
23017
23018         Merge from tar.
23019         * lib/argp-help.c (make_hol, hol_append): Don't assume that
23020         SIZE_MAX is a valid preprocessor constant.
23021         (__argp_basename): Change from "#ifndef _LIBC"
23022         to "#ifndef __argp_short_program_name", so that
23023         we don't compile these functions for tar.
23024
23025         More merges from coreutils.
23026         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
23027         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
23028         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
23029         * lib/addext.c: Remove; no longer needed.
23030         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
23031         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
23032         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
23033         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
23034         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
23035         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
23036         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
23037         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
23038         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
23039         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
23040         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
23041         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
23042         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
23043         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
23044         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
23045         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
23046         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
23047         Import changes from coreutils.
23048
23049 2004-08-05  Simon Josefsson  <jas@extundo.com>
23050
23051         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
23052
23053 2004-08-05  Simon Josefsson  <jas@extundo.com>
23054
23055         * m4/getsubopt.m4: New file.
23056
23057 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
23058
23059         Merge from coreutils.
23060
23061         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
23062         * m4/getcwd-path-max.m4: New files.
23063
23064         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
23065         FILESYSTEM_PREFIX_LEN ->
23066         FILE_SYSTEM_PREFIX_LEN.
23067         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
23068         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
23069         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
23070         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
23071
23072         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
23073         prerequisite modules now handle the DOS stuff.
23074         Don't check for unistd.h.
23075
23076 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
23077
23078         Merge from coreutils.
23079
23080         * lib/.gdb-history: Remove; this doesn't belong here.
23081
23082         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
23083         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
23084         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
23085         * lib/getcwd.c: New files.
23086
23087         * lib/dirname.h: Include <stdbool.h>.
23088         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
23089         for consistency with POSIX terminology.  All uses changed.
23090         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
23091         (strip_trailing_slashes): Use bool for booleans.
23092         * lib/stripslash.c (strip_trailing_slashes): Likewise.
23093
23094         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
23095         sometimes returns a positive errno value even when it succeeds.
23096         (print_errno_message) [!LIBC]: Fall back on strerror if
23097         __strerror_r fails.
23098
23099         * lib/path-concat.c (mempcpy): Don't define if a system header defines
23100         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
23101         (longest_relative_suffix): New function.
23102         (path_concat): Use it.  Assume first argument is not NULL.
23103         Port to DOS.  Omit redundant separators.
23104         Report an error instead of returning NULL.
23105         Use mempcpy instead of memcpy.
23106         (xpath_concat): Remove: not declared or used.
23107
23108         * lib/same.h: Include <stdbool.h>
23109         (same_name): Return bool, not int.
23110         * lib/same.c (same_name): Likewise.
23111         (errno): Don't declare; we assume C89 or better now.
23112
23113         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
23114         if not already defined.
23115
23116         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
23117         * lib/dup-safer.c (errno): Likewise.
23118
23119 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
23120
23121         Merge from coreutils.
23122         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
23123         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
23124         * modules/path-concat: Don't depend on strdup.
23125
23126 2004-08-03  Simon Josefsson  <jas@extundo.com>
23127
23128         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
23129         * lib/progname.h: Don't include stdbool.h.
23130
23131 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23132
23133         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
23134         * MODULES.html.sh (func_all_modules): Remove fatal.
23135
23136 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23137
23138         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
23139
23140 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23141
23142         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
23143         working.
23144
23145 2004-08-02  Simon Josefsson  <jas@extundo.com>
23146
23147         * lib/getsubopt.h: New file, with comments from Bruno Haible.
23148         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
23149         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
23150
23151 2004-08-01  Simon Josefsson  <jas@extundo.com>
23152
23153         * lib/xgetdomainname.c: Include stdlib.h, for free().
23154
23155 2004-07-19  Bruno Haible  <bruno@clisp.org>
23156
23157         * MODULES.html.sh (func_all_modules): Add dummy.
23158
23159 2004-07-16  Simon Josefsson  <jas@extundo.com>
23160
23161         * modules/dummy: New file.
23162
23163 2004-07-16  Simon Josefsson  <jas@extundo.com>
23164
23165         * lib/dummy.c: New file.
23166
23167 2004-07-16  Bruno Haible  <bruno@clisp.org>
23168
23169         * lib/backupfile.h: Add extern "C" for C++.
23170         * lib/closeout.h: Likewise.
23171         * lib/copy-file.h: Likewise.
23172         * lib/findprog.h: Likewise.
23173         * lib/full-write.h: Likewise.
23174         * lib/pathname.h: Likewise.
23175         * lib/progname.h: Likewise.
23176         * lib/stpcpy.h: Likewise.
23177         * lib/stpncpy.h: Likewise.
23178         * lib/strcase.h: Likewise.
23179         * lib/strstr.h: Likewise.
23180         * lib/xalloc.h: Likewise.
23181
23182         * lib/mbswidth.h: Add extern "C" for C++.
23183         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
23184
23185 2004-07-13  Robert Millan  <robertmh@gnu.org>
23186
23187         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
23188
23189 2004-07-09  Simon Josefsson  <jas@extundo.com>
23190
23191         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
23192         failed without this.)
23193
23194 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23195
23196         * modules/chown (Files): Add lib/fchown-stub.c, since
23197         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
23198
23199 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23200
23201         * lib/fchown-stub.c: New file.
23202
23203 2004-06-24  Jim Meyering  <jim@meyering.net>
23204
23205         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
23206
23207 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23208
23209         * modules/argz: Omit "#include".
23210
23211         * MODULES.html.sh (func_all_modules): Add calloc, to match
23212         2004-06-01 addition of calloc module.
23213
23214 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23215
23216         * m4/argz.m4: New file, which is autoupdated from libtool.
23217
23218 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23219
23220         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
23221         libtool.
23222
23223 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23224
23225         * config/srclist-update: Don't insist on "USA." before the
23226         close-comment, as libtool omits the period and puts the */ on a
23227         separate line.
23228         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
23229         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
23230
23231 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
23232
23233         * modules/argz: New file.
23234         * MODULES.html.sh (func_all_modules): Add argz.
23235
23236 2004-06-12  Jim Meyering  <jim@meyering.net>
23237         and  Paul Eggert  <eggert@cs.ucla.edu>
23238
23239         * modules/hash (Files): Add lib/xalloc.h.
23240         * modules/pipe (Depends-on): Add wait-process.
23241         * modules/stat (Depends-on): Add xalloc.
23242         * modules/userspec (Files): Add lib/userspec.h.
23243         * modules/xstrto
23244
23245         Upgrade from gettext-0.13.
23246         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
23247         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
23248         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
23249
23250 2004-06-10  Jim Meyering  <jim@meyering.net>
23251
23252         * lib/calloc.c: New file.
23253
23254 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
23255
23256         * lib/getdate.y (yylex): Allow space between sign and number.
23257         Problem reported by Dan Jacobson.
23258
23259 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
23260
23261         Merge from coreutils CVS.
23262
23263         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
23264         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
23265         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
23266         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
23267         xstrtol.m4: Fix copyright date and/or serial number.
23268
23269         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
23270         See if we need an fchown replacement.
23271         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
23272         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
23273         and use the replacement function if we detect either defect.
23274
23275         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
23276         gl_UTIMECMP.
23277
23278 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
23279         and  Jim Meyering  <jim@meyering.net>
23280
23281         Merge from coreutils CVS.
23282
23283         * lib/stat-macros.h: New file, with contents from file-type.h
23284         and coreutils' system.h.
23285         * lib/file-type.c: Include "stat-macros.h".
23286         * lib/file-type.h (file_type): Move all macro definitions to new file,
23287         stat-macros.h.
23288
23289         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
23290         Wrap old code with this conditional.
23291         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
23292         function that does not dereference symlinks.
23293         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
23294
23295         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
23296         dependency problems.
23297         (xreadlink): Accept new arg SIZE, for efficiency.
23298         All decls and uses changed.
23299         * lib/xreadlink.h: Include <stddef.h>, for size_t.
23300
23301         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
23302         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
23303
23304         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
23305         sysexits.h.
23306
23307 2004-06-01  Jim Meyering  <jim@meyering.net>
23308
23309         * m4/calloc.m4: New file.
23310
23311 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
23312
23313         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
23314         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
23315         Also, fix a typo in a diagnostic.
23316
23317 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
23318
23319         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
23320         or AC_FUNC_REALLOC.
23321
23322 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
23323
23324         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
23325         macros to be defined.
23326         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
23327         the allocator returns NULL because the requested size is zero.
23328
23329 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
23330
23331         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
23332         var.  Add comment explaining why libc still defines it.  This
23333         merges the following patch from glibc:
23334         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
23335
23336 2004-05-20  Andreas Schwab  <schwab@suse.de>
23337
23338         * m4/free.m4: Replace free if it not known to work, not the other
23339         way round.
23340
23341 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
23342
23343         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
23344         present in glibc since revision 1.1 of this file.
23345         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
23346         obstack_alignment_mask, obstack_alloc, obstack_base,
23347         obstack_blank, obstack_blank_fast, obstack_chunk_size,
23348         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
23349         obstack_grow0, obstack_init, obstack_int_grow,
23350         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
23351         obstack_next_free, obstack_object_size, obstack_ptr_grow,
23352         obstack_ptr_grow_fast, obstack_room): Remove declarations of
23353         nonexistent functions.
23354
23355 2004-05-18  Karl Berry  <karl@gnu.org>
23356
23357         * config/srclist.txt: break link for vasnprintf.c.
23358
23359 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
23360
23361         Port obstack to the AS/400, where pointers are 16 bytes wide and
23362         you cannot cast an integer to a valid pointer.  This patch is
23363         currently waiting to be integrated into glibc; see
23364         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
23365
23366         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
23367         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
23368         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
23369         (struct obstack): temp member is now a union of a pointer and
23370         an integer, instead of an integer.  All integer uses changed.
23371         This does not affect the physical layout of struct obstack,
23372         except on hosts (like the AS/400) where the size or alignment of
23373         void * is greater than that of ptrdiff_t.
23374         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
23375         __STDC__)]: Store temporary in pointer member of union, not
23376         integer member.
23377         * lib/obstack.c: Include <stddef.h>, for offsetof.
23378         (struct fooalign): Remove; it doesn't need a name.
23379         (union fooround): Change double to long double, and add void *.
23380         (DEFAULT_ALIGNMENT): Use offsetof to compute.
23381         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
23382         not a macro.  Hence the values are always int; so remove all
23383         casts-to-int in uses.
23384
23385 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
23386
23387         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
23388         we can get this patch merged into glibc.
23389
23390 2004-05-17  Derek R. Price  <derek@ximbiot.com>
23391             Paul Eggert  <eggert@cs.ucla.edu>
23392
23393         * m4/argp: Depend on alloca.
23394
23395 2004-05-17  Derek R. Price  <derek@ximbiot.com>
23396             Paul Eggert  <eggert@cs.ucla.edu>
23397
23398         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
23399         freecoding.
23400
23401 2004-05-17  Bruno Haible  <bruno@clisp.org>
23402
23403         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
23404         precision that consists of a '.' followed by an empty digit string.
23405         Patch by Tor Lillqvist <tml@iki.fi>.
23406
23407 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
23408
23409         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
23410         for backward compatibility with older code.  We need our own
23411         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
23412         it under some other name, and our alloca.h will define it.
23413
23414 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
23415             Derek Price  <derek@ximbiot.com>
23416
23417         * lib/alloca.c: Include <alloca.h>, to get our interface.
23418         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
23419         include <alloca.h> first.  Use C89 prototype for alloca; this
23420         requires including <stddef.h> for size_t.  Use extern "C" if C++.
23421         Use #elif for simplicity, since we can assume C89 now.
23422         Don't try to source the system alloca.h since it will not be found
23423         and to prevent recursively including its replacement.
23424         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
23425         * lib/regex.c: Likewise.
23426
23427 2004-05-16  Derek Price  <derek@ximbiot.com>
23428             Paul Eggert  <eggert@cs.ucla.edu>
23429
23430         getline cleanup.  This changes the getndelim2 API: both order of
23431         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
23432         no delimiter).
23433
23434         * lib/getline.c: Don't include stddef.h or stdio.h, since our
23435         interface does that.
23436         (getline): Always use getdelim, so that we don't have two
23437         copies of this code.
23438         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
23439         if available.
23440         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
23441         (GETNDELIM2_MAXIMUM): New macro.
23442         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
23443         instead of the old practice of delim2==0.  All callers changed.
23444         Return -1 on overflow, instead of returning junk.
23445         Do not set *linesize unless allocation succeeds.
23446         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
23447         that we include sys/types.h.
23448         * lib/getnline.h: Likewise.
23449         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
23450         (getndelim2): Reorder arguments.
23451         * lib/getnline.c (getnline, getndelim):
23452         Don't discard the NMAX argument.
23453         (getnline): Invoke getndelim, to avoid code duplication.
23454         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
23455         of (size_t) -1 by callers of the getnline family.
23456
23457 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
23458
23459         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
23460         Check for gettimeofday.
23461         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
23462         Check for settimeofday, stime.
23463
23464 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
23465
23466         * lib/nanosleep.c (suspended): Change its type from int to
23467         sig_atomic_t volatile.
23468         (first_call): Make it private to rpl_nanosleep, and have it
23469         be zero initially as that's a bit faster.
23470         (my_usleep): Round up fractional times instead of truncating them,
23471         as this is the usual meaning for 'sleep'.
23472
23473         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
23474         doesn't work.
23475         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
23476         (ENOSYS): Define if not defined.
23477         (settime): Fall back on stime if it exists and settimeofday fails.
23478         But don't bother with fallbacks if a method fails with errno == EPERM.
23479
23480 2004-05-11  Jim Meyering  <jim@meyering.net>
23481
23482         Prior to this change, the save_cwd caller required read access to the
23483         current directory on most systems (ones with the fchdir function).
23484
23485         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
23486         fails, try write-only, and finally, resort to using xgetcwd.
23487
23488 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
23489
23490         * lib/obstack.c, obstack.h: Import changes from libc.
23491
23492 2004-04-28  Bruno Haible  <bruno@clisp.org>
23493
23494         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
23495         also implicitly appends .exe to executables.
23496         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
23497         accepts Windows pathnames.
23498         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
23499         Treat Cygwin like Windows, since it now accepts Windows pathnames.
23500         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
23501         Treat Cygwin like Windows, since it now accepts Windows pathnames.
23502         Reported by Derek Robert Price <derek@ximbiot.com>.
23503
23504 2004-04-21  Karl Berry  <karl@gnu.org>
23505
23506         * config/srclist.txt (localcharset.c): break sync.
23507
23508 2004-04-20  Paul Eggert  <eggert@twinsun.com>
23509
23510         * m4/host-os.m4: Add a copyright notice.
23511
23512 2004-04-20  Jim Meyering  <jim@meyering.net>
23513
23514         Change UTILS_ to gl_ in AC_DEFINE'd names.
23515         Change utils_- and jm_-prefixed variables, too.
23516         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
23517         UTILS_FUNC_MKDIR_TRAILING_SLASH.
23518         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
23519
23520         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
23521         Don't emit trailing blanks.
23522         Also rename jm_-prefixed variables to have gl_ prefix.
23523
23524         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
23525         Also rename jm_-prefixed variables to have gl_ prefix.
23526
23527         * m4/jm-macros.m4: Reflect the renamings.
23528         * m4/prereq.m4: Likewise.
23529
23530 2004-04-20  Jim Meyering  <jim@meyering.net>
23531
23532         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
23533         memory.
23534
23535 2004-04-20  Jim Meyering  <jim@meyering.net>
23536             Bruno Haible  <bruno@clisp.org>
23537
23538         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
23539         memory when realloc fails.
23540
23541 2004-04-19  Jim Meyering  <jim@meyering.net>
23542
23543         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
23544         now that readutmp.c may call `free (0)'.
23545
23546 2004-04-19  Bruno Haible  <bruno@clisp.org>
23547
23548         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
23549         * m4/inttypes_h.m4: Likewise.
23550         * m4/stdint_h.m4: Likewise.
23551         * m4/intmax_t.m4: Likewise.
23552         * m4/uintmax_t.m4: Likewise.
23553
23554 2004-04-18  Jim Meyering  <jim@meyering.net>
23555
23556         * m4/prereq.m4: Don't forbid jm_ prefix.
23557
23558         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
23559         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
23560         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
23561         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
23562         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
23563         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
23564         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
23565         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
23566         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
23567         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
23568         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
23569         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
23570         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
23571         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
23572         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
23573         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
23574         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
23575         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
23576         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
23577
23578 2004-04-18  Jim Meyering  <jim@meyering.net>
23579
23580         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
23581         failure, don't leak memory and do call END_UTMP_ENT.
23582
23583 2004-04-16  Jim Meyering  <jim@meyering.net>
23584
23585         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
23586         coreutils' stat program.
23587         (gl_PREREQ): Don't require jm_PREREQ_STAT.
23588
23589 2004-04-11  Paul Eggert  <eggert@twinsun.com>
23590
23591         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
23592         C89.
23593         (CHAR_BIT): Remove, since we assume C89.
23594         Include <stdint.h> if available, as per current Autoconf CVS advice.
23595
23596 2004-03-31  Jim Meyering  <jim@meyering.net>
23597
23598         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
23599         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
23600         * m4/xalloc.m4: Likewise.
23601
23602 2004-03-30  Paul Eggert  <eggert@twinsun.com>
23603
23604         Merge from coreutils.
23605
23606         * m4/inttostr.m4: New file.
23607         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
23608         Require AM_STDBOOL_H and gl_TIMESPEC instead.
23609         Require gl_CLOCK_TIME.
23610         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
23611
23612 2004-03-30  Paul Eggert  <eggert@twinsun.com>
23613
23614         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
23615         not bool, to be more consistent with Unix conventions.
23616         Suggested by Bruno Haible.
23617
23618         Merge from coreutils.
23619
23620         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
23621         * lib/umaxtostr.c: New files.
23622
23623         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
23624         the usual <time.h> dance.
23625         (get_date): Change signature to support fractional time stamps.
23626         All callers changed.
23627         * lib/getdate.y: Include "getdate.h" first, as we can now
23628         assume C89 and don't need to worry about 'const'.
23629         Similarly, include "unlocked-io.h" near start, not in middle.
23630         Include <limits.h>.
23631         (textint.value): Use long int rather than int.
23632         (textint.digits): Use size_t rather than int.
23633         (BILLION, LOG10_BILLION): New constants.
23634         (parser_control): New member rel_ns.  Members day_ordinal,
23635         time_zone, month, day, hour, minutes, rel_year, rel_month,
23636         rel_day, rel_hour, rel_minutes, rel_seconds
23637         are now long int, not int.  Member seconds is now struct timespec,
23638         not int.  New member timespec_seen.  Members dates_seen, days_seen,
23639         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
23640         not int.
23641         (%union.intval): Now long int, not int.
23642         New member timespec.
23643         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
23644         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
23645         (spec): Now is a timespec or an item list.
23646         (timespec, items): New nonterminals.
23647         (time, rel, relunit, number, get_date):
23648         Add support for fractional seconds.
23649         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
23650         (gmtime, localtime, mktime): Remove decls; not needed with C89.
23651         (to_hour): First arg is now long int, not int.
23652         (to_year): Returns long int, not int.
23653         Don't treat year -70 like 70.
23654         (tm_diff): Returns long int, not int.
23655         (lookup_word): Use bool instead of int when appropriate.
23656         (yylex): Use size_t for count, not int.
23657         Detect overflow when parsing large integer constants.
23658         Add support for fractions.
23659         (get_date): Make pointers 'const' if possible.
23660         Use more-portable code to detect integer overflow.
23661         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
23662         Don't use ctime; it's not reliable if the year has >4 digits.
23663
23664         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
23665         This is for compatibility with BSD.
23666
23667         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
23668         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
23669         From coreutils' system.h.
23670
23671         * lib/userspec.c: Don't include "posixver.h".
23672         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
23673         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
23674         compatible extension.  Simplify code by removing a boolean int
23675         that was always nonzero if a string was nonnull.
23676
23677 2004-03-30  Jim Meyering  <jim@meyering.net>
23678
23679         Merge from coreutils.
23680
23681         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
23682         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
23683         on some systems one must include <grp.h> before it.
23684         Reported by Christian Krackowizer.
23685
23686 2004-03-30  Jim Meyering  <jim@meyering.net>
23687
23688         Merge from coreutils.
23689
23690         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
23691
23692         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
23693         an empty input stream.
23694
23695         * lib/readtokens.c: Include <stdbool.h>.
23696         (readtoken): Use `size_t' rather than int/long.
23697         All callers adjusted.
23698         Use `bool' rather than `int' where appropriate.
23699         Use memset rather than an explicit loop.
23700         Use x2nrealloc rather than xrealloc.
23701         Allow the use of `\0' as a delimiter.
23702         (readtokens): Likewise.
23703         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
23704
23705 2004-03-30  Jim Meyering  <jim@meyering.net>
23706
23707         * m4/realloc.m4: Remove file, since now it does no more than
23708         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
23709         the `configure.ac' section of module/realloc.
23710         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
23711
23712 2004-03-30  Bruno Haible  <bruno@clisp.org>
23713
23714         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
23715         nonnull.
23716
23717 2004-03-29  Paul Eggert  <eggert@twinsun.com>
23718
23719         Merge changes to getloadavg.c from coreutils and Emacs.
23720
23721         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
23722         Define to an expression, not to the empty string.
23723         Include cloexec.h and xalloc.h.
23724         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
23725         Use set_cloexec_flag rather than rolling our own.
23726         * lib/cloexec.c, lib/cloexec.h: New files.
23727
23728 2004-03-29  Paul Eggert  <eggert@twinsun.com>
23729
23730         * m4/cloexec.m4: New file.
23731
23732 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23733
23734         * lib/getopt.h: Sync with libc CVS.
23735
23736 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23737             Bruno Haible  <bruno@clisp.org>
23738
23739         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
23740         mbswidth.
23741
23742 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23743             Bruno Haible  <bruno@clisp.org>
23744
23745         * lib/mbswidth.h: Include <wchar.h> only if
23746         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
23747         <wchar.h>.
23748         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
23749
23750 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23751
23752         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
23753         Sync with libc CVS.
23754         * lib/getopt_int.h: New file, also synced from libc.
23755
23756 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23757
23758         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
23759         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
23760         Bring back getopt.c, getopt.h, getopt1.c.
23761
23762 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23763
23764         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
23765         All uses changed.  Check for sa_sigaction member; this fixes
23766         a bug first reported by Jason Andrade in
23767         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23768
23769 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23770
23771         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
23772         '#if' expressions.  Unlike the code it replaces, it does not
23773         depend on (defined _SC_PAGESIZE).  However, it does depend on
23774         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
23775         first reported by Jason Andrade in
23776         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23777
23778 2004-02-25  Simon Josefsson  <jas@extundo.com>
23779
23780         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
23781
23782 2004-02-25  Simon Josefsson  <jas@extundo.com>
23783
23784         * lib/strdup.h: New file.
23785         * lib/strdup.c: Include it.
23786         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
23787         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
23788
23789 2004-02-23  Karl Berry  <karl@gnu.org>
23790
23791         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
23792         (from fencepost.gnu.org:/gd/gnuorg).
23793
23794 2004-02-23  Karl Berry  <karl@gnu.org>
23795
23796         * config/srclistvars.sh (GNUORG) [karl]: redefine.
23797         * config/srclist.txt: add maintain/standards documents.
23798
23799 2004-02-18  Bruno Haible  <bruno@clisp.org>
23800
23801         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
23802         Reported by Derek Robert Price <derek@ximbiot.com>.
23803
23804 2004-02-16  Karl Berry  <karl@gnu.org>
23805
23806         * config/mkinstalldirs, install-sh: update from automake.
23807
23808 2004-02-06  Karl Berry  <karl@gnu.org>
23809
23810         * m4/po.m4: update from gettext 0.14.1.
23811
23812 2004-02-06  Karl Berry  <karl@gnu.org>
23813
23814         * lib/config.charset: update from gettext 0.14.1.
23815
23816 2004-02-05  Paul Eggert  <eggert@twinsun.com>
23817
23818         Add comments and code, prompted by suggestions from Bruno Haible
23819         for sh-quote.
23820         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
23821         describing the enum quoting_style values.
23822         * lib/quotearg.c (quotearg_alloc): New function.
23823         (quotearg_buffer_restyled): Treat lone { and } as special.
23824         Treat = as special.  Work around bug with older shells
23825         that "see" a '\' that is really the 2nd byte of a multibyte char.
23826         Quote empty string with shell_quoting_style.
23827
23828 2004-02-03  Bruno Haible  <bruno@clisp.org>
23829
23830         * m4/pipe.m4: New file, from GNU gettext.
23831
23832 2004-02-03  Bruno Haible  <bruno@clisp.org>
23833
23834         * lib/pipe.h: New file, from GNU gettext.
23835         * lib/pipe.c: New file, from GNU gettext.
23836
23837 2004-01-27  Bruno Haible  <bruno@clisp.org>
23838
23839         * m4/execute.m4: New file, from GNU gettext.
23840
23841 2004-01-27  Bruno Haible  <bruno@clisp.org>
23842
23843         * lib/execute.h: New file, from GNU gettext.
23844         * lib/execute.c: New file, from GNU gettext.
23845         * lib/w32spawn.h: New file, from GNU gettext.
23846
23847 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23848
23849         Merge from diffutils.
23850
23851         * lib/file-type.c (file_type): Add typed memory objects.
23852         * lib/file-type.h (S_TYPEISTMO): New macro.
23853
23854         * lib/c-stack.h (c_stack_action): Remove argv argument.
23855         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
23856         (die): Don't calculate message unless segv_action returns.
23857         (get_stack_location, min_address_from_argv, max_address_from_argv,
23858         volatile stack_base, volatile_stack_size): Remove.
23859         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
23860         that every segmentation violation is a stack overflow.  (Ouch!)
23861         See Debian bug 136249 (still outstanding) for more info about why
23862         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
23863
23864 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23865
23866         Exit-status fix from coreutils.
23867
23868         Use exit_failure consistently in place of EXIT_FAILURE,
23869         so that program exit statuses are consistent on failure.
23870
23871         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
23872         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
23873         * lib/argmatch.h: Comment fix to match the above.
23874         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
23875         Now a macro referring to exit_failure, instead of a separate
23876         variable.  Include "exitfail.h" to get it.
23877         * lib/xstrtol.h: Include "exitfail.h".
23878         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
23879
23880         * lib/long-options.c (parse_long_options): Use prototype
23881         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
23882         for clarity.
23883
23884 2004-01-21  Jim Meyering  <jim@meyering.net>
23885
23886         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
23887         so as not to conflict with a different-sized __mktime_internal
23888         function in GNU libc.
23889         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
23890         Problem building statically-linked `ls' reported by Michael Brunnbauer.
23891
23892 2004-01-20  Karl Berry  <karl@gnu.org>
23893
23894         * config/config.guess: update from config.
23895
23896         * config/srclistvars.sh: GNUWWWLICENSES for karl.
23897
23898 2004-01-20  Bruno Haible  <bruno@clisp.org>
23899
23900         Safer stack allocation.
23901         * lib/setenv.c: Include allocsa.h.
23902         (alloca): Remove fallback definition.
23903         (freea): Remove macro.
23904         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
23905         instead of freea.
23906
23907 2004-01-20  Bruno Haible  <bruno@clisp.org>
23908
23909         * m4/eealloc.m4: New file, from GNU gettext.
23910
23911 2004-01-20  Bruno Haible  <bruno@clisp.org>
23912
23913         * m4/allocsa.m4: New file, from GNU gettext.
23914
23915 2004-01-20  Bruno Haible  <bruno@clisp.org>
23916
23917         * lib/xallocsa.h: New file, from GNU gettext.
23918         * lib/xallocsa.c: New file, from GNU gettext.
23919
23920 2004-01-20  Bruno Haible  <bruno@clisp.org>
23921
23922         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
23923
23924 2004-01-20  Bruno Haible  <bruno@clisp.org>
23925
23926         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
23927         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
23928         specially.
23929
23930 2004-01-20  Bruno Haible  <bruno@clisp.org>
23931
23932         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
23933         patch.
23934
23935 2004-01-20  Bruno Haible  <bruno@clisp.org>
23936
23937         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
23938
23939 2004-01-20  Bruno Haible  <bruno@clisp.org>
23940
23941         * lib/eealloc.h: New file.
23942
23943 2004-01-20  Bruno Haible  <bruno@clisp.org>
23944
23945         * lib/binary-io.h: Avoid warnings on Cygwin.
23946
23947 2004-01-20  Bruno Haible  <bruno@clisp.org>
23948
23949         * lib/allocsa.h: New file, from GNU gettext.
23950         * lib/allocsa.c: New file, from GNU gettext.
23951
23952 2004-01-18  Karl Berry  <karl@gnu.org>
23953
23954         * doc/gpl.texi, doc/lgpl.texi: new files.
23955
23956 2004-01-18  Karl Berry  <karl@gnu.org>
23957
23958         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
23959         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
23960
23961 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23962
23963         Merge from coreutils.
23964
23965         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
23966         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
23967         (gl_DEFAULT_POSIX2_VERSION): Move
23968         the documentation from 'configure' into 'config.hin',
23969         so that 'configure --help' isn't burdened by it and
23970         we don't have to worry about its formatting there.
23971         Reword the documentation so that it's more succinct
23972         and can be run together into a single paragraph.
23973         * m4/same.m4 (gl_SAME): Check for pathconf.
23974
23975 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23976
23977         Merge from coreutils.
23978
23979         * lib/posixver.c: Include posixver.h.
23980
23981         * lib/same.c: Include <stdbool.h>, <limits.h>.
23982         (_POSIX_NAME_MAX): Define if not defined.
23983         (MIN): New macro.
23984         (same_name): If file names are silently truncated, report
23985         that the file names are the same if they are the same after
23986         the silent truncation.
23987
23988         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
23989         conversion function.
23990         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
23991         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
23992         longer needed.
23993
23994 2004-01-15  Jim Meyering  <jim@meyering.net>
23995
23996         Merge from coreutils.
23997
23998         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
23999         if no library is required.
24000         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
24001         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
24002         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
24003         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
24004         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
24005         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
24006         value, $ac_cv_search_crypt, if it's "none required".
24007         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
24008         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
24009         not gl_FUNC_GETLOADAVG.
24010         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
24011         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
24012
24013 2004-01-15  Jim Meyering  <jim@meyering.net>
24014
24015         Merge from coreutils.
24016
24017         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
24018         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
24019         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
24020
24021         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
24022         optional configure-time default.
24023
24024         * lib/version-etc.c (version_etc_copyright): Update copyright date.
24025
24026         * lib/xreadlink.c (xreadlink): Correct outdated comment.
24027
24028 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
24029
24030         Merge from coreutils.
24031
24032         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
24033         value, $ac_cv_search_nanosleep, if it's "none required".
24034
24035 2004-01-14  Paul Eggert  <eggert@twinsun.com>
24036
24037         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
24038         with like-named macro in fnmatch.c.
24039         (EXT): Use an internal constant instead.
24040
24041         Merge fnmatch patches from glibc.
24042         * lib/fnmatch.c (mbsinit): Remove define.
24043         Add libc_hidden_ver (__fnmatch, fnmatch).
24044         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
24045         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
24046
24047 2004-01-14  Karl Berry  <karl@gnu.org>
24048
24049         * config/install-sh: update from automake.
24050
24051 2004-01-13  Karl Berry  <karl@gnu.org>
24052
24053         * config/install-sh: update from automake.
24054
24055 2004-01-09  Karl Berry  <karl@gnu.org>
24056
24057         * config/install-sh: update from automake.
24058
24059 2004-01-05  Karl Berry  <karl@gnu.org>
24060
24061         * config/config.{sub,guess}: update from config.
24062
24063 2003-12-31  Karl Berry  <karl@gnu.org>
24064
24065         * config/depcomp: update from automake.
24066
24067 2003-12-14  Karl Berry  <karl@gnu.org>
24068
24069         * lib/config.charset: update from gettext-runtime.
24070
24071 2003-12-03  Paul Eggert  <eggert@twinsun.com>
24072
24073         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
24074         Bug reported by Alfred M. Szmidt.
24075
24076 2003-12-03  Bruno Haible  <bruno@clisp.org>
24077
24078         * m4/gettext.m4: Upgrade from gettext-0.13.
24079         * m4/po.m4: Upgrade from gettext-0.13.
24080         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
24081         * m4/intmax.m4: New file, from gettext-0.13.
24082         * m4/printf-posix.m4: New file, from gettext-0.13.
24083
24084 2003-11-29  Karl Berry  <karl@gnu.org>
24085
24086         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
24087
24088 2003-11-25  Paul Eggert  <eggert@twinsun.com>
24089             Bruno Haible  <bruno@clisp.org>
24090
24091         * lib/printf-parse.h: Don't include sys/types.h.
24092         (ARG_NONE): New macro.
24093         (char_directive): Change type of *arg_index fields to size_t.
24094         * lib/printf-parse.c: Don't include sys/types.h.
24095         (SSIZE_MAX): Remove macro.
24096         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
24097         Remove unnecessary overflow check.
24098         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
24099         fields.
24100
24101 2003-11-25  Bruno Haible  <bruno@clisp.org>
24102
24103         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
24104
24105 2003-11-25  Bruno Haible  <bruno@clisp.org>
24106
24107         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
24108         gt_TYPE_SSIZE_T.
24109
24110 2003-11-24  Paul Eggert  <eggert@twinsun.com>
24111
24112         * modules/alloca: Remove dependency on xalloc.
24113
24114 2003-11-24  Paul Eggert  <eggert@twinsun.com>
24115
24116         * lib/alloca.c: Remove dependency on xalloc module.
24117         (xalloc_die): Remove.
24118         (memory_full) [!defined emacs]: New macro.
24119         [!defined emacs]: Don't include xalloc.h.
24120         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
24121         address arithmetic overflows.  Change datatypes a bit to avoid
24122         unnecessary casts.
24123
24124 2003-11-22  Jim Meyering  <jim@meyering.net>
24125
24126         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
24127         s/size/size_t/.
24128
24129 2003-11-21  Karl Berry  <karl@gnu.org>
24130
24131         * config/config.{sub,guess}: update from config.
24132
24133 2003-11-18  Karl Berry  <karl@gnu.org>
24134
24135         * config/config.{sub,guess}: update from config.
24136
24137         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
24138
24139 2003-11-17  Paul Eggert  <eggert@twinsun.com>
24140
24141         * README: Mention that S+T cannot overflow if S is the size of
24142         an existing object and T is sufficiently small.
24143
24144 2003-11-17  Jim Meyering  <jim@meyering.net>
24145
24146         On systems without utime and without a utimes function capable of
24147         dealing with a NULL struct utimbuf* argument, this utime replacement
24148         could -- in unusual circumstances -- leak a file descriptor.
24149         * lib/utime.c: Include <unistd.h> and <errno.h>.
24150         (utime_null): Be sure to close `fd' and to preserve errno.
24151         Reported by Geoff Collyer via Arnold Robbins.
24152
24153 2003-11-17  Bruno Haible  <bruno@clisp.org>
24154
24155         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
24156         (Depends-on): Add xsize.
24157
24158 2003-11-17  Bruno Haible  <bruno@clisp.org>
24159
24160         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
24161
24162 2003-11-17  Bruno Haible  <bruno@clisp.org>
24163
24164         * lib/vasnprintf.c (alloca): Remove fallback definition.
24165         (freea): Remove definition.
24166         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
24167         Reported by Paul Eggert.
24168
24169 2003-11-16  Paul Eggert  <eggert@twinsun.com>
24170             Bruno Haible  <bruno@clisp.org>
24171
24172         Protect against address arithmetic overflow.
24173         * lib/printf-args.h: Include stddef.h.
24174         (arguments): Change type of field 'count' to size_t.
24175         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
24176         'unsigned int' where appropriate.
24177         * lib/printf-parse.h: Include sys/types.h.
24178         (char_directive): Change type of *arg_index fields to ssize_t.
24179         (char_directives): Change type of fields 'count', max_*_length to
24180         size_t.
24181         * lib/printf-parse.c: Include sys/types.h and xsize.h.
24182         (SSIZE_MAX): Define fallback value.
24183         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
24184         instead of 'int' where appropriate. Check a_allocated, d_allocated
24185         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
24186         * lib/vasnprintf.c: Include xsize.h.
24187         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
24188         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
24189         overflow. Avoid wraparound when converting a width or precision from
24190         decimal to binary.
24191
24192 2003-11-16  Bruno Haible  <bruno@clisp.org>
24193
24194         Update from GNU gettext.
24195         * lib/printf-parse.c: Generalize to it can be compiled for wide
24196         strings.
24197         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
24198         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
24199         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
24200         SNPRINTF): New macros.
24201         Don't include <alloca.h> if the file is used inside libintl.
24202         (local_wcslen): New function, for Solaris 2.5.1.
24203         (VASNPRINTF): Use it instead of wcslen.
24204
24205 2003-11-16  Bruno Haible  <bruno@clisp.org>
24206
24207         * lib/xsize.h (xmax): New function.
24208         (xsum, xsum3, xsum4): Declare as "pure" functions.
24209
24210 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24211
24212         * modules/xalloc (Files): Undo latest change, since xalloc.h
24213         no longer needs SIZE_MAX or PTRDIFF_MAX.
24214
24215 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24216
24217         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
24218         gl_PTRDIFF_MAX.
24219
24220 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24221
24222         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
24223         "return", to pacify some unknown compiler.  Problem reported
24224         by Joerg Schilling.
24225
24226 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24227
24228         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
24229         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
24230         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
24231         heuristic is just as accurate as far as we know, and it removes a
24232         dependency on size_max.m4 and ptrdiff_max.m4.
24233
24234 2003-11-11  Bruno Haible  <bruno@clisp.org>
24235
24236         * modules/xsize (Files): Add m4/size_max.m4.
24237         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
24238
24239 2003-11-11  Bruno Haible  <bruno@clisp.org>
24240
24241         * m4/size_max.m4: New file.
24242         * m4/ptrdiff_max.m4: New file.
24243         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
24244         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
24245         (gl_XALLOC): Invoke it.
24246
24247 2003-11-11  Bruno Haible  <bruno@clisp.org>
24248
24249         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
24250         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
24251         defined.
24252
24253 2003-11-10  Paul Eggert  <eggert@twinsun.com>
24254
24255         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
24256         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
24257         rejected some allocations of exactly SIZE_MAX - 2 bytes.
24258         From Bruno Haible.
24259         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
24260         not (size_t) -1, since it's defined here.
24261
24262 2003-11-09  Karl Berry  <karl@gnu.org>
24263
24264         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
24265
24266 2003-11-06  Paul Eggert  <eggert@twinsun.com>
24267
24268         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
24269         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
24270         Reject sizes of exactly SIZE_MAX bytes.
24271         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
24272         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
24273
24274 2003-11-05  Bruno Haible  <bruno@clisp.org>
24275
24276         * lib/xsize.h: Include limits.h, to avoid a possible collision with
24277         SIZE_MAX defined in <limits.h> on Solaris.
24278
24279 2003-11-04  Jim Meyering  <jim@meyering.net>
24280
24281         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
24282         variable names, rather than @VAR@.
24283         * modules/poll: Likewise.
24284
24285 2003-11-04  Bruno Haible  <bruno@clisp.org>
24286
24287         * modules/xsize: New file.
24288         * modules/linebreak: Depend on xsize.
24289         * MODULES.html.sh (func_all_modules): Add xsize.
24290
24291 2003-11-04  Bruno Haible  <bruno@clisp.org>
24292
24293         * m4/xsize.m4: New file.
24294
24295 2003-11-04  Bruno Haible  <bruno@clisp.org>
24296
24297         * lib/xsize.h: New file.
24298         * lib/linebreak.c: Include xsize.h.
24299         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
24300         argument for overflow.
24301         Suggested by Paul Eggert.
24302
24303 2003-11-03  Karl Berry  <karl@gnu.org>
24304
24305         * config/config.{guess,sub}: update from config.
24306
24307 2003-11-03  Jim Meyering  <jim@meyering.net>
24308
24309         * modules/userspec (lib_SOURCES): Add userspec.h.
24310         (Include): Add "userspec.h".
24311         Improve description.
24312
24313 2003-11-03  Jim Meyering  <jim@meyering.net>
24314
24315         * lib/userspec.c: Include "userspec.h".
24316         * lib/userspec.h: New file.
24317
24318 2003-11-03  Bruno Haible  <bruno@clisp.org>
24319
24320         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
24321
24322 2003-11-03  Bruno Haible  <bruno@clisp.org>
24323
24324         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
24325         available, to avoid (extremely rare) race condition.
24326         Suggested by Paul Eggert.
24327
24328 2003-11-02  Karl Berry  <karl@gnu.org>
24329
24330         * config/srclist.txt (vasprintf.c): sync broken, sigh.
24331
24332 2003-10-31  Paul Eggert  <eggert@twinsun.com>
24333
24334         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
24335         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
24336         (read_filesystem_list): Set and use me_type_malloced.
24337         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
24338         whatever the type happens to be), for brevity and consistency.
24339         Check for size calculation overflow on Alphas running OSF/1.
24340
24341 2003-10-31  Jim Meyering  <jim@meyering.net>
24342
24343         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
24344
24345         * lib/linebuffer.c: Include <string.h> for declaration of memset.
24346
24347 2003-10-30  Paul Eggert  <eggert@twinsun.com>
24348             Bruno Haible  <bruno@clisp.org>
24349
24350         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
24351         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
24352
24353 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
24354
24355         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
24356         netbsd*-gnu*.  Suggested by Robert Millan.
24357
24358 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24359
24360         * modules/group-member: Depend on stdbool.
24361
24362 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24363
24364         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
24365
24366 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24367
24368         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
24369         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
24370         after the 'gnu' in these cases.  This fixes some bugs in the
24371         previous change, and is based on suggestions by Robert Millan.
24372
24373 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24374
24375         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
24376         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
24377         no longer needed.
24378         * lib/quotearg.c (quotearg_n_options): Use it.
24379         * lib/group-member.c: Include <stdbool.h>.
24380         (free_group_info): Arg is now const *; don't free arg.
24381         (get_group_info): Now returns bool and accepts struct group_info *,
24382         rather than returning a malloc'ed struct group_info *.
24383         All uses changed.  Check for overflow in internal size calculation.
24384
24385         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
24386         rather than xmalloc/xrealloc.
24387         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
24388         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
24389         conformance bug: the old code used a pointer after freeing the
24390         storage that it addressed.
24391         * lib/hash.c (hash_initialize): Simplify the code by using
24392         xalloc_oversized rather than doing it by hand.
24393         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
24394         the buffer preserved.  Use free and xmalloc instead.
24395         * lib/quotearg.c (quotearg_n_options): Likewise.
24396         Use a simpler test for size overflow.  Don't use xalloc_oversized
24397         because unsigned int might be wider than size_t (!); this suggests
24398         that we should switch from unsigned int to size_t for slot numbers.
24399
24400 2003-10-28  Paul Eggert  <eggert@twinsun.com>
24401
24402         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
24403         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
24404         NetBSD kernels.  Requested by Richard Stallman.
24405
24406 2003-10-27  Paul Eggert  <eggert@twinsun.com>
24407
24408         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
24409         to allocate the returned structure.  Do not allocate a subarray,
24410         as x2nrealloc will do that.
24411         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
24412         instead of xnrealloc.
24413         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
24414
24415 2003-10-27  Bruno Haible  <bruno@clisp.org>
24416
24417         * lib/stdbool_.h: Better support for BeOS.
24418
24419 2003-10-26  Paul Eggert  <eggert@twinsun.com>
24420
24421         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
24422         now uses inline.
24423
24424 2003-10-26  Paul Eggert  <eggert@twinsun.com>
24425
24426         * lib/xalloc.h (xalloc_oversized): New static inline function, for
24427         callers that want to do their own size-overflow checking.  Include
24428         <stdbool.h>, since xalloc_oversized returns bool.
24429         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
24430         to use xalloc_oversized.
24431
24432         Add two functions x2realloc, x2nrealloc, for programs that grow
24433         arrays dynamically by doubling their sizes.
24434         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
24435         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
24436         New functions.
24437
24438         Port to C99 semantics for 'inline' of external functions.
24439         Bug reported by Bruno Haible.
24440         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
24441         with the old contents of xnmalloc.
24442         (xnmalloc, xmalloc): Use it.
24443         (xnrealloc_inline): New static inline function,
24444         with the old contents of xnrealloc.
24445         (xnrealloc, xrealloc): Use it.
24446
24447         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
24448         that.
24449
24450 2003-10-26  Karl Berry  <karl@gnu.org>
24451
24452         * config/srclist.txt (COPYING.DOC): no longer available from
24453         /gd/gnuorg; don't know where the ultimate source is.
24454
24455 2003-10-25  Paul Eggert  <eggert@twinsun.com>
24456
24457         Fix several address-calculation bugs in the hash modules,
24458         plus some minor code cleanup.
24459
24460         * lib/hash.h: Include <stdbool.h>, for bool.
24461         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
24462         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
24463         hash_get_n_entries, hash_get_max_bucket_length,
24464         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
24465         hash_rehash): Use size_t rather than unsigned.
24466         * lib/hash.c (struct hash_table, hash_get_n_buckets,
24467         hash_get_n_buckets_used, hash_get_n_entries,
24468         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
24469         hash_get_entries, hash_do_for_each, hash_string, is_prime,
24470         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
24471         Likewise.
24472         (SIZE_MAX): Define if not defined.
24473         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
24474         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
24475         hash_print):
24476         Use const * when possible.
24477         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
24478         (check_tuning): Fix bug: if tuning parameters were very close to
24479         0 or 1, rounding errors could have caused subscript violations.
24480         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
24481         (hash_initialize): Add 'fail:' label
24482         to free table and return NULL, and use it to simplify code.
24483         Use calloc rather than clearing the storage ourself.
24484         (hash_initialize, hash_rehash): Check for arithmetic overflow in
24485         buffer size calculations.
24486         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
24487         Include <stddef.h>, for size_t.
24488         * lib/hash-pjw.c (hash_pjw): Likewise.
24489         Switch to method described by Bruno Haible.
24490         Include <limits.h>, for CHAR_BIT.
24491         (SIZE_BITS): New macro.
24492
24493 2003-10-23  Paul Eggert  <eggert@twinsun.com>
24494
24495         * m4/getline.m4 (AM_FUNC_GETLINE):
24496         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
24497         hosts.  Problem reported by Derek Robert Price in
24498         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
24499         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
24500         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
24501
24502 2003-10-21  Paul Eggert  <eggert@twinsun.com>
24503
24504         * lib/getndelim2.c (getndelim2): When size calculation overflows,
24505         ceiling the allocation at NMAX bytes rather than silently
24506         discarding input bytes before NMAX is reached.  This makes
24507         a difference only if NMAX exceeds SIZE_MAX / 2.
24508
24509         * lib/obstack.c: Merge from glibc.
24510         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
24511         Add libc_hidden_def (_obstack_newchunk).
24512         (_obstack_free) [! defined _LIBC]: Remove.
24513         [defined _LIBC]: Make a strong alias from obstack_free, rather than
24514         a clone of the function body.
24515         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
24516         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
24517
24518         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
24519         glibc.
24520         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
24521         arg to memcpy.
24522
24523         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
24524         (obstack_ptr_grow_fast, obstack_int_grow_fast):
24525         Don't use lvalue casts, as GCC plans to remove support for them
24526         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
24527         was also present in the non-GCC version, indicating that this
24528         code had always been buggy and had never been widely used.
24529         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
24530         Use the fast variant of each macro, rather than copying the
24531         definiens of the fast variant; that way, we'll be more likely to
24532         catch future bugs in the fast variants.
24533
24534 2003-10-20  Bruno Haible  <bruno@clisp.org>
24535
24536         * modules/wait-process: New file.
24537         * MODULES.html.sh (func_all_modules): Add wait-process.
24538
24539 2003-10-20  Bruno Haible  <bruno@clisp.org>
24540
24541         * m4/wait-process.m4: New file.
24542
24543 2003-10-20  Bruno Haible  <bruno@clisp.org>
24544
24545         * lib/wait-process.h: New file, from GNU gettext.
24546         * lib/wait-process.c: New file, from GNU gettext.
24547
24548 2003-10-19  Jim Meyering  <jim@meyering.net>
24549
24550         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
24551         HPUX 10.20.
24552
24553 2003-10-18  Karl Berry  <karl@gnu.org>
24554
24555         * config/config.guess: update from config.
24556
24557 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24558
24559         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
24560         (getgroups): First arg is int, not size_t.
24561         Don't let 'free' mangle errno.
24562
24563 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24564
24565         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
24566
24567 2003-10-16  Karl Berry  <karl@gnu.org>
24568
24569         * config/config.{guess,sub}: update from config.
24570
24571 2003-10-16  Jim Meyering  <jim@meyering.net>
24572
24573         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
24574         memcpy.
24575
24576 2003-10-15  Paul Eggert  <eggert@twinsun.com>
24577
24578         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
24579         (SIZE_MAX): Remove.
24580         (new_exclude, add_exclude_file): Initial size no longer needs to
24581         be a power of 2.
24582         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
24583         our own address arithmetic overflow checking.
24584
24585         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
24586         (fnmatch): Do not alloca more than 2000 wide characters;
24587         instead, use malloc for large buffers.
24588         Check for address arithmetic overflow, and return -1
24589         with errno set to ENOMEM in that case.
24590         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
24591         (NEW_PATTERN): Do not alloca more than 8000 bytes;
24592         instead, return -1.  Check for address arithmetic overflow.
24593
24594 2003-10-14  Paul Eggert  <eggert@twinsun.com>
24595
24596         Handle invalid suffixes and overflow independently, so that
24597         callers can treat them independently as needed.  Fix some bugs in
24598         suffix handling, e.g., "100k@" was not diagnosed as an invalid
24599         suffix for a human-readable blocksize.  The major caller-visible
24600         change is the addition of a new
24601         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
24602         that both overflow and suffix chars were found.
24603
24604         * lib/human.c (humblock): Don't check separately for invalid suffix
24605         char; that is xstrtoumax's job (now that its bug is fixed).
24606         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
24607         INTMAX_MAX]: New macros.
24608         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
24609         TYPE_MAXIMUM): New macros.
24610         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
24611         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
24612         if overflow occurs, as it's what __strtol does and it's more useful
24613         in practice.
24614         (__xstrtol): If __strtol reports some error other than ERANGE,
24615         reflect it to the caller as LONGINT_INVALID.  If it reports
24616         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
24617         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
24618         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
24619         value.
24620         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
24621         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
24622         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
24623         [defined UINTMAX_MAX]: New macros.
24624
24625 2003-10-14  Bruno Haible  <bruno@clisp.org>
24626
24627         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
24628
24629 2003-10-14  Bruno Haible  <bruno@clisp.org>
24630
24631         * m4/sig_atomic_t: New file, from GNU gettext.
24632         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
24633
24634 2003-10-14  Bruno Haible  <bruno@clisp.org>
24635
24636         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
24637         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
24638         Also use volatile where needed.
24639
24640 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24641
24642         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
24643         Change maintainer from Bruno Haible to 'all'.
24644
24645 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24646
24647         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
24648
24649 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24650
24651         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
24652         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
24653         and define in terms of the other primitives.
24654         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
24655         (SIZE_MAX): Define if not already defined.
24656         (array_size_overflow): New function.
24657         (xalloc_die): Abort instead of exiting if 'error' returns.
24658         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
24659         (xmalloc, xrealloc): Use them.
24660         (xcalloc): Check for address arithmetic overflow.
24661         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
24662         a bit faster than strcpy.
24663
24664 2003-10-10  Simon Josefsson  <jas@extundo.com>
24665
24666         * modules/argp (Depends-on): Add restrict and strcase.
24667
24668 2003-10-10  Simon Josefsson  <jas@extundo.com>
24669
24670         * m4/argp.m4: Add AC_C_INLINE.
24671
24672 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24673
24674         Merge getpass from libc, plus a few fixes.
24675
24676         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
24677         Include <stdbool.h>.
24678         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
24679         __fsetlocking to empty.
24680         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
24681         do include <bits/libc-lock.h>.
24682         Do not include <fcntl.h>; not needed.
24683         [_LIBC]: Include <wchar.h>.
24684         (NOTCANCEL_MODE): New macro.
24685         (flockfile, funlockfile) [_LIBC]: New macros.
24686         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
24687         [!_LIBC]: New macros.
24688         (call_fclose): New function.
24689         (getpass): Use it.  Save tty stream separately; this simplifies the
24690         code and makes it more reliable if stdin happens to equal stdout.
24691         Invoke __fsetlocking on tty.
24692         Handle thread cancellation if needed.
24693         Namespace cleanup (use __tcgetattr, __getline).
24694         Use bool for Booleans.
24695         [USE_IN_LIBIO]: Handle wide streams.
24696         [!_LIBC]: Unconditionally do the fseek, since we don't know what
24697         stream might go where.
24698
24699         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
24700         doesn't have to include <stdio.h> before us.
24701         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
24702         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
24703         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
24704         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
24705         if not declared, so that we can use getpass.c code from libc without
24706         rewriting it.
24707         (flockfile, ftrylockfile, funlockfile): New macros.
24708
24709 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24710
24711         * modules/getpass: Depend on stdbool.
24712
24713 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24714
24715         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
24716
24717 2003-10-07  Karl Berry  <karl@gnu.org>
24718
24719         * config/config.{guess,sub}: update from config.
24720
24721 2003-10-06  Jim Meyering  <jim@meyering.net>
24722             Bruno Haible  <bruno@clisp.org>
24723
24724         This lets translators provide better translations for the
24725         "Written by ..." part of --version output.
24726         * lib/version-etc.h: Include stdarg.h.
24727         (version_etc_copyright): Declare as readonly.
24728         (version_etc): Make this function variadic with a NULL-terminated list
24729         of author name strings.
24730         (version_etc_va): New declaration.
24731         * lib/version-etc.c: Include stdarg.h, stdlib.h.
24732         (version_etc_copyright): Declare as readonly.
24733         (version_etc_va): New function. Provide a different translatable string
24734         for each possible number of authors < 10. Abbreviate when there are 10
24735         authors or more.
24736         (version_etc): Make this function variadic. Call version_etc_va.
24737         Suggestion from Gary V. Vaughan.
24738
24739         * lib/long-options.h (parse_long_options): Change prototype: the
24740         authors string is moved to the end and becomes variadic.
24741         * lib/long-options.c: Include stdarg.h.
24742         (parse_long_options): Make this function variadic, too.
24743         Call version_etc_va, not version_etc.
24744
24745 2003-10-06  Bruno Haible  <bruno@clisp.org>
24746
24747         * modules/version-etc-2: Remove file.
24748         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
24749
24750 2003-10-06  Bruno Haible  <bruno@clisp.org>
24751
24752         * modules/fatal-signal: New file.
24753         * MODULES.html.sh (func_all_modules): Add fatal-signal.
24754
24755 2003-10-06  Bruno Haible  <bruno@clisp.org>
24756
24757         * m4/fatal-signal.m4: New file.
24758         * m4/signalblocking.m4: New file, from GNU gettext.
24759
24760 2003-10-06  Bruno Haible  <bruno@clisp.org>
24761
24762         * lib/version-etc-2.h: Remove file.
24763         * lib/version-etc-2.c: Remove file.
24764
24765 2003-10-06  Bruno Haible  <bruno@clisp.org>
24766
24767         * lib/fatal-signal.h: New file, from GNU gettext.
24768         * lib/fatal-signal.c: New file, from GNU gettext.
24769
24770 2003-10-05  Paul Eggert  <eggert@twinsun.com>
24771
24772         * README: Rework advice for preventing empty .o files.
24773         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
24774         not <sys/types.h>.
24775
24776 2003-10-04  Karl Berry  <karl@gnu.org>
24777
24778         * lib/argp*: update from libc.
24779
24780 2003-10-04  Karl Berry  <karl@gnu.org>
24781
24782         * config/config.{guess,sub}: update from config.
24783
24784 2003-10-02  Bruno Haible  <bruno@clisp.org>
24785
24786         * modules/lchown (Include): Add lchown.h.
24787         * modules/time_r (Include): Use "..." syntax.
24788         * modules/xgetdomainname (Include): Add xgetdomainname.h.
24789
24790 2003-10-01  Simon Josefsson  <jas@extundo.com>
24791
24792         * MODULES.html.sh (func_all_modules): Move gethostname from section
24793         'based on' to section 'lacking' POSIX:2001.
24794
24795 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
24796
24797         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
24798         to output mode on the same stream.
24799
24800 2003-09-29  Paul Eggert  <eggert@twinsun.com>
24801
24802         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
24803         Fix arg typo in previous patch.
24804
24805 2003-09-28  Jim Meyering  <jim@meyering.net>
24806
24807         * lib/error.c: Correct cpp indentation.
24808
24809 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24810
24811         * modules/free: New file.
24812
24813 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24814
24815         * m4/free.m4: New file.
24816
24817 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24818
24819         * lib/minmax.h (MIN, MAX)
24820         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
24821         Omit the special code that used __typeof__, since we worry that
24822         it could be more trouble than it's worth.  See:
24823         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
24824         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
24825
24826         * lib/free.c: New file.
24827
24828 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
24829
24830         Trivial fixes to Makefile.am parts of module listings.
24831         * modules/strstr: Append strstr.h to lib_SOURCES.
24832         * modules/strcase: Likewise, for strcase.h.
24833
24834 2003-09-27  Karl Berry  <karl@gnu.org>
24835
24836         * config/mkinstalldirs: update from automake.
24837
24838 2003-09-26  Paul Eggert  <eggert@twinsun.com>
24839
24840         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
24841         (error_tail): Do not loop, reallocating temporary buffer, since
24842         the output cannot contain more wide characters than the input
24843         contains bytes, the size must be big enough already.  This avoids
24844         one potential size overflow calculation.  Check for size overflow
24845         when calculating temporary buffer size.  Free temporary buffer
24846         when done, if it was allocated with malloc; this plugs a memory
24847         leak.  Remove casts from void * to pointers, that are no longer
24848         needed now that we're assuming C89 or better.
24849
24850         Merge error changes from glibc.
24851
24852         * lib/error.c, error.h: Update copyright notice header to match glibc.
24853         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
24854         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
24855         Disable cancellation while printing error.
24856         * lib/error.h: Prepend __ to parameter names.
24857
24858 2003-09-26  Jim Meyering  <jim@meyering.net>
24859
24860         * lib/error.c (error_tail): Move some declarations
24861         into inner scope where the local variables are used.
24862
24863 2003-09-26  Bruno Haible  <bruno@clisp.org>
24864
24865         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
24866         stpncpy().
24867         Don't define stpncpy through config.h; it's now done through stpncpy.h.
24868
24869 2003-09-26  Bruno Haible  <bruno@clisp.org>
24870
24871         * lib/stpncpy.h (gnu_stpncpy): New declaration.
24872         (stpncpy): Define as alias for gnu_stpncpy.
24873         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
24874
24875 2003-09-25  Simon Josefsson  <jas@extundo.com>
24876
24877         * lib/xgetdomainname.h: New file.
24878         * lib/xgetdomainname.c: New file.
24879
24880 2003-09-25  Simon Josefsson  <jas@extundo.com>
24881             Bruno Haible  <bruno@clisp.org>
24882
24883         * modules/getdomainname: New file.
24884         * modules/xgetdomainname: New file.
24885         * MODULES.html.sh (func_all_modules): Add getdomainname,
24886         xgetdomainname.
24887
24888 2003-09-25  Simon Josefsson  <jas@extundo.com>
24889             Bruno Haible  <bruno@clisp.org>
24890
24891         * m4/getdomainname.m4: New file.
24892
24893 2003-09-25  Simon Josefsson  <jas@extundo.com>
24894             Bruno Haible  <bruno@clisp.org>
24895
24896         * lib/getdomainname.h: New file.
24897         * lib/getdomainname.c: New file.
24898
24899 2003-09-25  Karl Berry  <karl@gnu.org>
24900
24901         * lib/argp-fmtstream.c, argp-help.c: update from libc.
24902
24903 2003-09-25  Karl Berry  <karl@gnu.org>
24904
24905         * config/install-sh: update from automake.
24906
24907 2003-09-25  Bruno Haible  <bruno@clisp.org>
24908
24909         * modules/version-etc-2: New file, from modules/version-etc with
24910         modifications.
24911         * MODULES.html.sh (func_all_modules): Add version-etc-2.
24912
24913 2003-09-25  Bruno Haible  <bruno@clisp.org>
24914
24915         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
24916         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
24917
24918 2003-09-24  Simon Josefsson  <jas@extundo.com>
24919
24920         * modules/xgethostname: Add xgethostname.h.
24921
24922 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24923
24924         * lib/linebuffer.c (freebuffer): Don't free the argument, just
24925         the buffer associated with the argument.  Bug reported by
24926         Simon Josefsson.
24927
24928 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24929
24930         * README: Document assumptions that 'int' is at least 32 bits
24931         wide, that integer arithmetic is 2's complement without overflow,
24932         that there are no holes in integer values, that adding sizes of
24933         two nonoverlapping objects can't overflow, and that all-bits-zero
24934         yields scalar zero.  Fix spelling and capitalization typos.
24935
24936 2003-09-19  Karl Berry  <karl@gnu.org>
24937
24938         * lib/argp.h: update from libc.
24939
24940 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24941
24942         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
24943         to avoid spurious warnings like "AC_RUN_IFELSE was called before
24944         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
24945
24946 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24947
24948         * gnulib-tool: Use "test -h", not "test -L", for portability
24949         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
24950         (tags_regexp): Remove, since \| doesn't conform to POSIX.
24951         (sed_extract_prog): Issue s commands one-by-one, rather than
24952         using \| in one s command.
24953
24954 2003-09-16  Paul Eggert  <eggert@twinsun.com>
24955
24956         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
24957         input error, instead of returning NULL the next time we are called
24958         (and therefore losing track of errno).
24959
24960 2003-09-16  Bruno Haible  <bruno@clisp.org>
24961
24962         * gnulib-tool (func_create_testdir): Warn about duplicated
24963         dependencies.
24964
24965 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24966
24967         * modules/argmatch, modules/fatal, modules/obstack,
24968         modules/xalloc, modules/xgethostname: Sort dependencies by
24969         importance, not alphabetically.
24970
24971 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24972
24973         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
24974         fails, so that the caller gets the proper errno.
24975
24976         * lib/readutmp.c (read_utmp): Likewise.
24977         Check for fstat error.  Close stream and free storage
24978         when failing.
24979
24980 2003-09-14  Karl Berry  <karl@gnu.org>
24981
24982         * config/srclist.txt (strdup.c): disable for c89 changes.
24983
24984 2003-09-14  Jim Meyering  <jim@meyering.net>
24985
24986         * lib/getloadavg.c: Correct cpp indentation.
24987         * lib/strdup.c: Likewise.
24988         * lib/vasnprintf.c: Likewise.
24989
24990 2003-09-14  Bruno Haible  <bruno@clisp.org>
24991
24992         * modules/fwriteerror: New file.
24993         * MODULES.html.sh (func_all_modules): Add fwriteerror.
24994
24995 2003-09-14  Bruno Haible  <bruno@clisp.org>
24996
24997         * lib/fwriteerror.h: New file.
24998         * lib/fwriteerror.c: New file.
24999
25000 2003-09-12  Paul Eggert  <eggert@twinsun.com>
25001
25002         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
25003         modules/xgethostname, modules/xalloc: Depend on exit.
25004
25005 2003-09-12  Paul Eggert  <eggert@twinsun.com>
25006
25007         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
25008
25009         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
25010         and AC_MINIX, too, so that their extensions are available.
25011
25012         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
25013         This macro has been superseded by gl_BACKUPFILE.
25014
25015         More patches to assume C89 or better.
25016
25017         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
25018
25019         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
25020         unconditionally.
25021         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
25022         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
25023         Include <string.h>, <stdlib.h> unconditionally.
25024         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
25025         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
25026         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
25027         headers or for string.h.
25028         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
25029         or strtoul.
25030
25031         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
25032         headers.
25033         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
25034         * m4/userspec.m4 (gl_USERSPEC): Likewise.
25035         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
25036         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
25037         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
25038         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
25039         memcpy, memset.
25040         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
25041         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
25042         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
25043         strtol.
25044         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
25045         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
25046         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
25047         strtoul.
25048
25049 2003-09-12  Paul Eggert  <eggert@twinsun.com>
25050
25051         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
25052         * lib/obstack.c [!defined _LIBC]: Likewise.
25053         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
25054         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
25055         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
25056
25057         More changes to assume C89 or better.
25058
25059         * lib/error.c (error_tail): Assume vprintf.
25060
25061         * lib/argmatch.c (getenv): Remove decl.
25062         * lib/progreloc.c (get_full_program_name): Define via prototype.
25063         * lib/setenv.c (clearenv): Likewise.
25064         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
25065         needed.
25066         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
25067         (malloc, memcpy): Remove decls.
25068         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
25069         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
25070         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
25071         (memcpy): Remove macro.
25072         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
25073         (__P): Remove.  All uses removed.
25074         (PTR): Remove.  All uses changed to void *.
25075         (CHAR_BIT, NULL): Remove.
25076         (spaces, zeros, memset_space, memset_zero)
25077         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
25078         Remove.
25079         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
25080         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
25081         Define with prototype.
25082         Remove now-unnecessary prototype decl.
25083         (extra_args_spec): Assume ANSI C.  All uses changed.
25084         (extra_args_spec_iso): Remove.
25085         (my_strftime, emacs_strftimeu): Define via prototype.
25086         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
25087         unconditionally.
25088         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
25089         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
25090         (strtoul, strtol): Remove decls.
25091         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
25092         LONG_MAX): Remove.
25093         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
25094         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
25095         (LOCALE_PARAM_PROTO): New macro.
25096         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
25097         (INTERNAL (strtol), strtol): Define with a prototype.
25098         (PARAMS): Remove.  All uses removed.
25099         * lib/tempname.c: Include <string.h> unconditionally.
25100         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
25101         * lib/xgethostname.c (main): Define with a prototype.
25102         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
25103         Include <stdlib.h> unconditionally.
25104         (calloc, malloc, realloc, free): Remove decls.
25105         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
25106         Include <stdlib.h> unconditionally.  Sort include file names.
25107         (strtod): Remove.
25108         (xstrtod): Define with a prototype.
25109         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
25110         (strtol, strtoul): Remove decls.
25111
25112 2003-09-11  Paul Eggert  <eggert@twinsun.com>
25113
25114         More patches to assume C89 or better.
25115         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
25116         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
25117         string.h, memchr, STDC_HEADERS.
25118
25119 2003-09-11  Paul Eggert  <eggert@twinsun.com>
25120
25121         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
25122         Include <stdlib.h>, <string.h> unconditionally.
25123         Remove now-unnecessary cast to char *.
25124         * lib/strnlen.c: Include <string.h> unconditionally.
25125         * lib/yesno.c (yesno): Define with a prototype.
25126
25127 2003-09-11  Bruno Haible  <bruno@clisp.org>
25128
25129         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
25130
25131 2003-09-10  Jim Meyering  <jim@meyering.net>
25132
25133         * lib/error.c: Correct indentation of cpp directives.
25134
25135 2003-09-10  Bruno Haible  <bruno@clisp.org>
25136
25137         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
25138         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
25139         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
25140         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
25141         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
25142         <stdlib.h> and <string.h> checks.
25143         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
25144         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
25145
25146 2003-09-10  Bruno Haible  <bruno@clisp.org>
25147
25148         * lib/strcspn.c: Include <string.h> unconditionally.
25149         * lib/strpbrk.c: Include <string.h> unconditionally.
25150         * lib/strstr.c: Include <string.h> unconditionally.
25151         * lib/unicodeio.c: Include <string.h> unconditionally.
25152         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
25153         * lib/unsetenv.c: Likewise.
25154         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
25155         * lib/yesno.c: Include <stdlib.h> unconditionally.
25156         (rpmatch): Add prototype.
25157
25158 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25159
25160         More patches to assume C89 or better.
25161         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
25162         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
25163         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
25164         or for string.h.
25165         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
25166         stdlib.h.
25167         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
25168         C headers.
25169         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
25170         string.h.
25171         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
25172         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
25173         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
25174         or for string.h.
25175         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
25176         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
25177         C headers.
25178         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
25179         memcpy.
25180         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
25181         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
25182         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
25183         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
25184         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
25185         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
25186         string.h, free.
25187         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
25188         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
25189         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
25190         C headers, or for string.h.
25191         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
25192         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
25193         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
25194         headers, memory.h, stdlib.h, string.h, strings.h.
25195         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
25196         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
25197         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
25198         strchr.
25199         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
25200         headers, memory.h, string.h.
25201         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
25202         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
25203         free.
25204         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
25205         headers.
25206         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
25207         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
25208         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
25209         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
25210         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
25211
25212 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25213
25214         More K&R removal.
25215
25216         * lib/acosl.c (main): Use a prototype.
25217         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
25218         tanl.c: Likewise.
25219
25220         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
25221
25222         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
25223         (getopt, etopt_long, getopt_long_only, _getopt_internal)
25224         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
25225         with a prototype.
25226         * lib/getopt.c (const): Remove macro.
25227         Include <string.h> unconditionally.
25228         (my_index): Remove; all uses changed to strchr.
25229         (strlen): Remove decl.
25230         (exchange): Remove forward decl; no longer needed.
25231         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
25232         Define with prototype.
25233         * lib/getopt1.c (const): Remove macro.
25234         (getopt_long, getopt_long_only, main): Define with prototype.
25235
25236         * lib/getugroups.c: Include <string.h> unconditionally.
25237
25238         * lib/getusershell.c: Include <stdlib.h> unconditionally.
25239         (getusershell, setusershell, endusershell, readname, main):
25240         Define with prototypes.
25241
25242         * lib/group-member.c: Include group-member.h first.
25243         Include <stdlib.h> unconditionally.
25244
25245         * lib/hard-locale.c: Include hard-locale.h first.
25246         Include <stdlib.h>, <string.h> unconditionally.
25247
25248         * lib/hash.c (free, malloc): Remove decls.
25249         Include <stdlib.h> unconditionally.
25250
25251         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
25252         (getenv): Do not declare.
25253
25254         * lib/idcache.c: Include <string.h> unconditionally.
25255
25256         * lib/long-options.c: Include long-options.h first, to test interface.
25257         Include <stdlib.h> unconditionally.
25258
25259         * lib/makepath.c: Include makepath.h first, to test interface.
25260         Include <stdlib.h> and <string.h> unconditionally.
25261
25262         * lib/linebuffer.c: Include <stdlib.h>.
25263         (free): Remove decl.
25264
25265         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
25266         stddef.h. rpl_malloc returns void *, not char *.
25267         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
25268         prototype.
25269
25270         * lib/md5.h: Include <limits.h> unconditionally.
25271         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
25272         (__P): Remove; all uses removed.
25273         * lib/md5.c: Include "md5.h" first.
25274         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
25275         md5_buffer, md5_process_bytes, md5_process_block):
25276         Define with prototypes.
25277         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
25278         * lib/sha.c: Include "sha.h" first.
25279         Include <stdlib.h>, <string.h> unconditionally.
25280
25281         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
25282         * lib/memcmp.c (__ptr_t): Likewise.
25283         * lib/memrchr.c (__ptr_t): Likewise.
25284         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
25285         Include <string.h> unconditionally.
25286         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
25287         * lib/memchr.c: Include <stdlib.h> unconditionally.
25288         * lib/memchr.c (LONG_MAX): Remove.
25289         * lib/memrchr.c (LONG_MAX): Likewise.
25290         * lib/memchr.c (__memchr): Define via a prototype.
25291         * lib/memrchr.c (__memrchr): Likewise.
25292         * lib/memcmp.c (__P): Remove, and remove all uses.
25293         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
25294         Remove forward decls; no longer needed.
25295         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
25296         Use types required by C89 in prototype.
25297
25298         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
25299         * lib/savedir.c: Likewise.
25300         * lib/mkdir.c (free): Remove decl.
25301         * lib/rmdir.c (rmdir): Define with a prototype.
25302         * lib/savedir.c: Include savedir.h first, to test interface.
25303
25304         * lib/mktime.c (STDC_HEADERS): Remove.
25305         Include <stdlib.h>, <string.h> unconditionally.
25306
25307         * lib/modechange.c: Include <stdlib.h> unconditionally.
25308         (malloc): Remove decl.
25309
25310         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
25311         (free): Remove decl.
25312
25313         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
25314         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
25315         (This type really should be intptr_t, but that's a C99ism.)
25316         (_obstack_memcpy): Remove: all uses changed to memcpy.
25317         Include <string.h> unconditionally.
25318         (struct obstack): Assume __STDC__ for types of members
25319         chunkfun, freefun, extra_arg.
25320         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
25321         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
25322         obstack_begin, obstack_specify_allocation,
25323         obstack_specify_allocation_with_arg, obstack_chunkfun,
25324         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
25325         Remove unprototyped decls and the macros that use them.
25326         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
25327         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
25328         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
25329         (defined __STDC__ && __STDC__)]:
25330         Remove nonprototyped code.
25331         Include <stdlib.h> unconditionally.
25332         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
25333         _obstack_allocated_p, _obstack_free, obstack_free,
25334         _obstack_memory_used, print_and_abort):
25335         Define using prototypes.
25336         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
25337         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
25338         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
25339         obstack_next_free, obstack_object_size, obstack_room) [0]:
25340         Remove unused, unprototyped code.
25341
25342         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
25343
25344         * lib/physmem.c (physmem_total, physmem_available, main): Define
25345         with prototypes.
25346
25347         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
25348         (main): Define with a prototype.
25349
25350         * lib/posixver.c (getenv): Remove decl.
25351
25352         * lib/putenv.c (malloc): Returns void *, not char *.
25353         Include <string.h> unconditionally.
25354         (strchr, memcpy, NULL): Do not define.
25355
25356         * lib/readtokens.c: Include readtokens.h first, to test interface.
25357         Include <stdlib.h>, <string.h> unconditionally.
25358         (init_tokenbuffer): Define with a prototype.
25359
25360         * lib/regex.c (PARAMS): Remove.  All uses removed.
25361         All uses of _RE_ARGS removed, too.
25362         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
25363         unconditionally.
25364         (bzero): Assume memset exists.
25365         (memcmp, memcpy, NULL): Remove.
25366         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
25367         char, or assignments to local vars of type signed char.
25368         (init_syntax_once, PREFIX(extract_number_and_incr),
25369         PREFIX(print_partial_compiled_pattern),
25370         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
25371         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
25372         PREFIX(regex_grow_registers), PREFIX(regex_compile),
25373         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
25374         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
25375         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
25376         wcs_compile_range, byte_compile_range, truncate_wchar,
25377         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
25378         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
25379         count_mbs_length, wcs_re_match_2_internal,
25380         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
25381         PREFIX(alt_match_null_string_p),
25382         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
25383         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
25384         regfree, PREFIX(extract_number)): Define with prototype.  Remove
25385         now-unnecessary declaration, if any.
25386         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
25387         regcomp, regexec):
25388         Remove now-unnecessary casts among pointer types.
25389         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
25390
25391         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
25392         (free): Remove decl.
25393
25394         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
25395
25396         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
25397         (free): Remove decl.
25398
25399         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
25400         * lib/xgetcwd.c: Likewise.
25401
25402         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
25403         (free): Remove decl.
25404
25405         * lib/strchrnul.c (strchrnul): Define with a prototype.
25406         Fix bug: c_in was not converted to char before searching.
25407
25408         The following changes are not K&R related:
25409
25410         * lib/group-member.h: Include <sys/types.h>, so that this file is
25411         self-contained.
25412         * lib/makepath.h: Likewise.
25413
25414         * lib/getusershell.c (readname, default_index, line_size, readname):
25415         Use size_t, not int, for sizes.
25416         (readname): If the size overflows, report an error instead of
25417         looping forever.
25418
25419 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25420
25421         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
25422         libc.
25423
25424 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25425
25426         * README: New section: portability guidelines.
25427
25428 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
25429
25430         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
25431         C89 spec.
25432
25433 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
25434
25435         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
25436
25437 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25438
25439         Assume C89 or better; remove K&R cruft.
25440         A few of these changes were first proposed by Derek Robert Price
25441         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
25442
25443         * lib/addext.c: Include <string.h> unconditionally.
25444         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
25445         Don't declare getenv or malloc.
25446
25447         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
25448         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
25449         (NULL): Remove.
25450         (find_stack_direction, alloca): Use prototypes.
25451
25452         * lib/atexit.c (atexit): Define using a prototype.
25453
25454         * lib/basename.c, dirname.c, stripslash.c:
25455         Include <string.h> unconditionally.
25456
25457         * lib/bcopy.c: Include <stddef.h>.
25458         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
25459
25460         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
25461
25462         * lib/error.h (error, error_at_line, error_print_progname)
25463         [! (defined (__STDC__) && __STDC__)]: Remove decls.
25464         * lib/error.c: Include error.h first, to check interface.
25465         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
25466         (VA_START): Remove; all uses changeed to va_start.
25467         (exit, strerror): Remove decls.
25468         (error_print_progname): Prototype uncondionally.
25469         Don't include <errno.h>; no longer needed.
25470         (private_strerror): Remove.
25471         (error_tail): Always define.
25472         (error, error_at_line): Assume C89 or better; always use prototypes.
25473         * lib/fatal.c: Include "fatal.h" first, to test interface.
25474         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
25475         (VA_START): Remove; all uses changed to va_start.
25476         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
25477         this case.
25478         (exit): Remove decl.
25479         (fatal): Prototype unconditionally.  Assume va_start works.
25480         Abort at end, to pacify gcc.
25481
25482         * lib/euidaccess.c (main): Define with a prototype.
25483
25484         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
25485
25486         * lib/exitfail.c: Include <stdlib.h> unconditionally.
25487
25488         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
25489         prototypes.
25490         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
25491         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
25492         (getenv): Remove decl.
25493         (fnmatch): Define using a prototype.
25494         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
25495         (FCT): Define using a prototype.
25496
25497         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
25498
25499         * lib/gethostname.c: Include <stddef.h>.
25500         (gethostname): Define with prototype.  Length is size_t, not int.
25501
25502 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25503
25504         Assume C89 or better; remove K&R cruft.
25505         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
25506         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
25507         string.h, getenv, malloc.
25508         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
25509         headers.
25510         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
25511         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
25512         do not check for strerror.
25513         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
25514         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
25515         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
25516         do not check for doprnt or vprintf.
25517         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
25518         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
25519
25520 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25521
25522         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
25523         getversion.c should have been removed then, but was accidentally
25524         preserved.
25525
25526         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
25527         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
25528
25529 2003-09-08  Karl Berry  <karl@gnu.org>
25530
25531         * config/config.sub, config.guess, srclistvars.sh: update from savannah
25532                 config, forget about prep.
25533
25534         * config/depcomp, missing: update from automake.
25535
25536 2003-09-07  Paul Eggert  <eggert@twinsun.com>
25537
25538         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
25539         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
25540
25541 2003-09-07  Paul Eggert  <eggert@twinsun.com>
25542
25543         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
25544         copy_tm_result.  Bug reported by Simon Josefsson in
25545         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
25546
25547 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25548
25549         * m4/time_r.m4: New file.
25550         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
25551         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
25552         is. Check for timegm declaration.
25553         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
25554         Do not check for gmtime_r.
25555         Replace mktime if __mktime_internal does not exist and if mktime
25556         hasn't been replaced already.
25557
25558 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25559
25560         * lib/time_r.c, lib/time_r.h: New files.
25561
25562         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
25563         __localtime_r.
25564         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
25565         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
25566
25567         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
25568         __gmtime_r.
25569         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
25570         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
25571         Include <time_r.h>.
25572
25573         * lib/timegm.c: Switch to glibc implementation, with the following
25574         changes:
25575         [defined HAVE_CONFIG_H]: Include <config.h>.
25576         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
25577         (__mktime_internal) [!defined _LIBC]: New decl.
25578         (__gmtime_r) [!defined _LIBC]: New macro and function.
25579         (timegm): Use a prototype, since gnulib assumes C89.
25580         Do not bother declaring tmp to be const, as it's not really usefu.
25581         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
25582         (timegm): Declare only if HAVE_DECL_TIMEGM.
25583
25584 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25585
25586         * MODULES.html.sh (func_all_modules): Add time_r.
25587         * modules/time_r: New file.
25588         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
25589         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
25590
25591 2003-09-03  Paul Eggert  <eggert@twinsun.com>
25592
25593         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
25594         Bug reported by Lute Kamstra in
25595         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
25596
25597         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
25598         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
25599         course with correspondingly smaller numbers for tomorrow and
25600         yesterday.  From Tadayoshi Funaba.  Originally installed into
25601         sh-utils on 1999-08-07, but the patch got lost (I guess during the
25602         coreutils merge?).
25603
25604 2003-08-31  Simon Josefsson  <jas@extundo.com>
25605
25606         * modules/timegm: New file.
25607         * MODULES.html.sh (func_all_modules): Add timegm.
25608
25609 2003-08-31  Simon Josefsson  <jas@extundo.com>
25610
25611         * m4/timegm.m4: New file.
25612
25613 2003-08-31  Simon Josefsson  <jas@extundo.com>
25614
25615         * lib/timegm.h: New file.
25616         * lib/timegm.c: New file.  Based on
25617         wget-1.8.2/src/http.c:mktime_from_utc.
25618
25619 2003-08-31  Karl Berry  <karl@gnu.org>
25620
25621         * lib/argp.h: update from libc.
25622
25623 2003-08-28  Bruno Haible  <bruno@clisp.org>
25624
25625         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
25626         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
25627         followed by '#define fnmatch fnmatch_posix' gives an error.
25628
25629 2003-08-28  Bruno Haible  <bruno@clisp.org>
25630
25631         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
25632         warning on QNX, which defines O_BINARY to 000000.
25633
25634 2003-08-27  Jim Meyering  <jim@meyering.net>
25635
25636         * m4/mkstemp.m4: Require that the system mkstemp be able to create
25637         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
25638         would fail after 32.  Reported by Danny Levinson.  Details here:
25639         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
25640
25641 2003-08-24  Bruno Haible  <bruno@clisp.org>
25642
25643         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
25644         MSVC7 <stdio.h> is included later.
25645
25646 2003-08-22  Simon Josefsson  <jas@extundo.com>
25647
25648         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
25649
25650 2003-08-20  Karl Berry  <karl@gnu.org>
25651
25652         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
25653
25654 2003-08-20  Bruno Haible  <bruno@clisp.org>
25655
25656         * modules/progname: New file.
25657         * MODULES.html.sh (func_all_modules): Add progname.
25658
25659 2003-08-20  Bruno Haible  <bruno@clisp.org>
25660
25661         * lib/progname.h: New file, from GNU gettext.
25662         * lib/progname.c: New file, from GNU gettext.
25663         * lib/progreloc.c: New file, from GNU gettext.
25664
25665 2003-08-19  Jim Meyering  <jim@meyering.net>
25666
25667         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
25668         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
25669
25670 2003-08-19  Bruno Haible  <bruno@clisp.org>
25671
25672         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
25673         more.
25674
25675 2003-08-19  Bruno Haible  <bruno@clisp.org>
25676
25677         * lib/xstrdup.c: Assume <string.h> exists.
25678
25679 2003-08-18  Paul Eggert  <eggert@twinsun.com>
25680
25681         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
25682         in makefile rules.
25683
25684 2003-08-18  Jim Meyering  <jim@meyering.net>
25685
25686         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
25687         * m4/lib-ld.m4: Likewise.
25688
25689 2003-08-18  Jim Meyering  <jim@meyering.net>
25690
25691         * lib/setenv.h: Indent nested cpp directive.
25692         * lib/vasnprintf.c: Remove trailing blanks.
25693
25694 2003-08-17  Simon Josefsson  <jas@extundo.com>
25695
25696         * modules/xstrndup: New file.
25697         * MODULES.html.sh (func_all_modules): Add xstrndup.
25698
25699 2003-08-17  Simon Josefsson  <jas@extundo.com>
25700
25701         * modules/argp: Fix autoconf macro name. Add more dependencies.
25702
25703 2003-08-17  Simon Josefsson  <jas@extundo.com>
25704
25705         * m4/xstrndup.m4: New file.
25706
25707 2003-08-17  Simon Josefsson  <jas@extundo.com>
25708
25709         * m4/argp.m4: New file.
25710
25711 2003-08-17  Simon Josefsson  <jas@extundo.com>
25712             Bruno Haible  <bruno@clisp.org>
25713
25714         * lib/xstrndup.h: New file.
25715         * lib/xstrndup.c: New file.
25716
25717 2003-08-17  Bruno Haible  <bruno@clisp.org>
25718
25719         * modules/strndup (Files, Include): Add lib/strndup.h.
25720
25721 2003-08-17  Bruno Haible  <bruno@clisp.org>
25722
25723         * modules/euidaccess (Files): Add lib/euidaccess.h.
25724
25725 2003-08-17  Bruno Haible  <bruno@clisp.org>
25726
25727         * lib/strndup.h: New file.
25728
25729 2003-08-17  Bruno Haible  <bruno@clisp.org>
25730
25731         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
25732         like AC_GNU_SOURCE.
25733         * modules/extensions (configure.ac): Comment out the invocation of
25734         gl_USE_SYSTEM_EXTENSIONS.
25735
25736 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25737
25738         Merges from coreutils, etc.
25739         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
25740         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
25741         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
25742         fixing a typo.
25743         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
25744         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
25745
25746 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25747
25748         Document merge from coreutils.
25749         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
25750         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
25751         * modules/utime: Add m4/utimes-null.m4.
25752
25753 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25754
25755         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
25756         space, undoing this 2003-08-12 change:
25757         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25758
25759 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25760
25761         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
25762         strtoul.c from libc, undoing this 2003-08-12 change:
25763         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25764
25765 2003-08-16  Jim Meyering  <jim@meyering.net>
25766
25767         Merges from coreutils.
25768         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
25769         prefix.  Adjust cache variables similarly.  Create 500 rather than
25770         just 300 files, to exercise bug on Darwin6.5, too.
25771         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
25772         $missing_dir.
25773         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
25774         AM_SYS_POSIX_TERMIOS.
25775         Reported by mkc@mathdogs.com.
25776         Also change use of $am_cv_sys_posix_termios
25777         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
25778         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
25779         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
25780         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
25781         in /proc/mounts until it finds one with matching device number.  This
25782         is unnecessary when the FILE argument *is* a mount point.  No stat call
25783         is necessary in that case.  So, disable the statvfs-testing code on
25784         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
25785         as RedHat bug# 84846.
25786         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25787         to 1MB, so as not to render systems with no stack size limit (e.g.,
25788         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25789         Include <unistd.h>.  On some systems,
25790         it is required for the definition of _SC_PAGESIZE.
25791
25792 2003-08-16  Jim Meyering  <jim@meyering.net>
25793
25794         Merge from coreutils.
25795         * lib/xstrtoimax.c: #else #if -> #elif.
25796         * lib/xstrtoumax.c: Likewise.
25797
25798 2003-08-16  Jim Meyering  <jim@meyering.net>
25799
25800         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
25801         * m4/utimes.m4: Removed.
25802         * m4/utimes-null.m4: Renamed from utimes.m4.
25803
25804         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25805         to 1MB, so as not to render systems with no stack size limit (e.g.,
25806         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25807         Include <unistd.h>.  On some systems,
25808         it is required for the definition of _SC_PAGESIZE.
25809
25810 2003-08-16  Jim Meyering  <jim@meyering.net>
25811         and Paul Eggert  <eggert@cs.ucla.edu>
25812
25813         Merges from coreutils, etc.
25814
25815         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
25816         using the latest version from cvs.  This avoids problems with #line
25817         directives using a vendor (Sun) compiler.
25818         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
25819         Don't set GETGROUPS_LIB here; now it's
25820         done via getgroups.m4's wrapper function.
25821         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
25822         rather than just in sh-util/configure.in, so that the
25823         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
25824         same.
25825         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
25826         AC_FUNC_GETLOADAVG where to find getloadavg.c.
25827         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
25828         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
25829         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
25830         Remove code that is now done by the newly-required macros.
25831         Append $(EXEEXT) to DF_PROG.
25832         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
25833         Do not invoke or require the following here,
25834         since prereq.m4 or some gnulib .m4 now does this for us:
25835         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
25836         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
25837         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
25838         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
25839         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
25840         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
25841         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
25842         AC_FUNC_OBSTACK.
25843         Do not replace the following functions, as this is now the job
25844         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
25845         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
25846         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
25847         atexit getpass, strdup, getpagesize.
25848         Replace 'raise'.
25849         Do not check for the following functions, as this is now the job
25850         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
25851         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
25852         setregid.
25853         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
25854         Check for sys/sysctl.h.
25855         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
25856         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
25857         of checking for ssize_t ourselves.
25858
25859         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
25860         Require every macro that gnulib/modules/* suggests for us.
25861         (jm_PREREQ_ADDEXT): New macro.
25862         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
25863         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
25864
25865         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
25866         (gl_PHYSMEM): Use it.
25867         Also check for `table' function.
25868         Check for new headers and functions.
25869         Add check for sys/sysmp.h.
25870         With suggestions from Kaveh Ghazi.
25871         Ignore headers that are present but cannot be compiled.  This
25872         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
25873         C 5.4.
25874
25875 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25876
25877         Document merge from coreutils.
25878         * modules/userspec: Depend on posixver.
25879         * modules/strftime: Depend on tzset.
25880
25881 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25882
25883         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
25884         rather than tab, after '#' in shell-script copyright notices.
25885         Suggested by Bruno Haible.
25886
25887 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25888
25889         * config/srclist-update: Use three spaces, rather than tab, after '#'
25890         in shell-script copyright notices.  Suggested by Bruno Haible.
25891         Remove unnecessary parenthesization in regular expression.
25892
25893 2003-08-15  Jim Meyering  <jim@meyering.net>
25894
25895         Merge from coreutils.
25896         * lib/xgethostname.c: Include <stdlib.h>.
25897         (xghostname): Don't exit for anything other than memory-related
25898         failure; just return NULL.
25899         * lib/userspec.c: Include "posixver.h".
25900         (parse_user_spec): Accept `.' as a separator only
25901         in pre-POSIX-200112 mode.
25902         * lib/strtoimax.c: Use #elif rather than #else #if.
25903         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
25904         Remove function, now that we can rely on a working tzset function.
25905         [!_LIBC]: Ensure that the required autoconf test has been run.
25906         [!defined _NL_CURRENT && HAVE_STRFTIME]:
25907         Use underlying_strftime for %r.
25908         * lib/sha.c: Merge in some clean-up and optimization changes from
25909         glibc.
25910         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
25911         Ensure that it is a multiple of 64.
25912         Rearrange loop exit tests so as to avoid performing an
25913         additional fread after encountering an error or EOF.
25914         * lib/realloc.c: Update copyright date.
25915
25916 2003-08-15  Jim Meyering  <jim@meyering.net>
25917         and Paul Eggert  <eggert@twinsun.com>
25918
25919         Merge from coreutils.
25920         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
25921         member but strut utmpx does not.  Needed for AIX 4.3.3.
25922         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
25923
25924 2003-08-15  Jim Meyering  <jim@meyering.net>
25925         and Paul Eggert  <eggert@cs.ucla.edu>
25926
25927         Merges from coreutils, etc.
25928         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
25929         Require gl_FUNC_TZSET_CLOBBER.
25930         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
25931         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
25932         members.
25933
25934 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25935
25936         Help the merge from coreutils.
25937         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
25938         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
25939         * m4/tzset.m4: Use it too.
25940
25941 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25942
25943         * modules/tzset: New file.
25944
25945 2003-08-14  Jim Meyering  <jim@meyering.net>
25946
25947         Merges from coreutils.
25948         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
25949         variable names, rather than @FNMATCH_H@.
25950         * modules/alloca: Likewise for $(ALLOCA_H).
25951
25952         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
25953         the three copies of the literal target, `fnmatch.h'.
25954         * modules/alloca (alloca.h): Likewise.
25955
25956 2003-08-14  Jim Meyering  <jim@meyering.net>
25957
25958         Merge from coreutils.
25959         * m4/tzset.m4: New file.
25960         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
25961         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
25962         otherwise, AIX 5.1 systems would end up using the latter.
25963         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
25964         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
25965         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
25966         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
25967
25968 2003-08-14  Jim Meyering  <jim@meyering.net>
25969
25970         Merge from coreutils.
25971         * lib/obstack.h: Whitespace changes.
25972         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
25973         and xcalloc return values.
25974         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
25975         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
25976         hang on OSF/1 5.1 for DIR on both local and remote file systems.
25977         Reported by (and fix confirmed by) Nelson H. F. Beebe.
25978         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
25979         error from mntctl.
25980         Use mntctl's return value to drive the entry-processing loop, since
25981         we can't rely on the value of the vmt_length member in the last
25982         entry.  On some systems doing so could result in exhausting
25983         virtual memory.  Based in part on a patch from Mike Jetzer.
25984
25985 2003-08-14  Jim Meyering  <jim@meyering.net>
25986         and Paul Eggert  <eggert@twinsun.com>
25987
25988         Merges from coreutils, plus other fixes.
25989         * lib/physmem.c: Merge in portability changes from gcc/libiberty
25990         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
25991         for credits and details.  Thanks to Kaveh Ghazi for helping
25992         to keep these files in sync.
25993         (ARRAY_SIZE): Define it.
25994         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
25995         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
25996         (memcasecmp): Don't assume size_t fits in unsigned int.
25997         Remove casts and duplicate code.
25998         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
25999         (memcpy): Remove definition.
26000         Merge in some clean-up and optimization changes from glibc.
26001         [BLOCKSIZE]: Move definition to top of file.
26002         Ensure that it is a multiple of 64.
26003         Rearrange loop exit tests so as to avoid performing an
26004         additional fread after encountering an error or EOF.
26005         * lib/md5.h (md5_uintptr): Define.
26006         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
26007         return to the initial working directory.  Preserve errno
26008         for caller.
26009         * lib/idcache.c: Include "xalloc.h".
26010         (xmalloc, xrealloc): Remove decls.
26011         (getuser): Remove casts no longer required in C89.
26012         * lib/human.c: Include stdio.h, for sprintf.
26013         * lib/group-member.c: Include "xalloc.h".
26014         (xmalloc, xrealloc): Remove decls.
26015         (get_group_info): Remove casts no longer required in C89.
26016         * lib/getusershell.c (readname): Remove casts no longer required in
26017         C89.
26018         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
26019         * lib/getline.c: Whitespace fix, from coreutils.
26020
26021 2003-08-13  Paul Eggert  <eggert@twinsun.com>
26022
26023         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
26024         Check for isascii.
26025
26026         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
26027         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
26028         Undo previous (whitespace-only) change.
26029
26030 2003-08-13  Paul Eggert  <eggert@twinsun.com>
26031
26032         * lib/exclude.c: Include <ctype.h>
26033         (IN_CTYPE_DOMAIN): New macro.
26034         (is_space): New fn.
26035         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
26036         and empty lines.
26037
26038         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
26039         Undo previous (whitespace-only) change.
26040
26041 2003-08-13  Paul Eggert  <eggert@twinsun.com>
26042
26043         * config/srclist-update: Change update back to the old behavior,
26044         leaving whitespace alone.  Use one 'sed' command rather than a
26045         pipeline.
26046         (fixlicense): Now a variable, not a function.
26047         (remove_trailing_blanks): Remove.
26048         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
26049         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
26050         Undo previous (whitespace-only) change.
26051
26052 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26053
26054         Merge from coreutils.
26055         * modules/euidaccess: Add lib_SOURCES, include for new
26056         file euidaccess.h
26057
26058 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26059
26060         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
26061         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
26062         Normalize leading white space and remove trailing white space.
26063
26064         Merge from coreutils
26065         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
26066
26067         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
26068         0.12.1.  These files are now being upgraded automatically by
26069         ../config/srclist-update.
26070
26071 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26072
26073         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
26074         Normalize leading white space and remove trailing white space.
26075         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
26076         notice, as per ../config/srclist-update.
26077
26078         Merge from coreutils.
26079         * lib/euidaccess.h: New file.
26080         * lib/euidaccess.c: Include it.
26081         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
26082         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
26083         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
26084
26085 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26086
26087         * config/srclist-update: Add copyright notice.
26088         (remove_id_lines, remove_trailing_blanks): New constants.
26089         (fixfile): Use them to normalize spacing a bit in copied files.
26090         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
26091         Normalize leading white space and remove trailing white space.
26092
26093         * config/texinfo.tex: Sync with texinfo.
26094
26095         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
26096         strtoul.c from libc, to merge coreutils whitespace changes.
26097
26098         * config/srclist.txt: Get the following m4 files from gettext:
26099         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
26100         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
26101         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
26102         wint_t.m4.
26103
26104 2003-08-12  Karl Berry  <karl@gnu.org>
26105
26106         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
26107         been made.
26108
26109 2003-08-11  Paul Eggert  <eggert@twinsun.com>
26110
26111         * modules/gnu-source, m4/gnu-source.m4:
26112         Remove; we're assuming Autoconf 2.54 or later now.
26113         Suggested by Bruno Haible.
26114         * MODULES.html.sh (func_all_modules): Remove gnu-source.
26115
26116 2003-08-11  Bruno Haible  <bruno@clisp.org>
26117
26118         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
26119
26120 2003-08-11  Bruno Haible  <bruno@clisp.org>
26121
26122         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
26123         (vasnprintf): Use it instead of wcslen.
26124
26125 2003-08-11  Bruno Haible  <bruno@clisp.org>
26126
26127         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
26128         value to ensure that _Bool promotes to int. Use #define for _Bool when
26129         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
26130
26131 2003-08-10  Karl Berry  <karl@gnu.org>
26132
26133         * lib/regex.h: update from libc (whitespace fix).
26134
26135 2003-08-09  Paul Eggert  <eggert@twinsun.com>
26136
26137         Merge some files from coreutils.  These changes were
26138         originally made by Jim Meyering.
26139         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
26140         many older Unixes require this.
26141         * lib/alloca.c (alloca): Remove cast to argument of free;
26142         no longer needed in C89.
26143         * lib/alloca_.h, regex.h: Fix white space to match
26144         what GNU indent does.
26145
26146 2003-08-09  Paul Eggert  <eggert@twinsun.com>
26147
26148         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
26149         apparently Emacs's Unicode mode got confused before my 2003-08-05
26150         checkin.
26151
26152 2003-08-08  Paul Eggert  <eggert@twinsun.com>
26153
26154         * m4/extensions.m4: New file.
26155         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
26156         Require gl_USE_SYSTEM_EXTENSIONS.
26157         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
26158         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
26159
26160 2003-08-08  Paul Eggert  <eggert@twinsun.com>
26161
26162         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
26163         * modules/extensions, modules/gnu-source: New files.
26164         * modules/timespec, modules/unlocked-io: Depend on extensions.
26165
26166 2003-08-07  Paul Eggert  <eggert@twinsun.com>
26167
26168         * modules/restrict: New file.
26169         * MODULES.html.sh (func_all_modules): Add restrict.
26170         * modules/regex: Depend on restrict.
26171
26172 2003-08-07  Paul Eggert  <eggert@twinsun.com>
26173
26174         * m4/restrict.m4: New file.
26175         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
26176
26177 2003-08-07  Bruno Haible  <bruno@clisp.org>
26178
26179         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
26180         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
26181
26182 2003-08-07  Bruno Haible  <bruno@clisp.org>
26183
26184         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
26185         makes the module 'getndelim2' compatible with the module 'getline'.
26186
26187 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26188
26189         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
26190         byte with "\201" to avoid glitches when editing that source file
26191         with multi-gnome-terminal.
26192
26193 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26194
26195         * lib/bumpalloc.h: Remove.
26196
26197 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26198
26199         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
26200         * modules/bumpalloc: Remove.
26201
26202 2003-08-04  Paul Eggert  <eggert@twinsun.com>
26203
26204         * lib/getloadavg.c: Change copyright notice and spacing to conform to
26205         GNU coding style.
26206
26207         Merge from coreutils.
26208         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
26209         1. From glibc.
26210         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
26211         from Karl Berry, implemented by Jim Meyering.
26212         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
26213         from Dmitry V. Levin.
26214         Remove anachronistic cast of xrealloc.
26215         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
26216         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
26217         type. Otherwise, it wouldn't compile with at least /bin/cc on
26218         ymp-cray-unicos9.0.2.X.
26219         Combine two mostly-identical uses of alloca into one.
26220         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
26221
26222 2003-08-04  Dave Love  <d.love@dl.ac.uk>
26223
26224         [From Emacs.]
26225
26226         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
26227         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
26228         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
26229         obsolete NLIST_NAME_UNION.
26230         [__GNU__]: Undef BSD and FSCALE.
26231         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
26232
26233 2003-08-03  Paul Eggert  <eggert@twinsun.com>
26234
26235         * lib/stdbool_.h (_Bool): Make it signed char, instead of
26236         an enum type, so that it's guaranteed to promote to int.  See:
26237         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
26238
26239 2003-08-03  Karl Berry  <karl@gnu.org>
26240
26241         * config/depcomp: update from automake.
26242
26243 2003-07-31  Paul Eggert  <eggert@twinsun.com>
26244
26245         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
26246         (strerror): Don't assume that a printable int fits in 14 bytes.
26247
26248 2003-07-31  Bruno Haible  <bruno@clisp.org>
26249
26250         * modules/getpass-gnu: New file.
26251         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
26252
26253 2003-07-31  Bruno Haible  <bruno@clisp.org>
26254
26255         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
26256
26257 2003-07-24  Karl Berry  <karl@gnu.org>
26258
26259         * config/missing: update from automake.
26260
26261 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
26262             Bruno Haible  <bruno@clisp.org>
26263
26264         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
26265         * lib/getline.c (getline, getdelim): Likewise.
26266         Remove _GNU_SOURCE define; now it's defined in config.h through
26267         m4/getline.m4.
26268
26269 2003-07-23  Karl Berry  <karl@gnu.org>
26270
26271         * config/config.sub: update from prep.
26272
26273 2003-07-22  Paul Eggert  <eggert@twinsun.com>
26274
26275         * modules/xalloc (Depends-on): Add exitfail.
26276         * modules/xmemcoll: Likewise.
26277
26278 2003-07-22  Paul Eggert  <eggert@twinsun.com>
26279
26280         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
26281         over-parenthesization in macros.
26282
26283         Sync with coreutils.
26284
26285         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
26286         required by C99.
26287
26288         Use `exit_failure' for xalloc and xmemcoll instead of their own
26289         private exit-failure variables.
26290         * lib/xalloc.h (xalloc_exit_failure): Remove.
26291         * lib/xmalloc.c: Likewise.  Include exitfail.h.
26292         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
26293         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
26294         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
26295         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
26296
26297 2003-07-20  Jim Meyering  <jim@meyering.net>
26298
26299         * modules/closeout (Depends-on): Add exitfail.
26300         Suggestion from Bruno Haible.
26301
26302 2003-07-19  Karl Berry  <karl@gnu.org>
26303
26304         * config/config.sub: update from prep.
26305
26306 2003-07-18  Paul Eggert  <eggert@twinsun.com>
26307
26308         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
26309         Remove.
26310         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
26311         to test that it can stand by itself.  Include "exitfail.h".
26312         Clients should set exit_failure instead.
26313         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
26314
26315 2003-07-18  Bruno Haible  <bruno@clisp.org>
26316
26317         * modules/getndelim2: New file.
26318         * modules/getline: Share files with module getndelim2.
26319         * modules/getnline: Depend on getndelim2 instead of sharing files with
26320         it. Add getnline.c to lib_SOURCES.
26321         * MODULES.html.sh (func_all_modules): Add getndelim2.
26322
26323 2003-07-18  Bruno Haible  <bruno@clisp.org>
26324
26325         * m4/getndelim2.m4: New file.
26326         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
26327         invoke gl_PREREQ_GETNDELIM2.
26328         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
26329         gl_PREREQ_GETNDELIM2.
26330         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
26331         gl_GETNDELIM2.
26332
26333 2003-07-18  Bruno Haible  <bruno@clisp.org>
26334
26335         * lib/getndelim2.h: New file.
26336         * lib/getndelim2.c: Make into a module of its own. Include config.h,
26337         getndelim2.h.
26338         (getndelim2): Make non-static. Change return type to ssize_t.
26339         * lib/getline.h: Change argument names.
26340         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
26341         * lib/getnline.c: Include getndelim2.h.
26342
26343 2003-07-18  Andreas Schwab  <schwab@suse.de>
26344
26345         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
26346
26347 2003-07-17  Karl Berry  <karl@gnu.org>
26348
26349         * config/config.sub: update from prep.
26350
26351 2003-07-17  Bruno Haible  <bruno@clisp.org>
26352
26353         * modules/getnline: New file.
26354         * modules/getline: Add lib/getndelim2.c to source file list.
26355         * MODULES.html.sh (func_all_modules): Add getnline.
26356
26357 2003-07-17  Bruno Haible  <bruno@clisp.org>
26358
26359         * m4/getnline.m4: New file.
26360
26361 2003-07-17  Bruno Haible  <bruno@clisp.org>
26362
26363         * m4/Makefile.am.in: Remove file.
26364         * m4/Makefile.am: Remove file.
26365         * m4/Makefile.in: Remove file.
26366
26367 2003-07-17  Bruno Haible  <bruno@clisp.org>
26368
26369         * lib/getnline.h: New file.
26370         * lib/getnline.c: New file.
26371         * lib/getndelim2.c: New file, extracted from getline.c.
26372         (getndelim2): Renamed from getdelim2, with added nmax argument.
26373         * lib/getline.c: Include getndelim2.c.
26374         (getdelim2): Moved out to getndelim2.c.
26375         (getline, getdelim): Update.
26376
26377 2003-07-17  Bruno Haible  <bruno@clisp.org>
26378
26379         * lib/Makefile.am: Remove file.
26380         * lib/Makefile.in: Remove file.
26381
26382 2003-07-17  Bruno Haible  <bruno@clisp.org>
26383
26384         * configure.in: Remove file.
26385         * Makefile.in: Remove file.
26386
26387 2003-07-17  Bruno Haible  <bruno@clisp.org>
26388
26389         * MODULES.html.sh: Put the </BODY> right before </HTML>.
26390
26391 2003-07-16  Karl Berry  <karl@gnu.org>
26392
26393         * config/srclist-update: was running fixlicense twice, which caused
26394                 texinfo.tex to be nullified for some reason.  Simplify,
26395                 $gplsrc is no longer needed as far as I can see?
26396
26397 2003-07-16  Jim Meyering  <jim@meyering.net>
26398
26399         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
26400
26401 2003-07-15  Paul Eggert  <eggert@twinsun.com>
26402
26403         * config/srclist.txt: Get the following files from gettext-runtime/intl
26404         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
26405         ref-del.sin.  From Bruno Haible.
26406         * config/srclist-update (fixfile): Change grep pattern again, since the
26407         previous fix didn't work (there was another trailing $).  Use
26408         '[$]' to escape the $s.
26409
26410 2003-07-15  Karl Berry  <karl@gnu.org>
26411
26412         * lib/vasnprintf.c: update from gettext.
26413
26414 2003-07-15  Karl Berry  <karl@gnu.org>
26415
26416         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
26417         gets expanded when surrounded by '$'.
26418
26419 2003-07-15  Jim Meyering  <jim@meyering.net>
26420
26421         * modules/save-cwd: Don't depend on error.  From Derek Price.
26422
26423 2003-07-15  Jim Meyering  <jim@meyering.net>
26424
26425         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
26426
26427 2003-07-14  Simon Josefsson  <jas@extundo.com>
26428
26429         * modules/mempcpy: New file.
26430         * MODULES.html.sh (func_all_modules): Add mempcpy.
26431
26432 2003-07-14  Simon Josefsson  <jas@extundo.com>
26433
26434         * m4/mempcpy.m4: New file.
26435
26436 2003-07-14  Simon Josefsson  <jas@extundo.com>
26437
26438         * lib/mempcpy.h: New file.
26439         * lib/mempcpy.c: New file.
26440
26441 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26442
26443         * modules/getdate, modules/posixtm: Depend on mktime.
26444
26445 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26446
26447         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
26448         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
26449         unicodeio.c, unicodeio.h, unlocked-io.h:
26450         Switch from LGPL to GPL.
26451
26452 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26453
26454         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
26455         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
26456         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
26457         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
26458         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
26459         updated automatically by ../config/srclist-update.  This changes
26460         their license from LPGL to GPL.
26461
26462 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26463
26464         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
26465         assumed to refer to the root of the most recent stable gettext version.
26466         * config/srclistvars.sh: Add defaults for eggert.
26467         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
26468         Match "This program" as well as "The program".  This is needed
26469         for gettext.
26470
26471 2003-07-14  Jim Meyering  <jim@meyering.net>
26472
26473         Don't emit diagnostics.  Let callers do that.
26474         * lib/save-cwd.c: Don't include "error.h".
26475         (save_cwd): Don't call error.  Ensure that errno is valid
26476         when returning nonzero.
26477
26478         * lib/save-cwd.h (restore_cwd): Update prototype.
26479         * lib/save-cwd.c (restore_cwd): Remove two parameters.
26480         Simplify.  Don't call error upon failure.  Let callers do that.
26481         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
26482         when auditing is enabled.  But don't bother updating the #if.
26483
26484 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
26485
26486         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
26487         it breaks C++ compilation.
26488         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
26489
26490 2003-07-10  Simon Josefsson  <jas@extundo.com>
26491
26492         * modules/strchrnul (Makefile.am): Add strchrnul.h.
26493
26494 2003-07-10  Jim Meyering  <jim@meyering.net>
26495
26496         * m4/clock_time.m4: Remove trailing blank.
26497         * m4/intmax_t.m4: Likewise.
26498
26499 2003-07-10  Jim Meyering  <jim@meyering.net>
26500
26501         * lib/vasnprintf.c: Remove trailing blanks.
26502         Make cpp indentation consistent.
26503
26504 2003-07-09  Paul Eggert  <eggert@twinsun.com>
26505
26506         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
26507         posixver.c, strftime.c, strnlen.c, strverscmp.c:
26508         Switch from LGPL to GPL.
26509
26510 2003-07-09  Paul Eggert  <eggert@twinsun.com>
26511
26512         * config/srclist.txt: Sort sublists.  Add
26513         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
26514         that differ from gnulib for one reason or another; we'd like this list
26515         to be smaller but for now let's document what we have.
26516
26517 2003-07-08  Paul Eggert  <eggert@twinsun.com>
26518
26519         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
26520         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
26521         and sweeter "eval x=$x".
26522         * config/srclist.txt: Get lib/argp* from glibc.
26523
26524 2003-07-07  Paul Eggert  <eggert@twinsun.com>
26525
26526         * lib/mktime.c: Fix some boundary cases and remove need for floating
26527         point.
26528
26529         Issue a compile-time diagnostic if time_t is floating point, or if
26530         two's complement arithmetic is not in effect, or if arithmetic
26531         right shift does not propagate the sign.  These assumptions were
26532         all in the original code but they weren't checked.
26533
26534         (TIME_T_MIDPOINT, verify): New macros.
26535         (__isleap): Remove; it has integer overflow problems.
26536         (leapyear): New function, without those problems.
26537         (ydhms_tm_diff): Remove; splitting into two parts.
26538         (ydhms_diff): New function, containing the arithmetic part of
26539         the old ydhms_tm_diff function.  Issue a compile-time
26540         diagnostic if we are not using C99 integer division.
26541         Avoid casts when possible.
26542         (guess_time_tm): New function, containing the checking part of
26543         the old ydhms_tm_diff function.  Return the new value, rather than
26544         the difference between it and the old.  Accept a new argument T
26545         so that *T specifies the old value.  Check for overflow in the result.
26546
26547         (__mktime_internal): Use a time_t offset, not a long int offset.
26548         This undoes the 2003-06-04 change, which is no longer needed now
26549         that we have better overflow checking.
26550         (localtime_offset): Likewise.
26551
26552         (__mktime_internal): Avoid harmful overflow on hosts where time_t
26553         and long are 64-bit but int is only 32-bit.
26554         (ydhms_diff): Use long int to store year1 and yday1.
26555         Issue a compile-time diagnostic if long int is not wide enough.
26556
26557         (__mktime_internal): Use long int to store adjusted year and yday.
26558         Use plain C rather than preprocessor commands, if that doesn't
26559         affect efficiency.
26560         Check for overflow (and try to repair) after each probe
26561         rather than checking only at the very end.  This avoids some bugs
26562         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
26563         does not equal GMT offset at maximum time).
26564         Use integer to check for overflow rather than floating point; this
26565         is more portable to non-IEEE hosts, and is a tad faster.
26566         When we detect that we are oscillating between two values,
26567         don't check whether tm_isdst has the requested value, since
26568         we already know the answer.  When tm_isdst has the wrong value,
26569         use a different heuristic to find the right one, based on the
26570         extreme values actually observed in practice in tz2003a,
26571         rather than the (overly optimistic) "previous 3 calendar quarters".
26572
26573         (not_equal_tm, print_tm, check_result): Use "const T" rather than
26574         "T const" to accommodate glibc style.
26575         (check_result): Use less-confusing report format.  "long" -> "long int.
26576         (main): Likewise.
26577         Don't loop if the iteration overflows time_t.
26578         Allow a negative step in the iteration.
26579
26580 2003-07-06  Karl Berry  <karl@gnu.org>
26581
26582         * config/depcomp: update from automake.
26583         * config/config.sub: update from prep.
26584
26585 2003-07-03  Karl Berry  <karl@gnu.org>
26586
26587         * config/config.guess: update from prep.
26588
26589 2003-07-01  Paul Eggert  <eggert@twinsun.com>
26590
26591         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
26592         xreadlink.c now includes it unconditionally.
26593
26594 2003-07-01  Paul Eggert  <eggert@twinsun.com>
26595
26596         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
26597         having it depend on HAVE_SYS_TYPES_H.
26598
26599 2003-07-01  Bruno Haible  <bruno@clisp.org>
26600
26601         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
26602         <sys/types.h> should be sufficient.
26603         Reported by Paul Eggert.
26604
26605 2003-06-26  Karl Berry  <karl@gnu.org>
26606
26607         * config/depcomp: update from automake.
26608
26609 2003-06-26  Bruno Haible  <bruno@clisp.org>
26610
26611         * modules/human: Depend on module stdbool.
26612
26613 2003-06-25  Bruno Haible  <bruno@clisp.org>
26614
26615         * modules/readlink: New file.
26616         * modules/xreadlink: Depend on it.
26617         * MODULES.html.sh (func_all_modules): Add readlink.
26618
26619 2003-06-25  Bruno Haible  <bruno@clisp.org>
26620
26621         * m4/readlink.m4: New file.
26622
26623 2003-06-25  Bruno Haible  <bruno@clisp.org>
26624
26625         * lib/readlink.c: New file.
26626
26627 2003-06-22  Karl Berry  <karl@gnu.org>
26628
26629         * config/srclist.txt: update mkinstalldirs from automake.
26630         * config/mkinstalldirs: update.
26631
26632 2003-06-22  Bruno Haible  <bruno@clisp.org>
26633
26634         Portability to mingw32.
26635         * m4/ssize_t.m4: New file, from GNU gettext.
26636         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
26637         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
26638
26639 2003-06-22  Bruno Haible  <bruno@clisp.org>
26640
26641         * modules/safe-read: Add m4/ssize_t.m4.
26642         * modules/xreadlink: Add m4/ssize_t.m4.
26643
26644 2003-06-20  Bruno Haible  <bruno@clisp.org>
26645
26646         Assume C89, so PARAMS isn't needed.
26647         * lib/unicodeio.h (PARAMS): Remove.
26648         * lib/unicodeio.c: Don't use PARAMS.
26649
26650 2003-06-18  Karl Berry  <karl@gnu.org>
26651
26652         * config/config.{guess,sub}: update from prep.
26653
26654 2003-06-18  Jim Meyering  <jim@meyering.net>
26655
26656         Merge changes from coreutils.
26657         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
26658         Remove explicit declarations of xmalloc and realloc.
26659         Include xalloc.h.
26660         (read_utmp): Remove anachronistic cast of xmalloc.
26661
26662 2003-06-17  Paul Eggert  <eggert@twinsun.com>
26663
26664         Assume C89, so PARAMS isn't needed.
26665         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
26666         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
26667         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
26668         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
26669         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
26670         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
26671         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
26672         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
26673         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
26674         lib/xstrtod.h, lib/xstrtol.h: Likewise.
26675         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
26676         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
26677         no longer needed. Anyway, config.h should always be included before any
26678         other file.
26679
26680 2003-06-11  Simon Josefsson  <jas@extundo.com>
26681
26682         * modules/sysexits: New file.
26683         * MODULES.html.sh (func_all_modules): Add sysexits.
26684
26685 2003-06-11  Simon Josefsson  <jas@extundo.com>
26686
26687         * lib/sysexit_.h: New file.
26688
26689 2003-06-11  Derek Price  <derek@ximbiot.com>
26690
26691         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
26692         necessary.
26693
26694 2003-06-11  Bruno Haible  <bruno@clisp.org>
26695
26696         * m4/sysexits.m4: New file.
26697
26698 2003-06-10  Simon Josefsson  <jas@extundo.com>
26699
26700         * lib/argp.h: New file, from glibc.
26701         * lib/argp-ba.c: New file, from glibc.
26702         * lib/argp-eexst.c: New file, from glibc.
26703         * lib/argp-fmtstream.c: New file, from glibc.
26704         * lib/argp-fmtstream.h: New file, from glibc.
26705         * lib/argp-fs-xinl.c: New file, from glibc.
26706         * lib/argp-help.c: New file, from glibc.
26707         * lib/argp-namefrob.h: New file, from glibc.
26708         * lib/argp-parse.c: New file, from glibc.
26709         * lib/argp-pv.c: New file, from glibc.
26710         * lib/argp-pvh.c: New file, from glibc.
26711         * lib/argp-xinl.c: New file, from glibc.
26712
26713 2003-06-10  Simon Josefsson  <jas@extundo.com>
26714
26715         * modules/strchrnul: New file.
26716
26717 2003-06-10  Simon Josefsson  <jas@extundo.com>
26718
26719         * modules/argp: New file.
26720
26721 2003-06-10  Simon Josefsson  <jas@extundo.com>
26722
26723         * m4/strchrnul.m4: New file.
26724
26725 2003-06-10  Simon Josefsson  <jas@extundo.com>
26726
26727         * lib/strchrnul.h: New file.
26728         * lib/strchrnul.c: New file.
26729
26730 2003-06-10  Bruno Haible  <bruno@clisp.org>
26731
26732         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
26733
26734 2003-06-07  Karl Berry  <karl@gnu.org>
26735
26736         * config/config.{guess,sub}: update from prep.
26737
26738 2003-06-07  Jim Meyering  <jim@meyering.net>
26739
26740         * modules/strtod: Use $(...) notation, not @...@ for
26741         AC_REPLACE'd variables.
26742         * modules/localcharset: Likewise.
26743
26744 2003-06-07  Jim Meyering  <jim@meyering.net>
26745
26746         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
26747         in place of my name in the copyright comment.
26748         Remove definition and uses of __P.
26749
26750         From coreutils.
26751         * lib/stat.c: Don't declare xmalloc explicitly.
26752         Instead, include "xalloc.h".
26753         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
26754         xrealloc, and xcalloc return values.
26755         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
26756         Improve comment.
26757         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
26758
26759 2003-06-07  Bruno Haible  <bruno@clisp.org>
26760
26761         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
26762         avoid AC_CONFIG_LINKS.
26763         * modules/fnmatch (Makefile.am): Use explicit creation rule for
26764         fnmatch.h, to avoid AC_CONFIG_LINKS.
26765         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
26766
26767 2003-06-07  Bruno Haible  <bruno@clisp.org>
26768
26769         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
26770         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
26771         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26772         directory.
26773         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
26774         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26775         directory.
26776
26777 2003-06-06  Jim Meyering  <jim@meyering.net>
26778
26779         Merge from coreutils.
26780         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
26781         Consolidate declarations and initializations of *_base* locals.
26782
26783         Merge from coreutils.
26784         This avoids a core dump on systems without GNU putenv,
26785         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
26786         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
26787         (unsetenv): New static function, from GNU libc.
26788         (rpl_putenv): Use it.
26789
26790         * lib/modechange.c: Remove trailing blanks.
26791
26792         Merge from coreutils.
26793         * lib/fsusage.c: Remove declaration of statfs.
26794         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
26795
26796         * lib/posixtm.c: Include <stdbool.h> unconditionally.
26797
26798 2003-06-06  Jim Meyering  <jim@meyering.net>
26799
26800         * lib/stdbool_.h: Renamed from stdbool.h.in.
26801
26802 2003-06-06  Jim Meyering  <jim@meyering.net>
26803             Bruno Haible  <bruno@clisp.org>
26804
26805         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
26806         Adjust Makefile.am snippet not to redirect directly to target.
26807         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
26808
26809 2003-06-05  Paul Eggert  <eggert@twinsun.com>
26810
26811         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
26812         mismatch, look in future quarters as well as past.  This fixes a
26813         bug when processing fall-backwards gaps immediately after a long
26814         period of daylight-saving time.
26815
26816         * lib/mktime.c: Assume freestanding C89 or better.
26817         (HAVE_LIMITS_H): Remove.  Assume it's 1.
26818         (__P): Remove; not used.
26819         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
26820         (mktime, not_equal_tm, print_tm, check_result,
26821         main): Use prototypes.  Use const * where appropriate.
26822         (main): Fix typo in testing code that uncovered by above changes.
26823         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
26824
26825 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26826
26827         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
26828         locale.h, localeconv.  This merges changes from coreutils.
26829
26830         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
26831         It can be removed after the next Autoconf is released.
26832         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
26833         needed.
26834
26835 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26836
26837         * lib/mktime.c: Fix Debian bug 177940
26838         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
26839         (localtime_offset): Now long int, not time_t, because we want it
26840         to be guaranteed to be signed.  All uses changed.
26841         (__mktime_internal): If overflow would occur when adding offset,
26842         don't add it.
26843
26844         Merge 'human' changes from coreutils.  Rewrite to support
26845         locale-specific notations like thousands separators.
26846         * lib/human.c: Simplify authorship notice.
26847         Include human.h immediately after config.h.
26848         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
26849         <limits.h>: Do not include, since human.h does.
26850         (SIZE_MAX, UINTMAX_MAX): New macros.
26851         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
26852         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
26853         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
26854         (power_letter): Renamed from suffixes.
26855         (generate_suffix_backwards): Remove.
26856         (adjust_value): Now takes int style (because of human.h changes)
26857         and long double value (for greater precision on some platforms).
26858         (group_number): New function.
26859         (human_readable): Use it.  Use integer options, not enum.
26860         Put the options before the sizes in the arg list.
26861         Support all the new options.
26862         The old human_readable function has been removed;
26863         use inttostr.h instead.
26864         (human_readable, default_block_size, humblock):
26865         Use uintmax_t, not int, for block sizes.
26866         (human_readable_inexact, block_size_types): Remove.
26867         (block_size_opts): New constant.
26868         (human_options): Renamed from human_block_size, with new signature
26869         that allows block sizes up to UINTMAX_MAX.  All callers changed.
26870         * lib/human.h: Add copyright and authorship notice.
26871         Include <limits.h> and <stdbool.h> unconditionally.
26872         (PARAMS): Remove.  All uses removed.
26873         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
26874         (enum human_inexact_style): Remove tag; now a nameless enum.
26875         (human_floor, human_ceiling, human_round_to_even): Now have
26876         values 2, 0, 1 rather than -1, 1, 0.
26877         (human_group_digits, human_suppress_point_zero, human_autoscale,
26878         human_base_1024, human_SI, human_B): New constants.
26879         (human_readable_inexact, human_block_size): Remove.
26880         (human_readable): Size args are now uintmax_t, not int.
26881         (human_options): New decl.
26882
26883         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
26884         unnecessary now that we assume C89 or better.  This change
26885         imported from coreutils.
26886
26887         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26888         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
26889         in the 2003-05-30 sync from glibc.
26890
26891         .h files should stand alone, but we shouldn't include <sys/types.h>
26892         if we can get away with just <stddef.h>.
26893
26894         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
26895         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
26896         rather than <sys/types.h>, as we merely need size_t.
26897         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
26898         to get size_t.
26899         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
26900         Include <stdio.h>, to get FILE.
26901         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
26902         memcasecmp.h has included <stddef.h> and all we need is size_t.
26903         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
26904         our interface, instead of including <sys/types.h>
26905
26906 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26907
26908         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
26909         now, as glibc mktime is buggy on non-glibc systems.
26910
26911 2003-06-03  Karl Berry  <karl@gnu.org>
26912
26913         * config/config.sub: update from prep.
26914
26915 2003-06-02  Paul Eggert  <eggert@twinsun.com>
26916
26917         [from coreutils]
26918         Fix some minor time-related bugs with POSIX time arguments.
26919         Some valid time stamps were being rejected (notably -1, and
26920         time stamps before 1900 on 64-bit hosts).  And some invalid
26921         time stamps were being accepted, e.g. September 31.
26922
26923         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
26924         that we can return (time_t) -1 successfully.
26925         * lib/posixtm.c: Likewise.
26926         [HAVE_STDBOOL_H]: Include <stdbool.h>.
26927         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
26928         (t): Remove static var.
26929         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
26930         of static var.  All uses changed.
26931         (year): Do not reject years before 1900; they can occur with
26932         64-bit time_t.
26933         (posix_time_parse): Do not check for out-of-range components;
26934         that is now the caller's responsibility, since our checks were
26935         only approximations.
26936         (posixtime): Use mktime to check for out-of-range components,
26937         since it knows them exactly.
26938         If mktime returns (time_t) -1, check whether an error actually occurred
26939         by invoking localtime on -1.
26940         (main) [TEST_POSIXTIME]: Check for input data errors, and report
26941         posixtime failures better.
26942         Improve the test data (in comments only).
26943
26944 2003-06-02  Karl Berry  <karl@gnu.org>
26945
26946         * config/mkinstalldirs (version): new variable.
26947         (--version): new option.
26948         (usage): improve message.
26949
26950 2003-05-30  Karl Berry  <karl@gnu.org>
26951
26952         * lib/mktime.c: update from libc.
26953
26954 2003-05-30  Bruno Haible  <bruno@clisp.org>
26955
26956         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
26957         * config/config.rpath: Upgrade to gettext-0.12.1.
26958
26959 2003-05-30  Bruno Haible  <bruno@clisp.org>
26960
26961         * m4/gettext.m4: Upgrade to gettext-0.12.1.
26962         * m4/nls.m4: New file, from gettext-0.12.1.
26963         * m4/po.m4: New file, from gettext-0.12.1.
26964         * m4/progtest.m4: Upgrade to gettext-0.12.1.
26965
26966 2003-05-30  Bruno Haible  <bruno@clisp.org>
26967
26968         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
26969         * lib/localcharset.h: Likewise.
26970         * lib/localcharset.c: Likewise.
26971
26972 2003-05-29  Karl Berry  <karl@gnu.org>
26973
26974         * config/config.rpath: update from gettext.
26975
26976 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26977
26978         Assume the headers required for C89 freestanding compilers.
26979         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
26980         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
26981         * m4/human.m4 (gl_HUMAN): Likewise.
26982         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
26983         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
26984         * m4/userspec.m4 (gl_USERSPEC): Likewise.
26985         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
26986         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26987         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
26988
26989 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26990
26991         Assume the headers required for C89 freestanding compilers.
26992         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
26993         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
26994         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
26995         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
26996         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
26997         define, since <limits.h> is guaranteed to do that.
26998         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
26999         * lib/exclude.c: Include <stdbool.h> unconditionally.
27000         * lib/tempname.c: Include <stddef.h> unconditionally.
27001         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
27002         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
27003         <stddef.h> does that.
27004         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
27005         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
27006         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
27007         needed.
27008         * lib/xstrtol.c: Likewise.
27009         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
27010         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
27011
27012         * lib/addext.c (addext): Use assignment rather than cast, to avoid
27013         warnings on some platforms.
27014
27015         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
27016         arbitrarily.
27017
27018 2003-05-26  Jim Meyering  <jim@meyering.net>
27019
27020         Merge in a change from coreutils:
27021         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
27022         that is guaranteed to be `no'.  Use `no_such_member' to indicate
27023         that condition, rather than `-1' which is slightly misleading.
27024         Change the name of the cache variable to have the gl_ prefix.
27025         Prompted by a patch from Richard Dawe for DJGPP.
27026
27027 2003-05-24  Karl Berry  <karl@gnu.org>
27028
27029         * config/config.guess: update from prep.
27030
27031 2003-05-22  Karl Berry  <karl@gnu.org>
27032
27033         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
27034
27035 2003-05-20  Karl Berry  <karl@gnu.org>
27036
27037         * config/config.guess: update from prep.
27038
27039 2003-05-18  Karl Berry  <karl@gnu.org>
27040
27041         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
27042         might actually be set by the user.
27043
27044         * config/depcomp, install-sh, mdate-sh: update from automake.
27045
27046 2003-05-17  Bruno Haible  <bruno@clisp.org>
27047
27048         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
27049         invalid expansion for AC_EGREP_CPP.
27050         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
27051         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
27052         Suggested by Akim Demaille <akim@epita.fr> in
27053         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
27054
27055 2003-05-12  Jim Meyering  <jim@meyering.net>
27056
27057         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
27058         the space-padded-by-default conversion specifiers, %e, %k, %l.
27059
27060 2003-05-12  Bruno Haible  <bruno@clisp.org>
27061
27062         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
27063         the string is longer than 4 KB.
27064
27065 2003-05-11  Karl Berry  <karl@gnu.org>
27066
27067         * config/config.{guess,sub}: update from prep.
27068
27069 2003-05-09  Bruno Haible  <bruno@clisp.org>
27070
27071         * modules/error: Add m4/strerror_r.m4 to file list.
27072
27073 2003-05-03  Bruno Haible  <bruno@clisp.org>
27074
27075         Upgrade to Unicode-4.0.
27076         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
27077         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
27078         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
27079         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
27080         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
27081         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
27082         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
27083         Change width of U+E0100..U+E01EF from 1 to 0.
27084
27085 2003-04-25  Jim Meyering  <jim@meyering.net>
27086
27087         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
27088         of type size_t, not int.
27089
27090 2003-04-25  Bruno Haible  <bruno@clisp.org>
27091
27092         * lib/copy-file.c: Include <stddef.h>, for size_t.
27093
27094 2003-04-21  Paul Eggert  <eggert@twinsun.com>
27095
27096         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
27097         code which expansion is under static control.  Patch imported from
27098         Akim Demaille's patch to Bison; see
27099         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
27100
27101 2003-04-14  Bruno Haible  <bruno@clisp.org>
27102
27103         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
27104
27105 2003-04-11  Jim Meyering  <jim@meyering.net>
27106
27107         Merge changes from Coreutils.
27108
27109         2003-03-22  Jim Meyering  <jim@meyering.net>
27110
27111         * lib/strftime.c (widen): Cast alloca return value to proper type.
27112
27113         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
27114
27115         From GNU libc.
27116         * lib/strftime.c (my_strftime): Handle very large width
27117         specifications for numeric values correctly.  Improve checks for
27118         overflow.
27119
27120         2003-01-19  Jim Meyering  <jim@meyering.net>
27121
27122         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
27123         definitions.
27124         (nl_get_alt_digit) [! defined my_strftime]: Define.
27125         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
27126         _nl_get_alt_digit and _nl_get_walt_digit.
27127
27128         * lib/strftime.c (my_strftime): Merge in locale-related changes from
27129         libc. These changes have no effect outside of _LIBC.
27130
27131 2003-04-10  Bruno Haible  <bruno@clisp.org>
27132
27133         * modules/findprog: New file.
27134         * MODULES.html.sh (func_all_modules): Add it.
27135
27136 2003-04-10  Bruno Haible  <bruno@clisp.org>
27137
27138         * m4/findprog.m4: New file.
27139         * m4/eaccess.m4: New file.
27140
27141 2003-04-10  Bruno Haible  <bruno@clisp.org>
27142
27143         * lib/findprog.h: New file, from GNU gettext.
27144         * lib/findprog.c: New file, from GNU gettext.
27145
27146 2003-04-05  Jim Meyering  <jim@meyering.net>
27147
27148         Merge changes from Coreutils.
27149
27150         * lib/exclude.h (PARAMS): Remove definition and uses.
27151         * lib/exclude.c: Remove uses of `PARAMS'.
27152
27153         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
27154         Add test-cases for DOS filenames. Declare program_name.
27155         (main): Set up program_name.  Patch by Rich Dawe.
27156
27157         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
27158         error from mntctl.
27159         Use mntctl's return value to drive the entry-processing loop, since
27160         we can't rely on the value of the vmt_length member in the last
27161         entry.  On some systems doing so could result in exhausting
27162         virtual memory.  Based in part on a patch from Mike Jetzer.
27163
27164 2003-04-04  Bruno Haible  <bruno@clisp.org>
27165
27166         * modules/linebreak: New file.
27167         * MODULES.html.sh (func_all_modules): Add it.
27168
27169 2003-04-04  Bruno Haible  <bruno@clisp.org>
27170
27171         * m4/linebreak.m4: New file.
27172
27173 2003-04-04  Bruno Haible  <bruno@clisp.org>
27174
27175         * lib/linebreak.h: New file, from GNU gettext.
27176         * lib/linebreak.c: New file, from GNU gettext with slight
27177         modifications.
27178         * lib/lbrkprop.h: New file, from GNU gettext.
27179
27180 2003-04-03  Bruno Haible  <bruno@clisp.org>
27181
27182         * modules/utf8-ucs4: New file.
27183         * modules/utf16-ucs4: New file.
27184         * modules/ucs4-utf8: New file.
27185         * modules/ucs4-utf16: New file.
27186         * MODULES.html.sh (func_all_modules): Add them.
27187
27188 2003-04-03  Bruno Haible  <bruno@clisp.org>
27189
27190         * m4/utf-ucs4.m4: New file.
27191         * m4/ucs4-utf.m4: New file.
27192
27193 2003-04-03  Bruno Haible  <bruno@clisp.org>
27194
27195         * lib/utf8-ucs4.h: New file, from GNU gettext.
27196         * lib/utf16-ucs4.h: New file, from GNU gettext.
27197         * lib/ucs4-utf8.h: New file, from GNU gettext.
27198         * lib/ucs4-utf16.h: New file, from GNU gettext.
27199
27200 2003-04-02  Bruno Haible  <bruno@clisp.org>
27201
27202         * modules/binary-io: New file.
27203         * MODULES.html.sh (func_all_modules): Add it.
27204
27205 2003-04-02  Bruno Haible  <bruno@clisp.org>
27206
27207         * lib/binary-io.h: New file, from GNU gettext.
27208
27209 2003-04-01  Bruno Haible  <bruno@clisp.org>
27210
27211         * modules/pathname: New file.
27212         * MODULES.html.sh (func_all_modules): Add it.
27213
27214 2003-04-01  Bruno Haible  <bruno@clisp.org>
27215
27216         * lib/pathname.h: New file, from GNU gettext.
27217         * lib/concatpath.c: New file, from GNU gettext.
27218
27219 2003-03-30  Bruno Haible  <bruno@clisp.org>
27220
27221         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
27222
27223 2003-03-30  Bruno Haible  <bruno@clisp.org>
27224
27225         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
27226         function chown() doesn't exist.
27227
27228 2003-03-28  Bruno Haible  <bruno@clisp.org>
27229
27230         * modules/copy-file: New file.
27231         * MODULES.html.sh (func_all_modules): Add it.
27232
27233 2003-03-28  Bruno Haible  <bruno@clisp.org>
27234
27235         * m4/copy-file.m4: New file.
27236
27237 2003-03-28  Bruno Haible  <bruno@clisp.org>
27238
27239         * lib/copy-file.h: New file, from GNU gettext.
27240         * lib/copy-file.c: New file, from GNU gettext.
27241
27242 2003-03-18  Jim Meyering  <jim@meyering.net>
27243
27244         * lib/quote.c (quote_n): Fix typo in comment.
27245
27246 2003-03-18  Bruno Haible  <bruno@clisp.org>
27247
27248         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
27249         checking.
27250         * m4/onceonly_2_57.m4: Likewise.
27251
27252 2003-03-17  Bruno Haible  <bruno@clisp.org>
27253
27254         * m4/onceonly.m4: Require autoconf 2.54 or newer.
27255         (m4_quote): Remove macro.
27256         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
27257
27258 2003-03-14  Jim Meyering  <jim@meyering.net>
27259
27260         Merge changes from Coreutils.
27261         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
27262         to be const, in order to avoid warnings.
27263         (obstack_room): Likewise.
27264         (obstack_empty_p): Likewise.
27265
27266 2003-03-14  Bruno Haible  <bruno@clisp.org>
27267
27268         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
27269         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
27270
27271 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27272
27273         Merge changes from Bison.
27274         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
27275         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
27276         when compiling Bison 1.875's `bitset bset = obstack_alloc
27277         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
27278         * lib/hash.c: Include <stdbool.h> unconditionally.
27279
27280 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27281
27282         * m4/onceonly.m4 (m4_quote): New macro.
27283         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
27284         Quote AC_FOREACH variable-expansions properly.
27285
27286 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27287
27288         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
27289
27290 2003-03-09  Paul Eggert  <eggert@twinsun.com>
27291
27292         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
27293         Reported by Bruce Becker; see:
27294         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
27295
27296 2003-03-03  Paul Eggert  <eggert@twinsun.com>
27297             Bruno Haible  <bruno@clisp.org>
27298
27299         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
27300         Reported by John Hughes, see
27301         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
27302
27303 2003-02-20  Bruno Haible  <bruno@clisp.org>
27304
27305         * MODULES.html.sh (func_all_modules): Add poll.
27306
27307 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27308
27309         * modules/poll: New file.
27310
27311 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27312
27313         * lib/poll_.h: New file.
27314         * lib/poll.c: New file.
27315
27316 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27317
27318         * m4/poll.m4: New file.
27319
27320 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27321
27322         * modules/mathl: New file.
27323
27324 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27325
27326         * lib/mathl.h: New file.
27327         * lib/acosl.c: New file.
27328         * lib/asinl.c: New file.
27329         * lib/atanl.c: New file.
27330         * lib/ceill.c: New file.
27331         * lib/cosl.c: New file.
27332         * lib/expl.c: New file.
27333         * lib/floorl.c: New file.
27334         * lib/frexpl.c: New file.
27335         * lib/ldexpl.c: New file.
27336         * lib/logl.c: New file.
27337         * lib/sincosl.c: New file.
27338         * lib/sinl.c: New file.
27339         * lib/sqrtl.c: New file.
27340         * lib/tanl.c: New file.
27341         * lib/trigl.c: New file.
27342         * lib/trigl.h: New file.
27343
27344 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27345
27346         * m4/mathl.m4: New file.
27347
27348 2003-02-18  Bruno Haible  <bruno@clisp.org>
27349
27350         * MODULES.html.sh (func_all_modules): Add mathl.
27351
27352 2003-02-17  Bruno Haible  <bruno@clisp.org>
27353
27354         * modules/mkdtemp: New module.
27355         * MODULES.html.sh (func_all_modules): Add it.
27356
27357 2003-02-17  Bruno Haible  <bruno@clisp.org>
27358
27359         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
27360
27361 2003-02-17  Bruno Haible  <bruno@clisp.org>
27362
27363         * lib/mkdtemp.h: New file, from GNU gettext.
27364         * lib/mkdtemp.c: New file, from GNU gettext.
27365
27366 2003-02-02  Jim Meyering  <jim@meyering.net>
27367
27368         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
27369         e.g. glibc-2.2.93.
27370
27371 2003-01-31  Bruno Haible  <bruno@clisp.org>
27372
27373         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
27374         'rpl_rename'.
27375         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
27376         'rpl_strnlen'.
27377         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
27378         'rpl_strtod'.
27379         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
27380         'rpl_utime'.
27381
27382 2003-01-31  Bruno Haible  <bruno@clisp.org>
27383
27384         * lib/rename.c: #undef rename before defining rpl_rename.
27385         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
27386
27387 2003-01-30  Bruno Haible  <bruno@clisp.org>
27388
27389         * modules/vasnprintf, modules/vasprintf: New modules.
27390         * MODULES.html.sh (func_all_modules): Add them.
27391
27392 2003-01-30  Bruno Haible  <bruno@clisp.org>
27393
27394         * m4/signed.m4: New file, from GNU gettext.
27395         * m4/longdouble.m4: New file, from GNU gettext.
27396         * m4/wchar_t.m4: New file, from GNU gettext.
27397         * m4/wint_t.m4: New file, from GNU gettext.
27398         * m4/vasnprintf.m4: New file.
27399         * m4/vasprintf.m4: New file.
27400
27401 2003-01-30  Bruno Haible  <bruno@clisp.org>
27402
27403         * lib/printf-args.h: New file, from GNU gettext.
27404         * lib/printf-args.c: New file, from GNU gettext.
27405         * lib/printf-parse.h: New file, from GNU gettext.
27406         * lib/printf-parse.c: New file, from GNU gettext.
27407         * lib/vasnprintf.h: New file, from GNU gettext.
27408         * lib/vasnprintf.c: New file, from GNU gettext.
27409         * lib/asnprintf.c: New file, from GNU gettext.
27410         * lib/vasprintf.h: New file, from GNU gettext with modifications.
27411         * lib/vasprintf.c: New file, from GNU gettext.
27412         * lib/asprintf.c: New file, from GNU gettext.
27413
27414 2003-01-29  Bruno Haible  <bruno@clisp.org>
27415
27416         * modules/stpncpy: New module.
27417         * MODULES.html.sh (func_all_modules): Add it.
27418
27419 2003-01-29  Bruno Haible  <bruno@clisp.org>
27420
27421         * m4/stpncpy.m4: New file.
27422
27423 2003-01-29  Bruno Haible  <bruno@clisp.org>
27424
27425         * lib/stpncpy.h: New file, from GNU gettext with modifications.
27426         * lib/stpncpy.c: New file, from GNU gettext with modifications.
27427
27428 2003-01-28  Bruno Haible  <bruno@clisp.org>
27429
27430         * modules/c-ctype: New module.
27431         * MODULES.html.sh (func_all_modules): Add it.
27432
27433 2003-01-28  Bruno Haible  <bruno@clisp.org>
27434
27435         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
27436         Paul Eggert.
27437         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
27438         Paul Eggert.
27439
27440 2003-01-27  Bruno Haible  <bruno@clisp.org>
27441
27442         * modules/xsetenv: New module.
27443         * MODULES.html.sh (func_all_modules): Add it.
27444
27445 2003-01-27  Bruno Haible  <bruno@clisp.org>
27446
27447         * lib/xsetenv.h: New file, from GNU gettext.
27448         * lib/xsetenv.c: New file, from GNU gettext.
27449
27450 2003-01-23  Jim Meyering  <jim@meyering.net>
27451
27452         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
27453         from working on systems without dirfd (at least Irix and OSF1/Tru64).
27454
27455 2003-01-23  Bruno Haible  <bruno@clisp.org>
27456
27457         * modules/minmax: New module.
27458         * MODULES.html.sh (func_all_modules): Add it.
27459
27460 2003-01-23  Bruno Haible  <bruno@clisp.org>
27461
27462         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
27463         Eggert.
27464
27465 2003-01-22  Bruno Haible  <bruno@clisp.org>
27466
27467         * modules/exit: New module.
27468         * MODULES.html.sh (func_all_modules): Add it.
27469
27470 2003-01-22  Bruno Haible  <bruno@clisp.org>
27471
27472         * lib/exit.h: New file, from GNU gettext.
27473
27474 2003-01-19  Bruno Haible  <bruno@clisp.org>
27475
27476         * gnulib-tool: Recognize option --extract-maintainer.
27477         (func_get_maintainer): New function.
27478         * modules/*: Add Maintainer entry.
27479
27480 2003-01-16  Jim Meyering  <jim@meyering.net>
27481
27482         * m4/regex.m4: The `regex' struct is both input and output.
27483         Initialize it before each use.  Patch by Tim Waugh.
27484
27485 2003-01-16  Bruno Haible  <bruno@clisp.org>
27486
27487         * MODULES.html.sh: Add a table of contents. Add the module name as
27488         leftmost column. Add hyperlinks.
27489
27490 2003-01-15  Bruno Haible  <bruno@clisp.org>
27491
27492         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
27493
27494 2003-01-15  Bruno Haible  <bruno@clisp.org>
27495
27496         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
27497         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
27498         suffix.
27499
27500 2003-01-15  Bruno Haible  <bruno@clisp.org>
27501
27502         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
27503
27504 2003-01-15  Bruno Haible  <bruno@clisp.org>
27505
27506         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
27507         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
27508
27509 2003-01-14  Jim Meyering  <jim@meyering.net>
27510
27511         * lib/same.c (same_name): Tweak a comment.
27512
27513 2003-01-14  Bruno Haible  <bruno@clisp.org>
27514
27515         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
27516         when a string comparison is sufficient.
27517
27518 2003-01-14  Bruno Haible  <bruno@clisp.org>
27519
27520         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
27521         'unsigned int'.
27522
27523 2003-01-14  Bruno Haible  <bruno@clisp.org>
27524
27525         * lib/hash-pjw.c: Add comment about low quality of this function.
27526
27527 2003-01-13  Bruno Haible  <bruno@clisp.org>
27528
27529         * modules/stpcpy: Distribute lib/stpcpy.h.
27530         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
27531
27532 2003-01-13  Bruno Haible  <bruno@clisp.org>
27533
27534         * modules/*: Add a description.
27535         * modules/strpbrk: Fix Makefile.am snippet.
27536         * modules/strtoimax: Fix dependencies.
27537         * modules/strtoumax: Likewise.
27538
27539 2003-01-13  Bruno Haible  <bruno@clisp.org>
27540
27541         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
27542         * modules/alloca (Makefile.am): All object files depend on alloca.h.
27543         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
27544
27545 2003-01-13  Bruno Haible  <bruno@clisp.org>
27546
27547         * gnulib-tool (func_create_testdir): Store config/* files in the main
27548         directory.
27549         * config.rpath: Move to ...
27550         * config/config.rpath: ... here.
27551         * modules/gettext: Contains config/config.rpath, not config.rpath.
27552         * modules/iconv: Likewise.
27553
27554 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27555
27556         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27557         to avoid collisions with libcurses and libreadline.
27558
27559         * m4/getstr.m4: Remove.
27560         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
27561
27562 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27563
27564         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27565         to avoid collisions with libcurses and libreadline.
27566
27567         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
27568         * lib/getstr.h, getstr.c: Remove.
27569         * lib/getline.c: Include "getline.h", to check interface.
27570         Move body of old getstr.c here: this defines MIN_CHUNK and
27571         declares getdelim2, which is renamed from getstr.
27572         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
27573
27574         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
27575         All uses changed.
27576         * lib/linebuffer.h: Likewise.
27577         (readline): Remove backward-compatibility macro.
27578
27579 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27580
27581         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27582         to avoid collisions with libcurses and libreadline.
27583         * getstr: Remove.
27584         * MODULES.html.sh: Remove getstr.
27585         * modules/getline: Depend on unlocked-io, not getstr.
27586
27587 2003-01-12  Jim Meyering  <jim@meyering.net>
27588
27589         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
27590
27591 2003-01-10  Bruno Haible  <bruno@clisp.org>
27592
27593         * modules/alloca: Change Makefile.am requirements. Simplify Include
27594         requirements. Add lib/alloca_.h to file list.
27595
27596 2003-01-10  Bruno Haible  <bruno@clisp.org>
27597
27598         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
27599
27600 2003-01-10  Bruno Haible  <bruno@clisp.org>
27601
27602         * lib/alloca_.h: New file.
27603         * lib/getdate.y: Unconditionally include alloca.h.
27604         * lib/makepath.c: Likewise.
27605         * lib/setenv.c: Likewise.
27606         * lib/userspec.c: Likewise.
27607
27608 2003-01-09  Karl Berry  <karl@gnu.org>
27609
27610         * MODULES.html.sh: include `dirname $0` in PATH, to find
27611         gnulib-tool.
27612
27613 2003-01-09  Bruno Haible  <bruno@clisp.org>
27614
27615         * modules/stdbool: Change configure.ac, Makefile.am requirements.
27616         Simplify Include requirements. Add lib/stdbool.h.in to file list.
27617
27618 2003-01-09  Bruno Haible  <bruno@clisp.org>
27619
27620         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
27621
27622 2003-01-09  Bruno Haible  <bruno@clisp.org>
27623
27624         * lib/stdbool.h.in: New file.
27625
27626 2003-01-09  Bruno Haible  <bruno@clisp.org>
27627
27628         * gnulib-tool (func_all_modules): Ignore files ending in ~.
27629         * MODULES.html.sh: Likewise.
27630
27631 2003-01-08  Jim Meyering  <jim@meyering.net>
27632
27633         * lib/full-write.c: Undefine and define-away `const' after inclusion
27634         of errno.h, not before.  Suggestion from Bruno Haible.
27635
27636 2003-01-08  Bruno Haible  <bruno@clisp.org>
27637
27638         * modules/full-read: Depend on full-write.
27639
27640 2003-01-08  Bruno Haible  <bruno@clisp.org>
27641
27642         * lib/safe-read.c: Include specification header first, to ensure its
27643         selfcontainedness.
27644         * lib/full-write.c: Likewise.
27645
27646 2003-01-07  Jim Meyering  <jim@meyering.net>
27647
27648         * lib/full-write.c: Rework so that it may serve to define full_read,
27649         too.
27650         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
27651
27652 2003-01-07  Bruno Haible  <bruno@clisp.org>
27653
27654         * lib/strtoimax.c: Include <stdint.h> as an alternative to
27655         <inttypes.h>.
27656         * lib/xstrtol.h: Likewise.
27657         * lib/xstrtoimax.c: Likewise.
27658         * lib/xstrtoumax.c: Likewise.
27659         * lib/human.h: Likewise.
27660
27661         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
27662         on systems that have <inttypes.h> but not <stdint.h>.
27663
27664 2003-01-07  Bruno Haible  <bruno@clisp.org>
27665
27666         * MODULES.html.sh: Add copyright notice.
27667         (missed_files): Omit CVS directory entries.
27668         (func_module): Make it work with sed-3.02.
27669         * MODULES.txt: Remove file.
27670
27671 2003-01-06  Jim Meyering  <jim@meyering.net>
27672
27673         * lib/version-etc.c: Update year in translatable copyright string.
27674
27675 2003-01-03  Karl Berry  <karl@gnu.org>
27676
27677         * config/config.{guess,sub}: update from prep.
27678
27679 2003-01-02  Karl Berry  <karl@gnu.org>
27680
27681         * doc/COPYING.DOC: belatedly updated to 1.2.
27682
27683 2003-01-01  Karl Berry  <karl@gnu.org>
27684
27685         * gnulib-tool (func_verify_module): report module name $module in
27686         error message, not $1.
27687         * gnulib-tool (create-testdir): don't complain if destdir couldn't
27688         be created, only if it doesn't exist.
27689         * gnulib-tool (last_checkin_date): don't expand the $Date here.
27690
27691 2002-12-31  Paul Eggert  <eggert@twinsun.com>
27692
27693         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
27694
27695 2002-12-31  Paul Eggert  <eggert@twinsun.com>
27696
27697         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
27698         memcmp if strcoll doesn't work.
27699
27700 2002-12-31  Bruno Haible  <bruno@clisp.org>
27701
27702         * lib/utime.c (utime_null): No need to call ftruncate if the file was
27703         nonempty.
27704
27705 2002-12-31  Bruno Haible  <bruno@clisp.org>
27706
27707         * lib/memcoll.c (STRCOLL): New macro.
27708         (memcoll): Use it.
27709
27710 2002-12-31  Bruno Haible  <bruno@clisp.org>
27711
27712         * lib/localcharset.h: New file.
27713         * lib/localcharset.c: Include it.
27714         * lib/unicodeio.c: Likewise.
27715
27716 2002-12-31  Bruno Haible  <bruno@clisp.org>
27717
27718         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
27719         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
27720
27721 2002-12-31  Bruno Haible  <bruno@clisp.org>
27722
27723         * lib/getline.h: Include <stddef.h>, for size_t.
27724
27725         * lib/unicodeio.h: Include <stddef.h>, for size_t.
27726         * lib/unicodeio.c: Don't include <stddef.h>.
27727
27728 2002-12-31  Bruno Haible  <bruno@clisp.org>
27729
27730         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
27731         HAVE_TM_ZONE.
27732
27733 2002-12-24  Karl Berry  <karl@gnu.org>
27734
27735         * config/config.guess: update from prep.
27736
27737 2002-12-24  Bruno Haible  <bruno@clisp.org>
27738
27739         General infrasructure.
27740         * m4/README: Rewritten.
27741         * m4/onceonly.m4: New file.
27742         * m4/onceonly_2_57.m4: New file.
27743
27744         Module atexit.
27745         * m4/atexit.m4: New file.
27746
27747         Module strtod.
27748         * m4/strtod.m4: New file.
27749
27750         Module strtol.
27751         * m4/strtol.m4: New file.
27752
27753         Module strtoul.
27754         * m4/strtoul.m4: New file.
27755
27756         Module memchr.
27757         * m4/memchr.m4: New file.
27758
27759         Module memcmp.
27760         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
27761         (jm_FUNC_MEMCMP): Invoke it.
27762
27763         Module memcpy.
27764         * m4/memcpy.m4: New file.
27765
27766         Module memmove.
27767         * m4/memmove.m4: New file.
27768
27769         Module memset.
27770         * m4/memset.m4: New file.
27771
27772         Module strcspn.
27773         * m4/strcspn.m4: New file.
27774
27775         Module strpbrk.
27776         * m4/strpbrk.m4: New file.
27777
27778         Module strstr.
27779         * m4/strstr.m4: New file.
27780
27781         Module strerror.
27782         * m4/strerror.m4: New file.
27783
27784         Module mktime.
27785         * m4/mktime.m4: Renamed from jm-mktime.m4.
27786         (gl_PREREQ_MKTIME): New macro.
27787         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
27788
27789         Module malloc.
27790         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
27791         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
27792         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
27793
27794         Module realloc.
27795         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
27796         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
27797         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
27798
27799         Module strftime.
27800         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
27801         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
27802         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
27803         gl_TM_GMTOFF.
27804         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
27805
27806         Module xalloc.
27807         * m4/xalloc.m4: New file.
27808
27809         Module alloca.
27810         * m4/alloca.m4: New file.
27811
27812         Module putenv.
27813         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
27814         (jm_FUNC_PUTENV): Invoke it.
27815
27816         Module setenv.
27817         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
27818         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
27819         when invoked twice.
27820         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
27821         gt_FUNC_SETENV.
27822
27823         Module memrchr.
27824         * m4/memrchr.m4: New file.
27825
27826         Module stpcpy.
27827         * m4/stpcpy.m4: New file.
27828
27829         Module strcase.
27830         * m4/strcase.m4: New file.
27831
27832         Module strdup.
27833         * m4/strdup.m4: New file.
27834
27835         Module strnlen.
27836         * m4/strnlen.m4: New file.
27837
27838         Module strndup.
27839         * m4/strndup.m4: New file.
27840
27841         Module xstrtod.
27842         * m4/xstrtod.m4: New file.
27843
27844         Module xstrtol.
27845         * m4/xstrtol.m4: New file.
27846
27847         Module getdate.
27848         * m4/getdate.m4: New file.
27849
27850         Module unlocked-io.
27851         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
27852         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
27853         * m4/jm-glibc-io.m4n: Remove file.
27854
27855         Module long-options.
27856         * m4/long-options.m4: New file.
27857
27858         Module md5.
27859         * m4/md5.m4: New file.
27860
27861         Module sha.
27862         * m4/sha.m4: New file.
27863
27864         Module getstr.
27865         * m4/getstr.m4: New file.
27866
27867         Module getline.
27868         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
27869         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
27870         <sys/types.h>, for size_t. Use the function name gnu_getline, not
27871         simply getline. Infoke gl_PREREQ_GETLINE.
27872
27873         Module obstack.
27874         * m4/obstack.m4: New file.
27875
27876         Module hash.
27877         * m4/hash.m4: New file.
27878
27879         Module readtokens.
27880         * m4/readtokens.m4: New file.
27881
27882         Module strverscmp.
27883         * m4/strverscmp.m4: New file.
27884
27885         Module stdbool.
27886         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
27887         OSF/1.
27888
27889         Module strtoll.
27890         * m4/strtoll.m4: New file.
27891
27892         Module strtoull.
27893         * m4/strtoull.m4: New file.
27894
27895         Module strtoimax.
27896         * m4/strtoimax.m4: New file.
27897
27898         Module strtoumax.
27899         * m4/strtoumax.m4: New file.
27900
27901         Module xstrtoimax.
27902         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
27903         jm_AC_PREREQ_XSTRTOIMAX.
27904         Moved the strtol prerequisites to strtol.m4.
27905         Moved the strtoll prerequisites to strtoll.m4.
27906         Moved the strtoimax prerequisites to strtoimax.m4.
27907
27908         Module xstrtoumax.
27909         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
27910         jm_AC_PREREQ_XSTRTOUMAX.
27911         Moved the strtoul prerequisites to strtoul.m4.
27912         Moved the strtoull prerequisites to strtoull.m4.
27913         Moved the strtoumax prerequisites to strtoumax.m4.
27914
27915         Module chown.
27916         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
27917         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
27918
27919         Module dup2.
27920         * m4/dup2.m4: New file.
27921
27922         Module ftruncate.
27923         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
27924         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
27925
27926         Module getgroups.
27927         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
27928         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
27929
27930         Module gettimeofday.
27931         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
27932         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
27933         gl_PREREQ_GETTIMEOFDAY.
27934
27935         Module mkdir.
27936         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
27937         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
27938
27939         Module mkstemp.
27940         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
27941         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
27942         jm_AC_TYPE_UINTMAX_T.
27943         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
27944
27945         Module stat.
27946         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
27947         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
27948
27949         Module lstat.
27950         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
27951         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
27952
27953         Module timespec.
27954         * m4/timespec.m4 (gl_TIMESPEC): New macro.
27955         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
27956         * m4/st_mtim.m4: Indentation.
27957
27958         Module nanosleep.
27959         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
27960         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
27961         gl_PREREQ_NANOSLEEP.
27962
27963         Module regex.
27964         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
27965         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
27966         (gl_REGEX): New macro.
27967
27968         Module rename.
27969         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
27970         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
27971
27972         Module rmdir.
27973         * m4/rmdir.m4: New file.
27974
27975         Module utime.
27976         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
27977         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
27978         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
27979
27980         Module dirname.
27981         * m4/dirname.m4: New file.
27982
27983         Module getopt.
27984         * m4/getopt.m4: New file.
27985
27986         Module unistd-safer.
27987         * m4/unistd-safer.m4: New file.
27988
27989         Module fnmatch.
27990         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
27991         declaration.
27992         (gl_PREREQ_FNMATCH_EXTRA): New macro.
27993         (gl_FUNC_FNMATCH_POSIX): New macro.
27994         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
27995         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
27996         simply fnmatch.
27997
27998         Module exclude.
27999         * m4/exclude.m4: New file.
28000
28001         Module human.
28002         * m4/human.m4: New file.
28003
28004         Module acl.
28005         * m4/acl.m4: Nop.
28006
28007         Module backupfile.
28008         * m4/backupfile.m4: New file.
28009         * m4/d-ino.m4: Indentation.
28010
28011         Module fsusage.
28012         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
28013         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
28014         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
28015
28016         Module dirfd.
28017         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
28018         requirements.
28019
28020         Module euidaccess.
28021         * m4/euidaccess.m4: New file.
28022
28023         Module file-type.
28024         * m4/file-type.m4: New file.
28025
28026         Module fileblocks.
28027         * m4/fileblocks.m4: New file.
28028
28029         Module filemode.
28030         * m4/filemode.m4: New file.
28031
28032         Module isdir.
28033         * m4/isdir.m4: New file.
28034
28035         Module lchown.
28036         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
28037         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
28038
28039         Module makepath.
28040         * m4/makepath.m4: New file.
28041
28042         Module modechange.
28043         * m4/modechange.m4: New file.
28044
28045         Module mountlist.
28046         * m4/mountlist.m4: New file.
28047         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
28048         Indentation.
28049
28050         Module path-concat.
28051         * m4/path-concat.m4: New file.
28052
28053         Module pathmax.
28054         * m4/pathmax.m4: New file.
28055
28056         Module same.
28057         * m4/same.m4: New file.
28058
28059         Module save-cwd.
28060         * m4/save-cwd.m4: New file.
28061
28062         Module savedir.
28063         * m4/savedir.m4: New file.
28064
28065         Module xgetcwd.
28066         * m4/xgetcwd.m4: New file.
28067         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
28068
28069         Module xreadlink.
28070         * m4/xreadlink.m4: New file.
28071
28072         Module safe-read.
28073         * m4/safe-read.m4: New file.
28074
28075         Module safe-write.
28076         * m4/safe-write.m4: New file.
28077
28078         Module closeout.
28079         * m4/closeout.m4: New file.
28080
28081         Module stdio-safer.
28082         * m4/stdio-safer.m4: New file.
28083
28084         Module getpass.
28085         * m4/getpass.m4: New file.
28086
28087         Module getugroups.
28088         * m4/getugroups.m4: New file.
28089
28090         Module group-member.
28091         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
28092         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
28093
28094         Module idcache.
28095         * m4/idcache.m4: New file.
28096
28097         Module userspec.
28098         * m4/userspec.m4: New file.
28099
28100         Module gettime.
28101         * m4/clock_time.m4: New file.
28102         * m4/gettime.m4: New file.
28103
28104         Module settime.
28105         * m4/settime.m4: New file.
28106
28107         Module posixtm.
28108         * m4/posixtm.m4: New file.
28109
28110         Module gethostname.
28111         * m4/gethostname.m4: New file.
28112
28113         Module canon-host.
28114         * m4/canon-host.m4: New file.
28115
28116         Module gettext.
28117         * m4/codeset.m4: New file, from gettext-0.11.5.
28118         * m4/gettext.m4: New file, from gettext-0.11.5.
28119         * m4/glibc21.m4: New file, from gettext-0.11.5.
28120         * m4/iconv.m4: New file, from gettext-0.11.5.
28121         * m4/intdiv0.m4: New file, from gettext-0.11.5.
28122         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
28123         * m4/inttypes.m4: New file, from gettext-0.11.5.
28124         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
28125         * m4/isc-posix.m4: New file, from gettext-0.11.5.
28126         * m4/lcmessage.m4: New file, from gettext-0.11.5.
28127         * m4/lib-ld.m4: New file, from gettext-0.11.5.
28128         * m4/lib-link.m4: New file, from gettext-0.11.5.
28129         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
28130         * m4/progtest.m4: New file, from gettext-0.11.5.
28131         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
28132         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
28133         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
28134
28135         Module localcharset.
28136         * m4/localcharset.m4: New file.
28137
28138         Module hard-locale.
28139         * m4/hard-locale.m4: New file.
28140
28141         Module mbswidth.
28142         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
28143         onceonly macros.
28144         * m4/mbrtowc.m4: Add comment.
28145
28146         Module memcasecmp.
28147         * m4/memcasecmp.m4: New file.
28148
28149         Module memcoll.
28150         * m4/memcoll.m4: New file.
28151
28152         Module unicodeio.
28153         * m4/unicodeio.m4: New file.
28154
28155         Module rpmatch.
28156         * m4/rpmatch.m4: New file.
28157
28158         Module yesno.
28159         * m4/yesno.m4: New file.
28160
28161         Module exitfail.
28162         * m4/exitfail.m4: New file.
28163
28164         Module c-stack.
28165         * m4/c-stack.m4 (gl_C_STACK): New macro.
28166         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
28167
28168         Module error.
28169         * m4/error.m4 (gl_ERROR): New macro.
28170         (jm_PREREQ_ERROR): Use onceonly macros.
28171
28172         Module fatal.
28173         * m4/fatal.m4: New file.
28174
28175         Module getloadavg.
28176         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
28177         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
28178
28179         Module getpagesize.
28180         * m4/getpagesize.m4: New file.
28181
28182         Module getusershell.
28183         * m4/getusershell.m4: New file.
28184
28185         Module physmem.
28186         * m4/physmem.m4: New file.
28187
28188         Module posixver.
28189         * m4/posixver.m4: New file.
28190
28191         Module quotearg.
28192         * m4/quotearg.m4: New file.
28193
28194         Module quote.
28195         * m4/quote.m4: New file.
28196
28197         Module readutmp.
28198         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
28199
28200         Module sig2str.
28201         * m4/sig2str.m4: New file.
28202
28203         Other.
28204         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
28205         ulonglong.m4.
28206         * m4/intmax_t.m4: New file.
28207         * m4/d-type.m4: Indentation.
28208         * m4/jm-macros.m4: Update.
28209         * m4/prereq.m4 (jm_PREREQ): Update.
28210         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
28211         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
28212         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
28213         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
28214         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
28215         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
28216         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
28217         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
28218         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
28219         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
28220         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
28221         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
28222         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
28223         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
28224         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
28225         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
28226         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
28227         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
28228         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
28229
28230 2002-12-24  Bruno Haible  <bruno@clisp.org>
28231
28232         * MODULES.txt: Update according to m4/ changes.
28233
28234         Module gettext.
28235         * config.rpath: New file, from gettext-0.11.5.
28236
28237         * modules/*: New module descriptions.
28238         * gnulib-tool: New file.
28239         * MODULES.html.sh: New file.
28240
28241 2002-12-21  Karl Berry  <karl@gnu.org>
28242
28243         * doc/fdl.texi: update to version 1.2.
28244
28245 2002-12-19  Karl Berry  <karl@gnu.org>
28246
28247         * config/config.guess: update from prep.
28248
28249 2002-12-18  Bruno Haible  <bruno@clisp.org>
28250
28251         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
28252         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
28253
28254 2002-12-17  Bruno Haible  <bruno@clisp.org>
28255
28256         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
28257         stdlib.h, string.h.
28258
28259 2002-12-17  Bruno Haible  <bruno@clisp.org>
28260
28261         * lib/canon-host.c (strdup): Remove unused declaration.
28262
28263         * lib/fsusage.c: Include full_read.h.
28264         (get_fs_usage): Use full_read instead of safe_read.
28265
28266         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
28267
28268 2002-12-12  Karl Berry  <karl@gnu.org>
28269
28270         * config/config.guess: update from prep.
28271
28272 2002-12-11  Bruno Haible  <bruno@clisp.org>
28273
28274         * m4/setenv.m4: New file, from gettext-0.11.5.
28275
28276 2002-12-11  Bruno Haible  <bruno@clisp.org>
28277
28278         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
28279         not unsetenv().
28280         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
28281         modifications:
28282
28283         2002-12-11  Bruno Haible  <bruno@clisp.org>
28284
28285                 * setenv.c (alloca): Fall back to malloc.
28286                 (freea): New macro.
28287                 (setenv): Use freea() to free memory allocated with alloca().
28288
28289         2002-11-13  Bruno Haible  <bruno@clisp.org>
28290
28291                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
28292                 function declarations.
28293                 * unsetenv.c (unsetenv): Likewise.
28294
28295         2002-03-04  Bruno Haible  <bruno@clisp.org>
28296
28297                 Portability to AIX 4.3.3.
28298                 * unsetenv.c: New file, extracted from setenv.c.
28299                 * setenv.c: Move the unsetenv() function to unsetenv.c.
28300
28301         2001-12-20  Bruno Haible  <bruno@clisp.org>
28302
28303                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
28304                 use malloc instead. For SunOS 4.
28305
28306         2001-12-11  Bruno Haible  <bruno@clisp.org>
28307
28308                 * setenv.c: Declare alloca.
28309                 (compar_fn_t): New typedef.
28310                 (KNOWN_VALUE, STORE_VALUE): Use it.
28311
28312         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
28313         setenv.h.
28314
28315 2002-12-10  Paul Eggert  <eggert@twinsun.com>
28316
28317         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
28318         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
28319         Choose values that are less likely to collide with system fnmatch
28320         options.
28321         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
28322         defined (e.g., a pure POSIX system).
28323         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
28324         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
28325
28326 2002-12-06  Paul Eggert  <eggert@twinsun.com>
28327
28328         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
28329         a pain in practice to deal with generated m4 files.  This change
28330         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
28331
28332         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
28333         and jm-glibc-io.m4, as they are no longer a special case.
28334         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
28335         kludge and the auto-generation stuff.  Check only whether the
28336         functions are declared, not whether they exist, since older hosts
28337         that don't declare the functions can't use the optimization anyway.
28338
28339 2002-12-06  Jim Meyering  <jim@meyering.net>
28340
28341         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
28342
28343         Merge in changes from libc's misc/error.c, in preparation
28344         for the merge of gnulib's changes back into libc.
28345
28346         * lib/error.c (_): Define only if not already defined.
28347         Move definition to follow all #include directives.
28348         Include unlocked-io.h only if !_LIBC.
28349         [_LIBC]: Include <libio/libioP.h>.
28350         [USE_IN_LIBIO]: Include <libio/iolibio.h>
28351         (fflush): Tweak definition to use INTUSE.
28352         (putc): Define.
28353
28354 2002-12-05  Paul Eggert  <eggert@twinsun.com>
28355
28356         * lib/alloca.c [defined emacs]: Include "lisp.h".
28357         (xalloc_die) [defined emacs]: New macro.
28358         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
28359         [! defined emacs]: Include <xalloc.h>.
28360         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
28361         (pointer): Typedef to POINTER_TYPE *.
28362         (malloc): Remove decl; we now always use xmalloc.
28363         (alloca): Use old-style definition, since Emacs needs this.
28364         Check for arithmetic overflow when computing combined size.
28365
28366 2002-12-04  Paul Eggert  <eggert@twinsun.com>
28367
28368         Do not generate unlocked-io.h automatically, since it's easier to
28369         maintain it by hand.
28370
28371         * lib/unlocked-io.h: New file, from GNU diffutils,
28372         but with proper copyright notice and attribution.
28373         * lib/gen-uio: Remove.
28374         * lib/Makefile.am: Add copyright notice.
28375         (libfetish_a_SOURCES): Add unlocked-io.h.
28376         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
28377         (DISTCLEANFILES, io_functions): Remove macros.
28378         (EXTRA_DIST): Remove gen_uio.
28379         (unlocked-io.h): Remove rule.
28380
28381 2002-12-04  Jim Meyering  <jim@meyering.net>
28382
28383         Reflect the fact that stat.c and lstat.c are no longer generated.
28384         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
28385         (DISTCLEANFILES): Likewise.
28386         (EXTRA_DIST): Likewise.
28387         (all_local): Don't depend on stat.c or lstat.c.
28388         (stat.c, lstat.c): Remove rules.
28389         (EXTRA_DIST): Remove xstat.in.
28390
28391         * lib/xstat.in: Remove file.  Contents moved into stat.c.
28392         * lib/stat.c: New file.  Contents mostly from xstat.in.
28393         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
28394         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
28395
28396         * lib/safe-read.c: Rework so that it may serve to define safe_write,
28397         too.
28398         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
28399
28400 2002-12-03  Jim Meyering  <jim@meyering.net>
28401
28402         * lib/safe-read.c, safe-write.c: Change variable names and comments,
28403         but not semantics, to minimize the differences between these two files.
28404         (safe_read): Change comment to mention SAFE_READ_ERROR.
28405
28406         * lib/safe-read.c (IS_EINTR): Define.
28407         (safe_read): Use IS_EINTR in place of in-function cpp directives.
28408
28409 2002-12-02  Jim Meyering  <jim@meyering.net>
28410
28411         * lib/safe-read.c (EINTR): Define.
28412         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
28413         (INT_MAX): Provide fallback.
28414         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
28415
28416         * lib/safe-read.h (SAFE_READ_ERROR): Define.
28417
28418 2002-12-02  Bruno Haible  <bruno@clisp.org>
28419
28420         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
28421         Define, taken from safe-read.c.
28422         (INT_MAX): Provide fallback.
28423         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
28424         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
28425
28426         * lib/safe-read.c (EINTR): Remove definition.
28427         (safe_read): Don't use EINTR if it is absent.
28428
28429 2002-12-01  Jim Meyering  <jim@meyering.net>
28430
28431         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
28432         zero.
28433         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
28434
28435 2002-11-27  Paul Eggert  <eggert@twinsun.com>
28436
28437         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
28438         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
28439         with `if (! (value < limit)) abort ();', for readability.
28440
28441 2002-11-26  Karl Berry  <karl@gnu.org>
28442
28443         * lib/strdup.c: copy from libc again, with jim's ok.
28444         * lib/.cppi-disable: re-add strdup.c
28445
28446 2002-11-25  Karl Berry  <karl@gnu.org>
28447
28448         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
28449         instead of "strtol.c".
28450
28451 2002-11-25  Karl Berry  <karl@gnu.org>
28452
28453         * config/install-sh: update from automake for variable quoting, $0 in
28454         error msgs, etc.
28455
28456         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
28457         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
28458         entry.
28459
28460 2002-11-25  Jim Meyering  <jim@meyering.net>
28461
28462         * lib/mktime.c: Sync from libc, now that it has the latest fix.
28463
28464 2002-11-24  Karl Berry  <karl@gnu.org>
28465
28466         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
28467         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
28468
28469 2002-11-24  Jim Meyering  <jim@meyering.net>
28470
28471         Update from coreutils:
28472
28473         * lib/mktime.c: Merge in changes from libc.
28474
28475         Avoid a link-time failure on some Linux systems.
28476         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
28477         (otherwise).
28478         (__mon_yday): Declare with the STATIC attribute.
28479         (__mktime_internal): Likewise.
28480         Based on a report from Greg Schafer.
28481
28482 2002-11-23  Jim Meyering  <jim@meyering.net>
28483
28484         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
28485         Use `unsigned', not `int', as type of index.
28486
28487         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
28488
28489         * lib/fsusage.c: Remove unneeded parentheses around operands of
28490         `defined'.
28491
28492 2002-11-22  Paul Eggert  <eggert@twinsun.com>
28493
28494         * lib/quotearg.h: Allow multiple inclusion by surrounding with
28495         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
28496         so that we can be included first.
28497         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
28498         * lib/quotearg.c: Include quotearg.h immediately after config.h.
28499         No need to include stddef.h or sys/types.h any more.
28500         Surround local include files with "", not "<>".
28501         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
28502         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
28503         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
28504         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
28505         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
28506         (ISPRINT): Remove; no longer needed now that we assume C89.
28507
28508         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
28509         Preserve errno.
28510
28511         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
28512         quotearg_char): Use SIZE_MAX rather than
28513         (size_t) -1 when we are talking about "infinity".
28514
28515         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
28516
28517 2002-11-22  Paul Eggert  <eggert@twinsun.com>
28518
28519         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
28520         hint that one should use `if (! x) abort ();' rather than `assert
28521         (x);', and anyway it's one less thing to worry about configuring.
28522         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
28523         hash_rehash, hash_insert): Use abort rather than assert.
28524
28525 2002-11-22  Bruno Haible  <bruno@clisp.org>
28526
28527         * lib/safe-read.h: Assume C89. Add comments.
28528         (safe_read): Change return type to size_t.
28529         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
28530         byte counts > SSIZE_MAX correctly.
28531         * lib/safe-write.h: New file.
28532         * lib/safe-write.c: New file.
28533         * lib/full-read.h: New file.
28534         * lib/full-read.c: New file.
28535         * lib/full-write.h: Assume C89. Add comments.
28536         * lib/full-write.c: Include safe-write.h.
28537         (full_write): Rewritten to use safe_write.
28538         Suggested by Jim Meyering and Paul Eggert.
28539
28540 2002-11-21  Jim Meyering  <jim@meyering.net>
28541
28542         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
28543
28544         Merge in changes from the coreutils.
28545
28546         2002-09-25  Paul Eggert  <eggert@twinsun.com>
28547         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
28548         <stdint.h>.
28549         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
28550         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
28551         int.  Work more efficiently if X is the same width as uintmax_t.
28552         Do not compare X to -1, to avoid bogus compiler warning.
28553         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
28554         Don't assume that f_frsize and f_bsize are the same type.
28555
28556         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
28557         warning on FreeBSD.
28558
28559         * lib/makepath.c (make_path): Restore umask *before* creating the final
28560         component.
28561         (make_path): Minor reformatting.
28562
28563         * lib/xmalloc.c: Adjust to work with new autoconf macros,
28564         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
28565         HAVE_MALLOC/HAVE_REALLOC.
28566
28567         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
28568         dummy ones.  At least on GNU/Linux systems, `auto' means something
28569         else.
28570         From Michael Stone.
28571
28572 2002-11-21  Bruno Haible  <bruno@clisp.org>
28573
28574         Remove case insensitive option matching.
28575         * lib/argmatch.h (argcasematch): Remove declaration.
28576         (ARGCASEMATCH): Remove macro.
28577         (__xargmatch_internal): Remove case_sensitive argument.
28578         (XARGMATCH): Update.
28579         (XARGCASEMATCH): Remove macro.
28580         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
28581         case_sensitive argument.
28582         (argcasematch): Remove function.
28583         (__xargmatch_internal): Remove case_sensitive argument.
28584         (main): Use XARGMATCH instead of XARGCASEMATCH.
28585
28586         * lib/xmalloc.c: Change compile-time error message. Add comment about
28587         required autoconf version.
28588
28589 2002-11-20  Paul Eggert  <eggert@twinsun.com>
28590
28591         Merge argmatch cleanups from Bison.  Assume C89.
28592
28593         * lib/argmatch.c: Include config.h here, not in argmatch.h.
28594         Include stdlib.h, for EXIT_FAILURE.
28595         Always include <string.h>, since we assume C89.
28596         (EXIT_FAILURE): Remove pre-C89 bug workaround.
28597         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
28598         Include <stddef.h> instead, since it's all we need for size_t.
28599         (PARAMS): Remove.  All uses removed.
28600         (ARRAY_CARDINALITY): Do not bother to #undef.
28601         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
28602         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
28603         Remove unnecessary parentheses.
28604         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
28605         Insert necessary parentheses.
28606         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
28607         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
28608
28609 2002-11-19  Bruno Haible  <bruno@clisp.org>
28610
28611         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
28612         * lib/mbswidth.h: Include <stddef.h>, for size_t.
28613
28614         * lib/mbswidth.h (PARAMS): Remove macro.
28615         (mbswidth, mbsnwidth): Use ANSI C function declarations.
28616         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
28617
28618         * lib/gcd.h (PARAMS): Remove macro.
28619         (gcd): Use ANSI C function declarations.
28620         * lib/gcd.c (gcd): Likewise.
28621
28622 2002-11-15  Bruno Haible  <bruno@clisp.org>
28623
28624         * lib/strcspn.c: Include <stddef.h>.
28625         (strcspn): Use ANSI C function declaration. Change return type to
28626         size_t. Use NULL.
28627         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
28628         (strpbrk): Use NULL.
28629         * lib/strpbrk.h (PARAMS): Remove macro.
28630         (strpbrk): Use ANSI C function declaration.
28631         * lib/strstr.c: Don't include <sys/types.h>.
28632         * lib/strstr.h (PARAMS): Remove macro.
28633         (strstr): Use ANSI C function declarations.
28634
28635 2002-11-14  Karl Berry  <karl@gnu.org>
28636
28637         * config/mkinstalldirs: `do' on separate line, instead of
28638         `for var; do'.
28639
28640 2002-11-06  Bruno Haible  <bruno@clisp.org>
28641
28642         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
28643         * lib/gcd.c (gcd): Likewise.
28644
28645 2002-11-05  Bruno Haible  <bruno@clisp.org>
28646
28647         * lib/gcd.h: New file, from gettext-0.11.5.
28648         * lib/gcd.c: New file, from gettext-0.11.5.
28649
28650 2002-11-05  Bruno Haible  <bruno@clisp.org>
28651
28652         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28653         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28654         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28655         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28656
28657         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
28658         <libintl.h>.
28659         * lib/makepath.c: Include gettext.h instead of <locale.h> and
28660         <libintl.h>.
28661
28662         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
28663         * lib/human.c: Include gettext.h instead of <libintl.h>.
28664         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
28665         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
28666         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
28667         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
28668         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
28669         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
28670         (textdomain): Remove definition.
28671         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
28672
28673         * lib/long-options.c: Remove include of <libintl.h> and definition of
28674         _.
28675         * lib/same.c: Remove include of <libintl.h> and definition of _.
28676
28677 2002-11-04  Owen Taylor  <otaylor@redhat.com>
28678
28679         * lib/config.charset: A few additions for Solaris.
28680
28681 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
28682
28683         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
28684         * lib/localcharset.c (locale_charset): Declare as extern "C".
28685
28686 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
28687
28688         * lib/config.charset: msdos in uk_UA uses CP1125.
28689
28690 2002-11-04  Bruno Haible  <bruno@clisp.org>
28691
28692         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
28693         * lib/strcase.h: New file, from GNU gettext-0.11.5.
28694         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
28695         * lib/strstr.h: New file, from GNU gettext-0.11.5.
28696         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
28697
28698 2002-11-04  Bruno Haible  <bruno@clisp.org>
28699
28700         * lib/localcharset.c (locale_charset): Don't return an empty string.
28701
28702 2002-11-04  Bruno Haible  <bruno@clisp.org>
28703
28704         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
28705         aliases.
28706
28707 2002-11-04  Bruno Haible  <bruno@clisp.org>
28708
28709         * lib/config.charset: Update for newest glibc. Add canonical names
28710         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
28711
28712 2002-11-04  Bruno Haible  <bruno@clisp.org>
28713
28714         * lib/config.charset: Add support for NetBSD.
28715
28716 2002-11-04  Bruno Haible  <bruno@clisp.org>
28717
28718         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
28719
28720 2002-11-01  Bruno Haible  <bruno@clisp.org>
28721
28722         * configure.in: Add AC_CONFIG_AUX_DIR call.
28723         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
28724         test/Makefile.
28725         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
28726
28727 2002-09-28  Karl Berry  <karl@gnu.org>
28728
28729         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
28730         installed automake until the next release, since changes have been
28731         made.
28732
28733 2002-09-25  Karl Berry  <karl@gnu.org>
28734
28735         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
28736         * lib/getopt*: copy from libc/posix.
28737         * lib/gettext.h: copy from gettext.
28738         * lib/.cppi-disable: add strdup.c, gettext.h.
28739
28740 2002-09-25  Karl Berry  <karl@gnu.org>
28741
28742         * config/srclist.txt: enable gettext.h check.
28743         * config/config.{guess,sub}: update from prep.
28744         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
28745                 from automake 1.6.3.
28746         See srclist*.
28747
28748 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
28749
28750         * regex.c (PATFETCH): Remove the translating fetch.
28751         (PATFETCH_RAW): Rename to PATFETCH.
28752         (set_image_of_range): New fun.
28753         (SET_RANGE_TABLE_WORK_AREA): Use it.
28754         (regex_compile): Don't translate the pattern chars so eagerly.
28755         Only do it when inserting an `exactn' bytecode or when handling
28756         a char-range.
28757         (mutually_exclusive_p): Avoid empty statement.
28758
28759 2002-07-06  Jim Meyering  <meyering@lucent.com>
28760
28761         * m4/README: Don't mention Makefile.am.in.
28762         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
28763
28764 2002-07-01  Jim Meyering  <meyering@lucent.com>
28765
28766         * lib/c-stack.c: Include sys/time.h.
28767         From Volker Borchert.
28768
28769 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28770
28771         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
28772
28773 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28774
28775         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
28776         New macro.  Use it uniformly instead of
28777         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
28778         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
28779         reported by Vin Shelton.
28780
28781 2002-06-22  Paul Eggert  <eggert@twinsun.com>
28782
28783         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
28784         Do not assume SA_SIGINFO behavior.
28785         Bug reported by Jim Meyering on NetBSD 1.5.2.
28786
28787 2002-06-22  Jim Meyering  <meyering@lucent.com>
28788
28789         * m4/c-stack.m4: New file, from diffutils-2.8.2.
28790         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
28791
28792         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
28793         now that configure.ac uses AC_GNU_SOURCE.
28794         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
28795         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
28796
28797         Update to latest tools.  Suggestions from Paul Eggert.
28798         * m4/stdbool.m4: New file, from diffutils-2.8.2.
28799         * m4/gnu-source.m4: Update from diffutils-2.8.2.
28800         * m4/fnmatch.m4: Likewise.
28801         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
28802         to AC_HEADER_STDBOOL
28803
28804 2002-06-22  Jim Meyering  <meyering@lucent.com>
28805
28806         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
28807         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
28808
28809 2002-06-22  Jim Meyering  <meyering@lucent.com>
28810
28811         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
28812
28813         * lib/exitfail.c, exitfail.h: Likewise.
28814         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
28815
28816         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
28817         of fnmatch.h.
28818         (EXTRA_DIST): Add fnmatch_loop.c.
28819         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
28820
28821         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
28822         * lib/fnmatch.c: Update from diffutils-2.8.2.
28823         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
28824         * lib/fnmatch.h: Remove file.
28825
28826 2002-06-21  Jim Meyering  <meyering@lucent.com>
28827
28828         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
28829         * m4/mbrtowc.m4: Likewise.
28830
28831         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
28832         * m4/mbswidth.m4: Reflect name change:
28833         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
28834         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
28835
28836         * m4/lib-link.m4: Update from gettext-0.11.2.
28837         * m4/gettext.m4: Likewise.
28838
28839         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
28840         From Alfred M. Szmidt.
28841
28842 2002-06-18  Paul Eggert  <eggert@twinsun.com>
28843
28844         * lib/file-type.h: Report an error if neither S_ISREG nor
28845         S_IFREG is defined, instead of using a test specific to glibc
28846         2.2.  This should be safe, since POSIX requires S_ISREG and
28847         Unix Version 7 had S_IFREG.  We don't need to check for
28848         <sys/types.h> since we don't use any symbols that it defines.
28849
28850 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
28851
28852         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
28853         $@-t, so that each temporary file name is unique and valid in the first
28854         8 characters, for operation under DOS.
28855
28856 2002-06-15  Paul Eggert  <eggert@twinsun.com>
28857
28858         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
28859
28860 2002-06-15  Jim Meyering  <meyering@lucent.com>
28861
28862         Work even with DJGPP 2.03, which lacks support for symlinks.
28863         From Richard Dawe.
28864         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
28865         is defined.
28866         * lib/lchown.c (S_ISLNK): Likewise.
28867
28868 2002-06-15  Jim Meyering  <meyering@lucent.com>
28869
28870         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
28871         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
28872         have been included before this file.
28873
28874 2002-06-14  Jim Meyering  <meyering@lucent.com>
28875
28876         * lib/file-type.h: Use the version from diffutils-2.8.2.
28877         * lib/file-type.c: Likewise.
28878
28879 2002-06-07  Jim Meyering  <meyering@lucent.com>
28880
28881         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
28882         They're needed at least for NetBSD 1.5.2.
28883         ($statxfs_includes): Include those same headers.
28884         ($statxfs_includes): Include sys/vfs.h if available.
28885         ($statxfs_includes): Likewise for sys/statvfs.h.
28886         Check for the following members in both structs statfs and statvfs:
28887         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
28888
28889 2002-06-01  Jim Meyering  <meyering@lucent.com>
28890
28891         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
28892         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
28893
28894 2002-05-28  Jim Meyering  <meyering@lucent.com>
28895
28896         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
28897         Reported by Volker Borchert.
28898
28899 2002-05-27  Jim Meyering  <meyering@lucent.com>
28900
28901         Fix a problem seen only on nonconforming systems whereby ls.c's
28902         use of localtime, and then of gettimeofday would cause trouble:
28903         the localtime call used to initialize rpl_gettimeofday's save
28904         mechanism would clobber ls's current local time information so
28905         that in any long listing the first file would always be listed
28906         with date 1970-01-01.  Analysis by Volker Borchert.
28907
28908         * lib/gettimeofday.c (localtime): Undefine.
28909         (rpl_localtime): New function.
28910
28911 2002-05-27  Jim Meyering  <meyering@lucent.com>
28912
28913         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
28914         localtime.
28915
28916         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
28917         use the replacement function; it wouldn't resolve at link time.
28918         Reported by Volker Borchert.
28919
28920 2002-05-22  Jim Meyering  <meyering@lucent.com>
28921
28922         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
28923         file-type.h.
28924         * lib/file-type.h: New file.
28925         * lib/file-type.c (file_type): New file/function.  Extracted from
28926         diffutils.
28927
28928 2002-04-30  Jim Meyering  <meyering@lucent.com>
28929
28930         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
28931
28932 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28933
28934         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
28935
28936 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28937
28938         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
28939         Do not check for alloca.h (no longer used) or stdbool.h (was never
28940         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
28941
28942 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28943
28944         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
28945
28946 2002-04-29  Jim Meyering  <meyering@lucent.com>
28947
28948         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
28949         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
28950         Use AC_FUNC_STRNLEN here instead.
28951
28952         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
28953         With autoconf-2.53a, it's part of AC_PROG_CC.
28954
28955 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28956
28957         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
28958         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
28959
28960 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28961
28962         * lib/sig2str.h, lib/sig2str.c: New files.
28963         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
28964
28965 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28966
28967         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
28968         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
28969         of 127, since 64 is the largest conceivable number for ancient
28970         nonstandard hosts.
28971         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
28972
28973 2002-04-28  Jim Meyering  <meyering@lucent.com>
28974
28975         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
28976
28977 2002-04-24  Jim Meyering  <meyering@lucent.com>
28978
28979         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
28980         (jm_PREREQ): Use it.
28981
28982         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
28983         mach/mach.h fcntl.h.
28984         Check for this function: setlocale.
28985
28986 2002-04-24  Jim Meyering  <meyering@lucent.com>
28987
28988         * lib/gettext.h: New file, from Gettext.
28989         * lib/Makefile.am (INCLUDES): Remove -I../intl.
28990         (libfetish_a_SOURCES): Add gettext.h.
28991
28992 2002-04-16  Jim Meyering  <meyering@lucent.com>
28993
28994         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
28995         ut_pid, ut_id, ut_exit.
28996
28997 2002-04-16  Jim Meyering  <meyering@lucent.com>
28998
28999         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
29000         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
29001         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
29002
29003 2002-04-12  Jim Meyering  <meyering@lucent.com>
29004
29005         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
29006         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
29007         existence of the getmntinfo function.  Needed for Darwin 5.3.
29008
29009         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
29010         This is necessary at least on Darwin 5.3.
29011
29012         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
29013         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
29014         strnlen.o in the library, and that makes some versions of ranlib
29015         object.
29016
29017 2002-04-12  Jim Meyering  <meyering@lucent.com>
29018
29019         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
29020
29021 2002-04-09  Jim Meyering  <meyering@lucent.com>
29022
29023         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
29024         to be more precise.  Rather than saying we're checking whether the
29025         function `works', say what we're testing.
29026         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
29027         Reported by Bruno Haible.
29028
29029 2002-03-10  Jim Meyering  <meyering@lucent.com>
29030
29031         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
29032         Suggestion from Santiago Vila.
29033
29034 2002-03-08  Jim Meyering  <meyering@lucent.com>
29035
29036         * lib/rename.c: Mention that this wrapper is needed also on
29037         mips-dec-ultrix4.4 systems.
29038
29039 2002-03-02  Jim Meyering  <meyering@lucent.com>
29040
29041         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
29042         not HAVE_CLOCK_SETTIME.
29043
29044 2002-02-27  Paul Eggert  <eggert@twinsun.com>
29045
29046         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
29047         Check for clock_settime.
29048
29049 2002-02-27  Paul Eggert  <eggert@twinsun.com>
29050
29051         * lib/nanosleep.h: Rename to....
29052         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
29053
29054         * lib/gettime.c: New file.
29055         * lib/settime.c: New file.
29056         * lib/stime.c: Remove.
29057
29058         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
29059         timespec.h.  Remove nanosleep.h.
29060
29061 2002-02-25  Paul Eggert  <eggert@twinsun.com>
29062
29063         * m4/acl.m4: New file.
29064         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
29065         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
29066
29067 2002-02-25  Paul Eggert  <eggert@twinsun.com>
29068
29069         * lib/acl.c, lib/acl.h: New files.
29070         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
29071
29072 2002-02-24  Jim Meyering  <meyering@lucent.com>
29073
29074         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
29075         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
29076         cause trouble.  Reported by Nelson Beebe.
29077
29078 2002-02-23  Paul Eggert  <eggert@twinsun.com>
29079
29080         * lib/path-concat.c (xpath_concat): Reorder code to pacify
29081         compilers that don't know that xalloc_die never returns.
29082
29083 2002-02-20  Jim Meyering  <meyering@lucent.com>
29084
29085         * lib/getdate.c: Regenerate using bison-1.33.
29086
29087 2002-02-17  Jim Meyering  <meyering@lucent.com>
29088
29089         * config/config.guess (main): Don't use `head -1'; it's no longer
29090         portable. Use `sed 1q' instead.
29091
29092 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
29093
29094         * m4/codeset.m4: Upgrade to gettext-0.11.
29095         * m4/gettext.m4: Upgrade to gettext-0.11.
29096         * m4/glibc21.m4: Upgrade to gettext-0.11.
29097         * m4/iconv.m4: Upgrade to gettext-0.11.
29098         * m4/isc-posix.m4: Upgrade to gettext-0.11.
29099         * m4/lcmessage.m4: Upgrade to gettext-0.11.
29100         * m4/lib-ld.m4: New file, from gettext-0.11.
29101         * m4/lib-link.m4: New file, from gettext-0.11.
29102         * m4/lib-prefix.m4: New file, from gettext-0.11.
29103         * m4/progtest.m4: Upgrade to gettext-0.11.
29104
29105 2002-02-15  Paul Eggert  <eggert@twinsun.com>
29106
29107         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
29108         (jm_PREREQ): Use it.
29109
29110 2002-02-15  Paul Eggert  <eggert@twinsun.com>
29111
29112         * lib/posixver.c, lib/posixver.h: New files.
29113         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
29114
29115 2002-02-02  Paul Eggert  <eggert@twinsun.com>
29116             Bruno Haible  <bruno@clisp.org>
29117
29118         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
29119         (fwrite_success_callback): New declaration.
29120         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
29121         print_unicode_char. Call failure callback instead of error.
29122         (fwrite_success_callback): New function.
29123         (exit_failure_callback): New function.
29124         (fallback_failure_callback): New function.
29125         (print_unicode_char): Call unicode_to_mb.
29126
29127 2002-01-26  Jim Meyering  <meyering@lucent.com>
29128
29129         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
29130         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
29131
29132 2002-01-26  Jim Meyering  <meyering@lucent.com>
29133
29134         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
29135
29136 2002-01-22  Paul Eggert  <eggert@twinsun.com>
29137
29138         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
29139
29140 2002-01-22  Jim Meyering  <meyering@lucent.com>
29141
29142         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
29143         Otherwise, some versions of automake would omit the rule that makes
29144         Makefile from Makefile.in.
29145
29146 2002-01-21  Paul Eggert  <eggert@twinsun.com>
29147
29148         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
29149         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
29150         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
29151         (memcoll): Set errno to zero if there is no error.
29152
29153         * lib/quotearg.c (quotearg_buffer_restyled):
29154         Fix bug with quoting buffers containing NUL when backslashing escapes.
29155         This bug was exposed by the other changes in this patch.
29156         (quotearg_n_options): New arg ARGSIZE.
29157         All callers changed.
29158         (quoting_options_from_style): New function.
29159         (quotearg_n_style): Use it.
29160         (quotearg_n_style_mem): New function.
29161
29162         * lib/quotearg.h (quotearg_n_style_mem): New function.
29163
29164 2002-01-19  Jim Meyering  <meyering@lucent.com>
29165
29166         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
29167         Remove useless quotes: DF_PROG="df".
29168         * m4/strnlen.m4: New file.
29169
29170 2002-01-16  Paul Eggert  <eggert@twinsun.com>
29171
29172         * lib/backupfile.c (ISDIGIT): Comment fix.
29173         * lib/getdate.y (ISDIGIT): Likewise.
29174         * lib/posixtm.c (ISDIGIT, year): Likewise.
29175         * lib/strverscmp.c (ISDIGIT): Likewise.
29176         * lib/userspec.c (ISDIGIT): Likewise.
29177
29178 2002-01-16  Jim Meyering  <meyering@lucent.com>
29179
29180         * lib/getdate.y: Add three semicolons, each just before a closing
29181         brace. Bison (as of version 1.31) no longer papers over that mistake.
29182
29183 2002-01-05  Jim Meyering  <meyering@lucent.com>
29184
29185         * lib/version-etc.c (version_etc_copyright): Update copyright year.
29186
29187 2001-12-19  Paul Eggert  <eggert@twinsun.com>
29188
29189         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
29190         not silently exit merely because the output buffer happens to
29191         have nothing pending.
29192
29193 2001-12-18  Paul Eggert  <eggert@twinsun.com>
29194
29195         See the big note in ../ChangeLog.
29196         * lib/human.c (suffixes): Prefer K to k for 1024.
29197         (generate_suffix_backwards): New function.
29198         (human_readable_inexact): Use it.
29199         * lib/xstrtol.c (__xstrtol): If there is no number but there
29200         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
29201         Accept 'K' as well as 'k'.
29202
29203 2001-12-15  Jim Meyering  <meyering@lucent.com>
29204
29205         * lib/regex.h (__restrict_arr): Update from libc.
29206
29207         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
29208         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
29209         (STREQ): Define.
29210
29211 2001-12-14  Jim Meyering  <meyering@lucent.com>
29212
29213         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
29214         Suggestion from Bruno Haible.
29215
29216 2001-12-10  Jim Meyering  <meyering@lucent.com>
29217
29218         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
29219         xrealloc, Instead, include "xalloc.h".
29220         (initbuffer): Don't cast xmalloc return value to char*.
29221         (readline): Reword comment.
29222         Don't cast xrealloc return value to char*
29223         Return NULL, not 0.
29224
29225 2001-12-09  Jim Meyering  <meyering@lucent.com>
29226
29227         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
29228         about `signed and unsigned type in conditional expression'.
29229         * lib/posixtm.c (posix_time_parse): Likewise.
29230
29231         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
29232
29233         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
29234         to avoid a pedantic warning.
29235
29236         * lib/getstr.c: Don't include assert.h.
29237         (getstr): Remove warning-evoking assertions.
29238         Return -1 if offset parameter is out of bounds.
29239         Change the type of a local from int to size_t.
29240
29241         * lib/strftime.c (my_strftime_localtime_r): Include this function
29242         definition in the `#if ! HAVE_TM_GMTOFF' block.
29243
29244         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
29245         Include xalloc.h instead.
29246
29247 2001-12-02  Jim Meyering  <meyering@lucent.com>
29248
29249         * lib/tempname.c: Don't declare getenv, thus reverting the change of
29250         2001-11-18.  It's no longer necessary, now that stdlib.h is always
29251         included.
29252
29253         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
29254         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
29255
29256 2001-11-30  Akim Demaille  <akim@epita.fr>
29257
29258         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
29259         before being defined.
29260
29261 2001-11-27  Paul Eggert  <eggert@twinsun.com>
29262
29263         * lib/quotearg.h (quotearg_n, quotearg_n_style):
29264         First arg is int, not unsigned.
29265         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
29266         (SIZE_MAX, UINT_MAX): New macros.
29267         (quotearg_n_options): Abort if N is negative.
29268         Avoid overflow check on hosts where size_t is 64 bits and int
29269         is 32 bits, as overflow is impossible there.
29270         Fix off-by-one typo that caused unnecessary reallocation.
29271
29272 2001-11-27  Jim Meyering  <meyering@lucent.com>
29273
29274         * lib/tempname.c: Merge with version from libc.
29275         * lib/regex.c: Likewise.
29276
29277         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
29278         systems for which STDC_HEADERS is 0, it was not included, resulting in
29279         a warning about an integer-to-pointer conversion problem with getenv.
29280         Reported by Volker Borchert.
29281
29282 2001-11-26  Jim Meyering  <meyering@lucent.com>
29283
29284         * lib/gtod.h: Remove file.
29285         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
29286         * lib/gettimeofday.c: Don't include gtod.h.
29287         (GTOD_init): Remove function.
29288         (rpl_gettimeofday): Do its job here instead, rather than aborting.
29289         Suggestion from Volker Borchert.
29290
29291 2001-11-23  Jim Meyering  <meyering@lucent.com>
29292
29293         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
29294         it.
29295         * lib/hash.c (struct hash_table): Define it here instead.
29296
29297 2001-11-22  Jim Meyering  <meyering@lucent.com>
29298
29299         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
29300
29301 2001-11-20  Jim Meyering  <meyering@lucent.com>
29302
29303         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
29304         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
29305
29306 2001-11-19  Jim Meyering  <meyering@lucent.com>
29307
29308         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
29309         directory.  Use "conftestXXXXXX" as the template.
29310         Suggestion from Paul Eggert.
29311
29312         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
29313         immediately, so the test doesn't mistakenly hit the max-open-files
29314         limit.
29315
29316 2001-11-18  Paul Eggert  <eggert@twinsun.com>
29317
29318         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
29319         (TEMPORARIES): New macro.
29320         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
29321         removes an artificial limitation (e.g. HP-UX 10.20, where
29322         TMP_MAX is 17576).
29323
29324 2001-11-18  Jim Meyering  <meyering@lucent.com>
29325
29326         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
29327
29328 2001-11-18  Jim Meyering  <meyering@lucent.com>
29329
29330         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
29331         on SunOS 4.
29332
29333         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
29334         files will be created before anything else.
29335
29336 2001-11-17  Paul Eggert  <eggert@twinsun.com>
29337
29338         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
29339         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
29340
29341 2001-11-17  Jim Meyering  <meyering@lucent.com>
29342
29343         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
29344         Prompted by a report from Bob Proulx.
29345
29346         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
29347         Instead, require UTILS_FUNC_MKSTEMP.
29348
29349 2001-11-17  Jim Meyering  <meyering@lucent.com>
29350
29351         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
29352         Now, that's done as part of AC_FUNC_STRTOD.
29353
29354 2001-11-17  Jim Meyering  <meyering@lucent.com>
29355
29356         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
29357         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
29358         rather than group writable.  Patch by Juan F. Codagnone.
29359
29360         * lib/readtokens.c: Remove explicit declarations of xmalloc and
29361         xrealloc, Instead, include "xalloc.h".
29362
29363         * lib/mountlist.c: Include unlocked-io.h after all system headers.
29364         Remove explicit declarations of xmalloc, xrealloc,
29365         and xstrdup.  Instead, include "xalloc.h".
29366
29367         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
29368         unlocked-io.h.
29369         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
29370         Likewise.
29371         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
29372
29373         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
29374         Reported by Padraig Brady.
29375
29376         * lib/mkstemp.c: #undef mkstemp.
29377         Include config.h.
29378         (rpl_mkstemp): Rename from mkstemp.
29379         Protoize.
29380
29381 2001-11-16  Jim Meyering  <meyering@lucent.com>
29382
29383         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
29384         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
29385         determine the amount of total physical memory, use pstat_getstatic.
29386         HPUX-11 doesn't define _SC_PHYS_PAGES.
29387         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
29388         If sysconf couldn't be used to determine the amount of available
29389         physical memory, use both pstat_getstatic and pstat_getdynamic.
29390         Based on a patch from Bob Proulx.
29391
29392 2001-11-10  Jim Meyering  <meyering@lucent.com>
29393
29394         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
29395         (jm_PREREQ): Use it.
29396
29397 2001-11-09  Jim Meyering  <meyering@lucent.com>
29398
29399         * m4/jm-macros.m4: Require autoconf-2.52f.
29400         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
29401         Use these AC_-prefixed names, not the AM_-prefixed ones.
29402
29403         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
29404
29405 2001-11-05  Jim Meyering  <meyering@lucent.com>
29406
29407         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
29408
29409 2001-11-04  Jim Meyering  <meyering@lucent.com>
29410
29411         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
29412         $DEFS.
29413
29414 2001-11-03  Jim Meyering  <meyering@lucent.com>
29415
29416         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
29417         of AC_DEFUN.
29418
29419         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
29420         know the name of the variable in the macro definition.
29421
29422 2001-11-03  Jim Meyering  <meyering@lucent.com>
29423
29424         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
29425         in argmatch_to_argument call.
29426
29427         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
29428         argument.
29429
29430         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
29431         e.g., a fault due to an attempt to free a NULL pointer.
29432
29433 2001-11-01  Jim Meyering  <meyering@lucent.com>
29434
29435         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
29436         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
29437
29438 2001-11-01  Jim Meyering  <meyering@lucent.com>
29439
29440         * lib/dirfd.c, lib/dirfd.h: New files.
29441         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
29442
29443         * lib/hash.c (hash_print) [TESTING]: Clean up.
29444
29445 2001-10-22  Paul Eggert  <eggert@twinsun.com>
29446
29447         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
29448         to avoid a warning if -Wall.
29449
29450 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
29451
29452         * README: New file
29453         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
29454         (per RMS's instructions, this is now the canonical source)
29455         * lgpl/, gpl/: New directories.
29456
29457 2001-10-21  Paul Eggert  <eggert@twinsun.com>
29458
29459         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
29460
29461 2001-10-21  Jim Meyering  <meyering@lucent.com>
29462
29463         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
29464         this code would end up calling gettext even in packages built
29465         with --disable-nls.
29466         * lib/getopt.c (_): Likewise.
29467         * lib/regex.c (_): Likewise.
29468
29469 2001-10-20  Paul Eggert  <eggert@twinsun.com>
29470
29471         * m4/error.m4 (jm_PREREQ_ERROR):
29472         Do not invoke AC_CHECK_FUNCS with strerror_r, as
29473         AC_FUNC_STRERROR_R does that.
29474         Check for strerror declaration.
29475
29476         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
29477         are supposed to have them these days.
29478         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
29479         Merge changes from latest Autoconf CVS.
29480         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
29481         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
29482         POSIX decided to standardize on the int flavor of strerror_r.
29483
29484 2001-10-20  Paul Eggert  <eggert@twinsun.com>
29485
29486         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
29487         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
29488         Use strerror_r that is only a macro, even if it is not a function.
29489         (strerror): Check for HAVE_DECL_STRERROR before declaring.
29490         (private_strerror): Use prototypes, not old-style function definition.
29491         (print_errno_message): New function.
29492         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
29493         char*-flavored one.
29494         (error_tail, error, error_at_line): Use it.
29495
29496 2001-10-11  Jim Meyering  <meyering@lucent.com>
29497
29498         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
29499         and quote_n (1, ... to avoid clobbering a buffer.
29500
29501 2001-10-05  Jim Meyering  <meyering@lucent.com>
29502
29503         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
29504         hash-pjw.h.
29505         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
29506         * lib/hash-pjw.h: New file.
29507
29508 2001-09-30  Jim Meyering  <meyering@lucent.com>
29509
29510         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
29511         `struct fsstat' has the `f_fstypename' member.
29512         Use that to define FS_TYPE, which is now used to make
29513         the getfsstat link test tighter.
29514
29515 2001-09-30  Jim Meyering  <meyering@lucent.com>
29516
29517         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
29518         Include <sys/ucred.h>, for Apple Darwin.
29519         Include sys/mount.h and sys/fs_types.h only if available.
29520         (FS_TYPE): Define.
29521         (read_filesystem_list): Use FS_TYPE.
29522
29523 2001-09-29  Paul Eggert  <eggert@twinsun.com>
29524
29525         * lib/exclude.c (excluded_filename): 0 -> false, since it's
29526         a boolean context.
29527
29528 2001-09-29  Jim Meyering  <meyering@lucent.com>
29529
29530         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
29531         [one-argument getmntent function]): Include stdio.h before mntent.h.
29532         SunOS 4.1.x needs it for the declaration of `FILE'.
29533         Patch by Volker Borchert.
29534
29535         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
29536         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
29537         sys/fs_types.h, and make the link-test for getfsstat guard #include
29538         directives with appropriate #if HAVE_*_H tests so that we can
29539         detect getfsstat on Apple Darwin1.3.7 systems.
29540         Reported by Nelson Beebe.
29541         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
29542
29543 2001-09-28  Paul Eggert  <eggert@twinsun.com>
29544
29545         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
29546         #defines strtoimax.  Also treat the other strto* functions
29547         like strtoimax.
29548
29549         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29550         Check for strtoul and strtoumax,
29551         as those declarations are made even in the signed case.
29552         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
29553         Likewise, for strtol and strtoimax.
29554
29555 2001-09-28  Paul Eggert  <eggert@twinsun.com>
29556
29557         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
29558         #defines strtoimax.  Also treat the other strto* functions
29559         like strtoimax.
29560
29561         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
29562         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
29563         (strtoimax, strtoumax): Do not declare if already defined as a macro.
29564
29565 2001-09-26  Jim Meyering  <meyering@lucent.com>
29566
29567         Most macros in unlocked-io.h had the wrong number of arguments.
29568         * lib/gen-uio: New script.
29569         (USE_UNLOCKED_IO): Define to 1 if not already defined.
29570         * lib/unlocked-io.hin: Remove file.
29571         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
29572         rather than trying to embed it here.
29573         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
29574         Reported by Padraig Brady.
29575
29576 2001-09-25  Volker Borchert  <bt@teknon.de>
29577
29578         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
29579         `result'.
29580
29581 2001-09-24  Jim Meyering  <meyering@lucent.com>
29582
29583         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
29584
29585 2001-09-23  Jim Meyering  <meyering@lucent.com>
29586
29587         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
29588         instead of the mere test for existence of mntent.h.  The latter
29589         would get a false-positive on AIX 3.4 systems.
29590         In the outer getmntent if-block, don't die if neither of the getmntent
29591         tests succeeds.  Instead, just fall through and continue with the
29592         remaining tests.
29593
29594 2001-09-23  Jim Meyering  <meyering@lucent.com>
29595
29596         * lib/mountlist.c: Remove useless parentheses in #if directives.
29597         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
29598         the deprecated MOUNTED symbol is no longer defined in mntent.h.
29599
29600 2001-09-22  Jim Meyering  <meyering@lucent.com>
29601
29602         * m4/gettext.m4: New file.  From gettext.
29603         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
29604         * m4/progtest.m4: Likewise
29605         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
29606         * m4/glibc21.m4: Likewise.
29607
29608         * m4/libintl.m4: Remove.  No longer used.
29609
29610 2001-09-22  Jim Meyering  <meyering@lucent.com>
29611
29612         * lib/localcharset.c: Update from latest gettext.
29613         * lib/config.charset: Likewise.
29614
29615 2001-09-20  Jim Meyering  <meyering@lucent.com>
29616
29617         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
29618         strtoimax.
29619         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
29620         strtoumax.
29621
29622 2001-09-20  Jim Meyering  <meyering@lucent.com>
29623
29624         * lib/xstrtol.c (strtoimax): Guard declaration with
29625         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
29626         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
29627         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
29628         (strtoumax): Likewise, for completeness (it wasn't necessary).
29629
29630 2001-09-17  Paul Eggert  <eggert@twinsun.com>
29631
29632         * lib/strtoimax.c (HAVE_LONG_LONG):
29633         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
29634         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
29635         to work around bug in IBM C compiler.
29636
29637 2001-09-17  Jim Meyering  <meyering@lucent.com>
29638
29639         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
29640         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
29641         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
29642         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
29643         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
29644         whenever the right hand side need not be expanded by the shell.
29645
29646 2001-09-16  Paul Eggert  <eggert@twinsun.com>
29647
29648         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
29649         library.  It's not correct, as some older glibcs are buggy.
29650         fnmatch wasn't fixed until glibc 2.2.
29651
29652         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
29653         special shell magic here.
29654
29655 2001-09-16  Jim Meyering  <meyering@lucent.com>
29656
29657         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
29658         * m4/jm-macros.m4: Require it.
29659
29660 2001-09-16  Jim Meyering  <meyering@lucent.com>
29661
29662         * lib/mkdir.c: New file.
29663
29664 2001-09-15  Jim Meyering  <meyering@lucent.com>
29665
29666         * m4/jm-macros.m4: Check for help2man.
29667
29668 2001-09-11  Jim Meyering  <meyering@lucent.com>
29669
29670         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
29671         The body, by Paul Eggert, was moved here from configure.in.
29672         * m4/jm-macros.m4: Require UTILS_HOST_OS.
29673
29674 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29675
29676         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
29677         (jm_PREREQ): Use it.
29678
29679 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29680
29681         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
29682         Use ssize_t, not int, to store result of readlink.
29683         Check for ssize_t overflow as well as size_t overflow,
29684         as POSIX says the result of readlink is implementation-defined
29685         when ssize_t overflows.
29686         Remove unnecessary cast to char*.
29687         Use free+malloc instead of realloc, as the storage doesn't need
29688         to be preserved and it's clearer and can be more efficient that way.
29689         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
29690         * lib/xreadlink.h (xreadlink): Update prototype.
29691
29692 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29693
29694         * lib/xgetcwd.c: Revert some of the previous change; intead,
29695         fix the HAVE_GETCWD_NULL code to behave more like the
29696         !HAVE_GETCWD_NULL code used to.
29697
29698         Include "xalloc.h".
29699         (xgetcwd): Do not return NULL when memory is exhausted; instead,
29700         invoke xalloc_die.
29701
29702 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29703
29704         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
29705         sys/param.h, as pathmax.h includes them.
29706
29707 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29708
29709         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
29710         (jm_PREREQ_XGETCWD): New macro.
29711
29712         * m4/getcwd.m4: New file.
29713
29714 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29715
29716         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
29717         like the HAVE_GETCWD_NULL code.
29718         Include pathmax.h if not HAVE_GETCWD.
29719         Do not include xalloc.h.
29720         (INITIAL_BUFFER_SIZE): New symbol.
29721         Do not use xmalloc / xrealloc, since the caller is responsible for
29722         handling errors.  Preserve errno around `free' during failure.
29723         Do not overrun buffer when using getwd.
29724
29725 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29726
29727         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
29728         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
29729         getcwd (NULL, 0).
29730
29731 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29732
29733         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
29734         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
29735         spotted by Jim Meyering.
29736
29737 2001-09-03  Jim Meyering  <meyering@lucent.com>
29738
29739         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
29740         failure.
29741
29742 2001-09-02  Jim Meyering  <meyering@lucent.com>
29743
29744         * lib/error.c: Update from GNU libc.
29745
29746 2001-09-01  Jim Meyering  <meyering@lucent.com>
29747
29748         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
29749         Used by df.
29750
29751 2001-09-01  Jim Meyering  <meyering@lucent.com>
29752
29753         * lib/xreadlink.c: New file.
29754         * lib/xreadlink.h: New file.
29755         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
29756         xreadlink.h.
29757
29758         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
29759         doesn't conflict with sparc Solaris 7's definition in
29760         /usr/include/sys/int_types.h.
29761
29762         * lib/exclude.c: Use `""', not `<>' to #include non-system header
29763         files.
29764         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
29765         and strncasecmp as r-values.  Unixware didn't have declarations.
29766
29767 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29768
29769         * lib/xstrtol.h: Add copyright notice.
29770         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
29771         LONGINT_INVALID_SUFFIX_CHAR.
29772
29773 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29774
29775         * lib/xstrtol.c (strtoimax): New decl.
29776
29777 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29778
29779         * lib/xgetcwd.c: Don't include pathmax.h.
29780         Include stdlib.h and unistd.h if available.
29781         Include xalloc.h.
29782         (xmalloc, xstrdup, free): Remove decls.
29783         (xgetcwd): Don't assume sizes fit in unsigned.
29784         Check for overflow when computing sizes.
29785         Simplify reallocation code.
29786
29787 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29788
29789         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
29790         a directory's st_size can have an arbitrary value, so the old
29791         usage could waste an arbitrary amount of memory.  All uses
29792         changed.
29793         * lib/savedir.h: Update prototype.
29794
29795 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29796
29797         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
29798
29799         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
29800         old strtoimax.c.
29801
29802         Also, make the following further changes to make this file's
29803         configuration more similar to that of strtol.c:
29804         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
29805         (strtoumax, uintmax_t, strtoull, strtol): Remove.
29806         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
29807         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
29808         changed to signed values.
29809
29810         And make the following changes as well:
29811         Fix copyright notice, as 1999 was missing.
29812         (verify): New macro.
29813         (strtoimax): Check sizes at compile-time, not run-time.
29814         Prefer strtol to strtoll if both work.
29815         (main): Remove; it was not that useful and was a pain to maintain.
29816
29817         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
29818
29819 2001-08-31  Jim Meyering  <meyering@lucent.com>
29820
29821         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
29822         Use an initial, malloc'd, buffer of length 128 rather than
29823         a statically allocated one of length 1024.
29824
29825 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29826
29827         Simplify code, partly by assuming autoconf 2.52 semantics.
29828
29829         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
29830
29831         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
29832         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
29833         All uses removed.
29834         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
29835         Move AC_REQUIRE to next-to-top level, to avoid confusion.
29836         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
29837         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
29838         jm_AC_HEADER_INTTYPES_H.
29839         * m4/jm-macros.m4 (jm_MACROS): Likewise.
29840
29841         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
29842
29843         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29844         Quote first arg of AC_DEFUN.
29845         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
29846         since they are needed to parse the include file even if we need
29847         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
29848         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
29849         but with opposite signedness.
29850
29851 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29852
29853         Merge 'exclude' changes from tar 1.13.22.
29854         This fixes one or two unlikely storage allocation overflow bugs,
29855         but doesn't change user-visible behavior otherwise.
29856
29857 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29858
29859         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
29860         (jm_PREREQ_EXCLUDE): New macro.
29861
29862 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29863
29864         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
29865         tm to be declared.
29866
29867 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29868
29869         * lib/hash.c: Remove '2001' from copyright notice.
29870
29871 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29872
29873         * lib/full-write.h: New file.
29874         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
29875         * lib/full-write.c: Correct credits, as cccp.c no longer
29876         exists and anyway it was so heavily changed from the old cccp
29877         code as to be unrecognizable.  Include full-write.h.
29878         (full_write) Return size_t, with short writes meaning failure.
29879         All callers changed.  This fixes a bug with large buffers
29880         on 64-bit hosts.
29881         * lib/utime.c: Include full-write.h.
29882
29883 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29884
29885         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
29886         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
29887         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
29888         Include if available.
29889         (<xalloc.h>): Include
29890         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
29891         (verify): New macro.  Use it to verify that EXCLUDE macros do not
29892         collide with FNM macros.
29893         (struct patopts): New struct.
29894         (struct exclude): Use it, as exclude patterns now come with options.
29895         (new_exclude): Support above changes.
29896         (new_exclude, add_exclude_file):
29897         Initial size must now be a power of two to simplify overflow checking.
29898         (free_exclude, fnmatch_no_wildcards): New function.
29899         (excluded_filename): No longer requires options arg, as the options
29900         are determined by add_exclude.  Now returns bool, not int.
29901         (excluded_filename, add_exclude):
29902         Add support for the fancy new exclusion options.
29903         (add_exclude, add_exclude_file): Now takes int options arg.
29904         Check for arithmetic overflow when computing sizes.
29905         (add_exclude_file): xrealloc might modify errno, so don't
29906         realloc until after errno might be used.
29907
29908         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
29909         New macros.
29910         (free_exclude): New decl.
29911         (add_exclude, add_exclude_file): Now takes int options arg.
29912         (excluded_filename): No longer requires options arg, as the options
29913         are determined by add_exclude.  Now returns bool, not int.
29914
29915 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29916
29917         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
29918
29919 2001-08-27  Jim Meyering  <meyering@lucent.com>
29920
29921         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
29922
29923         * lib/version-etc.c (N_): Remove definition.
29924         Revert most of last change.
29925         Instead, simply don't mark the `Copyright...' string for translation.
29926         Based on advice from Paul Eggert.
29927
29928         * lib/strtoxmax.c: Tweak comment.
29929
29930 2001-08-26  Jim Meyering  <meyering@lucent.com>
29931
29932         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
29933
29934         * m4/xstrtoimax.m4: New file.
29935         * m4/xstrtoumax.m4: Add comments explaining why we
29936         AC_REPLACE_FUNCS(strtol).
29937
29938 2001-08-26  Jim Meyering  <meyering@lucent.com>
29939
29940         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
29941         of copyright with `%s' so translators don't get an untranslated
29942         message in 2002.
29943         (COPYRIGHT_YEAR): Define.
29944         (version_etc): Use fprintf rather than fputs.
29945         Suggestion from Ulrich Drepper.
29946
29947         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
29948
29949         * lib/strtoll.c: New file, from GNU libc.
29950         * lib/xstrtoimax.c: New file.
29951
29952         * lib/xstrtol.h: Add xstrtoimax.
29953         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
29954         * lib/strtoimax.c: New file.  Likewise, but first define
29955         STRTOUXMAX_SIGNED.
29956
29957         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
29958         ...
29959         * lib/strtoxmax.c: ... then renamed to this.
29960
29961 2001-08-18  Paul Eggert  <eggert@twinsun.com>
29962
29963         * m4/inttypes.m4: Add AC_PREREQ(2.13).
29964         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
29965         (jm_AC_TYPE_INTMAX_T): New macro.
29966         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
29967
29968         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
29969
29970         * m4/longlong.m4: Renamed from ulonglong.m4.
29971         * m4/inttypes.m4: Renamed from inttypes_h.m4.
29972         * m4/uintmax_t.m4: Removed.
29973
29974 2001-08-13  Paul Eggert  <eggert@twinsun.com>
29975
29976         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
29977         Port to Solaris 8, where 'sed' requires a space after the 'r'
29978         command, and where sh dislikes "$/".  Clean up the spacing a bit.
29979         Redirect output to $tmp just once.
29980
29981 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
29982
29983         * lib/addext.c (<errno.h>): Include.
29984         (errno): Declare if not defined.
29985         (addext): Work correctly when pathconf returns -1 and leaves
29986         errno alone because there is no limit.  Also, work even if
29987         pathconf returns a value greater than SIZE_MAX.
29988
29989 2001-08-12  Jim Meyering  <meyering@lucent.com>
29990
29991         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
29992         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
29993         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
29994         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
29995         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
29996         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
29997         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
29998         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
29999         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
30000         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
30001         utime.m4, utimes.m4, xstrtoumax.m4:
30002         Quote the first argument in each use of AC_DEFUN.
30003
30004 2001-08-12  Jim Meyering  <meyering@lucent.com>
30005
30006         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
30007         Simply `return getcwd (NULL, 0);'.
30008         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
30009         Use 1300 as initial value for length, not PATH_MAX.
30010
30011         * lib/pathmax.h: Clean up cpp syntax.
30012
30013 2001-08-12  Jim Meyering  <meyering@lucent.com>
30014
30015         * lib/gettimeofday.c: New file.
30016         * lib/gtod.h: New file.
30017         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
30018
30019 2001-08-05  Jim Meyering  <meyering@lucent.com>
30020
30021         * m4/jm-macros.m4: Require autoconf-2.52.
30022
30023 2001-08-04  Jim Meyering  <meyering@lucent.com>
30024
30025         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
30026         stmt, to get in sync with glibc.
30027
30028 2001-08-03  Paul Eggert  <eggert@twinsun.com>
30029
30030         The following changes are from gettext 0.10.39 as maintained by
30031         Bruno Haible.
30032
30033         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
30034         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
30035         with inverted sense.  All uses changed.
30036
30037         * lib/mbswidth.c: Don't include <limits.h>.
30038         Include <stdlib.h> and <string.h> unconditionally.
30039         (iswcntrl, mbsinit, ISCNTRL): New macros.
30040         (mbsnwidth): Use K&R style function declarations.
30041         Don't bother checking for MB_LEN_MAX == 1, since the compiler
30042         can optimize it when MB_CUR_MAX == 1.
30043         The width of control characters is zero, not 1.
30044
30045 2001-08-03  Paul Eggert  <eggert@twinsun.com>
30046
30047         The following changes are from gettext 0.10.39 as maintained by
30048         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
30049
30050         * m4/codeset.m4: Upgrade to serial AM1.
30051         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
30052         all uses changed.  Quote first arg of AC_DEFUN.
30053         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
30054
30055         * m4/iconv.m4: Upgrade to serial AM2.
30056         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
30057         Add --with-libconv-prefix.
30058         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
30059         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
30060         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
30061         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
30062         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
30063
30064         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
30065         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
30066         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
30067         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
30068         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
30069         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
30070         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
30071         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
30072         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
30073
30074         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
30075         string.h any more.
30076
30077         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
30078         not the default value.
30079
30080         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
30081         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
30082         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
30083         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
30084         Also check for iswcntrl, used for wcwidth fallback.
30085         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
30086         to Autoconf 2.13.
30087
30088 2001-08-03  Jim Meyering  <meyering@lucent.com>
30089
30090         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
30091         as it was in the original.  Reported by Paul Eggert.
30092
30093 2001-07-16  Jim Meyering  <meyering@lucent.com>
30094
30095         * m4/gettimeofday.m4: New file.
30096         Prompted by a report from Bernhard Baehr.
30097
30098 2001-07-15  Jim Meyering  <meyering@lucent.com>
30099
30100         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
30101         stuff. Now it's in ../Makefile.cfg.
30102
30103 2001-07-15  Jim Meyering  <meyering@lucent.com>
30104
30105         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
30106         (BUILT_SOURCES): Add unlocked-io.h.
30107         (io_functions): Define.
30108         (unlocked-io.h): New rule.
30109         (DISTCLEANFILES): Add unlocked-io.h.
30110         (all-local): Depend on unlocked-io.h, to ensure it is created.
30111
30112         * lib/unlocked-io.hin: New file
30113
30114         * lib/regex.c: Update from glibc.
30115
30116 2001-07-05  Jim Meyering  <meyering@lucent.com>
30117
30118         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
30119         recommendation.
30120         (libfetish_a_SOURCES): Put all .h files here instead.
30121         Remove a thus-exposed (better checks in automake) duplicate and
30122         two unnecessary .h files.
30123
30124 2001-07-04  Jim Meyering  <meyering@lucent.com>
30125
30126         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
30127         that generates jm-glibc-io.m4 so that it doesn't trigger any make
30128         distcheck failure.
30129
30130 2001-07-02  Jim Meyering  <meyering@lucent.com>
30131
30132         The following changes were prompted by suggestions from Bruno Haible.
30133
30134         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
30135         is now generated.
30136         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
30137         definition of EXTRA_DIST.
30138         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
30139         ensure that the generated file is created/updated whenever the list
30140         of $(unlocked_functions) is changed.
30141         (jm-glibc-io.m4): New rule.
30142         (unlocked-io.h): New rule -- currently unused.
30143
30144 2001-06-24  Jim Meyering  <meyering@lucent.com>
30145
30146         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
30147         unmatched right bracket, rather than kludging it with an extra,
30148         falsely-matching quote in a comment.  Patch by Akim Demaille.
30149
30150 2001-06-11  Jim Meyering  <meyering@lucent.com>
30151
30152         * lib/regex.c: Update from GNU libc.
30153
30154 2001-05-27  Jim Meyering  <meyering@lucent.com>
30155
30156         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
30157         Check for ut_type in struct utmp.
30158
30159 2001-05-27  Jim Meyering  <meyering@lucent.com>
30160
30161         * lib/readutmp.h (UT_TYPE): Define.
30162
30163 2001-05-24  Jim Meyering  <meyering@lucent.com>
30164
30165         * lib/argmatch.c: Include "quote.h".
30166         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
30167         quote function.  Reported by Göran Uddeborg.
30168
30169 2001-05-22  Jim Meyering  <meyering@lucent.com>
30170
30171         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
30172         now that we use the package-supplied version unconditionally.
30173         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
30174
30175 2001-05-21  Jim Meyering  <meyering@lucent.com>
30176
30177         * m4/regex.m4: Change a couple backticks to single quotes to avoid
30178         shell syntax errors.
30179
30180 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
30181
30182         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
30183
30184 2001-05-20  Paul Eggert  <eggert@twinsun.com>
30185
30186         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
30187         Don't bother to check library strftime, since
30188         we'll be using our own my_strftime function anyway.
30189         Define my_strftime instead of strftime.
30190
30191 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
30192
30193         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
30194         which is not yet declared.
30195
30196 2001-05-15  Jim Meyering  <meyering@lucent.com>
30197
30198         * m4/regex.m4: Use proper quoting so brackets appear in the test
30199         program.
30200         Reported by, and with help from, Bruno Haible.
30201
30202 2001-05-13  Jim Meyering  <meyering@lucent.com>
30203
30204         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
30205         undefined.
30206
30207 2001-05-11  Paul Eggert  <eggert@twinsun.com>
30208
30209         dirname code cleanup.  base_name now behaves more compatibly
30210         with POSIX basename when given file names that have trailing
30211         slashes, and similarly for dir_name.  Add new primitives
30212         base_len and dir_len.  Put the directory-name-related decls
30213         into dirname.h.
30214
30215         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
30216         * lib/backupfile.c (base_name): Likewise.
30217         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
30218         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
30219         * lib/makepath.c (strip_trailing_slashes): Likewise.
30220         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
30221         ISSLASH): Likewise.
30222         * lib/rename.c (strip_trailing_slashes): Likewise.
30223         * lib/same.c (base_name): Likewise.
30224         * lib/stripslash.c (ISSLASH): Likewise.
30225
30226         * lib/addext.c: Include <dirname.h> after size_t is defined.
30227         * lib/backupfile.c: Likewise.
30228
30229         * lib/addext.c (addext): Use base_len to trim redundant
30230         trailing slashes instead of doing it ourselves.
30231         But do not trim the last slash if it is not redundant.
30232
30233         * lib/backupfile.c (find_backup_file_name,
30234         max_backup_version): Use base_len instead of rolling it ourselves.
30235         Handle the case of "" and (on DOS) "C:" correctly.
30236
30237         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
30238         needed. Include <string.h>, <dirname.h>.
30239         (base_name): Allow file names ending in slashes, other than names
30240         that are all slashes.  In this case, return the basename followed
30241         by the slashes.  This is more general, and can be used in places
30242         where the original base_name purposely had an assertion failure.
30243         (base_len): New function.
30244
30245         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
30246         Do not include <assert.h>; no longer needed.
30247         Include xalloc.h.
30248         (memrchr): Remove decl.
30249         (dir_name_r): Remove.
30250         (dir_len): Renamed from dirlen.  All callers changed.
30251         Rewrite in terms of base_name, for simplicity and consistency.
30252         (dir_name): Never return NULL.  All callers changed.
30253         Do not include <stdlib.h> in test program; no longer needed.
30254         return 0; is fine for test program.
30255
30256         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
30257         New macros.
30258         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
30259
30260         * lib/path-concat.c (path_concat): Use base_len to compute
30261         base length, not strlen; this means we cannot rely on memcpy
30262         to null-terminate.
30263
30264         * lib/same.c (STREQ): Remove.
30265         (same_name): Handle the case where the basename ends in trailing '/'.
30266
30267         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
30268         a slash was stripped.  Do not strip the last slash after a
30269         file system prefix.
30270
30271 2001-05-11  Paul Eggert  <eggert@twinsun.com>
30272
30273         * lib/Makefile.am (libfetish_a_SOURCES):
30274         Add strftime.c, since we now compile it on all hosts.
30275
30276         * lib/strftime.c (my_strftime):
30277         Define to nstrftime if emacs, but only if my_strftime is not defined.
30278         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
30279         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
30280         Add one more extra argument: a nanoseconds value.
30281         All uses changed.
30282         (ns): New macro.
30283         (my_strftime function): Add %N format.
30284         (emacs_strftimeu): Renamed from emacs_strftime,
30285         with extra ut argument.
30286
30287 2001-05-09  Paul Eggert  <eggert@twinsun.com>
30288
30289         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
30290
30291 2001-04-21  Jim Meyering  <meyering@lucent.com>
30292
30293         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
30294         doesn't interfere.
30295
30296 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
30297
30298         * m4/ftruncate.m4: Check for chsize.
30299         Link with ftruncate.o unconditionally if ftruncate is missing.
30300         This was required when cross-compiling to i586-mingw32msvc.
30301
30302 2001-04-08  Jim Meyering  <meyering@lucent.com>
30303
30304         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
30305         recomputed; that's necessary when the offset spans a DST transition.
30306         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
30307
30308 2001-04-02  Jim Meyering  <meyering@lucent.com>
30309
30310         * lib/regex.h, regex.c: Update from GNU libc.
30311
30312 2001-03-24  Jim Meyering  <meyering@lucent.com>
30313
30314         * m4/jm-macros.m4: Require autoconf-2.49d.
30315
30316 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
30317
30318         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
30319
30320 2001-03-19  Paul Eggert  <eggert@twinsun.com>
30321
30322         * lib/version-etc.c (version_etc_copyright): Update to 2001.
30323
30324 2001-03-17  Jim Meyering  <meyering@lucent.com>
30325
30326         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
30327         now that the version in autoconf is equivalent.
30328         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
30329
30330         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
30331         Suggestion from Akim Demaille.
30332
30333         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
30334         (jm_PREREQ_TEMPNAME): New function.
30335
30336 2001-03-16  Paul Eggert  <eggert@twinsun.com>
30337
30338         * lib/tempname.c (uint64_t): Define to uintmax_t if
30339         not defined, and if UINT64_MAX is not defined.
30340         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
30341         Reported by John David Anglin.
30342
30343 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
30344
30345         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
30346         resolve alias if codeset is empty.
30347         * lib/config.charset (BeOS): Use wildcard syntax.
30348
30349 2001-03-13  Jim Meyering  <meyering@lucent.com>
30350
30351         * lib/path-concat.c (path_concat)
30352         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
30353         concatenating e.g., `C:' and `foo'.
30354         From Bruno Haible.
30355
30356 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
30357
30358         * lib/localcharset.c (locale_charset): Don't use
30359         setlocale(LC_CTYPE,NULL). Don't return NULL.
30360         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
30361
30362 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
30363
30364         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
30365         support for DOS/DJGPP.
30366
30367 2001-03-01  Paul Eggert  <eggert@twinsun.com>
30368
30369         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
30370         lacks mkstemp.  Compile our own tempname.c if we compile our own
30371         mkstemp.c, as mkstemp relies on tempname.
30372
30373 2001-03-01  Jim Meyering  <meyering@lucent.com>
30374
30375         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
30376         AH_VERBATIM really does output its argument verbatim.
30377
30378 2001-02-28  Paul Eggert  <eggert@twinsun.com>
30379
30380         * lib/Makefile.am (libfetish_a_SOURCES):
30381         Add dup-safer.c, fopen-safer.c.
30382         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
30383
30384         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
30385         * lib/unistd-safer.h: New files.
30386
30387 2001-02-25  Paul Eggert  <eggert@twinsun.com>
30388
30389         The mkstemp replacement is taken from glibc 2.2.2, with some
30390         portability fixes for use outside glibc, as follows:
30391
30392         * lib/tempname.c (struct_stat64): New macro.
30393         (direxists, __gen_tempname): Use it.
30394         This avoids a portability problem with Solaris 8.
30395
30396         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
30397         (<stddef.h>, <stdint.h>, <string.h>):
30398         Include only if STDC_HEADERS || _LIBC.
30399         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
30400         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
30401         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
30402         (__set_errno): Define this macro if <errno.h> doesn't.
30403         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
30404         Define these macros if <stdio.h> doesn't.
30405         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
30406         Define these macros if <sys/stat.h>
30407         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
30408         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
30409         __xstat64): Define if not _LIBC.
30410         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
30411         (__gen_tempname): Invoke gettimeofday only if
30412         HAVE_GETTIMEOFDAY || _LIBC;
30413         otherwise, fall back on plain "time".
30414         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
30415
30416         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
30417
30418         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
30419
30420 2001-02-18  Paul Eggert  <eggert@twinsun.com>
30421
30422         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
30423
30424 2001-02-17  Paul Eggert  <eggert@twinsun.com>
30425
30426         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
30427         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
30428         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
30429         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
30430
30431 2001-02-17  Paul Eggert  <eggert@twinsun.com>
30432
30433         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
30434         Remove workaround macros for hosts that have mbrtowc but not
30435         mbstate_t, as we now insist on proper declarations for both
30436         before using mbrtowc.
30437
30438 2001-02-17  Jim Meyering  <meyering@lucent.com>
30439
30440         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
30441         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
30442         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
30443         UnixWare 7.1.1.
30444
30445         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
30446         rather than AC_CACHE_VAL.
30447
30448 2001-02-17  Jim Meyering  <meyering@lucent.com>
30449
30450         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
30451         around included file name.
30452
30453         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
30454
30455         * lib/strftime.c: Update from GNU libc (the only changes were to
30456         comments).
30457
30458 2001-02-17  Jim Meyering  <meyering@lucent.com>
30459
30460         * lib/regex.c: Update from libc.
30461
30462 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
30463
30464         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
30465         clash.
30466
30467 2001-02-16  Paul Eggert  <eggert@twinsun.com>
30468
30469         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
30470         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
30471         Reported by Mark Hounschell via Paul Eggert.
30472
30473 2001-02-07  Jim Meyering  <meyering@lucent.com>
30474
30475         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
30476
30477 2001-02-05  Jim Meyering  <meyering@lucent.com>
30478
30479         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
30480         it includes the patch required for `large file' support with at least
30481         HP-UX's 10.20 /bin/cc.
30482
30483 2001-02-03  Jim Meyering  <meyering@lucent.com>
30484
30485         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
30486         AS_IF, now that it works once again (mysteriously).
30487         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
30488
30489 2001-01-30  Jim Meyering  <meyering@lucent.com>
30490
30491         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
30492         * m4/chown.m4: Rename conftestchown to conftest.chown.
30493         * m4/rename.m4: s/conftestdir/conftest.d1/ and
30494         s/conftestdir2/conftest.d2/.
30495         * m4/utimes.m4: s/conftestdata/conftest.data/
30496         Inspired by Pavel Roskin's change in autoconf.
30497
30498 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
30499
30500         * lib/config.charset: Update for FreeBSD 4.2.
30501
30502 2001-01-27  Jim Meyering  <meyering@lucent.com>
30503
30504         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
30505         a use of AS_IF.
30506         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
30507
30508 2001-01-26  Jim Meyering  <meyering@lucent.com>
30509
30510         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
30511         quotearg.c includes it.
30512
30513 2001-01-26  Jim Meyering  <meyering@lucent.com>
30514
30515         * lib/quotearg.c: Include stddef.h.
30516         * lib/quote.c: Include stddef.h.
30517         Reported by Axel Kittenberger.
30518
30519         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
30520         line in double quotes so that it evokes a better diagnostic.
30521         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
30522         Reported by Axel Kittenberger.
30523
30524 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
30525
30526         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
30527         as if it was a `charset'.
30528
30529 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
30530
30531         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
30532         has const.
30533
30534 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
30535
30536         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
30537         to avoid a warning.  Add back 'const' to inptr.
30538
30539 2001-01-20  Jim Meyering  <meyering@lucent.com>
30540
30541         Be sure that headers are checked before used in code compiled
30542         for the type checks.
30543         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
30544         In place of that, invoke jm_CHECK_ALL_TYPES.
30545         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
30546         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
30547         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
30548         The check for ssize_t was mistakenly run before the test for unistd.h.
30549
30550         The configure-time check for stdbool.h was missing.
30551         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
30552         (jm_PREREQ_HASH): New function.
30553
30554 2001-01-17  Jim Meyering  <meyering@lucent.com>
30555
30556         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
30557         for autoconf-2.49c.
30558         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
30559
30560 2001-01-16  Jim Meyering  <meyering@lucent.com>
30561
30562         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
30563         From Bruno Haible.
30564
30565 2001-01-14  Jim Meyering  <meyering@lucent.com>
30566
30567         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
30568         foo and bar.  Create conftestdir/ in the script, not in the C code.
30569         Remove directories in the script, not in the C code.
30570         Remove conftestdir{,2} before trying to create the directory.
30571         Make the entire configure script fail if the mkdir fails.
30572
30573 2001-01-14  Jim Meyering  <meyering@lucent.com>
30574
30575         * lib/rename.c: New file.  From Volker Borchert.
30576         Include stdlib.h, string.h or strings.h, and xalloc.h.
30577         Use strip_trailing_slashes rather than open-coding it.
30578
30579 2001-01-03  Paul Eggert  <eggert@twinsun.com>
30580
30581         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
30582
30583 2001-01-03  Jim Meyering  <meyering@lucent.com>
30584
30585         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
30586         of local `inptr' to avoid warning with some system declarations of
30587         iconv.
30588
30589 2001-01-02  Volker Borchert  <bt@teknon.de>
30590
30591         * m4/rename.m4: New file.
30592         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
30593
30594 2001-01-01  Jim Meyering  <meyering@lucent.com>
30595
30596         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
30597         even on systems with utmpx.h.  It's necessary for the declaration of
30598         utmp's ut_user member.  Reported by Andreas Jaeger.
30599
30600         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
30601         available. They are required for the declarations of getgrgid and
30602         getpwuid resp.
30603         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
30604         Reported by Andreas Jaeger.
30605
30606 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
30607
30608         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
30609         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
30610         so `make install' also works in VPATH builds.
30611
30612 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
30613
30614         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
30615         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
30616         can be used in subdirectories.
30617
30618 2000-12-29  Paul Eggert  <eggert@twinsun.com>
30619
30620         * lib/modechange.c: Do not assume that mode_t uses the
30621         traditional octal encoding.  E.g. "chmod 1 FOO" should set
30622         the other-execute bit of FOO even if S_IXOTH != 1.
30623
30624         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
30625         WOTH, XOTH, ALLM): New macros.
30626         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
30627          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
30628         Use them.
30629         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
30630         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
30631         (mode_compile):
30632         No need to use uintmax_t; unsigned long is long enough.
30633         Don't bother to get suffix since we don't use it.
30634
30635 2000-12-26  Jim Meyering  <meyering@lucent.com>
30636
30637         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
30638         better with autoheader.
30639
30640 2000-12-24  Jim Meyering  <meyering@lucent.com>
30641
30642         * lib/hash.c (is_prime): Return explicit boolean values.
30643         (hash_get_first): Return NULL to appease Irix5.6's 89.
30644         Reported by Nelson Beebe.
30645
30646 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
30647
30648         * lib/localcharset.c (locale_charset): Add support for Win32.
30649
30650 2000-12-18  Paul Eggert  <eggert@twinsun.com>
30651
30652         * lib/physmem.h, lib/physmem.c: New files.
30653
30654         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
30655         (noinst_HEADERS): Add physmem.h.
30656
30657         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
30658         't' for compatibility with Solaris 8 sort.
30659
30660 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
30661
30662         * lib/config.charset: Add support for BeOS.
30663
30664 2000-12-17  Jim Meyering  <meyering@lucent.com>
30665
30666         * m4/dos.m4 (jm_AC_DOS): New file and macro.
30667         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
30668
30669 2000-12-16  Jim Meyering  <meyering@lucent.com>
30670
30671         This bug had a serious impact on chown: `chown N:M FILE' (for integer
30672         N and M) would have treated it like `chown N:N FILE'.
30673
30674         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
30675
30676 2000-12-16  Jim Meyering  <meyering@lucent.com>
30677
30678         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
30679         SHELLS_FILE to a file name that's useful on djgpp systems.
30680         Include stdlib.h.
30681         (ADDITIONAL_DEFAULT_SHELLS): Define.
30682         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
30683         Based mostly on a patch from Prashant TR.
30684
30685 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
30686
30687         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
30688         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
30689         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
30690
30691 2000-12-08  Andreas Schwab  <schwab@suse.de>
30692
30693         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
30694         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
30695
30696 2000-12-07  Jim Meyering  <meyering@lucent.com>
30697
30698         * lib/stripslash.c (ISSLASH): Define.
30699         (strip_trailing_slashes): Use ISSLASH rather than comparing against
30700         `/'.
30701         From Prashant TR.
30702
30703         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
30704         (dir_name_r): Declare this function as static.
30705         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
30706         manifest itself on a name containing a mix of slashes and
30707         backslashes.
30708         Make this function work with names starting with a DOS-style
30709         drive letter and colon prefix.
30710         (dir_name): Append `.' if necessary.
30711         Based mostly on patches from Prashant TR and Eli Zaretskii.
30712
30713         * lib/dirname.h (dir_name_r): Remove prototype.
30714
30715 2000-12-06  Paul Eggert  <eggert@twinsun.com>
30716
30717         * m4/off_t-format.m4: Remove this file.
30718         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
30719
30720 2000-12-06  Jim Meyering  <meyering@lucent.com>
30721
30722         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
30723         replacement strtoull, we may well need the replacement strtoul, too.
30724         Check for declarations of strtoul and strtoull.
30725         Check for strtol.  Mainly as a cue to cause automake to include
30726         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
30727         Check for limits.h -- strtol.c needs it.
30728
30729 2000-12-05  Jim Meyering  <meyering@lucent.com>
30730
30731         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
30732
30733 2000-12-04  Jim Meyering  <meyering@lucent.com>
30734
30735         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
30736         Also include memory.h, stdlib.h, unistd.h if appropriate.
30737         Reported by Andreas Jaeger (conflicting declaration of malloc).
30738
30739 2000-12-02  Jim Meyering  <meyering@lucent.com>
30740
30741         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
30742         * m4/jm-macros.m4 (jm_MACROS): require it.
30743
30744 2000-12-02  Jim Meyering  <meyering@lucent.com>
30745
30746         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
30747
30748 2000-12-01  Paul Eggert  <eggert@twinsun.com>
30749
30750         * lib/memrchr.c: Include <config.h> before any system include file.
30751
30752 2000-11-30  Jim Meyering  <meyering@lucent.com>
30753
30754         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
30755
30756 2000-11-30  Jim Meyering  <meyering@lucent.com>
30757
30758         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
30759
30760 2000-11-29  Paul Eggert  <eggert@twinsun.com>
30761
30762         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
30763
30764 2000-11-26  Jim Meyering  <meyering@lucent.com>
30765
30766         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
30767
30768 2000-11-22  Paul Eggert  <eggert@twinsun.com>
30769
30770         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
30771         size of (size_t) -1; it's not portable.
30772
30773 2000-11-17  Jim Meyering  <meyering@lucent.com>
30774
30775         * lib/strstr.c: Update from GNU libc.
30776
30777 2000-11-17  Akim Demaille  <akim@epita.fr>
30778
30779         * lib/obstack.h: Formatting changes.
30780         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
30781         prevent type checking.
30782         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
30783         cast the value to (void *): assigning a `foo *' to a `void *'
30784         variable is valid.
30785         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
30786
30787 2000-11-16  Jim Meyering  <meyering@lucent.com>
30788
30789         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
30790
30791 2000-11-11  Jim Meyering  <meyering@lucent.com>
30792
30793         * lib/error.c: Add a couple #includes, merging from GNU libc version.
30794
30795 2000-11-10  Jim Meyering  <meyering@lucent.com>
30796
30797         * lib/obstack.h: Update from GNU libc.
30798         * lib/obstack.c: Likewise.
30799
30800 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
30801
30802         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
30803
30804 2000-11-06  Paul Eggert  <eggert@twinsun.com>
30805
30806         * lib/getusershell.c (setusershell): Use rewind rather than
30807         fseek/fseeko, to avoid configuration hassles with fseeko.
30808         Don't bother opening SHELLS_FILE if shellstream is NULL;
30809         it's not necessary.
30810
30811 2000-11-05  Jim Meyering  <meyering@lucent.com>
30812
30813         * lib/makepath.h (make_dir): Declare.
30814         * lib/makepath.c (make_dir): Remove `static' attribute.
30815         Tweak a comment.
30816
30817 2000-11-04  Jim Meyering  <meyering@lucent.com>
30818
30819         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
30820
30821 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
30822
30823         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
30824         last one in a bucket, advance to the next bucket.
30825
30826 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
30827
30828         * lib/fnmatch.c: Do not comment out all the code if we are using
30829         the GNU C library, because in some cases we are replacing buggy
30830         code in the GNU C library itself.
30831
30832 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
30833
30834         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
30835         (regex_compile): Catch bogus \(\1\).
30836
30837 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30838
30839         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
30840         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
30841         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
30842
30843 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30844
30845         * lib/error.h, getline.h, modechange.h:
30846         Remove "2000" from Copyright line, as the file hasn't been
30847         changed this year other than in the copyright notice.
30848
30849         * lib/xalloc.h: Add "2000" to Copyright line, as this file
30850         was changed this year.
30851
30852 2000-10-29  Jim Meyering  <meyering@lucent.com>
30853
30854         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
30855         renaming.
30856         * m4/ls-mntd-fs.m4: Likewise
30857
30858 2000-10-29  Jim Meyering  <meyering@lucent.com>
30859
30860         * lib/xstat.in: Fix grammar in comment.
30861
30862 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
30863
30864         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
30865         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
30866         doesn't define __restrict_arr.
30867
30868 2000-10-28  Jim Meyering  <meyering@lucent.com>
30869
30870         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
30871         (jm_PREREQ_MEMCHR): New function.
30872
30873 2000-10-28  Jim Meyering  <meyering@lucent.com>
30874
30875         * lib/memchr.c: Update from libc.
30876         Adjust for portability:
30877         [HAVE_STDLIB_H]: Include stdlib.h.
30878         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
30879         Undef __memchr, too.
30880         [!weak_alias]: Define __memchr to memchr.
30881
30882         * lib/regex.c: Update from libc.
30883         * lib/regex.h: Likewise.
30884         * lib/getopt1.c: Likewise.
30885         * lib/memcmp.c: Likewise.
30886
30887         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
30888         Avoid using fseek, when possible -- it's broken by design.
30889         Patch by Ulrich Drepper.
30890
30891 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
30892
30893         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
30894         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
30895         Giving in to popular pressure to shut up the compiler with casts.
30896
30897 2000-10-26  Jim Meyering  <meyering@lucent.com>
30898
30899         * lib/strftime.c: Update from libc.
30900
30901 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
30902
30903         * regex.c: More `unsigned char' -> `re_char' changes.
30904         Also change several `int' into `re_wchar_t'.
30905         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
30906         (PUSH_FAILURE_POINTER): Don't cast any more.
30907         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
30908         We want GCC to complain, since this piece of code makes
30909         re_match non-reentrant, which *should* be fixed.
30910         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
30911         (EXTEND_BUFFER): Use RETALLOC.
30912         (SET_LIST_BIT): Don't cast.
30913         (re_wchar_t): New type.
30914         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
30915         that those two functions will always properly return.
30916         (IMMEDIATE_QUIT_CHECK): Cast to void.
30917         (analyse_first): Use recursion rather than an explicit stack.
30918         (re_compile_fastmap): Can't fail anymore.
30919         (re_search_2): Don't check re_compile_fastmap for failure.
30920         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
30921         Now also sets the new value (passed in a new argument).
30922         (re_match_2_internal): Use it.
30923         Also, use a new var `reg' of type size_t when looping through regs
30924         rather than reuse the inappropriate `mcnt'.
30925
30926 2000-10-25  Jim Meyering  <meyering@lucent.com>
30927
30928         * lib/obstack.c: Update from libc.
30929
30930 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
30931
30932         * regex.c (regex_compile): Change the way of handling a range from
30933         a char less than 256 to a char not less than 256.
30934
30935 2000-10-24  Andrew Innes  <andrewi@gnu.org>
30936
30937         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
30938         NT-Emacs only.
30939         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
30940         so that re_search functions only quit when callers expect them to.
30941
30942 2000-10-23  Jim Meyering  <meyering@lucent.com>
30943
30944         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
30945         wrong.  That set_locale call must not have any side effects.
30946         From Paul Eggert.
30947
30948 2000-10-22  Jim Meyering  <meyering@lucent.com>
30949
30950         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
30951         [CYCLIC]: Remove now-unused definition.
30952
30953         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
30954         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
30955         Suggestion from Ulrich Drepper.
30956
30957 2000-10-21  Jim Meyering  <meyering@lucent.com>
30958
30959         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
30960         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
30961         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
30962
30963 2000-10-21  Jim Meyering  <meyering@lucent.com>
30964
30965         * lib/dirname.c (memrchr): Declare if necessary.
30966         (dir_name): Remove the restriction that there be no
30967         trailing slashes.  Now, this code skips past them, effectively
30968         ignoring them.
30969         [TEST_DIRNAME] (main): New unit tests.
30970
30971         * lib/memrchr.c: New file from GNU libc.
30972         Undef __memrchr, too.
30973         [!weak_alias]: Define __memrchr to memrchr.
30974         Guard weak_alias use with `#ifdef weak_alias'.
30975
30976 2000-10-21  Jim Meyering  <meyering@lucent.com>
30977
30978         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
30979         (dir_name): Use dir_name_r.
30980         * lib/dirname.h (dir_name_r): Declare it.
30981
30982 2000-10-17  Jim Meyering  <meyering@lucent.com>
30983
30984         * lib/quote.h (PARAMS): Define and use.
30985         Reported by Akim Demaille.
30986
30987         * lib/getopt.c: Update from libc.
30988
30989 2000-10-16  Jim Meyering  <meyering@lucent.com>
30990
30991         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
30992         setlocale.
30993         From Jan Fedak.
30994
30995 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
30996
30997         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
30998
30999 2000-09-25  Jim Meyering  <meyering@lucent.com>
31000
31001         * lib/md5.h (rol): Define (from GnuPG).
31002
31003         * lib/sha.c: Give credit (GnuPG) where due.
31004         (M): Use rol rather than open-coding it.
31005         Add a FIXME comment.
31006
31007 2000-09-21  Jim Meyering  <meyering@lucent.com>
31008
31009         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
31010         Reported by Michael Stone.
31011
31012 2000-09-20  Jim Meyering  <meyering@lucent.com>
31013
31014         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
31015         (noinst_HEADERS): Add sha.h.
31016         Based on code from Scott G. Miller and from GnuPG.
31017
31018 2000-09-18  Jim Meyering  <meyering@lucent.com>
31019
31020         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
31021         LIBS. Otherwise, everyone ends up linking with -lelf for some
31022         configurations.
31023         Reported by Mike Stone.
31024
31025 2000-09-15  Jim Meyering  <meyering@lucent.com>
31026
31027         * lib/regex.c: Update from libc.
31028
31029 2000-09-10  Jim Meyering  <meyering@lucent.com>
31030
31031         * lib/getopt.c (_getopt_internal): Update from glibc.
31032
31033 2000-09-09  Jim Meyering  <meyering@lucent.com>
31034
31035         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
31036         think it should be used as a general replacement for isascii.
31037         * lib/fnmatch.c: Likewise.
31038         * lib/mbswidth.c: Likewise
31039         * lib/regex.c: Likewise.
31040
31041         Don't use atoi.
31042         * lib/userspec.c: Include sys/param.h and limits.h.
31043         Include xstrtol.h.
31044         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
31045         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
31046         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
31047         UID, GID.  Check range.
31048
31049 2000-09-06  Jim Meyering  <meyering@lucent.com>
31050
31051         * lib/getopt.c (_getopt_internal): Update from glibc.
31052
31053 2000-08-30  Jim Meyering  <meyering@lucent.com>
31054
31055         * lib/strftime.c: Merge in changes from GNU libc.
31056
31057 2000-08-26  Jim Meyering  <meyering@lucent.com>
31058
31059         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
31060         * m4/fpending.m4: New file.
31061
31062 2000-08-26  Jim Meyering  <meyering@lucent.com>
31063
31064         * lib/closeout.c: Include "__fpending.h".
31065         (close_stdout_status): Return right away if there's nothing to flush.
31066
31067         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
31068         * lib/__fpending.c: New file.
31069         * lib/__fpending.h: New file.
31070
31071 2000-08-20  Jim Meyering  <meyering@lucent.com>
31072
31073         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
31074         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
31075         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
31076
31077 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
31078
31079         Improve fileutils installation on systems where running
31080         programs (like install) can't be unlinked.
31081         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
31082         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
31083
31084 2000-08-07  Paul Eggert  <eggert@twinsun.com>
31085
31086         Standardize on "memory exhausted" instead of "Memory exhausted"
31087         or "virtual memory exhausted".
31088         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
31089         "virtual memory exhausted".
31090         * lib/same.c (same_name): Invoke xalloc_die instead of printing
31091         our own message.
31092         * lib/userspec.c (parse_user_spec): Likewise.
31093         * lib/bumpalloc.h: comment fix
31094         * lib/same.c, userspec.c: Include xalloc.h.
31095
31096         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
31097         not char *const and pointing to a constant array.
31098         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
31099         (xrealloc): Comment fix.
31100
31101         * lib/userspec.c (parse_user_spec):
31102         Don't translate a message until just before returning,
31103         to avoid unnecessary translation.
31104
31105 2000-08-07  Jim Meyering  <meyering@lucent.com>
31106
31107         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
31108         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
31109         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
31110         getgroups.c, gethostname.c, getopt.h, group-member.c,
31111         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
31112         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
31113         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
31114         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
31115         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
31116         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
31117         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
31118         yesno.c: Back out Copyright date changes for each file with no change
31119         this year.  This eases coordination with other programs using the same
31120         source code modules.  From Paul Eggert.
31121
31122 2000-08-06  Paul Eggert  <eggert@twinsun.com>
31123
31124         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
31125         not char, for compatibility with glibc 2.1.3 strftime.c.
31126
31127 2000-08-03  Greg McGary  <greg@mcgary.org>
31128
31129         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
31130         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
31131         (EXTEND_BUFFER): Use them.
31132
31133 2000-08-01  Jim Meyering  <meyering@lucent.com>
31134
31135         * lib/dirname.c (ISSLASH): Define.
31136         (BACKSLASH_IS_PATH_SEPARATOR): Define.
31137         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
31138         both `\' and `/' may be use as path separators.
31139         Based on a patch from Prashant TR.
31140
31141 2000-07-31  Paul Eggert  <eggert@twinsun.com>
31142
31143         * lib/quotearg.c (quotearg_n_options): Don't make the initial
31144         slot vector a constant, since it might get modified.
31145
31146 2000-07-31  Jim Meyering  <meyering@lucent.com>
31147
31148         * lib/xmalloc.c: Use `virtual memory exhausted', not
31149         `Memory exhausted'.
31150         * lib/obstack.c (print_and_abort): Likewise.
31151
31152 2000-07-30  Paul Eggert  <eggert@twinsun.com>
31153
31154         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
31155         buffer, so that the caller can always quote one small
31156         component of a "memory exhausted" message in slot 0.
31157         From a suggestion by Jim Meyering.
31158
31159 2000-07-30  Jim Meyering  <meyering@lucent.com>
31160
31161         * lib/makepath.c (make_path): Quote the other instance, too.
31162
31163         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
31164         (STATIC_BUF_SIZE): Define.
31165         (quotearg_n_options): Use only statically allocated storage when
31166         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
31167         than STATIC_BUF_SIZE.
31168
31169 2000-07-29  Jim Meyering  <meyering@lucent.com>
31170
31171         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
31172         * lib/dirname.c (dir_name): Likewise.
31173
31174         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
31175         `/'.
31176
31177         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
31178         (dir_name): Assert that there are no trailing slashes.
31179
31180 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
31181
31182         * lib/mbswidth.h (mbswidth): Add a flags argument.
31183         (mbswidth): New declaration.
31184         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
31185         * lib/mbswidth.c (mbswidth): Add a flags argument.
31186         (mbsnwidth): New function.
31187
31188 2000-07-24  Jim Meyering  <meyering@lucent.com>
31189
31190         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
31191
31192 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31193
31194         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
31195
31196 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31197
31198         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
31199         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
31200         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
31201         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
31202         invoke multibyte primitives.
31203
31204 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31205
31206         * lib/quotearg.c:
31207         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
31208         so that mbstate_t is always defined.
31209
31210         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
31211         be 1 in at least one GCC installation, and this configuration
31212         error is likely to be common.  Ignoring MB_LEN_MAX hurts
31213         performance on hosts that have mbrtowc but have only unibyte
31214         locales, but I assume these hosts are rare.
31215
31216 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31217
31218         * lib/mbswidth.c (_XOPEN_SOURCE):
31219         Don't define; this causes problems on Solaris 7.
31220         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
31221
31222 2000-07-23  Jim Meyering  <meyering@lucent.com>
31223
31224         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
31225         too: getgrgid, getpwuid, getuid.
31226
31227 2000-07-23  Jim Meyering  <meyering@lucent.com>
31228
31229         * lib/basename.c (base_name): Add an assertion.
31230
31231 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
31232
31233         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
31234         shadow its mbsinit function.
31235
31236 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
31237
31238         * lib/mbswidth.h: New file.
31239         * lib/mbswidth.c: New file.
31240         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
31241         (noinst_HEADERS): Add mbswidth.h.
31242
31243 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
31244
31245         * lib/config.charset: Add support for FreeBSD. Improve support for
31246         HP-UX and IRIX 6.
31247
31248 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
31249
31250         * m4/mbswidth.m4: New file.
31251         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
31252
31253 2000-07-15  Jim Meyering  <meyering@lucent.com>
31254
31255         * lib/makepath.c: Include quote.h.
31256         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
31257         corresponding argument in a `quote (...)' call.
31258         Give better diagnostics.
31259
31260         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
31261         (noinst_HEADERS): Add quote.h.
31262
31263         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
31264         from tar's src/misc.c.
31265         * lib/quote.h: New file.  Prototypes for same.
31266
31267 2000-07-14  Paul Eggert  <eggert@twinsun.com>
31268
31269         From a suggestion by Bruno Haible.
31270         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
31271         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
31272         to decide whether to define the BeOS workaround macro;
31273         this adjusts to the change to AC_MBSTATE_T.
31274
31275 2000-07-14  Jim Meyering  <meyering@lucent.com>
31276
31277         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
31278         jm_AC_TYPE_UINTMAX_T.
31279
31280 2000-07-13  Paul Eggert  <eggert@twinsun.com>
31281
31282         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
31283
31284         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
31285         quotearg_buffer_restyled): Add support for
31286         clocale_quoting_style.  Undo previous change to
31287         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
31288         and "{RIGHT QUOTATION MARK}" msgids.
31289
31290 2000-07-10  Paul Eggert  <eggert@twinsun.com>
31291
31292         From a suggestion by Bruno Haible.
31293         * m4/mbstate_t.m4 (AC_MBSTATE_T):
31294         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
31295         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
31296         and mbstate_t, to a single-part test that simply defines mbstate_t.
31297         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
31298         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
31299
31300 2000-07-10  Jim Meyering  <meyering@lucent.com>
31301
31302         * m4/strerror_r.m4: Mirror the correction made in autoconf.
31303
31304         * m4/gnu-source.m4: Output to confdefs.h directly.
31305         Suggestion from Akim Demaille.
31306
31307 2000-07-09  Paul Eggert  <eggert@twinsun.com>
31308
31309         The old behavior of quoting `like this' doesn't look good with
31310         newer, ISO-style fonts.  See:
31311         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
31312
31313         Instead, quote "like this" by default.  Let the translator
31314         tailor the locale-specific quoting behavior by providing
31315         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
31316
31317         * lib/quotearg.c (N_): New macro.
31318         (gettext_default): New function.
31319         (quotearg_buffer_restyled): Use
31320         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
31321         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
31322
31323 2000-07-09  Jim Meyering  <meyering@lucent.com>
31324
31325         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
31326         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
31327
31328         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
31329         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
31330
31331 2000-07-09  Jim Meyering  <meyering@lucent.com>
31332
31333         * lib/Most files: Update copyright dates to include 2000.
31334
31335 2000-07-08  Jim Meyering  <meyering@lucent.com>
31336
31337         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
31338         if not defined.
31339         (xgethostname): Remove now-unnecessary #ifdef.
31340         Move declaration of `err' into loop where it's used.
31341
31342 2000-07-05  Paul Eggert  <eggert@twinsun.com>
31343         and Bruno Haible  <haible@clisp.cons.org>
31344
31345         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
31346         only if the test for an object-type mbstate_t fails.  This
31347         prevents us from mistakenly reporting that mbstate_t is a
31348         system object type after we "#define mbstate_t int" to work
31349         around its lack.
31350
31351 2000-07-05  Paul Eggert  <eggert@twinsun.com>
31352         and Bruno Haible  <haible@clisp.cons.org>
31353
31354         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
31355
31356 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31357
31358         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
31359         to strerror_r.
31360         Include <ctype.h> for use of isalpha.
31361
31362 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31363
31364         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
31365         by allocating a larger buffer. Test the gethostname return value for
31366         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
31367         returns an error and ENAMETOOLONG isn't defined.
31368
31369 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31370
31371         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
31372         dimension.
31373
31374 2000-07-04  Jim Meyering  <meyering@lucent.com>
31375
31376         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
31377         of the deprecated AC_CHECKING.
31378
31379 2000-07-04  Jim Meyering  <meyering@lucent.com>
31380
31381         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
31382         Reported by Bruno Haible.
31383
31384 2000-07-04  Jim Meyering  <meyering@lucent.com>
31385
31386         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
31387         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
31388         lacks mbrtowc.
31389
31390 2000-07-03  Paul Eggert  <eggert@twinsun.com>
31391
31392         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
31393         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
31394
31395 2000-07-03  Paul Eggert  <eggert@twinsun.com>
31396         and Bruno Haible  <haible@clisp.cons.org>
31397
31398         * lib/quotearg.c (mbrtowc):
31399         Assign to *pwc, and return 1 only if result is nonzero.
31400         (iswprint): Use ISPRINT when substituting our own mbrtowc.
31401
31402 2000-07-03  Jim Meyering  <meyering@lucent.com>
31403
31404         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
31405
31406 2000-07-03  Jim Meyering  <meyering@lucent.com>
31407
31408         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
31409         This is necessary to get a definition of e.g., UTMP_FILE on
31410         HP-UX 10.20.
31411         From Bob Proulx.
31412
31413 2000-07-02  Jim Meyering  <meyering@lucent.com>
31414
31415         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
31416
31417         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
31418         AC_LIBOBJ(function_name).
31419         * m4/chown.m4: Likewise.
31420         * m4/fnmatch.m4: Likewise.
31421         * m4/ftruncate.m4: Likewise.
31422         * m4/getgroups.m4: Likewise.
31423         * m4/getline.m4: Likewise.
31424         * m4/group-member.m4: Likewise.
31425         * m4/jm-macros.m4: Likewise.
31426         * m4/lstat.m4: Likewise.
31427         * m4/malloc.m4: Likewise.
31428         * m4/memcmp.m4: Likewise.
31429         * m4/nanosleep.m4: Likewise.
31430         * m4/putenv.m4: Likewise.
31431         * m4/realloc.m4: Likewise.
31432         * m4/regex.m4: Likewise.
31433         * m4/stat.m4: Likewise.
31434         * m4/strftime.m4: Likewise.
31435
31436 2000-07-02  Jim Meyering  <meyering@lucent.com>
31437
31438         * lib/quotearg.c (mbstate_t): Don't define here.
31439
31440 2000-07-02  Jim Meyering  <meyering@lucent.com>
31441
31442         * lib/nanosleep.c (SIGCONT): Define if not already defined.
31443
31444 2000-07-01  Jim Meyering  <meyering@lucent.com>
31445
31446         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
31447
31448 2000-07-01  Jim Meyering  <meyering@lucent.com>
31449
31450         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
31451         problem.
31452
31453 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
31454
31455         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
31456         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
31457
31458 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
31459
31460         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
31461         per change in ../m4/ls-mntd-fs.m4.
31462         (read_filesystem_list): Ignore symbolic links.
31463
31464 2000-06-29  Jim Meyering  <meyering@lucent.com>
31465
31466         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
31467         for declaration of strcmp.
31468
31469         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
31470
31471         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
31472         Avoid warning by casting result to `char *' to remove `const'.
31473
31474 2000-06-28  Jim Meyering  <meyering@lucent.com>
31475
31476         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
31477         included by quotearg.c, for which we perform this test.  From
31478         Bruno Haible.
31479
31480 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
31481
31482         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
31483         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
31484         <utmpx.h> exists, put readutmp.o into LIBOBJS.
31485
31486 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
31487
31488         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
31489
31490 2000-06-26  Paul Eggert  <eggert@twinsun.com>
31491
31492         savedir now sets errno on failure and invokes xmalloc to get memory.
31493         Fix a couple of other minor bugs while we're at it.
31494
31495         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
31496         (NAMLEN): Remove macro.
31497         (malloc, realloc): Remove decls.
31498         (stpcpy): Likewise.
31499         ("xalloc.h"): Include.
31500         (NAME_SIZE_DEFAULT): New macro.
31501         (savedir): Use xmalloc / xrealloc to allocate memory.
31502         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
31503         Skip "" directory entries.
31504         Use strlen to calculate directory entry length, since the old method
31505         is rarely used these days and isn't worth supporting.
31506         Don't use a pointer after freeing it.
31507         Check for integer overflow when calculating allocation size.
31508         Use memcpy to copy entries, instead of stpcpy.
31509         Set errno properly when returning NULL.
31510         Check for readdir error.
31511
31512 2000-06-26  Jim Meyering  <meyering@lucent.com>
31513
31514         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
31515
31516 2000-06-25  Jim Meyering  <meyering@lucent.com>
31517
31518         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
31519         Linux header bug when _XOPEN_SOURCE is defined to 500.
31520
31521 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
31522
31523         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
31524         deficiency.
31525
31526 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
31527
31528         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
31529         Include xalloc.h.
31530         Don't include <stdlib.h>.  Don't declare malloc, realloc.
31531
31532 2000-06-24  Jim Meyering  <meyering@lucent.com>
31533
31534         * m4/strerror_r.m4: Revive this file -- to try out an experimental
31535         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
31536         for which strerror does return char*, but which lacks a conveniently
31537         accessible declaration of the function.  If the compile-test says
31538         strerror_r doesn't work, then resort to a `run'-test that works on
31539         BeOS and segfaults on DEC Unix.
31540
31541 2000-06-24  Jim Meyering  <meyering@lucent.com>
31542
31543         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
31544
31545 2000-06-23  Paul Eggert  <eggert@twinsun.com>
31546
31547         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
31548         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
31549
31550 2000-06-23  Paul Eggert  <eggert@twinsun.com>
31551
31552         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
31553         (mbrtowc, mbstate_t): Define substitutes if
31554         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
31555         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
31556         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
31557
31558 2000-06-23  Jim Meyering  <meyering@lucent.com>
31559
31560         * m4/afs.m4: Add missing AC_MSG_RESULT.
31561         Reported by Bruno Haible.
31562
31563         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
31564         Suggestion from Bruno Haible.
31565
31566 2000-06-23  Jim Meyering  <meyering@lucent.com>
31567
31568         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
31569
31570 2000-06-21  Jim Meyering  <meyering@lucent.com>
31571
31572         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
31573
31574 2000-06-21  Jim Meyering  <meyering@lucent.com>
31575
31576         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
31577         (noinst_HEADERS): Add getstr.h.
31578
31579         * lib/getline.c (getstr): Move into a separate file.
31580         * lib/getstr.c (getstr): New file, extracted from getline.c, with
31581         the following changes: new parameter, delim2; both delim[12]
31582         parameters have type `int', not `char'.  The latter would lose
31583         with 8-bit delimiters.
31584         * lib/getstr.h: New file.
31585
31586 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31587
31588         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
31589         than 1024, return a memory chunk of least possible size, instead
31590         of size PATH_MAX + 2. In the loop, increment the size proportionally.
31591         Use free/xmalloc instead of xrealloc to avoid copying for very long
31592         paths.
31593
31594 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31595
31596         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
31597         the empty string.
31598
31599 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31600
31601         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
31602         address, not strdup.  Include <stdlib.h> and don't declare free().
31603
31604 2000-06-19  Jim Meyering  <meyering@lucent.com>
31605
31606         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
31607
31608 2000-06-18  Jim Meyering  <meyering@lucent.com>
31609
31610         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
31611
31612         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
31613         `checking whether...' message to be consistent with that of the
31614         lstat test.
31615
31616 2000-06-18  Jim Meyering  <meyering@lucent.com>
31617
31618         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
31619         Besides, these days every porting target provides a mkdir function.
31620
31621         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
31622         needed. (this snippet comes from src/system.h).
31623
31624 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
31625
31626         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
31627
31628 2000-06-15  Paul Eggert  <eggert@twinsun.com>
31629
31630         * lib/human.c (adjust_value): New function.
31631         (human_readable_inexact): Apply rounding style even when
31632         printing approximate values.
31633
31634 2000-06-14  Paul Eggert  <eggert@twinsun.com>
31635
31636         * lib/human.c (human_readable_inexact): Allow an input block
31637         size that is not a multiple of the output block size, and vice versa.
31638         Reported by Piergiorgio Sartor.
31639
31640 2000-06-14  Paul Eggert  <eggert@twinsun.com>
31641
31642         * lib/getdate.y (get_date): Apply relative times after time
31643         zone indicator, not before.  Reported by Todd A. Jacobs.
31644
31645 2000-06-13  Jim Meyering  <meyering@lucent.com>
31646
31647         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
31648
31649         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
31650
31651 2000-06-12  Paul Eggert  <eggert@twinsun.com>
31652
31653         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
31654
31655 2000-06-12  Jim Meyering  <meyering@lucent.com>
31656
31657         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
31658         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
31659         optional argument.
31660         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
31661         the optional argument, `lib'.
31662
31663 2000-06-08  Jim Meyering  <meyering@lucent.com>
31664
31665         * m4/largefile.m4: Remove file (now that it's part of autoconf).
31666
31667 2000-06-04  Paul Eggert  <eggert@twinsun.com>
31668
31669         Rewrite largefile configuration so that we don't need to run
31670         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
31671         AC_CANONICAL_HOST in configure.in -- jmm]
31672
31673         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
31674         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
31675         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
31676         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
31677         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
31678         All uses changed.
31679         Instead of inspecting the output of getconf, try to compile the
31680         test program without and with the macro definition.
31681         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
31682         for getconf.  Instead, check for the needed flags by compiling
31683         test programs.
31684
31685 2000-06-04  Paul Eggert  <eggert@twinsun.com>
31686
31687         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
31688
31689 2000-06-04  Jim Meyering  <meyering@lucent.com>
31690
31691         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
31692         SunOS 4.1.4 for which gid_t is an unsigned type.
31693
31694 2000-06-03  Jim Meyering  <meyering@lucent.com>
31695
31696         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
31697         now that autoconf requires that.
31698
31699         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
31700         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
31701         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
31702
31703 2000-06-03  Jim Meyering  <meyering@lucent.com>
31704
31705         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
31706
31707 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
31708
31709         * m4/glibc21.m4: New file.
31710         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
31711
31712 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
31713
31714         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
31715         newer, don't install charset.alias.
31716         * lib/config.charset: Change the Linux/glibc rules so they become empty
31717         on glibc-2.1 or newer.
31718
31719 2000-06-02  Jim Meyering  <meyering@lucent.com>
31720
31721         * lib/mountlist.c: Back out last change.  Instead, do this...
31722         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
31723         me_dummy member using the same `ignore'-testing code.
31724         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
31725         fs_type strings.
31726         From Mark D. Roth.
31727
31728 2000-05-29  Jim Meyering  <meyering@lucent.com>
31729
31730         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
31731         mounts with the `ignore' attribute.  Based on a patch from
31732         Mark D. Roth.
31733
31734 2000-05-28  Jim Meyering  <meyering@lucent.com>
31735
31736         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
31737         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31738         * m4/stat.m4: Likewise.
31739         * m4/lstat.m4: Likewise.
31740         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
31741
31742         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
31743         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
31744
31745 2000-05-26  Jim Meyering  <meyering@lucent.com>
31746
31747         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
31748
31749 2000-05-24  Jim Meyering  <meyering@lucent.com>
31750
31751         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
31752         autoconf requires that.
31753         * m4/lib-check.m4: Likewise.
31754         * m4/jm-macros.m4: Likewise.
31755         * m4/strftime.m4: Likewise.
31756
31757         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
31758         AC_CHECK_DECLS, now that autoconf requires that.
31759
31760 2000-05-22  Jim Meyering  <meyering@lucent.com>
31761
31762         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31763         * m4/lstat.m4: Likewise.
31764
31765 2000-05-22  Jim Meyering  <meyering@lucent.com>
31766
31767         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
31768
31769 2000-05-20  Jim Meyering  <meyering@lucent.com>
31770
31771         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
31772         (jm_PREREQ): Use it.
31773
31774 2000-05-18  Jim Meyering  <meyering@lucent.com>
31775
31776         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
31777         back, too, since it may have been modified by allocate_entry.
31778         (hash_delete): Rewrite to use neither the assignment operator
31779         nor the comma operator in an if-expression.
31780
31781 2000-05-15  Paul Eggert  <eggert@twinsun.com>
31782
31783         * lib/closeout.c:
31784         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
31785         Remove; no longer needed.
31786         "quotearg.h": Add include.
31787         (file_name): Do not bother to explicitly initialize to NULL; it's less
31788         efficient on some hosts.
31789         (close_stdout_status): Remove test as to whether stdout was already
31790         closed; it breaks for the case "echo x | sort >&-".
31791         Quote file name colons.
31792         Do not assume that _("write error") lacks format strings.
31793
31794 2000-05-15  Jim Meyering  <meyering@lucent.com>
31795
31796         * lib/version-etc.c (version_etc_copyright): Update the copyright
31797         string used in all --version output.
31798
31799 2000-05-14  Jim Meyering  <meyering@lucent.com>
31800
31801         * lib/closeout.c (close_stdout_set_file_name): New function.
31802         (close_stdout_status): Use new file-scoped global.
31803         Return right away if fstat says the stdout file descriptor is invalid.
31804         * lib/closeout.h (close_stdout_set_file_name): Declare.
31805
31806 2000-05-10  Jim Meyering  <meyering@lucent.com>
31807
31808         * lib/closeout.c [default_exit_status]: New file-scoped variable.
31809         (close_stdout_set_status): New function.
31810         * lib/closeout.h (close_stdout_set_status): Declare.
31811
31812 2000-05-09  Jim Meyering  <meyering@lucent.com>
31813
31814         * m4/gettext.m4: Rename this...
31815         * m4/libintl.m4: ...to this.
31816
31817 2000-05-08  Jim Meyering  <meyering@lucent.com>
31818
31819         * lib/long-options.c: Don't include closeout.h.
31820         (parse_long_options): Don't call close_stdout for --version.
31821
31822 2000-05-06  Paul Eggert  <eggert@twinsun.com>
31823
31824         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
31825         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
31826         2.1.3 bug.  This avoids a clash when files like regex.c define
31827         _GNU_SOURCE.
31828
31829 2000-05-06  Jim Meyering  <meyering@lucent.com>
31830
31831         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
31832         (AC_REPLACE_FUNCS): Add strnlen.
31833
31834         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
31835         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
31836
31837         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
31838         AC_SEARCH_LIBS call for nanosleep.
31839         (LIB_NANOSLEEP): Set and AC_SUBST.
31840
31841 2000-05-06  Jim Meyering  <meyering@lucent.com>
31842
31843         * lib/strnlen.c: Undefine __strnlen and strnlen.
31844         [!weak_alias]: Define __strnlen to strnlen.
31845
31846         * lib/atexit.c: New file, from libiberty.
31847
31848 2000-05-06  Jim Meyering  <meyering@lucent.com>
31849
31850         * lib/closeout.c (close_stdout_status): Also check for errors on the
31851         stderr stream.
31852
31853 2000-05-05  Jim Meyering  <meyering@lucent.com>
31854
31855         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
31856         AC_SEARCH_LIBS call for clock_gettime.
31857         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
31858
31859         * m4/search-libs.m4: Update from autoconf.
31860
31861         su doesn't work on Solaris 2.6.
31862         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
31863         <shadow.h>.  Reported by Dragos Harabor.
31864
31865 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
31866
31867         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
31868         memcpy instead of xmalloc, xrealloc, path_concat.
31869         (locale_charset): Treat empty environment variables as absent.
31870         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
31871
31872 2000-05-04  Jim Meyering  <meyering@lucent.com>
31873
31874         * lib/getopt.c: Update from glibc.
31875         * lib/obstack.c: Likewise.
31876         * lib/obstack.h: Likewise.
31877         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
31878         file
31879
31880         * lib/regex.h: Likewise.
31881         * lib/strndup.c: Likewise.
31882         * lib/strnlen.c: New file, from glibc.
31883
31884 2000-05-03  Jim Meyering  <meyering@lucent.com>
31885
31886         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
31887
31888 2000-05-02  Paul Eggert  <eggert@twinsun.com>
31889
31890         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
31891         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
31892         compile-time test, rather than inspecting host and OS, to
31893         decide whether to define _LARGEFILE_SOURCE.
31894
31895 2000-05-01  Jim Meyering  <meyering@lucent.com>
31896
31897         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
31898
31899         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
31900         Based on a patch from Bruno Haible.
31901
31902 2000-05-01  Jim Meyering  <meyering@lucent.com>
31903
31904         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
31905
31906 2000-04-29  Jim Meyering  <meyering@lucent.com>
31907
31908         * lib/path-concat.c: Declare strdup only if it's not defined.
31909         * lib/canon-host.c: Likewise.
31910
31911 2000-04-28  Jim Meyering  <meyering@lucent.com>
31912
31913         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
31914         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
31915         is included first, then limits.h is included by locale.h by libintl.h.
31916         From John David Anglin.
31917
31918 2000-04-25  Jim Meyering  <meyering@lucent.com>
31919
31920         * lib/makepath.c (S_IRWXUGO): Define.
31921         (make_path): Always perform explicit chmod if MODE specifies any
31922         of the `special' permission bits.  Prompted by a bug report against
31923         install from Mate Wierdl and Joost van Baal.
31924
31925 2000-04-18  Jim Meyering  <meyering@lucent.com>
31926
31927         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
31928         (jm_PREREQ): Use it.
31929
31930 2000-04-18  Jim Meyering  <meyering@lucent.com>
31931
31932         * lib/README: New file.
31933
31934         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
31935         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
31936
31937 2000-04-17  Jim Meyering  <meyering@lucent.com>
31938
31939         Get it right :-)
31940         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
31941         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
31942         Suggestion from Akim Demaille.
31943
31944 2000-04-17  Jim Meyering  <meyering@lucent.com>
31945
31946         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
31947         the definition of it to rpl_strftime also defined-away the system's
31948         declaration.
31949
31950 2000-04-15  Jim Meyering  <meyering@lucent.com>
31951
31952         Use `C' to denote so-called `contiguous' files, the same way
31953         that tar does.
31954         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
31955         (ftypelet): Use S_ISCTG.
31956         From Michael Deutschmann.
31957
31958 2000-04-14  Jim Meyering  <meyering@lucent.com>
31959
31960         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
31961         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
31962         clobbered.
31963
31964 2000-04-14  Jim Meyering  <meyering@lucent.com>
31965
31966         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
31967
31968 2000-04-13  Jim Meyering  <meyering@lucent.com>
31969
31970         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
31971         AH_VERBATIM to insert required #ifndef into config.h.in.
31972         Suggestion from Akim Demaille.
31973
31974 2000-04-12  Jim Meyering  <meyering@lucent.com>
31975
31976         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
31977         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
31978         Christian Krackowizer.
31979
31980         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
31981         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
31982         (AC_SYS_LARGEFILE): Require.
31983         (AM_C_PROTOTYPES): Require.
31984
31985 2000-04-08  Jim Meyering  <meyering@lucent.com>
31986
31987         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
31988         names don't conflict.  Reported by Eli Zaretskii.
31989
31990 2000-04-07  Jim Meyering  <meyering@lucent.com>
31991
31992         * lib/putenv.c: Move inclusion of errno.h so it follows that of
31993         sys/types.h, to work around system header problems on AIX 3.2.5.
31994         From Bruno Haible.
31995
31996 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
31997
31998         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
31999         bug.  Deal with the different error behavior of Irix iconv.
32000
32001 2000-04-05  Paul Eggert  <eggert@twinsun.com>
32002
32003         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
32004         IRIX if the installer said otherwise.
32005
32006 2000-04-05  Jim Meyering  <meyering@lucent.com>
32007
32008         Portability tweaks required for ultrix4.3.
32009         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
32010         (jm_CHECK_DECLS): Add getutent to the list of functions.
32011         (_jm_DECL_HEADERS): Add utmpx.h.
32012         From John David Anglin.
32013
32014         * m4/strftime.m4: Back out the 2000-04-02 change.
32015         Instead of that change, simply undefine putenv in the test program.
32016
32017 2000-04-05  Jim Meyering  <meyering@lucent.com>
32018
32019         Portability tweaks required for ultrix4.3.
32020         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
32021         getutent.
32022         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
32023         * lib/canon-host.c: Declare strdup.
32024         * lib/path-concat.c: Likewise.
32025         From John David Anglin.
32026
32027 2000-04-04  Jim Meyering  <meyering@lucent.com>
32028
32029         Be more DOS 8.3-friendly.
32030         * lib/ref-add.sin: Renamed from ref-add.sed.in.
32031         * lib/ref-del.sin: Renamed from ref-del.sed.in.
32032         * lib/Makefile.am: Reflect renaming.
32033         Reported by Eli Zaretskii.
32034
32035         Use a temporary file name that won't clash with `charset.alias'
32036         in the DOS 8.3 name space.
32037         * lib/Makefile.am (charset_tmp): Define.
32038         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
32039         (uninstall-local): Likewise.
32040         Reported by Eli Zaretskii.
32041
32042 2000-04-03  Jim Meyering  <meyering@lucent.com>
32043
32044         * m4/gettext.m4: Fix typo in comment.
32045
32046         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
32047         textutils/configure.in).  Suggestion from Paul Eggert.
32048         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
32049
32050 2000-04-02  Paul Eggert  <eggert@twinsun.com>
32051
32052         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
32053         variable in the shell rather than using putenv, which isn't
32054         portable.  This avoids the configure-time inter-test dependency
32055         on the potentially-renamed putenv function.
32056
32057 2000-03-30  Paul Eggert  <eggert@twinsun.com>
32058
32059         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
32060         before checking struct stat.st_blksize, so that
32061         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
32062
32063 2000-03-29  Paul Eggert  <eggert@twinsun.com>
32064
32065         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
32066         since strftime.c uses HAVE_STRFTIME to decide whether to use
32067         the underlying strftime.
32068
32069 2000-03-29  Paul Eggert  <eggert@twinsun.com>
32070
32071         * lib/time/strftime.c (my_strftime): Make sure we call the system
32072         strftime, not ourselves, when invoking the underlying strftime.
32073
32074 2000-03-24  Jim Meyering  <meyering@lucent.com>
32075
32076         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
32077         (charset_alias): Define.
32078         (install-exec-local): Factor out common code.
32079         (uninstall-local): Split lines longer than 80.
32080         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
32081         (SUFFIXES): Define.
32082         (.sed.in.sed): New rule.  Don't redirect directly to $@.
32083         (CLEANFILES): Add ref-add.sed and ref-del.sed.
32084
32085 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
32086
32087         * lib/config.charset: Output a line containing "Packages using this
32088         file".
32089         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
32090         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
32091         ref-del.sed): New rules.
32092
32093 2000-03-17  Jim Meyering  <meyering@lucent.com>
32094
32095         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
32096         Otherwise, include <strings.h>
32097
32098 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
32099
32100         * lib/unicodeio.c (utf8_wctomb): New function.
32101         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
32102         format instead of in UCS-4 with platform dependent endianness.
32103
32104 2000-03-10  Jim Meyering  <meyering@lucent.com>
32105
32106         * m4/lib-check.m4: Look for getspnam in -lgen, too.
32107         From Marco Franzen.
32108
32109 2000-03-07  Paul Eggert  <eggert@twinsun.com>
32110
32111         * lib/savedir.c (savedir): Work even if directory size is
32112         negative; this can happen with some screwy NFS configurations.
32113
32114 2000-03-06  Jim Meyering  <meyering@lucent.com>
32115
32116         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
32117         if it's NULL (because we ran out of memory).  From Bruno Haible.
32118
32119 2000-03-05  Jim Meyering  <meyering@lucent.com>
32120
32121         * lib/localcharset.c ("path-concat.h"): Include.
32122         (get_charset_aliases): Use path_concat instead of ANSI string
32123         concatenation.
32124
32125         * lib/unicodeio.h (PARAMS): Define.
32126         Use it to guard prototype.
32127
32128 2000-03-04  Jim Meyering  <meyering@lucent.com>
32129
32130         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
32131         for lib/localcharset.c.
32132
32133 2000-03-04  Jim Meyering  <meyering@lucent.com>
32134
32135         * lib/Makefile.am (install-exec-local): Create $(libdir) before
32136         installing into it.
32137         (uninstall-local): Uncomment this rule so `make distcheck' works
32138         once again.
32139
32140         * lib/unicodeio.c (<errno.h>): Include it.
32141         (errno): Declare if not defined.
32142
32143         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
32144
32145         * lib/config.charset: New version, incorporating remarks from a linux
32146         i18n mailing list.  From Bruno Haible.
32147
32148 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
32149
32150         * m4/codeset.m4: New file.
32151         * m4/iconv.m4: New file.
32152         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
32153
32154 2000-03-03  Jim Meyering  <meyering@lucent.com>
32155
32156         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
32157
32158 2000-03-02  Jim Meyering  <meyering@lucent.com>
32159
32160         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
32161         the messages come out on separate lines.
32162
32163         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
32164         rather than jm_CHECK_DECLARATIONS.
32165         * m4/decl.m4: Remove now-unused file.
32166
32167         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
32168         geteuid.
32169
32170 2000-03-02  Jim Meyering  <meyering@lucent.com>
32171
32172         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
32173
32174 2000-03-01  Jim Meyering  <meyering@lucent.com>
32175
32176         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
32177         * lib/unicodeio.c: Likewise.
32178
32179 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
32180
32181         * lib/config.charset: New file.
32182         * lib/localcharset.c: New file.
32183         * lib/unicodeio.h, lib/unicodeio.c: New files.
32184         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
32185         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
32186         (noinst_HEADERS): Add unicodeio.h.
32187         (all-local, install-exec-local, charset.alias): New targets.
32188
32189 2000-02-28  Paul Eggert  <eggert@twinsun.com>
32190
32191         * lib/quotearg.c (ALERT_CHAR): New macro.
32192         (quotearg_buffer_restyled): Use it.
32193
32194 2000-02-27  Jim Meyering  <meyering@lucent.com>
32195
32196         * m4/check-decl.m4: Add getenv to the list.
32197
32198 2000-02-27  Jim Meyering  <meyering@lucent.com>
32199
32200         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
32201         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
32202
32203         * lib/backupfile.c: Guard inclusion of stdlib.h with
32204         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
32205         Declare malloc if needed.
32206
32207         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
32208         `#ifndef HAVE_DECL..'
32209         now that autoconf always defines the HAVE_DECL_ symbols.
32210         * lib/human.c: Likewise.
32211         * lib/same.c: Likewise.
32212         * lib/strtoumax.c: Likewise.
32213
32214         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
32215         declaration check was not run.
32216         * lib/hash.c: Likewise.
32217         * lib/human.c: Likewise.
32218         * lib/same.c: Likewise.
32219         * lib/strtoumax.c: Likewise.
32220
32221         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
32222         `.', then first look up the entire `.'-containing string as a login
32223         name.
32224
32225 2000-02-23  Jim Meyering  <meyering@lucent.com>
32226
32227         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
32228         in place of my hack.
32229
32230 2000-02-18  Paul Eggert  <eggert@twinsun.com>
32231
32232         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
32233         (textint): New typedef.
32234         (parser_control): Member year changed from int to textint.
32235         All uses changed.
32236         (YYSTYPE): Removed; replaced by %union with int and textint members.
32237         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
32238         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
32239         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
32240         (tSNUMBER, tUNUMBER): Now of type <textintval>.
32241         (date, number, to_year): Use width of number in digits, not its value,
32242         to determine whether it's a 2-digit year, or a 2-digit time.
32243         (yylex): Store number of digits of numeric tokens.
32244         Reported by John Kendall.
32245
32246         (parser_control): Changed from struct parser_control to typedef (for
32247         consistency).  All uses changed.
32248
32249         (tID): Removed; not used.
32250         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
32251
32252 2000-02-14  Paul Eggert  <eggert@twinsun.com>
32253
32254         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
32255         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
32256
32257 2000-02-12  Jim Meyering  <meyering@lucent.com>
32258
32259         * lib/userspec.c (ISDIGIT): Define it.
32260         (isdigit): Remove definition.
32261         (is_number): Use ISDIGIT, not isdigit.
32262         <libintl.h>: Include.
32263         (_ and N_): Define.
32264         (parse_user_spec): Mark translatable strings.
32265
32266 2000-02-10  Jim Meyering  <meyering@lucent.com>
32267
32268         With these changes, nanosleep.[ch] are finally enough like the other
32269         lib/* replacement files to compile on a few more losing systems.
32270
32271         * lib/nanosleep.h: Don't include config.h.
32272         Remove prototype from declaration of nanosleep.
32273         (PARAMS): Remove now-unneeded definition.
32274         * lib/nanosleep.c: #undef nanosleep.
32275         (rpl_nanosleep): Rename from nanosleep.
32276
32277 2000-02-10  Jim Meyering  <meyering@lucent.com>
32278
32279         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
32280         gnu_nanosleep to rpl_nanosleep.
32281
32282 2000-02-09  Jim Meyering  <meyering@lucent.com>
32283
32284         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
32285         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
32286
32287 2000-02-08  Akim Demaille  <akim@epita.fr>
32288
32289         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
32290         `[' and `]' and remove uses of `changequote'.
32291         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
32292         (AC_SYS_LARGEFILE): Likewise.
32293         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
32294         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
32295         of changequote.
32296         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
32297         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
32298         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
32299         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
32300
32301 2000-02-05  Jim Meyering  <meyering@lucent.com>
32302
32303         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
32304         Remove explicit use of AC_HEADER_TIME.  It is required by
32305         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
32306         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
32307         in autoconf whereby the expansion of the latter ended up preceding
32308         the expansion of its prerequisite, AC_HEADER_TIME.
32309         Reported by Volker Borchert.
32310
32311 2000-02-03  Jim Meyering  <meyering@lucent.com>
32312
32313         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
32314
32315 2000-02-03  Jim Meyering  <meyering@lucent.com>
32316
32317         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
32318         rather than with `#if HAVE_UTMPNAME'.
32319
32320 2000-02-02  Jim Meyering  <meyering@lucent.com>
32321
32322         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
32323         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
32324         Reported by Eli Zaretskii.
32325
32326 2000-02-01  Jim Meyering  <meyering@lucent.com>
32327
32328         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
32329
32330 2000-01-31  Jim Meyering  <meyering@lucent.com>
32331
32332         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
32333         functions.  Add the time.h and sys/time.h headers along with the
32334         AC_REQUIRE'ment of AC_HEADER_TIME.
32335
32336 2000-01-31  Jim Meyering  <meyering@lucent.com>
32337
32338         * lib/nanosleep.h (nanosleep): Guard declaration with
32339         `#if ! HAVE_DECL_NANOSLEEP'.
32340         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
32341         the declaration in that vendor's sys/timers.h.
32342         Reported by Christian Krackowizer.
32343
32344         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
32345         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
32346         (ISPRINT): Likewise.
32347         Reported by Tom Tromey.
32348
32349 2000-01-30  Jim Meyering  <meyering@lucent.com>
32350
32351         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
32352
32353         * m4/prereq.m4 (utmp_includes): Define.
32354         Check for ut_user and ut_name members in both struct utmpx
32355         and struct utmp.
32356
32357 2000-01-30  Jim Meyering  <meyering@lucent.com>
32358
32359         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
32360         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
32361         header files where only utmpx.ut_user is declared.
32362
32363         * lib/readutmp.h (UT_USER): Define.
32364
32365 2000-01-29  Jim Meyering  <meyering@lucent.com>
32366
32367         * m4/lib-check.m4: New file containing library-related checks from
32368         fileutils and sh-utils (textutils had none).
32369
32370 2000-01-28  Jim Meyering  <meyering@lucent.com>
32371
32372         * m4/perl.m4: Change format of warning message to look more like that
32373         from the missing script.  Suggestion from François Pinard.
32374
32375 2000-01-25  Jim Meyering  <meyering@lucent.com>
32376
32377         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
32378         well as time.h in the compile check.
32379         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
32380         Fix typo in cross-compiling case: s/yes/no/.
32381
32382 2000-01-23  Jim Meyering  <meyering@lucent.com>
32383
32384         * m4/jm-macros.m4: Move df-related tests here from
32385         fileutils/configure.in
32386
32387         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
32388         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
32389
32390         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
32391         s/space/ac_fsusage_space/.
32392         (jm_FILE_SYSTEM_USAGE): Take two parameters.
32393
32394         * m4/ftruncate.m4: New file (derived from part of
32395         fileutils/configure.in).
32396         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
32397         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
32398
32399         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
32400         AC_SUBST these here, rather than just in sh-util/configure.in, so
32401         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
32402         all the same.
32403         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
32404         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
32405         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
32406         (AC_SUBST(POW_LIBM)): Likewise.
32407         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
32408
32409 2000-01-23  Jim Meyering  <meyering@lucent.com>
32410
32411         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
32412         obstack.c.
32413
32414 2000-01-22  Jim Meyering  <meyering@lucent.com>
32415
32416         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
32417
32418         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
32419
32420         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
32421         configure.in
32422         (AC_CHECK_HEADERS): Likewise for sh-utils.
32423         (AC_CHECK_HEADERS): Likewise for textutils.
32424         Merge the three lists of headers.
32425
32426         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
32427         from fileutils' configure.in.
32428
32429         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
32430         code. Moved tests into their own function (_jm_DECL_HEADERS) in
32431         check-decl.m4.
32432
32433         * m4/check-decl.m4: Use #if rather than #ifdef.
32434         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
32435         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
32436         (_jm_DECL_HEADERS): Define new function.
32437         (jm_CHECK_DECLARATIONS): Require it.
32438
32439 2000-01-22  Jim Meyering  <meyering@lucent.com>
32440
32441         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
32442         [! HAVE_DECL_STRTOULL]: Declare strtoull.
32443         Required for some AIX systems.  Reported by Christian Krackowizer.
32444         [TESTING] (main): New function.
32445
32446         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
32447         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
32448         letters.
32449
32450         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
32451         iswprint.
32452
32453         * lib/strverscmp.c (ISDIGIT): Define.
32454         (strverscmp): Use ISDIGIT, not isdigit.
32455
32456 2000-01-19  Jim Meyering  <meyering@lucent.com>
32457
32458         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
32459         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
32460         defines `struct timespec' in <sys/time.h>
32461
32462         * m4/c-bs-a.m4: Remove uses of changequote altogether.
32463         Thanks to Akim for explaining.
32464
32465 2000-01-17  Paul Eggert  <eggert@twinsun.com>
32466
32467         * lib/nanosleep.c (nanosleep):
32468         Don't use SA_INTERRUPT to decide whether to call sigaction, as
32469         POSIX.1 doesn't require SA_INTERRUPT and some systems
32470         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
32471         it's been part of POSIX.1 since day 1 (in 1988).
32472
32473 2000-01-17  Jim Meyering  <meyering@lucent.com>
32474
32475         * lib/interlock: Remove unused file.  Reported by François Pinard.
32476
32477 2000-01-16  Paul Eggert  <eggert@twinsun.com>
32478
32479         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
32480         alert, backslash, formfeed, and vertical tab unnecessarily in
32481         shell quoting style.
32482
32483 2000-01-16  Jim Meyering  <meyering@lucent.com>
32484
32485         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
32486         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
32487         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
32488         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
32489
32490 2000-01-16  Jim Meyering  <meyering@lucent.com>
32491
32492         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
32493         because the latter didn't work.
32494
32495 2000-01-15  Jim Meyering  <meyering@lucent.com>
32496
32497         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
32498         (AC_REPLACE_FUNCS): Add memcpy and memset.
32499         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
32500         Add strpbrk.
32501         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
32502
32503 2000-01-12  Jim Meyering  <meyering@lucent.com>
32504
32505         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
32506         (jm_PREREQ): Use it.
32507         (jm_PREREQ_READUTMP): New macro.
32508         (jm_PREREQ): Use it.
32509
32510 2000-01-11  Paul Eggert  <eggert@twinsun.com>
32511
32512         Quote multibyte characters correctly.
32513         * m4/c-bs-a.m4: New file.
32514         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
32515         (jm_PREREQ): Use it.
32516
32517 2000-01-11  Paul Eggert  <eggert@twinsun.com>
32518
32519         * m4/uintmax_t.m4: Port to autoconf 2.13.
32520
32521 2000-01-08  Jim Meyering  <meyering@ascend.com>
32522
32523         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
32524         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
32525
32526 2000-01-04  Jim Meyering  <meyering@ascend.com>
32527
32528         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
32529         jm_STRUCT_DIRENT_D_TYPE.
32530         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
32531         jm_STRUCT_DIRENT_D_INO.
32532         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
32533         jm_STRUCT_UTIMBUF.
32534         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
32535         renamings.
32536         * m4/utime.m4: Likewise.
32537
32538         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
32539         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
32540
32541 2000-01-03  Paul Eggert  <eggert@twinsun.com>
32542
32543         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
32544         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
32545
32546 2000-01-02  Jim Meyering  <meyering@ascend.com>
32547
32548         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
32549         remember if this is necessary.
32550
32551 1999-12-26  Jim Meyering  <meyering@ascend.com>
32552
32553         * m4/jm-macros.m4: Use it here.
32554         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
32555
32556 1999-12-23  Jim Meyering  <meyering@ascend.com>
32557
32558         * m4/jm-macros.m4: Check for clock_gettime (moved from
32559         fileutils/configure.in)
32560         Check for gettimeofday.
32561
32562 1999-12-20  Jim Meyering  <meyering@ascend.com>
32563
32564         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
32565         autoconf-2.14a-1999-12-20.
32566
32567 1999-12-19  Jim Meyering  <meyering@ascend.com>
32568
32569         * m4/lstat-slash.m4: New file.
32570         * m4/jm-macros.m4: Use the new macro:
32571         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32572
32573 1999-12-07  Jim Meyering  <meyering@ascend.com>
32574
32575         * m4/perl.m4: Require that File::Compare be available, too.
32576         Too many systems seem to lack it.
32577
32578         * m4/strftime.m4: Add checks for most of the cpp macros tested in
32579         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
32580
32581 1999-11-18  Paul Eggert  <eggert@twinsun.com>
32582
32583         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
32584         problem with the QNX 4.25 shell, which doesn't propagate exit
32585         status of failed commands inside shell assignments.
32586
32587 1999-11-17  Jim Meyering  <meyering@ascend.com>
32588
32589         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
32590
32591 1999-11-07  Jim Meyering  <meyering@ascend.com>
32592
32593         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
32594
32595 1999-11-06  Jim Meyering  <meyering@ascend.com>
32596
32597         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
32598         * m4/jm-macros.m4 (jm_MACROS): Use it here.
32599
32600 1999-11-05  Jim Meyering  <meyering@ascend.com>
32601
32602         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
32603         configure.in of textutils, fileutils, and sh-utils into this one
32604         (shared between those packages) file.
32605         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
32606         AC_STRUCT_ST_BLKSIZE.
32607
32608 1999-11-03  Jim Meyering  <meyering@ascend.com>
32609
32610         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
32611         of AC_CHECK_TYPE checks includes unistd.h.
32612         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
32613         Suggestion from Akim Demaille.
32614
32615 1999-10-30  Jim Meyering  <meyering@ascend.com>
32616
32617         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
32618         m4-quoted string.
32619         * m4/ls-mntd-fs.m4: Likewise.
32620         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
32621         * m4/jm-winsz1.m4: Likewise.
32622
32623         * m4/const.m4: Remove file, since the fix made it into the experimental
32624         version of autoconf.
32625         * m4/mktime.m4: Likewise.
32626
32627         * m4/check-type.m4: Remove file, now that the latest version of
32628         AC_CHECK_TYPE takes a third arg to specify additional #includes.
32629
32630         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
32631         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
32632         AC_CHECK_TYPE.
32633
32634 1999-10-04  Jim Meyering  <meyering@ascend.com>
32635
32636         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
32637
32638 1999-09-22  Paul Eggert  <eggert@twinsun.com>
32639
32640         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
32641         2.95.1 bug with HP-UX 10.20.
32642
32643 1999-09-17  Jim Meyering  <meyering@ascend.com>
32644
32645         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
32646         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
32647         due to missing strdup (against sh-utils-2.0).
32648
32649 1999-08-29  Jim Meyering  <meyering@ascend.com>
32650
32651         * m4/jm-macros.m4: Require jm_BISON.
32652         * m4/bison.m4: New file.
32653
32654 1999-08-17  Paul Eggert  <eggert@twinsun.com>
32655
32656         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
32657         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
32658
32659 1999-08-05  Jim Meyering  <meyering@ascend.com>
32660
32661         * m4/getline.m4: Rename test file from conftestdata to conftest.data
32662         to avoid conflicts with `conftest' on 8+3 filesystems.
32663         Suggestion from Eli Zaretskii.
32664
32665 1999-08-04  Jim Meyering  <meyering@ascend.com>
32666
32667         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
32668         fileutils and sh-utils (textutils's getline test was inadequate).
32669         (AM_FUNC_GETLINE): Run this test.
32670         (AC_CHECK_FUNCS): Check for getdelim.
32671         Reported by Bob Proulx.
32672
32673 1999-08-02  Jim Meyering  <meyering@ascend.com>
32674
32675         * m4/jm-macros.m4: Add a comment.
32676
32677 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32678
32679         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
32680         <inttypes.h> defines strtoumax as a macro (and not as a
32681         function).
32682
32683 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32684
32685         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
32686         that we can shift, multiply and divide unsigned long long
32687         values; Ultrix cc can't do it.
32688
32689 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32690
32691         * m4/mktime.m4: New file, which is a preview of what should appear
32692         in the next public autoconf release.
32693
32694 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32695
32696         * m4/lfs.m4: Remove this file.
32697         * m4/largefile.m4: New file.  It contains the old contents of
32698         lfs.m4, except that all names with prefix AC_LFS have been
32699         changed to use the prefix AC_SYS_LARGEFILE instead, to be
32700         compatible with future autoconf versions.  Also, some minor m4
32701         quoting problems have been fixed.
32702
32703 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32704
32705         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
32706         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
32707         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
32708         and simplify the shell code.
32709
32710 1999-08-01  Jim Meyering  <meyering@ascend.com>
32711
32712         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
32713         m4.
32714
32715 1999-07-20  Jim Meyering  <meyering@ascend.com>
32716
32717         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
32718
32719 1999-07-15  Jim Meyering  <meyering@ascend.com>
32720
32721         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
32722
32723 1999-05-22  Jim Meyering  <meyering@ascend.com>
32724
32725         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
32726
32727 1999-05-20  Jim Meyering  <meyering@ascend.com>
32728
32729         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
32730         Add a colon after each `then' in case $4 is empty.
32731
32732 1999-05-16  Jim Meyering  <meyering@ascend.com>
32733
32734         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
32735
32736 1999-05-10  Jim Meyering  <meyering@ascend.com>
32737
32738         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
32739
32740         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
32741         AC_FUNC_MKTIME.
32742
32743 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
32744
32745         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
32746
32747 1999-05-04  Paul Eggert  <eggert@twinsun.com>
32748
32749         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
32750         not CPPFLAGS, so that linking works correctly in IRIX.
32751
32752 1999-04-30  Paul Eggert  <eggert@twinsun.com>
32753
32754         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
32755
32756 1999-04-20  Paul Eggert  <eggert@twinsun.com>
32757
32758         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
32759         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
32760         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
32761         jm_AC_TYPE_UNSIGNED_LONG_LONG.
32762         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
32763
32764         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
32765
32766 1999-04-20  Jim Meyering  <meyering@ascend.com>
32767
32768         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
32769         AC_REPLACE xstroull if necessary.  From Paul Eggert.
32770         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
32771
32772 1999-04-18  Jim Meyering  <meyering@ascend.com>
32773
32774         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
32775         * m4/jm-macros.m4: Use it.
32776
32777 1999-04-06  Jim Meyering  <meyering@ascend.com>
32778
32779         * m4/strftime.m4: Remove test for %f.
32780
32781 1999-03-29  Jim Meyering  <meyering@ascend.com>
32782
32783         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
32784         superset of the AC_TYPE_* checks in the textutils, fileutils,
32785         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
32786         AC_TYPE_PID_T.
32787
32788 1999-03-28  Jim Meyering  <meyering@ascend.com>
32789
32790         * m4/jm-macros.m4: Define GNU_PACKAGE here.
32791         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
32792         replaced e.g., in the *.sh files of the sh-utils.
32793
32794 1999-03-20  Jim Meyering  <meyering@ascend.com>
32795
32796         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
32797         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
32798         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
32799
32800 1999-03-19  Jim Meyering  <meyering@ascend.com>
32801
32802         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
32803
32804 1999-03-12  Jim Meyering  <meyering@ascend.com>
32805
32806         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
32807
32808 1999-03-07  Jim Meyering  <meyering@ascend.com>
32809
32810         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
32811         declared.
32812
32813 1999-02-17  Jim Meyering  <meyering@ascend.com>
32814
32815         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
32816         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
32817
32818 1999-02-07  Jim Meyering  <meyering@ascend.com>
32819
32820         * m4/group-member.m4: New file -- extracted from sh-utils'
32821         configure.in.
32822
32823         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
32824         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
32825
32826 1999-02-06  Jim Meyering  <meyering@ascend.com>
32827
32828         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
32829         * m4/fnmatch.m4: Likewise.
32830         * m4/getgroups.m4: Likewise.
32831         * m4/lstat.m4: Likewise.
32832         * m4/malloc.m4: Likewise.
32833         * m4/putenv.m4: Likewise.
32834         * m4/realloc.m4: Likewise.
32835         * m4/regex.m4: Likewise.
32836         * m4/stat.m4: Likewise.
32837         * m4/strftime.m4: Likewise.
32838         Suggestion from Alain Magloire.
32839
32840         * m4/chown.m4: Use `.$ac_objext', not `.o'.
32841         * m4/fnmatch.m4: Likewise.
32842         * m4/getgroups.m4: Likewise.
32843         * m4/getline.m4: Likewise.
32844         * m4/lstat.m4: Likewise.
32845         * m4/malloc.m4: Likewise.
32846         * m4/memcmp.m4: Likewise.
32847         * m4/putenv.m4: Likewise.
32848         * m4/realloc.m4: Likewise.
32849         * m4/regex.m4: Likewise.
32850         * m4/stat.m4: Likewise.
32851         * m4/strftime.m4: Likewise.
32852         Suggestion from Alain Magloire.
32853
32854         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
32855         an argument.
32856
32857         * m4/regex.m4: Add a run-time Test for proper operation of
32858         re_compile_pattern.
32859
32860 1999-01-31  Jim Meyering  <meyering@ascend.com>
32861
32862         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
32863
32864 1999-01-30  Jim Meyering  <meyering@ascend.com>
32865
32866         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
32867
32868         * m4/jm-mktime.m4: Make this a wrapper around the official
32869         AM_FUNC_MKTIME rather than my private copy, now that the official one
32870         is up to date.
32871         * m4/mktime.m4: Remove file.
32872
32873         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
32874         * m4/uptime.m4: Likewise.
32875         * m4/uintmax_t.m4: Likewise.
32876
32877 1999-01-28  Jim Meyering  <meyering@ascend.com>
32878
32879         * m4/jm-macros.m4: Use jm_AFS.
32880         * m4/afs.m4: New file (from fileutils' configure.in).
32881
32882         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
32883         * m4/chown.m4: Likewise.
32884         * m4/d-ino.m4: Likewise.
32885         * m4/d-type.m4: Likewise.
32886         * m4/fnmatch.m4: Likewise.
32887         * m4/getgroups.m4: Likewise.
32888         * m4/gettext.m4: Likewise.
32889         * m4/jm-mktime.m4: Likewise.
32890         * m4/jm-winsz2.m4: Likewise.
32891         * m4/lcmessage.m4: Likewise.
32892         * m4/ls-mntd-fs.m4: Likewise.
32893         * m4/malloc.m4: Likewise.
32894         * m4/memcmp.m4: Likewise.
32895         * m4/putenv.m4: Likewise.
32896         * m4/realloc.m4: Likewise.
32897         * m4/st_mtim.m4: Likewise.
32898         * m4/strftime.m4: Likewise.
32899
32900 1999-01-16  Jim Meyering  <meyering@ascend.com>
32901
32902         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
32903         (ARGMATCH_DIE_DECL): Define.
32904
32905 1999-01-12  Jim Meyering  <meyering@ascend.com>
32906
32907         * m4/Makefile.am.in: Rewrite to avoid using fmt.
32908         Reported by Lars Hecking.
32909
32910 1999-01-10  Jim Meyering  <meyering@ascend.com>
32911
32912         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
32913         gross kludge.
32914         * m4/inttypes_h.m4: Likewise.
32915         * m4/lstat.m4: Likewise.
32916         * m4/malloc.m4: Likewise.
32917         * m4/readdir.m4: Likewise.
32918         * m4/realloc.m4: Likewise.
32919         * m4/st_dm_mode.m4: Likewise.
32920         * m4/stat.m4: Likewise.
32921         * m4/utimbuf.m4: Likewise.
32922         * m4/utimes.m4: Likewise.
32923
32924         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
32925         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
32926         comments in config.h.in are meaningful.
32927
32928         * m4/jm-macros.m4: Require autoconf-2.13 here.
32929
32930         * m4/regex.m4: By default, don't use the included regex.c on systems
32931         with glibc 2.  Suggestion from Uli Drepper.
32932
32933 1999-01-02  Jim Meyering  <meyering@ascend.com>
32934
32935         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
32936
32937 1998-12-18  Jim Meyering  <meyering@ascend.com>
32938
32939         * m4/Makefile.am.in (Makefile.am): Simplify rule.
32940         Based on a suggestion from Lars Hecking.
32941
32942 1998-11-16  Paul Eggert  <eggert@twinsun.com>
32943
32944         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
32945
32946 1998-11-16  Jim Meyering  <meyering@ascend.com>
32947
32948         * m4/lfs.m4: Double-quote the `uname...` expression.
32949
32950 1998-11-14  Jim Meyering  <meyering@ascend.com>
32951
32952         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
32953         * m4/stat.m4: Likewise.
32954
32955 1998-11-03  Jim Meyering  <meyering@ascend.com>
32956
32957         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
32958         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
32959
32960 1998-10-18  Jim Meyering  <meyering@ascend.com>
32961
32962         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
32963
32964 1998-10-17  Jim Meyering  <meyering@ascend.com>
32965
32966         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
32967         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
32968         calls for those previously hard-coded headers.  Instead, take a new
32969         parameter.
32970         (jm_CHECK_DECLARATIONS): Reflect interface change.
32971         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
32972         (jm_CHECK_DECL_LOCALTIME_R): New macro.
32973
32974         * m4/mktime.m4: Test for spring-forward gap before long-running test.
32975
32976 1998-10-14  Jim Meyering  <meyering@ascend.com>
32977
32978         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
32979         instead of "TZ=America/Vancouver".  From Paul Eggert.
32980
32981 1998-10-11  Jim Meyering  <meyering@ascend.com>
32982
32983         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
32984         This adds a test for a recently added compatibility fix for mktime.c.
32985         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
32986
32987 1998-09-27  Jim Meyering  <meyering@ascend.com>
32988
32989         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
32990
32991         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
32992         ../configure.in, including a change from Gordon Matzigkeit to allow
32993         cross-compiling for the Hurd.
32994
32995         * m4/glibc.m4: New file/macro to test for the GNU C Library
32996         versions 1 and 2.  From Gordon Matzigkeit.
32997         Indent.
32998
32999 1998-09-21  Jim Meyering  <meyering@ascend.com>
33000
33001         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
33002
33003 1998-08-18  Paul Eggert  <eggert@twinsun.com>
33004
33005         Port nanosecond-resolution times to UnixWare 2.1.2 and
33006         pedantic Solaris 2.6.
33007
33008         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
33009         AC_STRUCT_ST_MTIM.
33010         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
33011         Generate name of ns member, instead of just 1 or undef.
33012         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
33013
33014 1998-08-15  Jim Meyering  <meyering@ascend.com>
33015
33016         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
33017         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
33018         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
33019         instead of jm_TYPE_SSIZE_T.
33020
33021 1998-08-12  Jim Meyering  <meyering@ascend.com>
33022
33023         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
33024
33025 1998-08-02  Jim Meyering  <meyering@ascend.com>
33026
33027         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
33028         in acconfig.h manually.
33029
33030 1998-07-31  Paul Eggert  <eggert@twinsun.com>
33031
33032         * m4/st_mtim.m4: New file.
33033
33034 1998-07-28  Jim Meyering  <meyering@ascend.com>
33035
33036         * m4/utimes.m4: Undef stat.
33037
33038 1998-07-25  Jim Meyering  <meyering@ascend.com>
33039
33040         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
33041         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
33042
33043 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
33044
33045         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
33046         uid and gid actually remain unchanged.
33047
33048 1998-07-07  Jim Meyering  <meyering@ascend.com>
33049
33050         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
33051
33052 1998-07-04  Jim Meyering  <meyering@ascend.com>
33053
33054         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
33055         to prove that this macro can be used in packages without regex.c.
33056
33057 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
33058
33059         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
33060         is to be used.
33061
33062 1998-07-03  Jim Meyering  <meyering@ascend.com>
33063
33064         * m4/gettext.m4: Add -lintl if it's found to be necessary.
33065
33066         * m4/gettext.m4: New file -- from gettext-0.10.35.
33067         * m4/lcmessage.m4: Likewise.
33068         * m4/progtest.m4: Likewise.
33069
33070         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
33071         * m4/jm-macros.m4: Require the new macro.
33072
33073 1998-06-29  Jim Meyering  <meyering@ascend.com>
33074
33075         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
33076         for the definition of NGROUPS (used in a system header included
33077         by sys/mount.h).
33078
33079 1998-06-28  Jim Meyering  <meyering@ascend.com>
33080
33081         * m4/ls-mntd-fs.m4: New file.
33082         * m4/fstypename.m4: New file.
33083
33084         * m4/jm-macros.m4: Require the new macro.
33085         * m4/jm-glibc-io.m4: New file.
33086
33087 1998-05-19  Jim Meyering  <meyering@ascend.com>
33088
33089         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
33090         * m4/lchown.m4: New file.
33091
33092         * m4/Makefile.am.in: New file.
33093         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
33094
33095 1998-05-14  Jim Meyering  <meyering@ascend.com>
33096
33097         * m4/Makefile.am (EXTRA_DIST): Add them.
33098         * m4/jm-macros.m4: New file.
33099         * m4/utimbuf.m4: New file.
33100
33101 1998-05-12  Jim Meyering  <meyering@ascend.com>
33102
33103         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
33104
33105 1998-05-11  Jim Meyering  <meyering@ascend.com>
33106
33107         * m4/isc-posix.m4: New file.
33108
33109 1998-05-10  Jim Meyering  <meyering@ascend.com>
33110
33111         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
33112
33113 1998-05-09  Jim Meyering  <meyering@ascend.com>
33114
33115         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
33116         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
33117         with automake.
33118
33119         * m4/ssize_t.m4: New file.
33120         * m4/mktime.m4: Remove file -- the new automake has this now.
33121
33122 1998-04-26  Jim Meyering  <meyering@ascend.com>
33123
33124         * m4/assert.m4: New file.
33125         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
33126
33127 1998-04-05  Jim Meyering  <meyering@ascend.com>
33128
33129         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
33130         (jm_PREREQ): Use it here.
33131
33132 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
33133
33134         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
33135         in acconfig.h.
33136
33137 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
33138
33139         * m4/prereq.m4: New file.
33140         * m4/error.m4: New file.
33141         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
33142
33143 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
33144
33145         * m4/getline.m4: Don't set am_cv_func_working_getline before the
33146         cache-check for the same variable -- that defeated the purpose of
33147         the test; the test program was never run.  This was a problem only
33148         on systems with losing getline functions -- HP-UX 10.20 is one.
33149         Reported by Bjorn Helgaas.
33150
33151 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
33152
33153         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
33154
33155 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
33156
33157         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
33158
33159         * m4/const.m4: New file.  Use an initializer in this declaration
33160         typedef int charset[2]; const charset x;
33161         Reported by Bob Glickstein.
33162
33163 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
33164
33165         * m4/chown.m4: Fix reversed types on -1 args to chown.
33166         From Kaveh Ghazi.
33167
33168 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
33169
33170         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
33171         Add lseek and memchr.
33172
33173         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
33174         T.E.Dickey <dickey@clark.net> said that some older preprocessors
33175         have a 20-character limit on names.
33176
33177 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
33178
33179         * m4/inttypes_h.m4: New file.
33180         * m4/uintmax_t.m4: New file.
33181         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
33182
33183 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
33184   Free Software Foundation, Inc.
33185 Copying and distribution of this file, with or without modification,
33186 are permitted provided the copyright notice and this notice are preserved.