Rename netinet_in_.h to netinet_in.in.h.
[pspp] / ChangeLog
1 2007-09-30  Bruno Haible  <bruno@clisp.org>
2
3         * lib/alloca.in.h: Renamed from lib/alloca_.h.
4         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
5         alloca_.h.
6         * lib/argz.in.h: Renamed from lib/argz_.h.
7         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
8         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
9         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
10         byteswap_.h.
11         * lib/dirent.in.h: Renamed from lib/dirent_.h.
12         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
13         dirent_.h.
14         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
15         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
16         fcntl_.h.
17         * lib/float.in.h: Renamed from lib/float_.h.
18         * modules/float (Files, Makefile.am): Use float.in.h instead of
19         float_.h.
20         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
21         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
22         fnmatch_.h.
23         * lib/getopt.in.h: Renamed from lib/getopt_.h.
24         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
25         getopt_.h.
26         * lib/glob.in.h: Renamed from lib/glob_.h.
27         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
28         * lib/iconv.in.h: Renamed from lib/iconv_.h.
29         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
30         iconv_.h.
31         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
32         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
33         inttypes_.h.
34         * lib/locale.in.h: Renamed from lib/locale_.h.
35         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
36         locale_.h.
37         * lib/math.in.h: Renamed from lib/math_.h.
38         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
39         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
40         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
41         of netinet_in_.h. Add dependency.
42
43 2007-09-30  Bruno Haible  <bruno@clisp.org>
44
45         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
46         Needed on BeOS.
47
48 2007-09-30  Bruno Haible  <bruno@clisp.org>
49
50         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
51
52 2007-09-29  Bruno Haible  <bruno@clisp.org>
53
54         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
55
56 2007-09-29  Bruno Haible  <bruno@clisp.org>
57
58         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
59         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
60         * build-aux/install-reloc: Compile also areadlink.c.
61         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
62
63 2007-09-29  Bruno Haible  <bruno@clisp.org>
64
65         * gnulib-tool (func_emit_initmacro_done): Indentation.
66
67 2007-09-29  Bruno Haible  <bruno@clisp.org>
68
69         * README: Add CVS checkout update instructions.
70         Info from Bob Proulx <bob@proulx.com>.
71
72 2007-09-28  Eric Blake  <ebb9@byu.net>
73
74         Provide move-if-change.
75         * build-aux/move-if-change: New file, based on best practice
76         rather than any canonical upstream location.
77
78 2007-09-28  Jim Meyering  <jim@meyering.net>
79
80         Fix canonicalize loop-detection corner case.
81         Do not attempt to stat the symlink values stored via seen_triple.
82         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
83         on linux-2.6.18, (but not 2.6.22).
84         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
85         triple_compare.  The former compares dev,ino,filename, while the latter
86         would actually stat dirname(filename) when dev and ino were equal.
87         * lib/hash-triple.c: Install <string.h>.
88         (STREQ): Define.
89         (triple_compare_ino_str): New function.
90         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
91
92 2007-09-28  Eric Blake  <ebb9@byu.net>
93
94         Enforce that AC_REPLACE_FUNCS files exist.
95         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
96         override check for typos.
97
98         Fix test-closein on Solaris 10.
99         * tests/test-closein.c (main): Don't assume stdin can be inherited
100         closed on all systems.
101         * tests/test-closein.sh: Likewise.
102         Reported by Piotr Tarnowski.
103
104 2007-09-28  Jim Meyering  <jim@meyering.net>
105
106         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
107
108 2007-09-27  Jim Meyering  <jim@meyering.net>
109
110         canonicalize: Avoid a false-positive cycle failure.
111         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
112         Sort.  Remove cycle-check.
113         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
114         not cycle-check.h.
115         (seen_triple): New function.
116         (canonicalize_filename_mode): Use it instead of cycle-check.
117         * tests/test-canonicalize.c: Add a test for this bug.
118         * tests/test-canonicalize.sh: Set up and run the test.
119
120         New module, file-set, from coreutils.
121         * modules/file-set: Define it.
122         * lib/file-set.c, lib/file-set.h: Implement.
123
124         New module, hash-triple, from coreutils.
125         * modules/hash-triple: Define it.
126         * lib/hash-triple.c, lib/hash-triple.h: Implement.
127
128 2007-09-25  Eric Blake  <ebb9@byu.net>
129
130         Fix strerror on Interix.
131         * lib/string_.h (strerror): Declare replacement.
132         * doc/functions/strerror.texi (strerror): Document the Interix
133         shortcoming.
134         * modules/string (Makefile.am): Support new hooks.
135         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
136         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
137         gl_FUNC_STRERROR_SEPARATE.
138         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
139         * lib/strerror.c (rpl_strerror): Provide replacement.
140         * modules/strerror (Depends-on): Add string.
141         (configure.ac): Detect use of module.
142         * tests/test-strerror.c: New file.
143         * modules/strerror-tests: New test module.
144         * modules/argp (Depends-on): Add strerror.
145         * modules/error (Depends-on): Likewise.
146         Reported by Martin Koeppe.
147
148 2007-09-24  Bruno Haible  <bruno@clisp.org>
149
150         * README: Update git instructions.
151
152 2007-09-24  Eric Blake  <ebb9@byu.net>
153
154         Revert fpending breakage from 2007-09-08.
155         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
156         __fpending.c.
157
158 2007-09-24  Jim Meyering  <jim@meyering.net>
159
160         filenamecat.c: Add a test.
161         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
162         showing how the function works when DIR is the empty string.
163
164 2007-09-21  Simon Josefsson  <simon@josefsson.org>
165
166         * tests/test-canonicalize.sh: Turn on executable bit.
167
168 2007-09-19  Eric Blake  <ebb9@byu.net>
169
170         * README: Update CVS instructions.
171
172 2007-09-18  Bruno Haible  <bruno@clisp.org>
173
174         * modules/areadlink: New file.
175         * lib/areadlink.h (areadlink): New declaration.
176         * lib/areadlink.c: New file, based on lib/xreadlink.c.
177
178 2007-09-17  Jim Meyering  <jim@meyering.net>
179
180         * lib/savewd.c (ESTALE) [!defined]: Define.
181         Reported to be required on Interix by Martin Koeppe.
182
183 2007-09-17  Bruno Haible  <bruno@clisp.org>
184
185         * gnulib-tool (func_version): Use $version.
186
187 2007-09-16  Bruno Haible  <bruno@clisp.org>
188
189         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
190         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
191         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
192         Reported by Greg Schafer <gschafer@zip.com.au>.
193
194 2007-09-15  Bruno Haible  <bruno@clisp.org>
195
196         * gnulib-tool (sed): Try a little harder to make bash understand the
197         alias.
198         Reported by Bruce Korb <bruce.korb@gmail.com>.
199
200 2007-09-13  Eric Blake  <ebb9@byu.net>
201
202         * ChangeLog: Remove conflict markers.
203
204 2007-09-13  Simon Josefsson  <simon@josefsson.org>
205
206         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
207         Reported by Bruno Haible <bruno@clisp.org>.
208
209 2007-09-12  Bruno Haible  <bruno@clisp.org>
210
211         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
212         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
213         is not defined.
214
215 2007-09-12  Eric Blake  <ebb9@byu.net>
216
217         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
218         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
219         Autoconf definition.
220         * modules/euidaccess (Depends-on): Add extensions, for
221         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
222         * modules/fnmatch (Depends-on): Likewise.
223         * modules/getaddrinfo (Depends-on): Likewise.
224         * modules/getdelim (Depends-on): Likewise.
225         * modules/getline (Depends-on): Likewise.
226         * modules/getsubopt (Depends-on): Likewise.
227         * modules/gettext (Depends-on): Likewise.
228         * modules/group-member (Depends-on): Likewise.
229         * modules/mbchar (Depends-on): Likewise.
230         * modules/memmem (Depends-on): Likewise.
231         * modules/mempcpy (Depends-on): Likewise.
232         * modules/memrchr (Depends-on): Likewise.
233         * modules/pagealign_alloc (Depends-on): Likewise.
234         * modules/readutmp (Depends-on): Likewise.
235         * modules/stpcpy (Depends-on): Likewise.
236         * modules/stpncpy (Depends-on): Likewise.
237         * modules/strchrnul (Depends-on): Likewise.
238         * modules/strndup (Depends-on): Likewise.
239         * modules/strsep (Depends-on): Likewise.
240         * modules/strverscmp (Depends-on): Likewise.
241         * modules/vasprintf (Depends-on): Likewise.
242         * modules/wcwidth (Depends-on): Likewise.
243         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
244         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
245         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
246         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
247         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
248         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
249         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
250         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
251         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
252         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
253         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
254         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
255         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
256         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
257         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
258         * m4/readutmp.m4 (gl_READUTMP): Likewise.
259         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
260         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
261         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
262         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
263         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
264         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
265         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
266         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
267         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
268         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
269         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
270         so that lock.m4 can be used in gettext without extensions module.
271
272 2007-09-11  Bruno Haible  <bruno@clisp.org>
273
274         * m4/isc-posix.m4: Remove file.
275         Suggested by Eric Blake.
276
277 2007-09-11  Eric Blake  <ebb9@byu.net>
278
279         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
280
281 2007-09-10  Bruno Haible  <bruno@clisp.org>
282
283         * posix-modules: Fix typo in error message.
284         Reported by Matt <mkraai@beckman.com>.
285
286 2007-09-09  Bruno Haible  <bruno@clisp.org>
287
288         * doc/functions/getdelim.texi: Update list of platforms lacking the
289         function.
290         * doc/functions/getline.texi: Likewise.
291
292 2007-09-09  Jim Meyering  <jim@meyering.net>
293
294         * lib/hash.c (hash_initialize): Detect calloc failure.
295         Reported by Bruno Haible.
296
297 2007-09-09  Bruno Haible  <bruno@clisp.org>
298
299         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
300         malloc or realloc fails.
301
302 2007-09-09  Bruno Haible  <bruno@clisp.org>
303
304         * modules/getcwd (Depends-on): Add malloc-posix.
305         * modules/glob (Depends-on): Likewise.
306         * modules/putenv (Depends-on): Likewise.
307         * modules/strdup (Depends-on): Likewise.
308         * modules/getdelim (Depends-on): Add realloc-posix.
309         * modules/read-file (Depends-on): Likewise.
310
311 2007-09-09  Bruno Haible  <bruno@clisp.org>
312
313         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
314         (gl_FUNC_MALLOC_POSIX): Require it.
315         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
316         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
317         * modules/realloc (Files): Add m4/malloc.m4.
318         * modules/calloc (Files): Likewise.
319
320 2007-09-09  Bruno Haible  <bruno@clisp.org>
321
322         * modules/malloc-posix: New file.
323         * modules/malloc (Depends-on): Add malloc-posix.
324         * lib/malloc.c: Include errno.h.
325         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
326         and a POSIX-compatible malloc into a single function. Set ENOMEM
327         when returning NULL.
328         * m4/malloc.m4: New file.
329         * doc/functions/malloc.texi: Mention the malloc-posix module.
330         * lib/stdlib_.h (malloc): New declaration.
331         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
332         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
333         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
334         and HAVE_MALLOC_POSIX.
335
336 2007-09-09  Bruno Haible  <bruno@clisp.org>
337
338         * modules/realloc-posix: New file.
339         * modules/realloc (Depends-on): Add realloc-posix.
340         * lib/realloc.c: Include errno.h.
341         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
342         and a POSIX-compatible realloc into a single function. Set ENOMEM
343         when returning NULL.
344         * m4/realloc.m4: New file.
345         * doc/functions/realloc.texi: Mention the realloc-posix module.
346         * lib/stdlib_.h (realloc): New declaration.
347         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
348         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
349         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
350         and HAVE_REALLOC_POSIX.
351
352 2007-09-09  Bruno Haible  <bruno@clisp.org>
353
354         * modules/calloc-posix: New file.
355         * modules/calloc (Depends-on): Add calloc-posix.
356         * lib/calloc.c: Include errno.h.
357         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
358         and a POSIX-compatible calloc into a single function. Set ENOMEM
359         when returning NULL.
360         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
361         * doc/functions/calloc.texi: Mention the calloc-posix module.
362         * lib/stdlib_.h (calloc): New declaration.
363         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
364         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
365         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
366         and HAVE_CALLOC_POSIX.
367
368 2007-09-09  Bruno Haible  <bruno@clisp.org>
369
370         Allow for modules to show an arbitrary notice.
371         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
372         * gnulib-tool: New option --extract-notice.
373         (func_usage): Document it.
374         (sed_extract_prog): Update.
375         (func_get_notice): New function.
376         (func_modules_notice): New function.
377         (func_import, func_create_testdir): Invoke it.
378         Suggested by Jim Meyering.
379
380 2007-09-09  Bruno Haible  <bruno@clisp.org>
381
382         * gnulib-tool: New options --verbose, --quiet.
383         (func_usage): Document them.
384         (verbose): New variable.
385         (func_execute_command): New function.
386         (func_import): Don't show the module list and the file list if
387         $verbose < 0.
388         (func_create_testdir): Likewise. Use func_execute_command.
389         (func_create_megatestdir): Use func_execute_command.
390
391 2007-09-08  Bruno Haible  <bruno@clisp.org>
392
393         * gnulib-tool (func_import): Prefer rsync over wget when available,
394         for fetching the PO files.
395
396 2007-09-08  Bruno Haible  <bruno@clisp.org>
397
398         * posix-modules: New file. Portions copied from gnulib-tool.
399         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
400
401 2007-09-08  Jim Meyering  <jim@meyering.net>
402
403         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
404         * lib/fpending.h: Rename from __fpending.h.
405         * lib/fpending.c: Rename from __fpending.c.
406         Include "fpending.h", not "__fpending.h".
407         * lib/__fpending.h, lib/__fpending.c: Remove files.
408         * modules/fpending (Files): Reflect new file names.
409         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
410
411 2007-09-08  Bruno Haible  <bruno@clisp.org>
412
413         * m4/inttypes-h.m4: Remove stub file.
414
415 2007-09-07  Simon Josefsson  <simon@josefsson.org>
416
417         * doc/headers/stdint.texi: Discuss #include_next issue.
418
419 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
420
421         * build-aux/bootstrap: Remove obsolete comment about wget --help.
422
423 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
424
425         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
426         in variable name.
427
428 2007-09-03  Jim Meyering  <jim@meyering.net>
429
430         New module: git-version-gen.
431         * modules/git-version-gen: New file.
432
433         Import changes from coreutils for bootstrap script.
434
435         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
436
437         bootstrap: uses rsync to download the .po files
438         * build-aux/bootstrap (po_download_command_format): New global.
439         (download_po_files): Use rsync.
440         (update_po_files): Don't remove .po files after download,
441         so future rsync runs can take advantage of the copies.
442
443         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
444
445         Solve the unnecessary-.po-file-regeneration problem once and for all.
446         * build-aux/bootstrap (download_po_files): New function, renamed from
447         get_translations.  Now, downloads, but doesn't update LINGUAS.
448         (update_po_files): New function.
449
450         bootstrap: Ignore more.
451         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
452         uniwidth to e.g., lib/.gitignore.
453         (slurp): Handle the sys_stat_.h -> sys mapping, too.
454
455         * build-aux/bootstrap: New setting: vc_ignore.
456         (insert_sorted_if_absent): Create $file if absent.
457         Adapt to new, possibly empty, list: $vc_ignore.
458
459         bootstrap: generate more ignorable names
460         * build-aux/bootstrap (slurp): When generating ignorable names,
461         also map .sin to .sed, .gperf to .c, and .y to .c.
462
463 2007-09-03  Jim Meyering  <jim@meyering.net>
464
465         * build-aux/git-version-gen: New file, from coreutils.  For details, see
466         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
467
468 2007-09-02  Bruno Haible  <bruno@clisp.org>
469
470         Fix mis-recognition of 'mcs' on QNX 6.
471         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
472         output contains the string "Mono".
473         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
474         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
475
476 2007-09-01  Bruno Haible  <bruno@clisp.org>
477
478         Fix collision between uniwidth/* and linebreak modules.
479         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
480         u32_width): Remove declarations.
481         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
482         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
483         streq3, streq2, streq1, streq0): Remove functions.
484         (STREQ): Remove macro.
485         (is_cjk_encoding): Remove function.
486         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
487         (uc_width, u8_width, u16_width, u32_width): Remove functions.
488         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
489         * NEWS: Document the change.
490
491 2007-09-01  Bruno Haible  <bruno@clisp.org>
492
493         * lib/streq.h: Add double-inclusion guard.
494
495 2007-09-01  Karl Berry  <karl@gnu.org>
496
497         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
498
499 2007-08-28  Jim Meyering  <jim@meyering.net>
500
501         Rename mreadlink_with_size to areadlink_with_size.
502         * NEWS: Document the change.
503         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
504         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
505         * lib/mreadlink.h: Rename this to...
506         * lib/areadlink.h: ...this.
507         * modules/mreadlink-with-size: Rename this to...
508         * modules/areadlink-with-size: ...this.
509         * lib/canonicalize.c: Reflect the renaming.
510         * modules/canonicalize: Likewise.
511
512 2007-08-26  Bruno Haible  <bruno@clisp.org>
513
514         * gnulib-tool (func_import): When deciding which files to remove,
515         consider also dangling symbolic links.
516         Reported by Eric Blake.
517
518 2007-08-26  Bruno Haible  <bruno@clisp.org>
519
520         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
521
522 2007-08-23  Simon Josefsson  <simon@josefsson.org>
523
524         * lib/readline.c: Don't include getline.h, the prototype is now
525         found in stdio.h.
526
527 2007-08-23  Jim Meyering  <jim@meyering.net>
528
529         Getdelim touchup.
530         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
531         around the funlockfile call, since funlockfile never sets errno.
532         Don't set errno upon failed realloc.
533
534 2007-08-22  Eric Blake  <ebb9@byu.net>
535
536         Getline touchups.
537         * lib/getdelim.c (getdelim): Revert regression that required *n to
538         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
539         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
540         getdelim, rather than whether implementation is missing.
541         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
542         * lib/stdio_.h (getline): Also declare if replacement is
543         required.
544         * doc/functions/getdelim.texi: New file.
545         * doc/functions/getline.texi: Likewise.
546         * doc/gnulib.texi (Function Substitutes): Add new files.
547         Reported by Bruno Haible.
548
549 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
550
551         * users.txt: Add Guile.
552
553 2007-08-22  Eric Blake  <ebb9@byu.net>
554
555         * tests/test-getdelim.c (main): Use remove, not unlink.
556         * tests/test-getline.c (main): Likewise.
557
558         Move getline and getdelim into stdio.h, per POSIX 200x.
559         * modules/getline (Files): Remove getline.h.
560         (Depends-on): Add stdio.
561         (configure.ac): Add module indicator.
562         * modules/getdelim (Files): Remove getdelim.h.
563         (Depends-on): Add stdio.
564         (configure.ac): Add module indicator.
565         * modules/stdio (Makefile.am): Work with new indicators.
566         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
567         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
568         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
569         * lib/getdelim.h: Delete.
570         * lib/getline.h: Delete.
571         * lib/stdio_.h (getdelim, getline): Declare.
572         * modules/getdelim-tests: New module.
573         * modules/getline-tests: Likewise.
574         * tests/test-getdelim.c: New file.
575         * tests/test-getline.c: Likewise.
576         * NEWS: Document the change.
577         * lib/getline.c: Update choice of header.
578         * lib/csharpcomp.c: Likewise.
579         * lib/getpass.c: Likewise.
580         * lib/javacomp.c: Likewise.
581         * lib/javaversion.c: Likewise.
582         * lib/yesno.c: Likewise.
583         * lib/getdelim.c: Likewise.
584         (getdelim): Set errno on failure, and avoid memory leak.
585
586 2007-08-19  Bruno Haible  <bruno@clisp.org>
587
588         * modules/closein (Depends-on): Add freadahead.
589         * lib/closein.c: Include freadahead.h.
590         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
591         is zero.
592
593 2007-08-19  Bruno Haible  <bruno@clisp.org>
594
595         * modules/freadahead-tests: New file.
596         * tests/test-freadahead.sh: New file.
597         * tests/test-freadahead.c: New file.
598
599         * modules/freadahead: New file.
600         * lib/freadahead.h: New file.
601         * lib/freadahead.c: New file.
602         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
603         fbufmode, fpurge, freadable, fwritable.
604
605 2007-08-19  Eric Blake  <ebb9@byu.net>
606
607         Test yesno in combination with closein.
608         * lib/yesno.c (yesno): Document use of stdin.
609         * modules/yesno-tests (Files): New module.
610         * tests/test-yesno.c (main): New file.
611         * tests/test-yesno.sh: Likewise.
612
613 2007-08-19  Bruno Haible  <bruno@clisp.org>
614
615         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
616         * lib/fseeko.c (rpl_fseeko): Likewise.
617         * lib/fseterr.c (fseterr): Likewise.
618
619 2007-08-19  Bruno Haible  <bruno@clisp.org>
620
621         * tests/test-lseek.c (main): Disable a test for BeOS.
622         * doc/functions/lseek.texi: Document the BeOS bug.
623
624 2007-08-19  Bruno Haible  <bruno@clisp.org>
625             Eric Blake  <ebb9@byu.net>
626
627         * lib/lseek.c: Include <sys/stat.h>.
628         (rpl_lseek): Add workaround code also for Unix platforms.
629         Needed for BeOS.
630         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
631         * doc/functions/lseek.texi: Document BeOS definiency.
632
633 2007-08-18  Bruno Haible  <bruno@clisp.org>
634
635         * modules/fstrcmp-tests: New file.
636         * tests/test-fstrcmp.c: New file.
637
638 2007-08-18  Bruno Haible  <bruno@clisp.org>
639
640         * modules/fstrcmp: New file, from GNU gettext with modifications.
641         * lib/fstrcmp.h: New file, from GNU gettext.
642         * lib/fstrcmp.c: New file, from GNU gettext.
643         * MODULES.html.sh (String handling): Add fstrcmp.
644
645 2007-08-18  Bruno Haible  <bruno@clisp.org>
646
647         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
648         'bool'.
649         (diag, compareseq): Remove const from the ctxt argument.
650         (USE_HEURISTIC): Undefine at the end.
651
652 2007-08-18  Jim Meyering  <jim@meyering.net>
653
654         New file: lib/idcache.h
655         * NEWS: Mention the addition.
656         * modules/idcache (Files): Add lib/idcache.h
657         * lib/idcache.c: Include "idcache.h".
658         Don't include <sys/types.h>.
659         Add a FIXME comment.
660         Move file-scoped "static" declarations to the top.
661         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
662
663 2007-08-17  Bruno Haible  <bruno@clisp.org>
664         and Paul Eggert  <eggert@cs.ucla.edu>
665
666         * MODULES.html.sh: Add diffseq.
667         * modules/diffseq: New file.
668         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
669         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
670
671 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
672
673         Import changes from coreutils for bootstrap script.
674
675         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
676
677         * build-aux/bootstrap (slurp): Work even in environments where
678         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
679         current code does not slurp files whose names start with ".", and
680         this looks like it might be a troublesome area.
681
682         2007-07-11  Jim Meyering  <jim@meyering.net>
683
684         If there's a GPL vN copyright comment, require that N == 3.
685
686         2007-07-08  Jim Meyering  <jim@meyering.net>
687
688         Run the coreutils-specific code only if tests/Makefile.am.in exists.
689         * build-aux/bootstrap (mam_template): Move definition out of loop.
690
691         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
692
693         * build-aux/bootstrap (symlink_to_dir): Rename function from
694         symlink_to_gnulib.  Add a directory parameter.  Update all
695         callers.
696         (cp_mark_as_generated): Also check for -- and link to -- files in
697         gl/.
698
699         2007-07-08  Jim Meyering  <jim@meyering.net>
700
701         Adapt to deeper hierarchy in gnulib.
702         * build-aux/bootstrap (symlink_to_dir): If the destination
703         directory doesn't exist, create it. This is required at least for
704         "lib/uniwidth/cjk.h".
705
706         2007-05-15  Jim Meyering  <jim@meyering.net>
707
708         * build-aux/bootstrap: Now that generated Makefile.am files
709         are no longer under version control, they must be created at
710         bootstrap time.
711
712 2007-08-14  Ben Pfaff  <blp@gnu.org>
713
714         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
715
716 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
717
718         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
719         given the changes below.
720         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
721         even on hosts that have padding bits beyond the supported 64.
722
723 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
724
725         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
726         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
727         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
728         depends on it.
729         (xstrtol_error): Remove.
730         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
731         but with a different signature.
732         (ATTRIBUTE_NORETURN, __attribute__): New macros.
733         * lib/xstrtol-error.c: Include exitfail.h.
734         (xstrtol_fatal): New function, with a different signature from the
735         old xstrtol_error, so that the caller need not worry about passing
736         in an exit status, or about storage management of the option argument.
737         (xstrtol_error): Now a static function.  Redo signature to
738         implement xstrtol_fatal.  Output the correct number of hyphens in
739         front of the option so that the caller need not worry about
740         storage management.
741         (N_): New macro.
742         (_): Remove; not used now.
743         * modules/xstrtol: Depend on getopt.
744         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
745         of old STRTOL_FATAL_ERROR macro.
746         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
747         of test program.
748         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
749         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
750
751 2007-08-08  Eric Blake  <ebb9@byu.net>
752
753         * lib/xstrtol-error.c: Add missing include.
754
755         Move xstrtol messages into gnulib domain, when --pobase is used.
756         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
757         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
758         * modules/xstrtol (Files): Distribute new file.
759         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
760         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
761         * tests/test-xstrtol.c: ...into new file.
762         * tests/test-xstrtoul.c: Also test xstrtoul.
763         * tests/test-xstrtoimax.c: Also test xstrtoimax.
764         * tests/test-xstrtoumax.c: Also test xstrtoumax.
765         * tests/test-xstrtol.sh: Drive the tests.
766         * tests/test-xstrtoimax.sh: Likewise.
767         * tests/test-xstrtoumax.sh: Likewise.
768         * modules/xstrtol-tests: New module.
769         * modules/xstrtoimax-tests: Likewise.
770         * modules/xstrtoumax-tests: Likewise.
771
772 2007-08-08  Jim Meyering  <jim@meyering.net>
773
774         New function: mfile_name_concat.
775         * lib/filenamecat.c (mfile_name_concat): New function, just like
776         file_name_concat, but return NULL upon failure rather than exiting
777         with a diagnostic.
778         * lib/filenamecat.h: Declare it.
779
780 2007-08-07  Bruno Haible  <bruno@clisp.org>
781
782         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
783         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
784         warning from gcc.
785         Reported by Eric Blake.
786
787 2007-08-07  Simon Josefsson  <simon@josefsson.org>
788
789         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
790         * modules/crypto/arcfour (License): Likewise.
791         * modules/crypto/des-tests (License): Likewise.
792         * modules/crypto/gc-arctwo-tests (License): Likewise.
793         * modules/crypto/gc-des-tests (License): Likewise.
794         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
795         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
796         * modules/crypto/gc-md2-tests (License): Likewise.
797         * modules/crypto/gc-md4-tests (License): Likewise.
798         * modules/crypto/gc-md5-tests (License): Likewise.
799         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
800         * modules/crypto/gc-rijndael-tests (License): Likewise.
801         * modules/crypto/gc-sha1-tests (License): Likewise.
802         * modules/crypto/gc-tests (License): Likewise.
803         * modules/crypto/hmac-md5 (License): Likewise.
804         * modules/crypto/hmac-sha1 (License): Likewise.
805         * modules/crypto/md2-tests (License): Likewise.
806         * modules/crypto/md4-tests (License): Likewise.
807         * modules/crypto/md5 (License): Likewise.
808         * modules/crypto/rijndael (License): Likewise.
809         * modules/crypto/sha1 (License): Likewise.
810         * modules/memxor (License): Likewise.
811
812 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
813         and Bruno Haible  <bruno@clisp.org>
814
815         * NEWS: Describe interface changes to human, xstrtol.
816         * lib/human.h: Include <xstrtol.h>.
817         (human_options): Return enum strtol_error, not int.  Remove
818         bool arg; take int * instead.
819         * lib/human.c: Don't include "gettext.h".
820         (_): Remove; no longer used.
821         Don't include <xstrtol.h>, since human.h does it.
822         (human_options): Adjust to abovementioned interface changes.
823         Do not report error to stderr; that's now the caller's
824         responsibility.
825         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
826         interface change.
827         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
828         Str, Argument_type_string.  All uses changed.  Put " argument"
829         in diagnostics to make them clearer.  Change wording of suffix
830         message for clarity.
831         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
832         Argument_type_string.
833         (STRTOL_FATAL_WARN): Remove; no longer used.
834         * modules/human (Depends-on): Remove gettext-h.
835
836 2007-08-06  Simon Josefsson  <simon@josefsson.org>
837
838         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
839
840 2007-07-31  Bruno Haible  <bruno@clisp.org>
841
842         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
843         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
844         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
845
846 2007-07-31  Bruno Haible  <bruno@clisp.org>
847
848         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
849         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
850
851 2007-07-30  Bruno Haible  <bruno@clisp.org>
852
853         * modules/base64 (License): Use the synonymous term "LGPLv2+".
854         * modules/c-ctype (License): Likewise.
855         * modules/c-strcase (License): Likewise.
856         * modules/check-version (License): Likewise.
857         * modules/iconv (License): Likewise.
858         * modules/iconv_open (License): Likewise.
859         * modules/read-file (License): Likewise.
860         * modules/striconv (License): Likewise.
861         * modules/strverscmp (License): Likewise.
862         * modules/vasprintf (License): Likewise.
863         * modules/crypto/des (License): Likewise.
864         * modules/crypto/gc (License): Likewise.
865         * modules/crypto/gc-arcfour (License): Likewise.
866         * modules/crypto/gc-arctwo (License): Likewise.
867         * modules/crypto/gc-des (License): Likewise.
868         * modules/crypto/gc-hmac-md5 (License): Likewise.
869         * modules/crypto/gc-hmac-sha1 (License): Likewise.
870         * modules/crypto/gc-md2 (License): Likewise.
871         * modules/crypto/gc-md4 (License): Likewise.
872         * modules/crypto/gc-md5 (License): Likewise.
873         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
874         * modules/crypto/gc-random (License): Likewise.
875         * modules/crypto/gc-rijndael (License): Likewise.
876         * modules/crypto/gc-sha1 (License): Likewise.
877         * modules/crypto/md2 (License): Likewise.
878         * modules/crypto/md4 (License): Likewise.
879
880 2007-07-30  Jim Meyering  <jim@meyering.net>
881
882         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
883         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
884         it has valid stat data.  This bug would cause du not to count the
885         sizes of inaccessible directories.
886         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
887         in <http://bugzilla.redhat.com/250077>.
888
889 2007-07-25  Peter O'Gorman  <peter@pogma.com>
890             Bruno Haible  <bruno@clisp.org>
891
892         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
893         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
894         #include_next, gives a diagnostic about it, but reports no error in
895         the exit code.
896         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
897
898 2007-07-24  Ben Pfaff  <blp@gnu.org>
899
900         Improve name: "count-one-bits" is better than "popcount".
901         * MODULES.html.sh: Update name.
902         * lib/popcount.h: Renamed lib/count-one-bits.h.
903         (popcount): Renamed count_one_bits.
904         (popcountl): Renamed count_one_bits_l.
905         (popcountll): Renamed count_one_bits_ll.
906         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
907         * modules/popcount: Renamed module/count-one-bits.
908         * modules/popcount-tests: Renamed module/count-one-bits-tests.
909         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
910
911 2007-07-23  Ben Pfaff  <blp@gnu.org>
912
913         * lib/popcount.h (popcount32): Reduce size of constants, to allow
914         better code generation, and add U to large constants to avoid
915         warnings, in non-GCC case.
916         Suggested by Bruno Haible.
917
918 2007-07-23  Ben Pfaff  <blp@gnu.org>
919
920         * lib/popcount.h: Use verify_true instead of if...abort.
921         * modules/popcount: Depend on verify module.
922         Suggested by Jim Meyering.
923
924 2007-07-23  Bruno Haible  <bruno@clisp.org>
925
926         * gnulib-tool (func_import): Create a .cvsignore file also when the
927         directory is not yet in CVS but the toplevel directory is. When
928         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
929         Reported by Karl Berry.
930
931 2007-07-22  Ben Pfaff  <blp@gnu.org>
932
933         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
934         case.
935         Suggested by Eric Blake.
936
937 2007-07-22  Ben Pfaff  <blp@gnu.org>
938
939         New module: popcount.
940         * MODULES.html.sh: Add popcount.
941         * modules/popcount: New file.
942         * modules/popcount-tests: New file.
943         * tests/test-popcount.c: New file.
944         * lib/popcount.h: New file.
945         * m4/popcount.m4: New file.
946
947 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
948
949         * build-aux/announce-gen: Update to GPLv3.
950
951         * build-aux/config.guess: Update from config.
952
953 2007-07-21  Bruno Haible  <bruno@clisp.org>
954
955         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
956         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
957
958 2007-07-20  Jim Meyering  <jim@meyering.net>
959
960         * check-module: Diagnose a self-dependency.
961
962 2007-07-19  Bruno Haible  <bruno@clisp.org>
963
964         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
965         empty.
966         Reported by Eric Blake.
967
968 2007-07-18  Bruno Haible  <bruno@clisp.org>
969
970         * gnulib-tool: New options --po-base, --po-domain.
971         (func_usage): Document them.
972         (pobase, po_domain): New variables.
973         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
974         DEFAULT_TEXT_DOMAIN.
975         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
976         (func_import): Consider pobase and po_domain. Create a po/ directory.
977         (func_create_testdir): Set pobase and po_domain to empty.
978         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
979         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
980
981 2007-07-18  Bruno Haible  <bruno@clisp.org>
982
983         * gnulib-tool (func_get_automake_snippet): Synthesize also an
984         EXTRA_DIST augmentation for files in build-aux/.
985
986 2007-07-16  Bruno Haible  <bruno@clisp.org>
987
988         * modules/lseek (License): Use the synonymous term "LGPLv2+".
989         * modules/getdelim (License): Likewise.
990
991 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
992
993         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
994         * modules/d-type (License): Likewise.
995         * modules/extensions (License): Likewise.
996         * modules/fnmatch (License): Likewise.
997         * modules/fseeko (License): Likewise.
998         * modules/getaddrinfo (License): Likewise.
999         * modules/getline (License): Likewise.
1000         * modules/getlogin_r (License): Likewise.
1001         * modules/getpass (License): Likewise.
1002         * modules/gettimeofday (License): Likewise.
1003         * modules/glob (License): Likewise.
1004         * modules/inet_ntop (License): Likewise.
1005         * modules/malloc (License): Likewise.
1006         * modules/malloca (License): Likewise.
1007         * modules/memmem (License): Likewise.
1008         * modules/mempcpy (License): Likewise.
1009         * modules/memset (License): Likewise.
1010         * modules/minmax (License): Likewise.
1011         * modules/mktime (License): Likewise.
1012         * modules/netinet_in (License): Likewise.
1013         * modules/pathmax (License): Likewise.
1014         * modules/poll (License): Likewise.
1015         * modules/regex (License): Likewise.
1016         * modules/snprintf (License): Likewise.
1017         * modules/stdbool (License): Likewise.
1018         * modules/stdint (License): Likewise.
1019         * modules/stdio (License): Likewise.
1020         * modules/strcase (License): Likewise.
1021         * modules/strcasestr (License): Likewise.
1022         * modules/strdup (License): Likewise.
1023         * modules/string (License): Likewise.
1024         * modules/strndup (License): Likewise.
1025         * modules/strnlen (License): Likewise.
1026         * modules/strpbrk (License): Likewise.
1027         * modules/strptime (License): Likewise.
1028         * modules/strsep (License): Likewise.
1029         * modules/sys_select (License): Likewise.
1030         * modules/sys_socket (License): Likewise.
1031         * modules/sys_stat (License): Likewise.
1032         * modules/sys_time (License): Likewise.
1033         * modules/time (License): Likewise.
1034         * modules/time_r (License): Likewise.
1035         * modules/timegm (License): Likewise.
1036         * modules/unistd (License): Likewise.
1037         * modules/vsnprintf (License): Likewise.
1038         * modules/wctype (License): Likewise.
1039
1040 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1041
1042         * modules/argz (License): LGPLv2+.
1043
1044 2007-07-15  Karl Berry  <karl@gnu.org>
1045
1046         * doc/gnulib.texi: revise node structure per new fdl.texi.
1047
1048 2007-07-14  Bruno Haible  <bruno@clisp.org>
1049
1050         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
1051         the output file.
1052         * lib/uniname/uninames.h: Regenerated.
1053
1054 2007-07-14  Karl Berry  <karl@gnu.org>
1055
1056         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
1057         omitting sectioning and index commands.
1058
1059 2007-07-13  Bruno Haible  <bruno@clisp.org>
1060
1061         New gnulib-tool option --more-symlinks.
1062         * gnulib-tool (func_usage): Document --more-symlinks.
1063         (do_copyrights): New variable.
1064         Recognize option --more-symlinks.
1065         (func_import): Don't add a copyright notice transform to
1066         sed_transform_lib_file if do_copyrights is empty.
1067
1068 2007-07-13  Bruno Haible  <bruno@clisp.org>
1069
1070         * lib/vasnprintf.c (decimal_point_char): Define also if
1071         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
1072         && !NEED_PRINTF_DIRECTIVE_A.
1073         Reported by Clemens Koller <clemens.koller@anagramm.de> via
1074         Gary V. Vaughan <gary@gnu.org>.
1075
1076 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
1077
1078         * lib/inttypes_.h: Undo previous change, since it was fixed
1079         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
1080
1081 2007-07-13  Bruno Haible  <bruno@clisp.org>
1082
1083         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
1084         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
1085
1086 2007-07-13  Jim Meyering  <jim@meyering.net>
1087
1088         df: Don't fail for Tru64's "file-on-file mount".
1089         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
1090         so we fall through and use statfs instead.  Details here:
1091         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
1092         Reported by Albert Chin.
1093
1094 2007-07-13  Bruno Haible  <bruno@clisp.org>
1095
1096         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
1097         * modules/configmake (License): Likewise.
1098         * modules/gettext (License): Likewise.
1099         * modules/gettext-h (License): Likewise.
1100         * modules/include_next (License): Likewise.
1101         * modules/link-warning (License): Likewise.
1102         * modules/localcharset (License): Likewise.
1103         * modules/localename (License): Likewise.
1104         * modules/lock (License): Likewise.
1105         * modules/relocatable-lib-lgpl (License): Likewise.
1106         * modules/size_max (License): Likewise.
1107         * modules/vasnprintf (License): Likewise.
1108         * modules/wchar (License): Likewise.
1109         * modules/xsize (License): Likewise.
1110
1111 2007-07-13  Bruno Haible  <bruno@clisp.org>
1112
1113         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
1114         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
1115
1116 2007-07-12  Bruno Haible  <bruno@clisp.org>
1117
1118         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
1119         in the modules files.
1120
1121 2007-07-11  Karl Berry  <karl@gnu.org>
1122
1123         * MODULES.html.sh (func_module): use
1124          sed -e '\|^'"${includefile}"'$|d'
1125          instead of /.../d, to avoid errors on $includefile's containing /.
1126
1127 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
1128
1129         * gnulib-tool (func_import): Avoid duplication of --avoid
1130         statements
1131         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
1132         names to `_' in variable names.
1133
1134 2007-07-10  Eric Blake  <ebb9@byu.net>
1135
1136         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
1137         * NEWS: Document this change.
1138
1139 2007-07-08  Bruno Haible  <bruno@clisp.org>
1140
1141         Update to Unicode 5.0.
1142         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
1143         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
1144         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
1145         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
1146         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
1147         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
1148         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
1149         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
1150         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
1151         U+10A3F, U+1D242..U+1D244.
1152         (nonspacing_table_ind): Update.
1153         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
1154         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
1155
1156 2007-07-08  Bruno Haible  <bruno@clisp.org>
1157
1158         Update to Unicode 5.0.
1159         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
1160         code transform. Extend the name index field of unicode_name_to_code and
1161         unicode_code_to_name from 16 to 24 bits.
1162         * lib/uniname/uniname.c (unicode_character_name,
1163         unicode_name_character): Add the range 0x12xxx to the code transform.
1164         * lib/uniname/uninames.h: Regenerated.
1165         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
1166
1167 2007-07-07  Bruno Haible  <bruno@clisp.org>
1168
1169         * modules/wcwidth-tests: New file.
1170         * tests/test-wcwidth.c: New file.
1171
1172         Work around MacOS X wcwidth() bug.
1173         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
1174         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
1175         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
1176         original wcwidth in non-UTF-8 locales.
1177         * modules/wcwidth (Depends-on): Add localcharset, streq,
1178         uniwidth/width.
1179         * doc/functions/wcwidth.texi: Update.
1180
1181 2007-07-07  Bruno Haible  <bruno@clisp.org>
1182
1183         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
1184         (wcwidth): New declaration.
1185         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
1186         macros.
1187         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
1188         here. Prepare for creating <wchar.h> unconditionally.
1189         * modules/wchar (Depends-on): Add link-warning.
1190         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
1191         REPLACE_WCWIDTH, and GL_LINK_WARNING.
1192         * lib/wcwidth.h: Remove file.
1193         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
1194         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
1195         * modules/wcwidth (Files): Remove lib/wcwidth.h.
1196         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
1197         (Include): Replace wcwidth.h with <wchar.h>.
1198         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
1199         * lib/mbchar.h: Don't include wcwidth.h.
1200         * lib/mbswidth.c: Likewise.
1201         * NEWS: Mention the change.
1202
1203 2007-07-07  Bruno Haible  <bruno@clisp.org>
1204
1205         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
1206         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
1207         definition with an external declaration.
1208         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
1209         defined as a function. Remove AC_C_INLINE requirement.
1210         * modules/wcwidth (Files): Add lib/wcwidth.c.
1211         (Makefile.am): Remove redundant statement.
1212
1213 2007-07-07  Bruno Haible  <bruno@clisp.org>
1214
1215         * MODULES.html.sh (Unicode string functions): Add the new modules.
1216
1217         * tests/uniwidth/test-u32-strwidth.c: New file.
1218         * modules/uniwidth/u32-strwidth-tests: New file.
1219
1220         * lib/uniwidth/u32-strwidth.c: New file.
1221         * modules/uniwidth/u32-strwidth: New file.
1222
1223         * tests/uniwidth/test-u16-strwidth.c: New file.
1224         * modules/uniwidth/u16-strwidth-tests: New file.
1225
1226         * lib/uniwidth/u16-strwidth.c: New file.
1227         * modules/uniwidth/u16-strwidth: New file.
1228
1229         * tests/uniwidth/test-u8-strwidth.c: New file.
1230         * modules/uniwidth/u8-strwidth-tests: New file.
1231
1232         * lib/uniwidth/u8-strwidth.c: New file.
1233         * modules/uniwidth/u8-strwidth: New file.
1234
1235         * tests/uniwidth/test-u32-width.c: New file.
1236         * modules/uniwidth/u32-width-tests: New file.
1237
1238         * lib/uniwidth/u32-width.c: New file.
1239         * modules/uniwidth/u32-width: New file.
1240
1241         * tests/uniwidth/test-u16-width.c: New file.
1242         * modules/uniwidth/u16-width-tests: New file.
1243
1244         * lib/uniwidth/u16-width.c: New file.
1245         * modules/uniwidth/u16-width: New file.
1246
1247         * tests/uniwidth/test-u8-width.c: New file.
1248         * modules/uniwidth/u8-width-tests: New file.
1249
1250         * lib/uniwidth/u8-width.c: New file.
1251         * modules/uniwidth/u8-width: New file.
1252
1253         * tests/uniwidth/test-uc_width.c: New file.
1254         * modules/uniwidth/width-tests: New file.
1255
1256         * lib/uniwidth/width.c: New file, from GNU libiconv.
1257         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
1258         * modules/uniwidth/width: New file.
1259
1260         * lib/uniwidth.h: New file, from GNU libiconv.
1261         * modules/uniwidth/base: New file.
1262
1263 2007-07-07  Bruno Haible  <bruno@clisp.org>
1264
1265         * lib/uniname.h: New file, from GNU gettext.
1266         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
1267         * lib/uniname/uninames.h: New file, from GNU gettext.
1268         * lib/uniname/uniname.c: New file, from GNU gettext.
1269         * tests/uniname/test-uninames.sh: New file.
1270         * tests/uniname/test-uninames.c: New file, from GNU gettext.
1271         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
1272         * modules/uniname/base: New file.
1273         * modules/uniname/uniname: New file.
1274         * modules/uniname/uniname-tests: New file.
1275         * MODULES.html.sh (Unicode string functions): Add the new modules.
1276
1277 2007-07-06  Bruno Haible  <bruno@clisp.org>
1278
1279         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
1280
1281 2007-07-06  Bruno Haible  <bruno@clisp.org>
1282
1283         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
1284         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
1285         includes <cygwin/sys_time.h> which includes <sys/select.h> which
1286         include <sys/time.h>.
1287         Reported by Eric Blake.
1288
1289 2007-07-06  Eric Blake  <ebb9@byu.net>
1290
1291         Fix testing canonicalize on cygwin.
1292         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
1293         Revert patch from 2007-06-19.
1294         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
1295         canonicalize module is also in use.
1296         * tests/test-canonicalize.c: New file.
1297         * tests/test-canonicalize.sh: Likewise.
1298         * modules/canonicalize-tests: Likewise.
1299
1300 2007-07-06  Jim Meyering  <jim@meyering.net>
1301
1302         * lib/getugroups.c (getugroups): Detect getgrent failure.
1303         Adjust comment to reflect reality: this function may return -1.
1304
1305 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
1306
1307         * build-aux/bootstrap (TP_URL,get_translations): Update to use
1308         the new TP address.
1309         (usage): Fix typo
1310         (gnulib_mk): New variable.
1311
1312 2007-07-05  Jim Meyering  <jim@meyering.net>
1313
1314         Don't let endgrent clobber errno, no matter how improbable.
1315         * lib/getugroups.c (getugroups): Save and restore errno around
1316         endgrent call.
1317
1318         Close the group DB even when failing with 2^31 or more members.
1319         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
1320
1321 2007-07-04  Jim Meyering  <jim@meyering.net>
1322
1323         * lib/getugroups.h: New file.
1324         * lib/getugroups.c: Include "getugroups.h".
1325         Remove uses of "register" keyword.
1326         Move local variable, "cp", down into scope where used.
1327         Give "username" parameter the "const" attribute.
1328         * modules/getugroups (Files): Add lib/getugroups.h
1329
1330 2007-07-04  Karl Berry  <karl@gnu.org>
1331
1332         * MODULES.html.sh (func_all_modules): Complete rename of
1333         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
1334
1335 2007-07-02  Bruno Haible  <bruno@clisp.org>
1336
1337         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
1338         mode, when inttypes.h comes from gnulib.
1339         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1340
1341 2007-07-02  Simon Josefsson  <simon@josefsson.org>
1342
1343         * NEWS: Mention lgpl module name change.
1344
1345         * modules/lgpl-2.1: Renamed from lgpl.
1346
1347         * NEWS: Mention gpl module name change.
1348
1349         * modules/gpl-3.0: New file, based on gpl-2.0.
1350
1351         * modules/gpl-2.0: Renamed from gpl.
1352
1353         * modules/gpl: Fix filename, doc/gpl.texi is now found at
1354         doc/gpl-2.0.texi.
1355
1356 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
1357
1358         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
1359         #define __STDC_LIMIT_MACROS temporarily while including
1360         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
1361         Problem reported by Joel E. Denny in
1362         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
1363
1364 2007-07-01  Bruno Haible  <bruno@clisp.org>
1365
1366         * lib/unistdio.h: New file.
1367         * lib/unistdio/u-asnprintf.h: New file.
1368         * lib/unistdio/u-asprintf.h: New file.
1369         * lib/unistdio/u-printf-args.c: New file.
1370         * lib/unistdio/u-printf-args.h: New file.
1371         * lib/unistdio/u-printf-parse.h: New file.
1372         * lib/unistdio/u-snprintf.h: New file.
1373         * lib/unistdio/u-sprintf.h: New file.
1374         * lib/unistdio/u-vasprintf.h: New file.
1375         * lib/unistdio/u-vsnprintf.h: New file.
1376         * lib/unistdio/u-vsprintf.h: New file.
1377         * lib/unistdio/ulc-asnprintf.c: New file.
1378         * lib/unistdio/ulc-asprintf.c: New file.
1379         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
1380         * lib/unistdio/ulc-printf-parse.c: New file.
1381         * lib/unistdio/ulc-snprintf.c: New file.
1382         * lib/unistdio/ulc-sprintf.c: New file.
1383         * lib/unistdio/ulc-vasnprintf.c: New file.
1384         * lib/unistdio/ulc-vasprintf.c: New file.
1385         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
1386         * lib/unistdio/ulc-vsnprintf.c: New file.
1387         * lib/unistdio/ulc-vsprintf.c: New file.
1388         * lib/unistdio/u8-asnprintf.c: New file.
1389         * lib/unistdio/u8-asprintf.c: New file.
1390         * lib/unistdio/u8-printf-parse.c: New file.
1391         * lib/unistdio/u8-snprintf.c: New file.
1392         * lib/unistdio/u8-sprintf.c: New file.
1393         * lib/unistdio/u8-vasnprintf.c: New file.
1394         * lib/unistdio/u8-vasprintf.c: New file.
1395         * lib/unistdio/u8-vsnprintf.c: New file.
1396         * lib/unistdio/u8-vsprintf.c: New file.
1397         * lib/unistdio/u8-u8-asnprintf.c: New file.
1398         * lib/unistdio/u8-u8-asprintf.c: New file.
1399         * lib/unistdio/u8-u8-snprintf.c: New file.
1400         * lib/unistdio/u8-u8-sprintf.c: New file.
1401         * lib/unistdio/u8-u8-vasnprintf.c: New file.
1402         * lib/unistdio/u8-u8-vasprintf.c: New file.
1403         * lib/unistdio/u8-u8-vsnprintf.c: New file.
1404         * lib/unistdio/u8-u8-vsprintf.c: New file.
1405         * lib/unistdio/u16-asnprintf.c: New file.
1406         * lib/unistdio/u16-asprintf.c: New file.
1407         * lib/unistdio/u16-printf-parse.c: New file.
1408         * lib/unistdio/u16-snprintf.c: New file.
1409         * lib/unistdio/u16-sprintf.c: New file.
1410         * lib/unistdio/u16-vasnprintf.c: New file.
1411         * lib/unistdio/u16-vasprintf.c: New file.
1412         * lib/unistdio/u16-vsnprintf.c: New file.
1413         * lib/unistdio/u16-vsprintf.c: New file.
1414         * lib/unistdio/u16-u16-asnprintf.c: New file.
1415         * lib/unistdio/u16-u16-asprintf.c: New file.
1416         * lib/unistdio/u16-u16-snprintf.c: New file.
1417         * lib/unistdio/u16-u16-sprintf.c: New file.
1418         * lib/unistdio/u16-u16-vasnprintf.c: New file.
1419         * lib/unistdio/u16-u16-vasprintf.c: New file.
1420         * lib/unistdio/u16-u16-vsnprintf.c: New file.
1421         * lib/unistdio/u16-u16-vsprintf.c: New file.
1422         * lib/unistdio/u32-asnprintf.c: New file.
1423         * lib/unistdio/u32-asprintf.c: New file.
1424         * lib/unistdio/u32-printf-parse.c: New file.
1425         * lib/unistdio/u32-snprintf.c: New file.
1426         * lib/unistdio/u32-sprintf.c: New file.
1427         * lib/unistdio/u32-vasnprintf.c: New file.
1428         * lib/unistdio/u32-vasprintf.c: New file.
1429         * lib/unistdio/u32-vsnprintf.c: New file.
1430         * lib/unistdio/u32-vsprintf.c: New file.
1431         * lib/unistdio/u32-u32-asnprintf.c: New file.
1432         * lib/unistdio/u32-u32-asprintf.c: New file.
1433         * lib/unistdio/u32-u32-snprintf.c: New file.
1434         * lib/unistdio/u32-u32-sprintf.c: New file.
1435         * lib/unistdio/u32-u32-vasnprintf.c: New file.
1436         * lib/unistdio/u32-u32-vasprintf.c: New file.
1437         * lib/unistdio/u32-u32-vsnprintf.c: New file.
1438         * lib/unistdio/u32-u32-vsprintf.c: New file.
1439         * tests/unistdio/test-ulc-asnprintf1.c: New file.
1440         * tests/unistdio/test-ulc-asnprintf1.h: New file.
1441         * tests/unistdio/test-ulc-printf1.h: New file.
1442         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
1443         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
1444         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
1445         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
1446         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
1447         * tests/unistdio/test-ulc-vasprintf1.c: New file.
1448         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
1449         * tests/unistdio/test-ulc-vsprintf1.c: New file.
1450         * tests/unistdio/test-u8-asnprintf1.c: New file.
1451         * tests/unistdio/test-u8-asnprintf1.h: New file.
1452         * tests/unistdio/test-u8-printf1.h: New file.
1453         * tests/unistdio/test-u8-vasnprintf1.c: New file.
1454         * tests/unistdio/test-u8-vasnprintf2.c: New file.
1455         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
1456         * tests/unistdio/test-u8-vasnprintf3.c: New file.
1457         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
1458         * tests/unistdio/test-u8-vasprintf1.c: New file.
1459         * tests/unistdio/test-u8-vsnprintf1.c: New file.
1460         * tests/unistdio/test-u8-vsprintf1.c: New file.
1461         * tests/unistdio/test-u16-asnprintf1.c: New file.
1462         * tests/unistdio/test-u16-asnprintf1.h: New file.
1463         * tests/unistdio/test-u16-printf1.h: New file.
1464         * tests/unistdio/test-u16-vasnprintf1.c: New file.
1465         * tests/unistdio/test-u16-vasnprintf2.c: New file.
1466         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
1467         * tests/unistdio/test-u16-vasnprintf3.c: New file.
1468         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
1469         * tests/unistdio/test-u16-vasprintf1.c: New file.
1470         * tests/unistdio/test-u16-vsnprintf1.c: New file.
1471         * tests/unistdio/test-u16-vsprintf1.c: New file.
1472         * tests/unistdio/test-u32-asnprintf1.c: New file.
1473         * tests/unistdio/test-u32-asnprintf1.h: New file.
1474         * tests/unistdio/test-u32-printf1.h: New file.
1475         * tests/unistdio/test-u32-vasnprintf1.c: New file.
1476         * tests/unistdio/test-u32-vasnprintf2.c: New file.
1477         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
1478         * tests/unistdio/test-u32-vasnprintf3.c: New file.
1479         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
1480         * tests/unistdio/test-u32-vasprintf1.c: New file.
1481         * tests/unistdio/test-u32-vsnprintf1.c: New file.
1482         * tests/unistdio/test-u32-vsprintf1.c: New file.
1483         * modules/unistdio/base: New file.
1484         * modules/unistdio/u-printf-args: New file.
1485         * modules/unistdio/ulc-asnprintf: New file.
1486         * modules/unistdio/ulc-asprintf: New file.
1487         * modules/unistdio/ulc-fprintf: New file.
1488         * modules/unistdio/ulc-printf-parse: New file.
1489         * modules/unistdio/ulc-snprintf: New file.
1490         * modules/unistdio/ulc-sprintf: New file.
1491         * modules/unistdio/ulc-vasnprintf: New file.
1492         * modules/unistdio/ulc-vasprintf: New file.
1493         * modules/unistdio/ulc-vfprintf: New file.
1494         * modules/unistdio/ulc-vsnprintf: New file.
1495         * modules/unistdio/ulc-vsprintf: New file.
1496         * modules/unistdio/u8-asnprintf: New file.
1497         * modules/unistdio/u8-asprintf: New file.
1498         * modules/unistdio/u8-printf-parse: New file.
1499         * modules/unistdio/u8-snprintf: New file.
1500         * modules/unistdio/u8-sprintf: New file.
1501         * modules/unistdio/u8-vasnprintf: New file.
1502         * modules/unistdio/u8-vasprintf: New file.
1503         * modules/unistdio/u8-vsnprintf: New file.
1504         * modules/unistdio/u8-vsprintf: New file.
1505         * modules/unistdio/u8-u8-asnprintf: New file.
1506         * modules/unistdio/u8-u8-asprintf: New file.
1507         * modules/unistdio/u8-u8-snprintf: New file.
1508         * modules/unistdio/u8-u8-sprintf: New file.
1509         * modules/unistdio/u8-u8-vasnprintf: New file.
1510         * modules/unistdio/u8-u8-vasprintf: New file.
1511         * modules/unistdio/u8-u8-vsnprintf: New file.
1512         * modules/unistdio/u8-u8-vsprintf: New file.
1513         * modules/unistdio/u16-asnprintf: New file.
1514         * modules/unistdio/u16-asprintf: New file.
1515         * modules/unistdio/u16-printf-parse: New file.
1516         * modules/unistdio/u16-snprintf: New file.
1517         * modules/unistdio/u16-sprintf: New file.
1518         * modules/unistdio/u16-vasnprintf: New file.
1519         * modules/unistdio/u16-vasprintf: New file.
1520         * modules/unistdio/u16-vsnprintf: New file.
1521         * modules/unistdio/u16-vsprintf: New file.
1522         * modules/unistdio/u16-u16-asnprintf: New file.
1523         * modules/unistdio/u16-u16-asprintf: New file.
1524         * modules/unistdio/u16-u16-snprintf: New file.
1525         * modules/unistdio/u16-u16-sprintf: New file.
1526         * modules/unistdio/u16-u16-vasnprintf: New file.
1527         * modules/unistdio/u16-u16-vasprintf: New file.
1528         * modules/unistdio/u16-u16-vsnprintf: New file.
1529         * modules/unistdio/u16-u16-vsprintf: New file.
1530         * modules/unistdio/u32-asnprintf: New file.
1531         * modules/unistdio/u32-asprintf: New file.
1532         * modules/unistdio/u32-printf-parse: New file.
1533         * modules/unistdio/u32-snprintf: New file.
1534         * modules/unistdio/u32-sprintf: New file.
1535         * modules/unistdio/u32-vasnprintf: New file.
1536         * modules/unistdio/u32-vasprintf: New file.
1537         * modules/unistdio/u32-vsnprintf: New file.
1538         * modules/unistdio/u32-vsprintf: New file.
1539         * modules/unistdio/u32-u32-asnprintf: New file.
1540         * modules/unistdio/u32-u32-asprintf: New file.
1541         * modules/unistdio/u32-u32-snprintf: New file.
1542         * modules/unistdio/u32-u32-sprintf: New file.
1543         * modules/unistdio/u32-u32-vasnprintf: New file.
1544         * modules/unistdio/u32-u32-vasprintf: New file.
1545         * modules/unistdio/u32-u32-vsnprintf: New file.
1546         * modules/unistdio/u32-u32-vsprintf: New file.
1547         * modules/unistdio/ulc-asnprintf-tests: New file.
1548         * modules/unistdio/ulc-vasnprintf-tests: New file.
1549         * modules/unistdio/ulc-vasprintf-tests: New file.
1550         * modules/unistdio/ulc-vsnprintf-tests: New file.
1551         * modules/unistdio/ulc-vsprintf-tests: New file.
1552         * modules/unistdio/u8-asnprintf-tests: New file.
1553         * modules/unistdio/u8-vasnprintf-tests: New file.
1554         * modules/unistdio/u8-vasprintf-tests: New file.
1555         * modules/unistdio/u8-vsnprintf-tests: New file.
1556         * modules/unistdio/u8-vsprintf-tests: New file.
1557         * modules/unistdio/u16-asnprintf-tests: New file.
1558         * modules/unistdio/u16-vasnprintf-tests: New file.
1559         * modules/unistdio/u16-vasprintf-tests: New file.
1560         * modules/unistdio/u16-vsnprintf-tests: New file.
1561         * modules/unistdio/u16-vsprintf-tests: New file.
1562         * modules/unistdio/u32-asnprintf-tests: New file.
1563         * modules/unistdio/u32-vasnprintf-tests: New file.
1564         * modules/unistdio/u32-vasprintf-tests: New file.
1565         * modules/unistdio/u32-vsnprintf-tests: New file.
1566         * modules/unistdio/u32-vsprintf-tests: New file.
1567         * MODULES.html.sh (Unicode string functions): Add the new modules.
1568
1569 2007-07-01  Bruno Haible  <bruno@clisp.org>
1570
1571         * lib/sprintf.c (sprintf): Limit the available length estimation,
1572         to avoid address wraparound.
1573         * lib/vsprintf.c (vsprintf): Likewise.
1574         * modules/sprintf-posix (Dependencies): Add stdint.
1575         * modules/vsprintf-posix (Dependencies): Likewise.
1576
1577 2007-07-01  Bruno Haible  <bruno@clisp.org>
1578
1579         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
1580         Windows PATH as well. Conservative double-quoting. Comments.
1581
1582 2007-07-01  Bruno Haible  <bruno@clisp.org>
1583             Eric Blake  <ebb9@byu.net>
1584             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1585
1586         * gnulib-tool (self_abspathname): Fix algorithm to cope with
1587         empty components in $PATH, denoting '.'.
1588
1589 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1590
1591         * gnulib-tool: Fix indentation.
1592         (func_create_megatestdir): Likewise.
1593         Report by Bruno Haible.
1594
1595 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1596
1597         Sync from Automake.
1598         * build-aux/gnupload: Fix shell portability issues with for loops.
1599         Report by Karl Berry.
1600
1601 2007-06-29  Simon Josefsson  <simon@josefsson.org>
1602
1603         * build-aux/maint.mk (POURL): Use translationproject.org.
1604
1605 2007-06-27  Simon Josefsson  <simon@josefsson.org>
1606             Bruno Haible  <bruno@clisp.org>
1607
1608         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
1609         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
1610         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
1611         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
1612         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
1613
1614 2007-06-27  Bruno Haible  <bruno@clisp.org>
1615
1616         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
1617         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
1618
1619 2007-06-26  Karl Berry  <karl@gnu.org>
1620
1621         * MODULES.html.sh: remove xreadlink-with-size.
1622
1623 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1624
1625         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
1626         method that I hope also handles the double-include problem noted
1627         by Bruno Haible in
1628         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
1629
1630 2007-06-23  Bruno Haible  <bruno@clisp.org>
1631
1632         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1633         Don't let the 'mostlyclean' target fail if the last subdirectory could
1634         not be removed.
1635         Reported by Karl Berry.
1636
1637 2007-06-23  Bruno Haible  <bruno@clisp.org>
1638
1639         * gnulib-tool (echo): Add a speedier workaround for ksh.
1640         * tests/test-echo.sh: Likewise.
1641
1642 2007-06-23  Bruno Haible  <bruno@clisp.org>
1643
1644         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
1645         * tests/test-echo.sh: Likewise.
1646
1647 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1648
1649         * gnulib-tool (IFS): Initialize early, so we don't set it to
1650         empty later.
1651         (self_abspathname): Rewrite algorithm to set it, reindent.
1652         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
1653         (func_create_megatestdir): Merge some sed scripts.
1654
1655 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1656
1657         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
1658         exposed by Sun Studio 11 cc on Solaris 8.
1659
1660 2007-06-22  Bruno Haible  <bruno@clisp.org>
1661
1662         * gnulib-tool (echo): Ensure the echo primitive does not interpret
1663         backslashes.
1664         * tests/test-echo.sh: New file.
1665
1666 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1667
1668         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
1669         simplify `sed_replace_build_aux' scripts, they are portable but
1670         echoing them with `echo' is not.
1671         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
1672
1673 2007-06-21  Karl Berry  <karl@gnu.org>
1674
1675         * config/srclist.txt: guess we can't handle the licenses via
1676         srclist at the moment.
1677
1678 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
1679
1680         * MODULES.html.sh: Add include_next.
1681         * modules/include_next: New file.
1682
1683 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1684
1685         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
1686         INCLUDE_NEXT.
1687         (gl_CHECK_NEXT_HEADERS): New macro.
1688         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
1689         the obsolescent gl_ABSOLUTE_HEADER.
1690         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
1691         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
1692         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
1693         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
1694         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
1695         * m4/math_h.m4 (gl_MATH_H): Likewise.
1696         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
1697         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
1698         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
1699         * m4/stdint.m4 (gl_STDINT_H): Likewise.
1700         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
1701         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
1702         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
1703         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1704         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
1705         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
1706         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
1707         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
1708         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
1709         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
1710         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
1711         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1712         * m4/inttypes.m4 (gl_INTTYPES_H): Define
1713         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
1714         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
1715         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
1716         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
1717         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
1718         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
1719         * lib/float_.h: Likewise.
1720         * lib/inttypes_.h: Likewise.
1721         * lib/math_.h: Likewise.
1722         * lib/search_.h: Likewise.
1723         * lib/signal_.h: Likewise.
1724         * lib/stdint_.h: Likewise.
1725         * lib/stdio_.h: Likewise.
1726         * lib/stdlib_.h: Likewise.
1727         * lib/string_.h: Likewise.
1728         * lib/sys_stat_.h: Likewise.
1729         * lib/sys_time_.h: Likewise.
1730         * lib/time_.h: Likewise.
1731         * lib/unistd_.h: Likewise.
1732         * lib/wchar_.h: Likewise.
1733         * lib/wctype_.h: Likewise.
1734         * lib/dirent_.h: Likewise.
1735         * lib/iconv_.h: Likewise.
1736         * lib/locale_.h: Likewise.
1737         * lib/netinet_in_.h: Likewise.
1738         * lib/sys_select_.h: Likewise.
1739         * lib/sys_socket_.h: Likewise.
1740         * lib/sysexits_.h: Likewise.
1741         * modules/fcntl (Depends-on): Depend on include_next, not
1742         absolute_header.
1743         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
1744         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
1745         * modules/fchdir: Likewise.
1746         * modules/float: Likewise.
1747         * modules/iconv_open: Likewise.
1748         * modules/inttypes: Likewise.
1749         * modules/locale: Likewise.
1750         * modules/math: Likewise.
1751         * modules/netinet_in: Likewise.
1752         * modules/search: Likewise.
1753         * modules/signal: Likewise.
1754         * modules/stdint: Likewise.
1755         * modules/stdio: Likewise.
1756         * modules/stdlib: Likewise.
1757         * modules/string: Likewise.
1758         * modules/sys_select: Likewise.
1759         * modules/sys_socket: Likewise.
1760         * modules/sys_stat: Likewise.
1761         * modules/sys_time: Likewise.
1762         * modules/sysexits: Likewise.
1763         * modules/time: Likewise.
1764         * modules/unistd: Likewise.
1765         * modules/wchar: Likewise.
1766         * modules/wctype: Likewise.
1767         * modules/sys_stat: Change maintainer to "all".
1768         * modules/unistd: Likewise.
1769
1770 2007-06-20  Karl Berry  <karl@gnu.org>
1771
1772         * config/srclist.txt: track www changes in license files.
1773
1774 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
1775
1776         * build-aux/bootstrap: Remove stray dot.
1777         Make sure build_aux settings are honored when linking
1778         gnulib_extra_files.
1779
1780 2007-06-19  Eric Blake  <ebb9@byu.net>
1781
1782         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
1783         Allow compilation on cygwin.
1784
1785 2007-06-19  Jim Meyering  <jim@meyering.net>
1786
1787         xreadlink-with-size: Remove module.  No longer used.
1788         Ex-callers now use xreadlink or mreadlink-with-size.
1789         * modules/xreadlink-with-size: Remove module.
1790         * lib/xreadlink-with-size.c: Remove file.
1791         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
1792         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
1793         just before the function definition *is* accurate.
1794
1795         Eliminate one way canonicalize_filename_mode could exit.
1796         * lib/canonicalize.c (canonicalize_filename_mode):
1797         Use mreadlink_with_size, not xreadlink_with_size.
1798
1799 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
1800
1801         Detect porting problems to FreeBSD/arm, which has time_t wider than
1802         long int.  Original problem reported for GNU diff by Xin Li in
1803         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
1804         * modules/getdate (Depends-on): Add intprops, verify.
1805         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
1806         is an integer type no wider than long int.
1807
1808 2007-06-18  Jim Meyering  <jim@meyering.net>
1809
1810         New module: mreadlink-with-size.
1811         * MODULES.html.sh: Add mreadlink-with-size.
1812         * modules/mreadlink-with-size: New module
1813         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
1814         not xreadlink-with-size.
1815         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
1816
1817 2007-06-16  Bruno Haible  <bruno@clisp.org>
1818
1819         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
1820         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
1821         Reported by Gary V. Vaughan <gary@gnu.org>.
1822
1823 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
1824
1825         Revamp lchown so that it lives in unistd.h where it belongs.
1826         * lib/lchown.h: Remove.
1827         * lib/dirchownmod.c: Don't include lib/lchown.h.
1828         * lib/fchownat.c: Likewise.
1829         * lib/openat.c: Likewise.
1830         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
1831         does not follow symlinks.
1832         (EOPNOTSUPP): Define if not defined.
1833         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
1834         is defined to 0.
1835         (lchown): New decl.
1836         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
1837         Do not check for lchown decl.
1838         Set REPLACE_LCHOWN.
1839         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
1840         REPLACE_LCHOWN.
1841         * modules/chown: Make it clear it follows symlinks.
1842         * modules/lchown: Make it clear it doesn't follow symlinks.
1843         (Files): Remove lib/lchown.h
1844         (Depends-on): Add unistd.
1845         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
1846         (Include): Include <unistd.h>, not "lchown.h".
1847         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
1848         REPLACE_LCHOWN.
1849
1850 2007-06-15  Jim Meyering  <jim@meyering.net>
1851
1852         Change license (GPL to LGPL) of fsusage and dependents.
1853         * modules/fsusage (License): Change to LGPL.
1854         * modules/full-read (License): Likewise.
1855         * modules/full-write (License): Likewise.
1856         * modules/safe-read (License): Likewise.
1857         * modules/safe-write (License): Likewise.
1858
1859 2007-06-14  Ben Pfaff  <blp@gnu.org>
1860
1861         Missing part of allocsa -> malloca transition.
1862         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
1863         gl_MALLOCA.
1864
1865 2007-06-12  Bruno Haible  <bruno@clisp.org>
1866
1867         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
1868         to ia64, x86_64, i386.
1869         Reported by Eric Blake.
1870
1871 2007-06-12  Bruno Haible  <bruno@clisp.org>
1872
1873         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
1874         cross-compiling to x86_64.
1875
1876 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
1877
1878         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
1879         glitch reported by Ralf Wildenhues in
1880         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
1881
1882         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
1883         Vin Shelton.
1884
1885 2007-06-11  Bruno Haible  <bruno@clisp.org>
1886
1887         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
1888         replacement string.
1889         Reported by Eric Blake.
1890
1891 2007-06-10  Bruno Haible  <bruno@clisp.org>
1892
1893         Prepare vasnprintf code for use with Unicode strings.
1894         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
1895         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
1896         TYPE_U32_STRING.
1897         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
1898         a_u32_string variants.
1899         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1900         * lib/printf-args.c: Don't include config.h and the specification
1901         header if PRINTF_FETCHARGS is already defined.
1902         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1903         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
1904         TYPE_U16_STRING, TYPE_U32_STRING.
1905         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
1906         u16_directive, u16_directives, u32_directive, u32_directives): New
1907         types.
1908         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
1909         New declarations.
1910         * lib/printf-parse.c: Don't include config.h and the specification
1911         header if PRINTF_PARSE is already defined. Eliminate the set of
1912         parameters for WIDE_CHAR_VERSION; the user of this file must provide
1913         them now. Include c-ctype.h.
1914         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
1915         directive and CHAR_T_ONLY_ASCII.
1916         * lib/vasnprintf.c: Don't include config.h and the specification header
1917         if VASNPRINTF is already defined.
1918         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
1919         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
1920         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
1921         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
1922         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
1923         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
1924         code accordingly.
1925         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
1926         pad_ourselves also in this case, with the 'c' and 's' directives, and
1927         with a different notion of "width".
1928         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
1929
1930 2007-06-10  Bruno Haible  <bruno@clisp.org>
1931
1932         * modules/unistr/u32-mbsnlen: New file.
1933         * lib/unistr/u32-mbsnlen.c: New file.
1934
1935         * modules/unistr/u16-mbsnlen: New file.
1936         * lib/unistr/u16-mbsnlen.c: New file.
1937
1938         * modules/unistr/u8-mbsnlen: New file.
1939         * lib/unistr/u8-mbsnlen.c: New file.
1940
1941         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
1942         declarations.
1943
1944 2007-06-10  Bruno Haible  <bruno@clisp.org>
1945
1946         * lib/string_.h (mbsnlen): New declaration.
1947         * lib/mbsnlen.c: New file.
1948         * m4/mbsnlen.m4: New file.
1949         * modules/mbsnlen: New file.
1950         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
1951         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
1952         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
1953
1954 2007-06-10  Bruno Haible  <bruno@clisp.org>
1955
1956         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
1957
1958 2007-06-10  Bruno Haible  <bruno@clisp.org>
1959
1960         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
1961         * lib/mbuiter.h: Likewise.
1962
1963 2007-06-10  Bruno Haible  <bruno@clisp.org>
1964
1965         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
1966         declaration.
1967
1968 2007-06-10  Karl Berry  <karl@gnu.org>
1969
1970         * config/srclist.txt: remove gettext entries, Bruno prefers
1971         to update individually.
1972
1973 2007-06-10  Bruno Haible  <bruno@clisp.org>
1974
1975         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
1976         'maxlen'. Ensure only length + width bytes are allocated, not
1977         length + 1 + width.
1978
1979 2007-06-09  Bruno Haible  <bruno@clisp.org>
1980
1981         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
1982         (CHAR_T): Remove macro.
1983         (VASNPRINTF): Update.
1984
1985 2007-06-09  Bruno Haible  <bruno@clisp.org>
1986
1987         * MODULES.html.sh (Unicode string functions): Add the new modules.
1988
1989         * modules/uniconv/u32-conv-to-enc: New file.
1990         * lib/uniconv/u32-conv-to-enc.c: New file.
1991         * modules/uniconv/u32-conv-to-enc-tests: New file.
1992         * tests/uniconv/test-u32-conv-to-enc.c: New file.
1993
1994         * modules/uniconv/u16-conv-to-enc: New file.
1995         * lib/uniconv/u16-conv-to-enc.c: New file.
1996         * lib/uniconv/u-conv-to-enc.h: New file.
1997         * modules/uniconv/u16-conv-to-enc-tests: New file.
1998         * tests/uniconv/test-u16-conv-to-enc.c: New file.
1999
2000         * modules/uniconv/u8-conv-to-enc: New file.
2001         * lib/uniconv/u8-conv-to-enc.c: New file.
2002         * modules/uniconv/u8-conv-to-enc-tests: New file.
2003         * tests/uniconv/test-u8-conv-to-enc.c: New file.
2004
2005         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
2006         u32_conv_to_encoding): New declarations.
2007
2008 2007-06-09  Bruno Haible  <bruno@clisp.org>
2009
2010         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
2011
2012 2007-06-09  Bruno Haible  <bruno@clisp.org>
2013
2014         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
2015         * modules/malloca: Renamed from modules/allocsa, updated.
2016         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
2017         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
2018         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
2019         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
2020         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
2021         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
2022         * modules/xmalloca: Renamed from modules/xallocsa, updated.
2023         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
2024         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
2025         * modules/c-strcasestr (Depends-on): Update.
2026         * lib/c-strcasestr.c: Update.
2027         * modules/c-strstr (Depends-on): Update.
2028         * lib/c-strstr.c: Update.
2029         * modules/canonicalize-lgpl (Depends-on): Update.
2030         * lib/canonicalize-lgpl.c: Update.
2031         * modules/clean-temp (Depends-on): Update.
2032         * lib/clean-temp.c: Update.
2033         * modules/csharpcomp (Depends-on): Update.
2034         * lib/csharpcomp.c: Update.
2035         * modules/csharpexec (Depends-on): Update.
2036         * lib/csharpexec.c: Update.
2037         * modules/javacomp (Depends-on): Update.
2038         * lib/javacomp.c: Update.
2039         * modules/javaexec (Depends-on): Update.
2040         * lib/javaexec.c: Update.
2041         * modules/mbscasestr (Depends-on): Update.
2042         * lib/mbscasestr.c: Update.
2043         * modules/mbsstr (Depends-on): Update.
2044         * lib/mbsstr.c: Update.
2045         * modules/setenv (Depends-on): Update.
2046         * lib/setenv.c: Update.
2047         * modules/strcasestr (Depends-on): Update.
2048         * lib/strcasestr.c: Update.
2049         * modules/striconveha (Depends-on): Update.
2050         * lib/striconveha.c: Update.
2051         * modules/relocatable-prog-wrapper (Files): Update.
2052         * lib/relocwrapper.c: Update.
2053         * build-aux/install-reloc: Update.
2054         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
2055
2056 2007-06-08  Bruno Haible  <bruno@clisp.org>
2057
2058         Port to uClibc.
2059         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
2060         * lib/fpurge.c (fpurge): Likewise.
2061         * lib/freading.c (freading): Likewise.
2062         * lib/fseeko.c (rpl_fseeko): Likewise.
2063         * lib/fseterr.c (fseterr): Likewise.
2064         * lib/fwriting.c (fwriting): Likewise.
2065         * tests/test-fflush.c (main): Avoid a failure on uClibc.
2066
2067 2007-06-08  Bruno Haible  <bruno@clisp.org>
2068
2069         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
2070         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
2071         * modules/gettext (Files): Add m4/intlmacosx.m4.
2072
2073 2007-06-07  Bruno Haible  <bruno@clisp.org>
2074
2075         * modules/localename-tests: New file.
2076         * tests/test-localename.c: New file.
2077
2078         New module 'localename'.
2079         * lib/localename.h: New file.
2080         * lib/localename.c: New file, from GNU gettext.
2081         * m4/localename.m4: New file.
2082         * modules/localename: New file.
2083
2084 2007-06-07  Bruno Haible  <bruno@clisp.org>
2085
2086         Work around the lack of <wchar.h> on some builds of uClibc.
2087         * doc/headers/wchar.texi: Update.
2088         * lib/wchar_.h: Include <wchar.h> only if it exists.
2089         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
2090         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
2091         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
2092         doesn't exist.
2093         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
2094         * modules/mbfile (Depends-on): Add wchar.
2095         * modules/mbiter (Depends-on): Likewise.
2096         * modules/mbuiter (Depends-on): Likewise.
2097         Reported by Simon Josefsson.
2098
2099 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
2100
2101         Work around problem reported by Steven M. Schweda in
2102         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
2103         Tru64 5.1B with the Compaq compiler environment installed declares
2104         an 'isblank' function but does not define it in the C library.
2105         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
2106         * lib/regex_internal.h (isblank): Likewise.
2107         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
2108         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2109
2110 2007-06-05  Bruno Haible  <bruno@clisp.org>
2111
2112         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
2113         ia64.
2114         * modules/printf-safe: New file.
2115         * modules/fprintf-posix (Depends-on): Add printf-safe.
2116         * modules/printf-posix (Depends-on): Likewise.
2117         * modules/snprintf-posix (Depends-on): Likewise.
2118         * modules/sprintf-posix (Depends-on): Likewise.
2119         * modules/vasnprintf-posix (Depends-on): Likewise.
2120         * modules/vasprintf-posix (Depends-on): Likewise.
2121         * modules/vfprintf-posix (Depends-on): Likewise.
2122         * modules/vprintf-posix (Depends-on): Likewise.
2123         * modules/vsnprintf-posix (Depends-on): Likewise.
2124         * modules/vsprintf-posix (Depends-on): Likewise.
2125         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
2126         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
2127         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
2128         "no" on i386, x86_64, ia64.
2129         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
2130         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
2131         on i386, x86_64, ia64.
2132         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
2133         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
2134         on i386, x86_64, ia64.
2135         * tests/test-vasnprintf-posix.c: Include float.h.
2136         (LDBL80_WORDS): New macro.
2137         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
2138         on i386, x86_64, ia64.
2139         * tests/test-vasprintf-posix.c: Include float.h.
2140         (LDBL80_WORDS): New macro.
2141         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
2142         on i386, x86_64, ia64.
2143         * tests/test-snprintf-posix.c: Include float.h.
2144         * tests/test-sprintf-posix.c: Likewise.
2145         * tests/test-vsnprintf-posix.c: Likewise.
2146         * tests/test-vsprintf-posix.c: Likewise.
2147
2148 2007-06-05  Bruno Haible  <bruno@clisp.org>
2149
2150         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
2151         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
2152         non-IEEE numbers on i386, x86_64, ia64.
2153         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
2154         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
2155         * tests/test-isnanl.h: Include float.h.
2156         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
2157
2158 2007-06-05  Bruno Haible  <bruno@clisp.org>
2159
2160         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
2161         also the %a / %A. Handle the %a / %A code before this extra handling.
2162
2163 2007-06-05  Bruno Haible  <bruno@clisp.org>
2164
2165         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
2166         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
2167
2168 2007-06-05  Bruno Haible  <bruno@clisp.org>
2169
2170         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
2171         typo in variable name.
2172
2173 2007-06-05  Eric Blake  <ebb9@byu.net>
2174
2175         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
2176         Reported by Simon Josefsson.
2177
2178 2007-06-04  Bruno Haible  <bruno@clisp.org>
2179
2180         Avoid test failures on some PowerPC platforms.
2181         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
2182         Define differently for PowerPC.
2183         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
2184         Reported by Gary V. Vaughan <gary@gnu.org>.
2185
2186 2007-06-02  Bruno Haible  <bruno@clisp.org>
2187
2188         Fix test-stdint failure on FreeBSD/ia64.
2189         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
2190         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
2191         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
2192         * doc/headers/stdint.texi: Update.
2193
2194 2007-06-01  Bruno Haible  <bruno@clisp.org>
2195
2196         * tests/test-binary-io.c (main): Pass a third argument to open().
2197         Reported by Gary V. Vaughan <gary@gnu.org>.
2198
2199 2007-06-01  Bruno Haible  <bruno@clisp.org>
2200
2201         * doc/functions/frexpl.texi: Update for mingw.
2202
2203 2007-06-01  Bruno Haible  <bruno@clisp.org>
2204
2205         * tests/test-lseek.c (main): Disable test of errno for invalid third
2206         argument.
2207         * doc/functions/lseek.texi: Update.
2208         Reported by Gary V. Vaughan <gary@gnu.org>.
2209
2210 2007-05-28  Bruno Haible  <bruno@clisp.org>
2211
2212         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
2213
2214 2007-05-31  Eric Blake  <ebb9@byu.net>
2215
2216         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
2217         cross compiling.
2218
2219 2007-05-30  Eric Blake  <ebb9@byu.net>
2220         and Bruno Haible  <bruno@clisp.org>
2221
2222         Work around mingw test failures exposed by m4-1.4.9b.
2223         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
2224         * tests/test-unistd.c: Disable uid_t and git_t tests for the
2225         moment.
2226
2227 2007-05-30  Bruno Haible  <bruno@clisp.org>
2228
2229         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
2230         assuming that they are closed. Needed on HP-UX 11.
2231
2232 2007-05-29  Bruno Haible  <bruno@clisp.org>
2233
2234         Fix a problem with #include_next.
2235         * lib/dirent_.h: Split the double-inclusion guard.
2236         * lib/fcntl_.h: Likewise.
2237         * lib/float_.h: Likewise.
2238         * lib/iconv_.h: Likewise.
2239         * lib/inttypes_.h: Likewise.
2240         * lib/locale_.h: Likewise.
2241         * lib/math_.h: Likewise.
2242         * lib/netinet_in_.h: Likewise.
2243         * lib/search_.h: Likewise.
2244         * lib/signal_.h: Likewise.
2245         * lib/stdint_.h: Likewise.
2246         * lib/stdio_.h: Likewise.
2247         * lib/stdlib_.h: Likewise.
2248         * lib/string_.h: Likewise.
2249         * lib/sys_select_.h: Likewise.
2250         * lib/sys_socket_.h: Likewise.
2251         * lib/sys_stat_.h: Likewise.
2252         * lib/sys_time_.h: Likewise.
2253         * lib/sysexits_.h: Likewise.
2254         * lib/time_.h: Likewise.
2255         * lib/unistd_.h: Likewise.
2256         * lib/wchar_.h: Likewise.
2257         * lib/wctype_.h: Likewise.
2258
2259 2007-05-29  Bruno Haible  <bruno@clisp.org>
2260
2261         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
2262         for the moment.
2263
2264 2007-05-29  Bruno Haible  <bruno@clisp.org>
2265
2266         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
2267         invocation.
2268         Reported by Eric Blake.
2269
2270 2007-05-29  Bruno Haible  <bruno@clisp.org>
2271
2272         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
2273         compiling case.
2274
2275 2007-05-29  Eric Blake  <ebb9@byu.net>
2276             Bruno Haible  <bruno@clisp.org>
2277
2278         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
2279         cross compiles.
2280
2281 2007-05-28  Eric Blake  <ebb9@byu.net>
2282
2283         * modules/closein-tests (test_closein_LDADD): Support test on
2284         cygwin with libtool.
2285
2286 2007-05-28  Bruno Haible  <bruno@clisp.org>
2287
2288         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
2289         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
2290         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
2291         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
2292         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
2293         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
2294         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
2295         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
2296         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
2297
2298 2007-05-28  Eric Blake  <ebb9@byu.net>
2299
2300         Unconditionally include <config.h> in unit tests.
2301         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
2302         * tests/test-allocsa.c, tests/test-arcfour.c,
2303         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
2304         tests/test-array_list.c, tests/test-array_oset.c,
2305         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
2306         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
2307         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
2308         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
2309         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
2310         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
2311         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
2312         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
2313         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
2314         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
2315         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
2316         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
2317         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
2318         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
2319         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
2320         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
2321         test-md5.c, test-memmem.c, test-printf-posix.c,
2322         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
2323         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
2324         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
2325         test-strcasestr.c, test-striconv.c, test-striconveh.c,
2326         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
2327         test-vasnprintf-posix2.c, test-vasnprintf.c,
2328         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
2329         test-vfprintf-posix.c, test-vprintf-posix.c,
2330         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
2331         test-xvasprintf.c: Likewise.
2332
2333 2007-05-28  Bruno Haible  <bruno@clisp.org>
2334
2335         * gnulib-tool (func_import): Remember the --with-tests command-line
2336         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
2337         Reported by Eric Blake.
2338
2339 2007-05-28  Bruno Haible  <bruno@clisp.org>
2340
2341         * modules/ftell-tests: New file.
2342         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
2343         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
2344
2345         * lib/ftell.c: New file.
2346         * modules/ftell: New file.
2347         * m4/ftell.m4: New file.
2348         * doc/functions/ftell.texi: Update.
2349         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
2350         REPLACE_FTELL.
2351         * lib/stdio_.h (rpl_ftell): New declaration.
2352         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
2353         REPLACE_FTELL.
2354
2355 2007-05-28  Eric Blake  <ebb9@byu.net>
2356
2357         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
2358
2359 2007-05-28  Bruno Haible  <bruno@clisp.org>
2360
2361         * modules/fseek-tests: New file.
2362         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
2363         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
2364
2365         * lib/fseek.c: New file.
2366         * modules/fseek: New file.
2367         * m4/fseek.m4: New file.
2368         * doc/functions/fseek.texi: Update.
2369         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
2370         REPLACE_FSEEK.
2371         * lib/stdio_.h (rpl_fseek): New declaration.
2372         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
2373         REPLACE_FSEEK.
2374
2375 2007-05-28  Bruno Haible  <bruno@clisp.org>
2376
2377         * lib/stdio_.h (fflush): More comments.
2378
2379 2007-05-28  Bruno Haible  <bruno@clisp.org>
2380
2381         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
2382         runtime test.
2383
2384 2007-05-28  Eric Blake  <ebb9@byu.net>
2385
2386         Improve lseek module.
2387         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
2388         * lib/unistd_.h (lseek): Scale back link warning message.
2389         * tests/test-lseek.c: Beef up test.
2390         * tests/test-lseek.sh: Exercise more facets of lseek.
2391         Reported by Bruno Haible.
2392
2393 2007-05-28  Bruno Haible  <bruno@clisp.org>
2394
2395         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
2396         to define.
2397
2398 2007-05-27  Bruno Haible  <bruno@clisp.org>
2399
2400         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
2401
2402 2007-05-27  Bruno Haible  <bruno@clisp.org>
2403
2404         * modules/openmp: New file.
2405         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
2406         Noah Misch.
2407
2408 2007-05-26  Bruno Haible  <bruno@clisp.org>
2409
2410         * modules/chdir-long (Depends-on): Add fchdir.
2411         * modules/chdir-safer (Depends-on): Likewise.
2412         * modules/fts (Depends-on): Likewise.
2413         * modules/fts-lgpl (Depends-on): Likewise.
2414         * modules/openat (Depends-on): Likewise.
2415         * modules/savewd (Depends-on): Likewise.
2416
2417 2007-05-24  Eric Blake  <ebb9@byu.net>
2418
2419         Fix lseek on mingw.
2420         * modules/lseek: New module.
2421         * m4/lseek.m4: New file.
2422         * lib/lseek.c: New file.
2423         * modules/lseek-tests: New file.
2424         * tests/test-lseek.c: New file.
2425         * tests/test-lseek.sh: New file.
2426         * MODULES.html.sh: Document lseek module.
2427         * modules/fflush (Depends-on): Add lseek, fseeko.
2428         * modules/fseeko (Depends-on): Likewise.
2429         * modules/ftello (Depends-on): Likewise.
2430         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
2431         broken.
2432         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
2433         broken.
2434         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
2435         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
2436         * lib/ftello.c (rpl_ftello): Likewise.
2437         * tests/test-fseeko.c (main): Test this.
2438         * tests/test-fseeko.sh: Likewise.
2439         * tests/test-ftello.c (main): Likewise.
2440         * tests/test-ftello.sh: Likewise.
2441         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
2442         implies replacing fseek.
2443         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
2444         HAVE_FTELLO.
2445         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
2446         * modules/unistd (Makefile.am): Likewise.
2447         * lib/unistd_.h (lseek): Declare a replacement.
2448         * doc/functions/lseek.texi (lseek): Document this fix.
2449         * doc/functions/fseek.texi (fseek): Likewise.
2450         * doc/functions/ftell.texi (ftell): Likewise.
2451
2452 2007-05-24  Bruno Haible  <bruno@clisp.org>
2453
2454         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
2455         in the printed representation of a NaN.
2456         * tests/test-vasprintf-posix.c (test_function): Likewise.
2457         * tests/test-snprintf-posix.h (test_function): Likewise.
2458         * tests/test-sprintf-posix.h (test_function): Likewise.
2459         Reported by Eric Blake.
2460
2461 2007-05-23  Eric Blake  <ebb9@byu.net>
2462
2463         Fix fseeko/ftello on cygwin 1.5.24.
2464         * doc/functions/fseeko.texi (fseeko): Document the fix.
2465         * doc/functions/ftello.texi (ftello): Document the fix.
2466         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
2467         * doc/functions/stdout.text (stdout): New file.
2468         * doc/functions/stderr.text (stderr): New file.
2469         * doc/gnulib.texi (Function Substitutes): Use new files.
2470         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
2471         prior to 1.7.0.
2472         * tests/test-ftello.c (main): Likewise for ftello.
2473         * tests/test-fseeko.sh: New file.
2474         * tests/test-ftello.sh: New file.
2475         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
2476         with seekable stdin.
2477         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
2478         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
2479         (gl_REPLACE_FSEEKO): New macro.
2480         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
2481         * modules/fseeko (Files): Distribute fseeko.c.
2482         * modules/ftello (Files): Distribute ftello.c.
2483         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
2484         mode.
2485         * lib/ftello.c (rpl_ftello): New file.
2486         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
2487         fseeko, ftello.
2488         (gl_STDIN_LARGE_OFFSET): New macro.
2489         * modules/stdio (Makefile.am): Perform the replacement.
2490         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
2491
2492 2007-05-23  Bruno Haible  <bruno@clisp.org>
2493
2494         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
2495         GNULIB_POSIXCHECK is defined.
2496
2497 2007-05-21  Bruno Haible  <bruno@clisp.org>
2498
2499         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
2500         Check also the output for NaN arguments. When cross-compiling, guess
2501         no on IRIX.
2502         * lib/vasnprintf.c: Update comments.
2503         * tests/test-vasnprintf-posix.c (strisnan): New function.
2504         (test_function): Use it.
2505         * tests/test-vasprintf-posix.c (strisnan): New function.
2506         (test_function): Use it.
2507         * tests/test-snprintf-posix.h (strisnan): New function.
2508         (test_function): Use it.
2509         * tests/test-sprintf-posix.h (strisnan): New function.
2510         (test_function): Use it.
2511         Reported by Eric Blake.
2512
2513 2007-05-20  Bruno Haible  <bruno@clisp.org>
2514
2515         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
2516         numbers that fails on BeOS.
2517         * doc/functions/frexpl.texi: Update.
2518
2519 2007-05-20  Jim Meyering  <jim@meyering.net>
2520
2521         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
2522         forced upon us by glibc-2.6.
2523
2524 2007-05-20  Bruno Haible  <bruno@clisp.org>
2525
2526         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
2527         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
2528         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
2529         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
2530         NEED_PRINTF_INFINITE.
2531         (is_infinitel): New function.
2532         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
2533         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
2534         gl_PREREQ_VASNPRINTF_INFINITE.
2535         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
2536         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2537         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
2538         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
2539         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
2540         gl_PREREQ_VASNPRINTF_INFINITE.
2541         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2542         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2543         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2544         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2545         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2546         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2547         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2548         * doc/functions/fprintf.texi: Update.
2549         * doc/functions/printf.texi: Update.
2550         * doc/functions/snprintf.texi: Update.
2551         * doc/functions/sprintf.texi: Update.
2552         * doc/functions/vfprintf.texi: Update.
2553         * doc/functions/vprintf.texi: Update.
2554         * doc/functions/vsnprintf.texi: Update.
2555         * doc/functions/vsprintf.texi: Update.
2556
2557 2007-05-20  Bruno Haible  <bruno@clisp.org>
2558
2559         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
2560         was not found in libc.
2561         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
2562
2563 2007-05-20  Bruno Haible  <bruno@clisp.org>
2564
2565         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
2566         printed as "-nan" instead of "nan".
2567         * tests/test-vasprintf-posix.c (test_function): Likewise.
2568         * tests/test-snprintf-posix.h (test_function): Likewise.
2569         * tests/test-sprintf-posix.h (test_function): Likewise.
2570         Needed for HP-UX 11.
2571
2572 2007-05-20  Jim Meyering  <jim@meyering.net>
2573
2574         Fix buggy test for the fchownat-deref bug.
2575         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
2576         symlink required for the run-test.  Without it, this test would
2577         always declare that fchownat doesn't work, and client code would
2578         unnecessarily use the replacement function with fixed libc.
2579         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
2580         Reported by Greg Schafer.
2581
2582 2007-05-19  Bruno Haible  <bruno@clisp.org>
2583
2584         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
2585         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
2586         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
2587         Needed for IRIX 6.5 and Solaris 2.5.1.
2588
2589 2007-05-19  Bruno Haible  <bruno@clisp.org>
2590
2591         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
2592         (test_function): Skip tests involving -0.0 on platforms where
2593         -0.0 = 0.0.
2594         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
2595         (test_function): Skip tests involving -0.0 on platforms where
2596         -0.0 = 0.0.
2597         * tests/test-snprintf-posix.h (have_minus_zero): New function.
2598         (test_function): Skip tests involving -0.0 on platforms where
2599         -0.0 = 0.0.
2600         * tests/test-sprintf-posix.h (have_minus_zero): New function.
2601         (test_function): Skip tests involving -0.0 on platforms where
2602         -0.0 = 0.0.
2603         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
2604         tests.
2605         * tests/test-printf-posix.h (test_function): Likewise.
2606         * tests/test-printf-posix.output: Remove all -0.0 related results.
2607         Needed for IRIX 6.5.
2608
2609 2007-05-19  Bruno Haible  <bruno@clisp.org>
2610
2611         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
2612         printed as "nan0x7fffffff" instead of "nan".
2613         * tests/test-vasprintf-posix.c (test_function): Likewise.
2614         * tests/test-snprintf-posix.h (test_function): Likewise.
2615         * tests/test-sprintf-posix.h (test_function): Likewise.
2616         * tests/test-fprintf-posix.h (NaN): Remove macro.
2617         (test_function): Remove all NaN related tests.
2618         * tests/test-printf-posix.h (NaN): Remove macro.
2619         (test_function): Remove all NaN related tests.
2620         * tests/test-printf-posix.output: Remove all NaN related results.
2621         Needed for IRIX 6.5.
2622
2623 2007-05-19  Bruno Haible  <bruno@clisp.org>
2624
2625         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
2626         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
2627
2628 2007-05-19  Bruno Haible  <bruno@clisp.org>
2629
2630         * lib/float_.h: New file.
2631         * m4/float_h.m4: New file.
2632         * modules/float: New file.
2633         * modules/isnanl (Dependencies): Add float.
2634         * modules/isnanl-nolibm (Dependencies): Likewise.
2635         * modules/mathl (Dependencies): Likewise.
2636         * modules/printf-frexpl (Dependencies): Likewise.
2637         * modules/signbit (Dependencies): Likewise.
2638         * modules/vasnprintf (Dependencies): Likewise.
2639         * doc/headers/float.texi: Update.
2640
2641 2007-05-19  Jim Meyering  <jim@meyering.net>
2642
2643         * lib/utimens.c (gl_futimens): Rename from futimens,
2644         now that glibc-2.6 declares futimens.
2645         * lib/utimens.h: Likewise.
2646
2647 2007-05-19  Bruno Haible  <bruno@clisp.org>
2648
2649         Avoid test failures on mingw.
2650         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
2651         * tests/test-printf-posix.sh: Likewise.
2652         * tests/test-vfprintf-posix.sh: Likewise.
2653         * tests/test-vprintf-posix.sh: Likewise.
2654
2655 2007-05-19  Bruno Haible  <bruno@clisp.org>
2656
2657         Fix *printf result for NaN, Inf, -0.0 on mingw.
2658         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
2659         * lib/vasnprintf.c: Include math.h and isnan.h.
2660         (is_infinite_or_zero): New function.
2661         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
2662         values in the %f, %F, %e, %E, %g, %G directives.
2663         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
2664         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2665         gl_PRINTF_INFINITE and test its result. Invoke
2666         gl_PREREQ_VASNPRINTF_INFINITE.
2667         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2668         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2669         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2670         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2671         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2672         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2673         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2674         * doc/functions/fprintf.texi: Update.
2675         * doc/functions/printf.texi: Update.
2676         * doc/functions/snprintf.texi: Update.
2677         * doc/functions/sprintf.texi: Update.
2678         * doc/functions/vfprintf.texi: Update.
2679         * doc/functions/vprintf.texi: Update.
2680         * doc/functions/vsnprintf.texi: Update.
2681         * doc/functions/vsprintf.texi: Update.
2682
2683 2007-05-19  Bruno Haible  <bruno@clisp.org>
2684
2685         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
2686         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
2687         Instead of multiplying with 10^k, set extra_zeroes to k.
2688         (scale10_round_long_double): Remove function.
2689
2690 2007-05-18  Bruno Haible  <bruno@clisp.org>
2691
2692         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
2693         introduced on 2007-05-06.
2694
2695 2007-05-18  Bruno Haible  <bruno@clisp.org>
2696
2697         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
2698         %g directives.
2699         * tests/test-vasprintf-posix.c (test_function): Likewise.
2700         * tests/test-snprintf-posix.h (test_function): Likewise.
2701         * tests/test-sprintf-posix.h (test_function): Likewise.
2702
2703 2007-05-18  Bruno Haible  <bruno@clisp.org>
2704
2705         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
2706         (strmatch): New function.
2707         (test_function): Test the %f directive on numbers of various exponents.
2708         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
2709         (strmatch): New function.
2710         (test_function): Test the %f directive on numbers of various exponents.
2711         * tests/test-snprintf-posix.h (strmatch): New function.
2712         (test_function): Test the %f directive on numbers of various exponents.
2713         * tests/test-sprintf-posix.h (strmatch): New function.
2714         (test_function): Test the %f directive on numbers of various exponents.
2715         * tests/test-snprintf-posix.c (SIZEOF): New macro.
2716         * tests/test-sprintf-posix.c (SIZEOF): New macro.
2717         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
2718         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
2719
2720 2007-05-18  Bruno Haible  <bruno@clisp.org>
2721
2722         Add support for 'long double' number output.
2723         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
2724         * lib/vasnprintf.c: Include math.h and float+.h.
2725         (mp_limb_t): New type.
2726         (GMP_LIMB_BITS): New macro.
2727         (mp_twolimb_t): New type.
2728         (GMP_TWOLIMB_BITS): New macro.
2729         (mpn_t): New type.
2730         (multiply, divide, convert_to_decimal, decode_long_double,
2731         scale10_round_long_double, scale10_round_decimal_long_double,
2732         floorlog10l): New functions.
2733         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
2734         for the %f, %F, %e, %E, %g, %G directives.
2735         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
2736         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2737         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
2738         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
2739         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2740         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2741         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2742         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2743         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2744         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2745         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2746         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
2747         * modules/snprintf-posix (Depends-on): Likewise.
2748         * modules/sprintf-posix (Depends-on): Likewise.
2749         * modules/vasnprintf-posix (Depends-on): Likewise.
2750         * modules/vasprintf-posix (Depends-on): Likewise.
2751         * modules/vfprintf-posix (Depends-on): Likewise.
2752         * modules/vsnprintf-posix (Depends-on): Likewise.
2753         * modules/vsprintf-posix (Depends-on): Likewise.
2754         * modules/vasnprintf (Files): Add lib/float+.h.
2755         * doc/functions/fprintf.texi: Update.
2756         * doc/functions/printf.texi: Update.
2757         * doc/functions/snprintf.texi: Update.
2758         * doc/functions/sprintf.texi: Update.
2759         * doc/functions/vfprintf.texi: Update.
2760         * doc/functions/vprintf.texi: Update.
2761         * doc/functions/vsnprintf.texi: Update.
2762         * doc/functions/vsprintf.texi: Update.
2763
2764 2007-05-18  Bruno Haible  <bruno@clisp.org>
2765
2766         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
2767
2768 2007-05-18  Bruno Haible  <bruno@clisp.org>
2769
2770         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
2771         for printing 64-bit integers. Needed for mingw.
2772
2773 2007-05-18  Bruno Haible  <bruno@clisp.org>
2774
2775         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
2776         gl_FUNC_FREXPL_WORKS.
2777         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
2778
2779 2007-05-18  Bruno Haible  <bruno@clisp.org>
2780
2781         * modules/frexpl-nolibm-tests: New file.
2782
2783         * modules/frexpl-nolibm: New file.
2784         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
2785
2786 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
2787
2788         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
2789         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
2790         GCC 4.2, which otherwise issues a lot of warnings.
2791         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
2792         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
2793         Likewise.
2794         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
2795         * modules/iconv_open (iconv.h): Likewise.
2796         * modules/locale (locale.h): Likewise.
2797         * modules/netinet_in (netinet/in.h): Likewise.
2798         * modules/sys_select (sys_select.h): Likewise.
2799         * modules/sys_socket (sys/socket.h): Likewise.
2800         * modules/sys_stat (sys/stat.h): Likewise.
2801         * modules/sysexits (sysexits.h): Likewise.
2802         * modules/unistd (unistd.h): Likewise.
2803
2804 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2805
2806         * modules/closein-tests (Makefile.am): Distribute
2807         `test-closein.sh'.
2808
2809 2007-05-17  Bruno Haible  <bruno@clisp.org>
2810
2811         * tests/test-printf-posix.output: Renamed from
2812         tests/test-fprintf-posix.out.
2813         * modules/fprintf-posix-tests: Update.
2814         * modules/printf-posix-tests: Update.
2815         * modules/vfprintf-posix-tests: Update.
2816         * modules/vprintf-posix-tests: Update.
2817         * tests/test-fprintf-posix.sh: Update.
2818         * tests/test-printf-posix.sh: Update.
2819         * tests/test-vfprintf-posix.sh: Update.
2820         * tests/test-vprintf-posix.sh: Update.
2821         Reported by Ralf Wildenhues.
2822
2823 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
2824
2825         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
2826         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
2827         GCC 4.2, which otherwise issues a lot of warnings.
2828         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
2829         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
2830         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
2831         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
2832         it should no longer be needed.
2833         * lib/string_.h: Likewise.
2834         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
2835         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
2836         * modules/inttypes (inttypes.h): Likewise.
2837         * modules/math (math.h): Likewise.
2838         * modules/search (search.h): Likewise.
2839         * modules/signal (signal.h): Likewise.
2840         * modules/stdint (stdint.h): Likewise.
2841         * modules/stdio (stdio.h): Likewise.
2842         * modules/stdlib (stdlib.h): Likewise.
2843         * modules/string (string.h): Likewise.
2844         * modules/sys_time (sys/time.h): Likewise.
2845         * modules/time (time.h): Likewise.
2846         * modules/wchar (wchar.h): Likewise.
2847         * modules/wctype (wtype.h): Likewise.
2848
2849 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
2850
2851         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
2852
2853 2007-05-13  Bruno Haible  <bruno@clisp.org>
2854
2855         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
2856         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2857         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
2858         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
2859         (gl_PREREQ_STRTOK_R): Don't require it here.
2860
2861 2007-05-13  Bruno Haible  <bruno@clisp.org>
2862
2863         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
2864         when used in C++ mode.
2865
2866 2007-05-12  Bruno Haible  <bruno@clisp.org>
2867
2868         * lib/linebuffer.h: Tweak doc.
2869         * lib/linebuffer.c: Likewise.
2870
2871 2007-05-12  James Youngman  <jay@gnu.org>
2872
2873         * lib/linebuffer.c (readlinebuffer_delim): New function,
2874         like readlinebuffer, but use a caller-specified delimiter.
2875         (readlinebuffer): Just call readlinebuffer_delim with '\n'
2876         as the delimiter.
2877         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
2878
2879 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2880
2881         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
2882         * modules/openat (Files): Remove openat-die.c.
2883         (Depends-on): Add openat-die.
2884         * modules/openat-die: New module.
2885
2886 2007-05-06  Bruno Haible  <bruno@clisp.org>
2887
2888         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
2889         Update with info about Cygwin.
2890         * doc/functions/fprintf.texi: Update.
2891         * doc/functions/printf.texi: Update.
2892         * doc/functions/snprintf.texi: Update.
2893         * doc/functions/sprintf.texi: Update.
2894         * doc/functions/vfprintf.texi: Update.
2895         * doc/functions/vprintf.texi: Update.
2896         * doc/functions/vsnprintf.texi: Update.
2897         * doc/functions/vsprintf.texi: Update.
2898         Reported by Eric Blake.
2899
2900 2007-05-06  Bruno Haible  <bruno@clisp.org>
2901
2902         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
2903         padding ourselves for the floating-point directives.
2904         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
2905         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
2906         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2907         gl_PRINTF_FLAG_ZERO and test its result. Invoke
2908         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
2909         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2910         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2911         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2912         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2913         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2914         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2915         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2916         * tests/test-snprintf-posix.h (test_function): Also check the width
2917         and some flags in the %f directive.
2918         * tests/test-sprintf-posix.h (test_function): Likewise.
2919         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2920         * tests/test-vasprintf-posix.c (test_function): Likewise.
2921         * doc/functions/fprintf.texi: Update.
2922         * doc/functions/printf.texi: Update.
2923         * doc/functions/snprintf.texi: Update.
2924         * doc/functions/sprintf.texi: Update.
2925         * doc/functions/vfprintf.texi: Update.
2926         * doc/functions/vprintf.texi: Update.
2927         * doc/functions/vsnprintf.texi: Update.
2928         * doc/functions/vsprintf.texi: Update.
2929
2930 2007-05-06  Bruno Haible  <bruno@clisp.org>
2931
2932         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
2933         pass the ' flag character to sprintf or snprintf.
2934         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
2935         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
2936         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2937         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
2938         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
2939         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2940         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2941         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2942         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2943         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2944         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2945         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2946         * tests/test-snprintf-posix.h (test_function): Also check the grouping
2947         flag.
2948         * tests/test-sprintf-posix.h (test_function): Likewise.
2949         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2950         * tests/test-vasprintf-posix.c (test_function): Likewise.
2951         * doc/functions/fprintf.texi: Update.
2952         * doc/functions/printf.texi: Update.
2953         * doc/functions/snprintf.texi: Update.
2954         * doc/functions/sprintf.texi: Update.
2955         * doc/functions/vfprintf.texi: Update.
2956         * doc/functions/vprintf.texi: Update.
2957         * doc/functions/vsnprintf.texi: Update.
2958         * doc/functions/vsprintf.texi: Update.
2959
2960 2007-05-01  Bruno Haible  <bruno@clisp.org>
2961
2962         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
2963
2964 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
2965
2966         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
2967         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
2968
2969 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2970
2971         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
2972         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
2973         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
2974
2975 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
2976
2977         * lib/argp-help.c (struct hol_entry): New member `ord'.
2978         (HOL_ENTRY_PTRCMP): Use ord for comparison
2979         (hol_sort): Initialize ord.
2980
2981 2007-05-01  Bruno Haible  <bruno@clisp.org>
2982
2983         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
2984         Reported by Eric Blake.
2985         * doc/gnulib.texi (Function Substitutes): Update.
2986
2987 2007-05-01  Bruno Haible  <bruno@clisp.org>
2988
2989         * doc/functions.texi: Remove file, now redundant through
2990         doc/functions/*.texi.
2991
2992 2007-05-01  Bruno Haible  <bruno@clisp.org>
2993
2994         * modules/argp (Depends-on): Add sleep.
2995
2996 2007-05-01  Bruno Haible  <bruno@clisp.org>
2997
2998         * modules/sleep-tests: New file.
2999         * tests/test-sleep.c: New file.
3000
3001         * modules/sleep: New file.
3002         * lib/sleep.c: New file.
3003         * m4/sleep.m4: New file.
3004         * lib/unistd_.h (sleep): New declaration.
3005         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
3006         HAVE_SLEEP.
3007         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
3008         * doc/functions/sleep.texi: Document the sleep module.
3009
3010 2007-05-01  Bruno Haible  <bruno@clisp.org>
3011
3012         * lib/sigprocmask.h: Remove file.
3013         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
3014         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
3015         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
3016         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
3017         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
3018         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
3019         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
3020         HAVE_SIGSET_T as a shell variable.
3021         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
3022         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
3023         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
3024         (Depends-on): Add signal. Remove verify.
3025         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
3026         (Include): Mention <signal.h> instead of sigprocmask.h.
3027         * NEWS: Mention the change.
3028         * lib/fatal-signal.c: Don't include sigprocmask.h.
3029
3030 2007-05-01  Bruno Haible  <bruno@clisp.org>
3031
3032         * modules/signal: New file.
3033         * lib/signal_.h: New file.
3034         * m4/signal_h.m4: New file.
3035
3036 2007-05-01  Bruno Haible  <bruno@clisp.org>
3037
3038         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
3039         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
3040         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
3041         HAVE_WCTYPE_CTMP_BUG into wctype.h.
3042
3043 2007-05-01  Bruno Haible  <bruno@clisp.org>
3044
3045         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
3046         configure time.
3047         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
3048         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
3049         * modules/sys_stat (Makefile.am): Substitute their values into
3050         sys/stat.h.
3051
3052 2007-05-01  Bruno Haible  <bruno@clisp.org>
3053
3054         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
3055         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
3056         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
3057
3058 2007-05-01  Bruno Haible  <bruno@clisp.org>
3059
3060         * doc/header/assert.texi: Undo last change: don't mention the gnulib
3061         'assert' module here.
3062
3063 2007-05-01  Bruno Haible  <bruno@clisp.org>
3064
3065         * doc/functions/*.texi: New files.
3066         * doc/functions/google-ranking.txt: New file.
3067         * doc/gnulib.texi (Function Substitutes): New chapter.
3068         (ctime, inet_ntoa): Remove sections.
3069         * doc/ctime.texi: Remove file.
3070         * doc/inet_ntoa.texi: Remove file.
3071         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
3072         dependencies.
3073         (%.info): New rule, specifying a --reference-limit.
3074
3075 2007-05-01  Bruno Haible  <bruno@clisp.org>
3076
3077         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
3078
3079 2007-05-01  Bruno Haible  <bruno@clisp.org>
3080
3081         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
3082         the portability of 'mkdir' to mingw systems.
3083
3084 2007-05-01  Bruno Haible  <bruno@clisp.org>
3085
3086         * doc/headers/google-ranking.txt: New file.
3087
3088 2007-04-30  Eric Blake  <ebb9@byu.net>
3089
3090         Prefer fseeko to fseek.
3091         * modules/getpass (Depends-on): Add fseeko.
3092         * lib/getpass.c (getpass): Use fseeko, not fseek.
3093
3094 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
3095
3096         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
3097         assumes the sorting is stable, while most qsort implementations
3098         are not.  Use argument addresses to ensure they never compare as
3099         equal.
3100
3101         * tests/test-argp-2.sh (usage-indent test): Fix output
3102         (func_compare): Restore diff options
3103         * tests/test-argp.c: Restore #include "progname.h"
3104
3105 2007-04-29  Bruno Haible  <bruno@clisp.org>
3106
3107         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
3108         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
3109         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
3110         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3111         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
3112         (configure.ac): Define CHECK_SNPRINTF_POSIX.
3113         (TESTS, check_PROGRAMS): Add test-snprintf.
3114         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
3115         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
3116         (TESTS, check_PROGRAMS): Add test-vsnprintf.
3117         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
3118         assertions that fail on HP-UX, OSF/1, or IRIX.
3119         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
3120
3121 2007-04-29  Bruno Haible  <bruno@clisp.org>
3122
3123         * MODULES.html.sh (posix_functions): Remove 'contents'.
3124
3125 2007-04-29  Karl Berry  <karl@gnu.org>
3126
3127         * config/srclist.txt (gendocs_template_min): new entry.
3128
3129 2007-04-29  Bruno Haible  <bruno@clisp.org>
3130
3131         Work around fpurge bug on BSD systems.
3132         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
3133         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
3134         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
3135         fpurge to rpl_fpurge if the system already has this function.
3136         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
3137         the case where the system already has this function. Correct invariants
3138         on BSD systems.
3139         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
3140         BSD systems.
3141
3142 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
3143
3144         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
3145         proposed by Sven Verdoolaege.
3146
3147         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
3148         options.
3149         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
3150         (usage and help tests): Update
3151
3152 2007-04-29  Bruno Haible  <bruno@clisp.org>
3153
3154         * tests/test-fflush.c (main): Use a file of size 17, not 10.
3155         Print more information in case of failure. Disable a test on BeOS.
3156
3157 2007-04-29  Bruno Haible  <bruno@clisp.org>
3158
3159         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
3160         This helps debugging on systems on which no gdb is available.
3161
3162 2007-04-29  Bruno Haible  <bruno@clisp.org>
3163
3164         * lib/freading.h: Improve comments.
3165         * lib/fwriting.h: Likewise.
3166         * tests/test-freading.c (main): Don't check freading immediately after
3167         repositioning. Needed for glibc.
3168
3169 2007-04-29  Bruno Haible  <bruno@clisp.org>
3170
3171         * lib/freading.c (freading): Trivial simplification.
3172
3173 2007-04-28  Bruno Haible  <bruno@clisp.org>
3174
3175         * tests/test-fwriting.c (main): Also test the interaction between
3176         fflush and fwriting.
3177         * modules/fwriting-tests (Depends-on): Add fflush.
3178
3179         * tests/test-freading.c (main): Also test the interaction between
3180         fflush and freading.
3181         * modules/freading-tests (Depends-on): Add fflush.
3182
3183 2007-04-28  Bruno Haible  <bruno@clisp.org>
3184
3185         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
3186         fseeko and ftello.
3187         Suggested by Eric Blake.
3188
3189 2007-04-28  Jim Meyering  <jim@meyering.net>
3190
3191         Avoid false-negative in gl_STDINT_H's C99 conformance test.
3192         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
3193         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
3194
3195 2007-04-27  Eric Blake  <ebb9@byu.net>
3196
3197         * doc/headers/assert.texi (assert.h): Document assert module use.
3198
3199 2007-04-27  Bruno Haible  <bruno@clisp.org>
3200
3201         * doc/headers/*.texi: New files.
3202         * doc/gnulib.texi (Header File Substitutes): New chapter.
3203         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
3204         dependencies.
3205         (standards.info ,standards.html, standards.dvi): Update dependencies.
3206         (mostlyclean, clean): New targets.
3207
3208 2007-04-27  Bruno Haible  <bruno@clisp.org>
3209
3210         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
3211         * modules/sysexits (Files, Makefile.am): Update.
3212
3213         * lib/sys_socket_.h: Renamed from lib/socket_.h.
3214         * modules/sys_socket (Files, Makefile.am): Update.
3215
3216         * lib/sys_stat_.h: Renamed from lib/stat_.h.
3217         * modules/sys_stat (Files, Makefile.am): Update.
3218
3219 2007-04-27  Eric Blake  <ebb9@byu.net>
3220
3221         * lib/freading.h: Improve comments.
3222         * lib/fwriting.h: Likewise.
3223         * lib/fflush.c: Likewise.
3224
3225         Fix closein for mingw.
3226         * modules/closein-tests: Add tests for closein.
3227         * tests/test-closein.c: New file.
3228         * tests/test-closein.sh: Likewise.
3229         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
3230         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
3231
3232 2007-04-27  Bruno Haible  <bruno@clisp.org>
3233
3234         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
3235         version is < 6.
3236         * lib/math_.h [__DECC]: Likewise.
3237         * lib/stdio_.h [__DECC]: Likewise.
3238         * lib/stdlib_.h [__DECC]: Likewise.
3239         * lib/string_.h [__DECC]: Likewise.
3240         * lib/time_.h [__DECC]: Likewise.
3241         * lib/wchar_.h [__DECC]: Likewise.
3242         * lib/wctype_.h [__DECC]: Likewise.
3243
3244 2007-04-27  Bruno Haible  <bruno@clisp.org>
3245
3246         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
3247
3248 2007-04-27  Bruno Haible  <bruno@clisp.org>
3249
3250         * lib/fflush.c: Add comments.
3251         * modules/fpurge-tests (Depends-on): Add fflush.
3252         * modules/freadable-tests (Depends-on): Likewise.
3253         * modules/fwritable-tests (Depends-on): Likewise.
3254
3255 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
3256
3257         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
3258         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
3259         Report by Bruno Haible <bruno@clisp.org>.
3260
3261 2007-04-26  Eric Blake  <ebb9@byu.net>
3262
3263         Fix fflush on mingw.
3264         * modules/fflush (Depends-on): Add freading.
3265         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
3266         but unread data.
3267
3268 2007-04-26  Eric Blake  <ebb9@byu.net>
3269         and Bruno Haible  <bruno@clisp.org>
3270
3271         Implement freading and fwriting.
3272         * lib/freading.c: New file.
3273         * lib/freading.h: Likewise.
3274         * m4/freading.m4: Likewise.
3275         * modules/freading: Likewise.
3276         * modules/freading-tests: Likewise.
3277         * tests/test-freading.c: Likewise.
3278         * lib/fwriting.c: New file.
3279         * lib/fwriting.h: Likewise.
3280         * m4/fwriting.m4: Likewise.
3281         * modules/fwriting: Likewise.
3282         * modules/fwriting-tests: Likewise.
3283         * tests/test-fwriting.c: Likewise.
3284         * MODULES.html.sh (File stream based Input/Output): Mention them.
3285
3286 2007-04-26  Bruno Haible  <bruno@clisp.org>
3287
3288         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
3289         'long' when we assume it.
3290         Suggested by Eric Blake.
3291
3292 2007-04-26  Bruno Haible  <bruno@clisp.org>
3293
3294         Ensure fseeko, ftello are declared on glibc systems.
3295         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
3296         * modules/fseeko (configure.ac-early): Likewise.
3297         * modules/ftello (configure.ac-early): Likewise.
3298         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
3299         AC_FUNC_FSEEKO for this.
3300         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
3301         (gl_CHECK_FSEEKO): Remove macro.
3302
3303 2007-04-26  Bruno Haible  <bruno@clisp.org>
3304
3305         * tests/test-fflush.c (main): Also check the ftell result after
3306         fflush and fseek/fseeko.
3307         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
3308         file descriptor position cache in the stream.
3309         * lib/fseeko.c (rpl_fseeko): Likewise.
3310
3311 2007-04-26  Bruno Haible  <bruno@clisp.org>
3312
3313         * modules/fflush-tests (Depends-on): Add fseeko.
3314
3315 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
3316             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3317
3318         * lib/argz_.h: ensure error_t definition is obtained in same
3319         mechanism system argz.h would have.
3320         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
3321         argz facilities are known bad.  Err on the side of caution if
3322         cross-compiling.
3323
3324 2007-04-25  Eric Blake  <ebb9@byu.net>
3325
3326         * lib/fpurge.c (includes): Use stdlib.h for free.
3327         * tests/test-fflush.c (main): Also test fflush-fseeko.
3328
3329 2007-04-25  Bruno Haible  <bruno@clisp.org>
3330
3331         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
3332         * lib/fseeko.c: New file.
3333         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
3334         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
3335         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
3336         gl_FUNC_FSEEKO.
3337         (gl_FUNC_FSEEKO): Invoke it.
3338         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
3339         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
3340         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
3341
3342 2007-04-25  Bruno Haible  <bruno@clisp.org>
3343
3344         * modules/fflush (Depends-on): Add ftello.
3345
3346 2007-04-25  Bruno Haible  <bruno@clisp.org>
3347
3348         * modules/ftello-tests: New file.
3349         * tests/test-ftello.c: New file.
3350
3351         * modules/ftello: New file.
3352         * m4/ftello.m4: New file.
3353         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
3354         HAVE_FTELLO.
3355         * lib/stdio_.h (ftello): New declaration.
3356         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
3357         HAVE_FTELLO.
3358
3359 2007-04-25  Bruno Haible  <bruno@clisp.org>
3360
3361         * modules/fseeko-tests: New file.
3362         * tests/test-fseeko.c: New file.
3363
3364         * modules/fseeko: New file.
3365         * m4/fseeko.m4: New file.
3366         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
3367         HAVE_FSEEKO.
3368         * lib/stdio_.h (fseeko): New declaration.
3369         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
3370         HAVE_FSEEKO.
3371
3372 2007-04-25  Bruno Haible  <bruno@clisp.org>
3373
3374         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
3375
3376 2007-04-25  Bruno Haible  <bruno@clisp.org>
3377
3378         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
3379         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
3380         * tests/test-unistd.c: Likewise.
3381         * tests/test-fcntl.c: Likewise.
3382
3383 2007-04-23  Eric Blake  <ebb9@byu.net>
3384
3385         * lib/fflush.c: Fix missing include.
3386         Reported by Bruno Haible.
3387
3388 2007-04-23  Bruno Haible  <bruno@clisp.org>
3389
3390         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
3391         Reported by Eric Blake.
3392
3393 2007-04-23  Bruno Haible  <bruno@clisp.org>
3394
3395         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
3396
3397 2007-04-23  Bruno Haible  <bruno@clisp.org>
3398
3399         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
3400
3401 2007-04-23  Bruno Haible  <bruno@clisp.org>
3402
3403         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
3404         Needed on HP-UX 11.
3405
3406 2007-04-16  Eric Blake  <ebb9@byu.net>
3407
3408         Make fflush rely on fpurge.
3409         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
3410         open coding all variants.
3411         * modules/fflush (Depends-on): Add fpurge and unistd.
3412         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
3413         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
3414
3415         Fix --with-tests compilation on cygwin.
3416         * modules/argmatch-tests (Makefile.am): List gnulib library first
3417         in LDADD.
3418         * modules/argp-tests (Makefile.am): Likewise.
3419         * modules/array-list-tests (Makefile.am): Likewise.
3420         * modules/array-oset-tests (Makefile.am): Likewise.
3421         * modules/avltree-list-tests (Makefile.am): Likewise.
3422         * modules/avltree-oset-tests (Makefile.am): Likewise.
3423         * modules/avltreehash-list-tests (Makefile.am): Likewise.
3424         * modules/carray-list-tests (Makefile.am): Likewise.
3425         * modules/dirname-tests (Makefile.am): Likewise.
3426         * modules/frexp-tests (Makefile.am): Likewise.
3427         * modules/isnanl-tests (Makefile.am): Likewise.
3428         * modules/linked-list-tests (Makefile.am): Likewise.
3429         * modules/linkedhash-list-tests (Makefile.am): Likewise.
3430         * modules/lock-tests (Makefile.am): Likewise.
3431         * modules/rbtree-list-tests (Makefile.am): Likewise.
3432         * modules/rbtree-oset-tests (Makefile.am): Likewise.
3433         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
3434         * modules/tls-tests (Makefile.am): Likewise.
3435         * modules/tsearch-tests (Makefile.am): Likewise.
3436         * modules/xvasprintf-tests (Makefile.am): Likewise.
3437
3438         Fix fpurge for cygwin.
3439         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
3440         value.
3441         * modules/fpurge-tests (Depends-on): Clean up trash.
3442
3443 2007-04-16  Simon Josefsson  <simon@josefsson.org>
3444
3445         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
3446
3447         * m4/autobuild.m4: Re-indent.
3448
3449 2007-04-13  Bruno Haible  <bruno@clisp.org>
3450
3451         * modules/fpurge-tests: New file.
3452         * tests/test-fpurge.c: New file.
3453
3454         * modules/fpurge: New file.
3455         * lib/fpurge.h: New file.
3456         * lib/fpurge.c: New file.
3457         * m4/fpurge.m4: New file.
3458
3459 2007-04-13  Bruno Haible  <bruno@clisp.org>
3460
3461         * modules/fbufmode-tests: New file.
3462         * tests/test-fbufmode.c: New file.
3463
3464         * modules/fbufmode: New file.
3465         * lib/fbufmode.h: New file.
3466         * lib/fbufmode.c: New file.
3467         * m4/fbufmode.m4: New file.
3468
3469 2007-04-13  Bruno Haible  <bruno@clisp.org>
3470
3471         * modules/fwritable-tests: New file.
3472         * tests/test-fwritable.c: New file.
3473
3474         * modules/fwritable: New file.
3475         * lib/fwritable.h: New file.
3476         * lib/fwritable.c: New file.
3477         * m4/fwritable.m4: New file.
3478
3479 2007-04-13  Bruno Haible  <bruno@clisp.org>
3480
3481         * modules/freadable-tests: New file.
3482         * tests/test-freadable.c: New file.
3483
3484         * modules/freadable: New file.
3485         * lib/freadable.h: New file.
3486         * lib/freadable.c: New file.
3487         * m4/freadable.m4: New file.
3488
3489 2007-04-13  Bruno Haible  <bruno@clisp.org>
3490
3491         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
3492         MOSTLYCLEANFILES.
3493
3494 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
3495
3496         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
3497         gzip bootstrap.conf to avoid dragging in i18n machinery.
3498         (gnulib_tool_option): Use it.
3499
3500 2007-04-13  Bruno Haible  <bruno@clisp.org>
3501
3502         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
3503         %F directives.
3504         * tests/test-vasprintf-posix.c (test_function): Likewise.
3505         * tests/test-snprintf-posix.h (test_function): Likewise.
3506         * tests/test-sprintf-posix.h (test_function): Likewise.
3507         * tests/test-fprintf-posix.h (test_function): Likewise.
3508         * tests/test-printf-posix.h (test_function): Likewise.
3509         * tests/test-fprintf-posix.out: Likewise.
3510
3511 2007-04-13  Bruno Haible  <bruno@clisp.org>
3512
3513         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
3514         * modules/tls-tests (configure.ac): Likewise.
3515         Reported by Arto C. Nirkko <anirkko@insel.ch>.
3516
3517 2007-04-13  Bruno Haible  <bruno@clisp.org>
3518
3519         * lib/tls.c (glthread_tls_get): Fix return type.
3520         Patch by Arto C. Nirkko <anirkko@insel.ch>.
3521
3522 2007-04-12  Eric Blake  <ebb9@byu.net>
3523
3524         * modules/gettime (Depends-on): Remove gettime.
3525         Reported by Dmitry V. Levin.
3526
3527 2007-04-12  Bruno Haible  <bruno@clisp.org>
3528
3529         * modules/fflush (Include): Mention <stdio.h>.
3530         * modules/strtoimax (Include): Mention <inttypes.h>.
3531         * modules/strtoumax (Include): Likewise.
3532
3533 2007-04-12  Eric Blake  <ebb9@byu.net>
3534
3535         * .cvsignore: New file.
3536         * .gitignore: Likewise.
3537
3538 2007-04-12  Bruno Haible  <bruno@clisp.org>
3539
3540         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
3541         not before, since $(LDADD) often contains libgnu.a.
3542         * modules/striconv-tests (test_striconv_LDADD): Likewise.
3543         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
3544         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
3545         Needed on Cygwin.
3546
3547 2007-04-12  Eric Blake  <ebb9@byu.net>
3548
3549         Work around glibc's failure to flush stdin on fclose.
3550         * lib/closein.c (close_stdin): Flush stdin before closing.
3551
3552         Work around glibc's failure to reset seekable stdin on exit.
3553         * modules/closein: New module.
3554         * lib/closein.c: New file.
3555         * lib/closein.h: Likewise.
3556         * m4/closein.m4: Likewise.
3557         * MODULES.html.sh (File stream based Input/Output): Document it.
3558
3559 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3560
3561         * gnulib-tool: Rename generated 'autobuild' script to
3562         'do-autobuild' in --create-megatestdir output.
3563
3564         * doc/gnulib.texi (Build robot for gnulib): Fix.
3565
3566 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3567
3568         * modules/sysexits (Depends-on): Add absolute-header.
3569
3570 2007-04-12  Eric Blake  <ebb9@byu.net>
3571
3572         No need to preserve errno on success.
3573         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
3574         Reported by Bruno Haible.
3575
3576 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3577
3578         * MODULES.html.sh (Support for maintaining and releasing
3579         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
3580
3581 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3582
3583         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
3584
3585 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3586
3587         * modules/autobuild: New module.
3588
3589         * m4/autobuild.m4: New file.
3590
3591 2007-04-11  Bruno Haible  <bruno@clisp.org>
3592
3593         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
3594         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
3595         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
3596         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
3597         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3598         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3599         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3600         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
3601         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3602         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3603         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
3604         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3605         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3606         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
3607         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3608         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3609         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
3610         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3611         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3612         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
3613         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3614         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3615         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
3616         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3617         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3618         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
3619         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3620         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3621         Reported by Eric Blake.
3622
3623 2007-04-11  Bruno Haible  <bruno@clisp.org>
3624
3625         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
3626
3627 2007-04-10  Bruno Haible  <bruno@clisp.org>
3628
3629         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
3630         for NaN and Infinity. Needed on FreeBSD 6.1.
3631         * tests/test-vasnprintf-posix.c (test_function): Undo last change
3632         regarding results for "%010a" of Infinity and NaN.
3633         * tests/test-vasprintf-posix.c (test_function): Likewise.
3634         * tests/test-snprintf-posix.h (test_function): Likewise.
3635         * tests/test-sprintf-posix.h (test_function): Likewise.
3636         * tests/test-fprintf-posix.h (test_function): Likewise.
3637         * tests/test-printf-posix.h (test_function): Likewise.
3638         * tests/test-fprintf-posix.out: Likewise.
3639
3640 2007-04-10  Bruno Haible  <bruno@clisp.org>
3641
3642         * modules/locale-tests: New file.
3643         * tests/test-locale.c: New file.
3644
3645         * modules/locale: New file.
3646         * lib/locale_.h: New file.
3647         * m4/locale_h.m4: New file.
3648
3649 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3650             Bruno Haible  <bruno@clisp.org>
3651
3652         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
3653         be determined, test for availability of the copysignf, copysign,
3654         copysignl functions.
3655         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
3656         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
3657         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
3658
3659 2007-04-09  Eric Blake  <ebb9@byu.net>
3660
3661         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
3662         * modules/stdio (Makefile.am): Support fflush.
3663         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
3664         * modules/fflush: New file.
3665         * lib/fflush.c: Likewise.
3666         * m4/fflush.m4: Likewise.
3667         * modules/fflush-tests: New test.
3668         * tests/test-fflush.c: Likewise.
3669         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
3670
3671 2007-04-06  Bruno Haible  <bruno@clisp.org>
3672
3673         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
3674         (VASNPRINTF): Use signbit for faster determination whether to print a
3675         minus sign.
3676         * modules/vasnprintf (Files): Remove lib/float+.h.
3677         * modules/fprintf-posix (Depends-on): Add signbit.
3678         * modules/snprintf-posix (Depends-on): Likewise.
3679         * modules/sprintf-posix (Depends-on): Likewise.
3680         * modules/vasnprintf-posix (Depends-on): Likewise.
3681         * modules/vasprintf-posix (Depends-on): Likewise.
3682         * modules/vfprintf-posix (Depends-on): Likewise.
3683         * modules/vsnprintf-posix (Depends-on): Likewise.
3684         * modules/vsprintf-posix (Depends-on): Likewise.
3685
3686 2007-04-06  Bruno Haible  <bruno@clisp.org>
3687
3688         * tests/test-frexp.c (main): Test also the sign bit of zero results.
3689         * tests/test-frexpl.c (main): Likewise.
3690         * tests/test-ldexpl.c (main): Likewise.
3691         * modules/frexp-tests (Depends-on): Add signbit.
3692         * modules/frexpl-tests (Depdends-on): Likewise.
3693         * modules/ldexpl-tests (Depdends-on): Likewise.
3694
3695 2007-04-06  Bruno Haible  <bruno@clisp.org>
3696
3697         * modules/signbit-tests: New file.
3698         * tests/test-signbit.c: New file.
3699
3700         * modules/signbit: New file.
3701         * lib/signbitf.c: New file.
3702         * lib/signbitd.c: New file.
3703         * lib/signbitl.c: New file.
3704         * m4/signbit.m4: New file.
3705         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
3706         (signbit): New macro.
3707         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
3708         REPLACE_SIGNBIT.
3709         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
3710         REPLACE_FREXPL into math.h.
3711
3712 2007-04-06  Bruno Haible  <bruno@clisp.org>
3713
3714         * modules/isnanf-nolibm-tests: New file.
3715         * tests/test-isnanf.c: New file.
3716
3717         * modules/isnanf-nolibm: New file.
3718         * lib/isnanf.h: New file.
3719         * lib/isnanf.c: New file.
3720         * lib/isnan.c: Consider the USE_FLOAT macro.
3721         * m4/isnanf.m4: New file.
3722
3723 2007-04-06  Bruno Haible  <bruno@clisp.org>
3724
3725         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
3726         (Link): New section.
3727
3728         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
3729
3730 2007-04-06  Bruno Haible  <bruno@clisp.org>
3731
3732         Assume the 'long double' type.
3733         * m4/longdouble.m4: Remove file.
3734         * config/srclist.txt: Don't mention longdouble.m4.
3735         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
3736         * lib/float+.h: Likewise.
3737         * lib/frexp.c: Likewise.
3738         * lib/printf-args.h: Likewise.
3739         * lib/printf-args.c: Likewise.
3740         * lib/printf-frexp.c: Likewise.
3741         * lib/printf-parse.c: Likewise.
3742         * lib/vasnprintf.c: Likewise.
3743         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
3744         * m4/intl.m4: Likewise.
3745         * m4/isnanl.m4: Likewise.
3746         * m4/printf.m4: Likewise.
3747         * m4/printf-frexpl.m4: Likewise.
3748         * m4/vasnprintf.m4: Likewise.
3749         * modules/allocsa (Files): Remove m4/longdouble.m4.
3750         * modules/gettext (Files): Likewise.
3751         * modules/relocatable-prog-wrapper (Files): Likewise.
3752         * modules/vasnprintf (Files): Likewise.
3753         * modules/isnanl (Files): Likewise.
3754         (Include): Simplify.
3755         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
3756         (Include): Simplify.
3757         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
3758         (Include): Simplify.
3759         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
3760         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3761         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
3762         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3763         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
3764         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3765         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
3766         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3767         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
3768         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3769         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
3770         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3771         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
3772         * tests/test-isnanl.c: Likewise.
3773         * tests/test-snprintf-posix.h: Likewise.
3774         * tests/test-sprintf-posix.h: Likewise.
3775         * tests/test-vasnprintf-posix.c: Likewise.
3776         * tests/test-vasnprintf-posix2.c: Likewise.
3777         * tests/test-vasprintf-posix.c: Likewise.
3778
3779 2007-04-06  Bruno Haible  <bruno@clisp.org>
3780
3781         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
3782         * lib/math_.h [__DECC]: Include the overridden include file through
3783         #include_next, outside the double-inclusion guard.
3784         * lib/stdio_.h [__DECC]: Likewise.
3785         * lib/stdlib_.h [__DECC]: Likewise.
3786         * lib/string_.h [__DECC]: Likewise.
3787         * lib/time_.h [__DECC]: Likewise.
3788         * lib/wchar_.h [__DECC]: Likewise.
3789         * lib/wctype_.h [__DECC]: Likewise.
3790         * lib/inttypes_.h [__DECC]: Likewise.
3791         Reported by Albert Chin <china@thewrittenword.com> in
3792         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
3793
3794 2007-04-04  Eric Blake  <ebb9@byu.net>
3795
3796         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
3797         1.5.x.
3798
3799 2007-04-04  Bruno Haible  <bruno@clisp.org>
3800
3801         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
3802         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
3803
3804 2007-04-04  Bruno Haible  <bruno@clisp.org>
3805
3806         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
3807         results for "%010a" of Infinity and NaN.
3808         * tests/test-vasprintf-posix.c (test_function): Likewise.
3809         * tests/test-snprintf-posix.h (test_function): Likewise.
3810         * tests/test-sprintf-posix.h (test_function): Likewise.
3811         * tests/test-fprintf-posix.h (test_function): Remove these tests.
3812         * tests/test-printf-posix.h (test_function): Likewise.
3813         * tests/test-fprintf-posix.out: Update.
3814         Needed for FreeBSD 6.1.
3815
3816 2007-04-04  Bruno Haible  <bruno@clisp.org>
3817
3818         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
3819         directly used by the gnulib modules nor by gnulib-tool.
3820
3821 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
3822
3823         * DEPENDENCIES: Give overall description of version dependency
3824         desirability.  Use more-typical names for apps.
3825         Add shell, coreutils, diffutils, grep, tar, gzip.
3826
3827 2007-04-04  Simon Josefsson  <simon@josefsson.org>
3828
3829         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
3830
3831 2007-04-04  Karl Berry  <karl@gnu.org>
3832
3833         * MODULES.html.sh (func_module): missing '.
3834
3835 2007-04-03  Bruno Haible  <bruno@clisp.org>
3836
3837         * modules/argmatch-tests (Makefile.am): New variable
3838         test_argmatch_LDADD.
3839         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
3840         * modules/array-list-tests (Makefile.am): New variable
3841         test_array_list_LDADD.
3842         * modules/array-oset-tests (Makefile.am): New variable
3843         test_array_oset_LDADD.
3844         * modules/avltree-list-tests (Makefile.am): New variable
3845         test_avltree_list_LDADD.
3846         * modules/avltree-oset-tests (Makefile.am): New variable
3847         test_avltree_oset_LDADD.
3848         * modules/avltreehash-list-tests (Makefile.am): New variable
3849         test_avltreehash_list_LDADD.
3850         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
3851         test_canonicalize_lgpl_LDADD.
3852         * modules/carray-list-tests (Makefile.am): New variable
3853         test_carray_list_LDADD.
3854         * modules/dirname-tests (Makefile.am): New variable
3855         test_dirname_LDADD.
3856         * modules/linked-list-tests (Makefile.am): New variable
3857         test_linked_list_LDADD.
3858         * modules/linkedhash-list-tests (Makefile.am): New variable
3859         test_linkedhash_list_LDADD.
3860         * modules/rbtree-list-tests (Makefile.am): New variable
3861         test_rbtree_list_LDADD.
3862         * modules/rbtree-oset-tests (Makefile.am): New variable
3863         test_rbtree_oset_LDADD.
3864         * modules/rbtreehash-list-tests (Makefile.am): New variable
3865         test_rbtreehash_list_LDADD.
3866         * modules/xvasprintf-tests (Makefile.am): New variable
3867         test_xvasprintf_LDADD.
3868         Reported by Eric Blake.
3869
3870 2007-04-03  Eric Blake  <ebb9@byu.net>
3871
3872         * DEPENDENCIES: Weaken m4 requirements.
3873
3874 2007-04-03  Bruno Haible  <bruno@clisp.org>
3875
3876         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
3877         * modules/isnanl-tests (configure.ac): Likewise.
3878
3879 2007-04-03  Ben Pfaff  <blp@gnu.org>
3880
3881         * modules/iconv_open: Add $(srcdir)/ to source directory
3882         references in Makefile fragments that call gperf, to fix VPATH
3883         builds.
3884
3885 2007-04-03  Bruno Haible  <bruno@clisp.org>
3886
3887         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
3888         * lib/ldexpl.c: Undo last change.
3889
3890 2007-04-03  Bruno Haible  <bruno@clisp.org>
3891
3892         * modules/printf-frexpl (Depends-on): Undo last change.
3893         (Files): Add m4/ldexpl.m4.
3894
3895 2007-04-03  Bruno Haible  <bruno@clisp.org>
3896
3897         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
3898         * modules/isnanl (Link): New section.
3899
3900         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
3901         * modules/frexp (Link): New section.
3902
3903         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
3904         * modules/frexpl (Link): New section.
3905
3906         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
3907         * modules/ldexpl (Link): New section.
3908
3909 2007-04-03  Bruno Haible  <bruno@clisp.org>
3910
3911         * modules/TEMPLATE-EXTENDED: New file.
3912         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
3913
3914 2007-04-03  Bruno Haible  <bruno@clisp.org>
3915
3916         * DEPENDENCIES: New file.
3917         Suggested by Simon Josefsson.
3918
3919 2007-04-03  Bruno Haible  <bruno@clisp.org>
3920
3921         * doc/gnulib.texi: Escape @.
3922
3923 2007-04-03  James Youngman  <jay@gnu.org>
3924         and Paul Eggert  <eggert@cs.ucla.edu>
3925
3926         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
3927         birthtime on all systems that have birthtime, not just those which
3928         use st_birthtimensec rather than st_birthtim.  Putting zero in
3929         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
3930         that the birth time is not available for files on an NFS mount.
3931
3932 2007-04-03  Simon Josefsson  <simon@josefsson.org>
3933
3934         * modules/memxor: Move back from crypto/, suggested by Bruno.
3935         * modules/crypto/hmac-sha1: Fix memxor dependency.
3936
3937         * modules/crypto/gc: Moved from ../.
3938
3939 2007-04-02  Eric Blake  <ebb9@byu.net>
3940
3941         * lib/ldexpl.c (includes): Avoid libm.
3942
3943         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
3944
3945 2007-04-02  Bruno Haible  <bruno@clisp.org>
3946
3947         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
3948         on IRIX.
3949
3950 2007-04-02  Bruno Haible  <bruno@clisp.org>
3951
3952         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
3953         x86 or x86_64 platforms running MacOS X.
3954         Reported by Ryan Schmidt <@ryandesign.com>.
3955
3956 2007-04-02  Bruno Haible  <bruno@clisp.org>
3957
3958         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
3959         i386.
3960
3961 2007-04-01  Simon Josefsson  <simon@josefsson.org>
3962
3963         * modules/crypto/arcfour: Moved from ../.
3964         * modules/crypto/arcfour-tests: Moved from ../.
3965         * modules/crypto/arctwo: Moved from ../.
3966         * modules/crypto/arctwo-tests: Moved from ../.
3967         * modules/crypto/des: Moved from ../.
3968         * modules/crypto/des-tests: Moved from ../.
3969         * modules/crypto/gc-arcfour: Moved from ../.
3970         * modules/crypto/gc-arcfour-tests: Moved from ../.
3971         * modules/crypto/gc-arctwo: Moved from ../.
3972         * modules/crypto/gc-arctwo-tests: Moved from ../.
3973         * modules/crypto/gc-des: Moved from ../.
3974         * modules/crypto/gc-des-tests: Moved from ../.
3975         * modules/crypto/gc-hmac-md5: Moved from ../.
3976         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
3977         * modules/crypto/gc-hmac-sha1: Moved from ../.
3978         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
3979         * modules/crypto/gc-md2: Moved from ../.
3980         * modules/crypto/gc-md2-tests: Moved from ../.
3981         * modules/crypto/gc-md4: Moved from ../.
3982         * modules/crypto/gc-md4-tests: Moved from ../.
3983         * modules/crypto/gc-md5: Moved from ../.
3984         * modules/crypto/gc-md5-tests: Moved from ../.
3985         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
3986         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
3987         * modules/crypto/gc-random: Moved from ../.
3988         * modules/crypto/gc-rijndael: Moved from ../.
3989         * modules/crypto/gc-rijndael-tests: Moved from ../.
3990         * modules/crypto/gc-sha1: Moved from ../.
3991         * modules/crypto/gc-sha1-tests: Moved from ../.
3992         * modules/crypto/gc-tests: Moved from ../.
3993         * modules/crypto/hmac-md5: Moved from ../.
3994         * modules/crypto/hmac-md5-tests: Moved from ../.
3995         * modules/crypto/hmac-sha1: Moved from ../.
3996         * modules/crypto/hmac-sha1-tests: Moved from ../.
3997         * modules/crypto/md2: Moved from ../.
3998         * modules/crypto/md2-tests: Moved from ../.
3999         * modules/crypto/md4: Moved from ../.
4000         * modules/crypto/md4-tests: Moved from ../.
4001         * modules/crypto/md5: Moved from ../.
4002         * modules/crypto/md5-tests: Moved from ../.
4003         * modules/crypto/memxor: Moved from ../.
4004         * modules/crypto/rijndael: Moved from ../.
4005         * modules/crypto/rijndael-tests: Moved from ../.
4006         * modules/crypto/sha1: Moved from ../.
4007
4008 2007-03-30  James Youngman  <jay@gnu.org>
4009
4010         * tests/test-stat-time.c (prepare_test): use chmod() rather than
4011         rename() to change the ctime of a file (because ctime is unaffected
4012         by rename on jfs2 on AIX 5.1).
4013         (main): Start by doing cleanup, in case a previous run failed leaving
4014         test files behind.
4015
4016 2007-03-31  Bruno Haible  <bruno@clisp.org>
4017
4018         Support old proprietary implementations of iconv.
4019         * modules/iconv_open: New file.
4020         * lib/iconv_.h: New file.
4021         * m4/iconv_h.m4: New file.
4022         * lib/iconv_open.c: New file.
4023         * lib/iconv_open-aix.gperf: New file.
4024         * lib/iconv_open-hpux.gperf: New file.
4025         * lib/iconv_open-irix.gperf: New file.
4026         * lib/iconv_open-osf.gperf: New file.
4027         * m4/iconv_open.m4: New file.
4028         * modules/linebreak (Depends-on): Add iconv_open.
4029         * modules/striconv (Depends-on): Likewise.
4030         * modules/striconveh (Depends-on): Likewise.
4031         * modules/unicodeio (Depends-on): Likewise.
4032         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
4033         (iconv_t)(-1).
4034         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
4035         conversion if cd is (iconv_t)(-1).
4036         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
4037         is not possible.
4038
4039 2007-03-31  Bruno Haible  <bruno@clisp.org>
4040
4041         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
4042         work on Solaris either. Protect also second use of "autodetect_jp".
4043
4044 2007-03-31  Bruno Haible  <bruno@clisp.org>
4045
4046         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
4047         the function is not present.
4048
4049 2007-03-31  Bruno Haible  <bruno@clisp.org>
4050
4051         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
4052         the function is not present.
4053
4054 2007-03-31  Bruno Haible  <bruno@clisp.org>
4055
4056         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
4057         a bug in HP-UX iconv_open().
4058
4059 2007-03-31  Bruno Haible  <bruno@clisp.org>
4060
4061         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
4062         (Mathematics <math.h>): New section, add fpieee.
4063         (Input/output <stdio.h>): Add fseterr.
4064         (Mathematics <math.h>): New section, add printf-frexp.
4065         (Container data structures): Add sublist.
4066         (Core language properties): Add fpucw, inline.
4067         (Functions for greatest-width integer types <inttypes.h>): Add
4068         imaxabs, imaxdiv, inttypes.
4069         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
4070         isnanl-nolibm, ldexp.
4071         (Mathematics <math.h>): New section, add printf-frexpl.
4072         (Support for systems lacking POSIX:2001): Add fprintf-posix,
4073         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
4074         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
4075         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
4076         (Unicode string functions): Add unistr/u*-mbtoucr.
4077         (Java): Add javacomp-script, javaexec-script.
4078         (C#): Add csharpcomp-script, csharpexec-script.
4079         (Support for building libraries and executables): Add havelib,
4080         relocatable-*.
4081         (Support for maintaining and releasing projects): Renamed from
4082         'Support for maintaining and release projects'. Add announce-gen.
4083
4084 2007-03-31  Bruno Haible  <bruno@clisp.org>
4085
4086         * README: Talk primarily about git.
4087         (git and CVS): Renamed from CVS.
4088         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
4089         gnulib is available through git.
4090         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
4091
4092 2007-03-30  Bruno Haible  <bruno@clisp.org>
4093
4094         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
4095         * lib/poll_.h: Likewise.
4096         * lib/stat_.h: Likewise.
4097         * lib/sys_time_.h: Likewise.
4098         * lib/sysexit_.h: Likewise.
4099         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
4100         * lib/stdbool_.h: Likewise.
4101         * lib/byteswap_.h: Add double-inclusion guard.
4102
4103 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
4104
4105         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
4106
4107 2007-03-30  Karl Berry  <karl@gnu.org>
4108
4109         * config/srclist-update: double space after USA in the license
4110         substitution, since that's how it's usually (?) written.
4111
4112 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
4113
4114         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
4115         reported by Bruno Haible.
4116
4117 2007-03-29  Bruno Haible  <bruno@clisp.org>
4118
4119         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
4120         a bug in AIX iconv().
4121
4122 2007-03-29  Bruno Haible  <bruno@clisp.org>
4123
4124         * modules/ldexpl-tests: New file.
4125         * tests/test-ldexpl.c: New file.
4126
4127 2007-03-29  Bruno Haible  <bruno@clisp.org>
4128
4129         * lib/ldexpl.c: Include fpucw.h.
4130         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
4131         multiplication.
4132         * modules/ldexpl (Depends-on): Add fpucw.
4133
4134 2007-03-29  Bruno Haible  <bruno@clisp.org>
4135
4136         * modules/ldexpl: New file.
4137         * m4/ldexpl.m4: New file.
4138         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
4139         set.
4140         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
4141         REPLACE_LDEXPL.
4142         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
4143         REPLACE_LDEXPL.
4144         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
4145         gl_FUNC_LDEXPL_WORKS.
4146         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
4147         * modules/mathl (Files): Remove lib/ldexpl.c.
4148         (Depends-on): Add ldexpl.
4149
4150 2007-03-29  Bruno Haible  <bruno@clisp.org>
4151
4152         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
4153
4154 2007-03-29  Bruno Haible  <bruno@clisp.org>
4155
4156         * tests/test-striconveh.c (main): Don't assume that a direct conversion
4157         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
4158         and possibly also HP-UX.
4159         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
4160         work on AIX, IRIX, HP-UX, OSF/1.
4161         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
4162         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
4163         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
4164         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
4165         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
4166         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
4167
4168 2007-03-29  Bruno Haible  <bruno@clisp.org>
4169
4170         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
4171
4172 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
4173
4174         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
4175         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
4176
4177 2007-03-29  Eric Blake  <ebb9@byu.net>
4178
4179         * lib/acl-internal.h: Remove redundant include.
4180         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
4181         Cygwin when a file is locked.
4182
4183 2007-03-29  Bruno Haible  <bruno@clisp.org>
4184
4185         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
4186         file.
4187         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
4188
4189 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
4190
4191         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
4192         try to remove a parent directory if the child couldn't be removed
4193         (except for the first rmdir, which could fail because the child
4194         doesn't exist).  Problem reported by Jeff Blaine in
4195         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
4196
4197 2007-03-28  Bruno Haible  <bruno@clisp.org>
4198
4199         * lib/striconveh.c (utf8conv_carefully): New function.
4200         (mem_cd_iconveh_internal): Invoke it.
4201
4202 2007-03-28  Bruno Haible  <bruno@clisp.org>
4203
4204         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
4205         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
4206         input.
4207         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
4208         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
4209         unistr/u8-uctomb.
4210
4211 2007-03-28  Bruno Haible  <bruno@clisp.org>
4212
4213         * modules/unistr/u8-mbtoucr: New file.
4214         * lib/unistr/u8-mbtoucr.c: New file.
4215         * modules/unistr/u16-mbtoucr: New file.
4216         * lib/unistr/u16-mbtoucr.c: New file.
4217         * modules/unistr/u16-mbtoucr: New file.
4218         * lib/unistr/u16-mbtoucr.c: New file.
4219         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
4220
4221 2007-03-27  Simon Josefsson  <simon@josefsson.org>
4222             Bruno Haible  <bruno@clisp.org>
4223
4224         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
4225         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
4226         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
4227
4228         * m4/stdio_h.m4: Add stubs for vasprintf too.
4229
4230         * modules/stdio: Support vasprintf in sed command.
4231
4232         * modules/vasprintf: Depend on stdio for prototypes.  Remove
4233         vasprintf.h.  Add stdio module indicator.
4234
4235         * lib/stdio_.h: Declare asprintf and vasprintf, based on
4236         vasprintf.h.
4237
4238         * lib/vasprintf.h: File removed.
4239
4240         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
4241         * lib/vasprintf.c: Ditto.
4242         * lib/xvasprintf.c: Ditto.
4243         * tests/test-vasprintf-posix.c: Ditto.
4244         * tests/test-vasprintf.c: Ditto.
4245
4246 2007-03-27  Bruno Haible  <bruno@clisp.org>
4247
4248         Make vasnprintf multithread-safe.
4249         * lib/vasnprintf.c (decimal_point_char): New function.
4250         (VASNPRINTF): Use it.
4251         Suggested by Simon Josefsson.
4252
4253 2007-03-27  Eric Blake  <ebb9@byu.net>
4254
4255         Support sub-second birthtime on cygwin.
4256         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
4257         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
4258         (get_stat_birthtime): Also work with st_birthtim.
4259
4260 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
4261
4262         * lib/stat-time.h (USE_BIRTHTIME): Remove.
4263         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
4264         (get_stat_birthtime_ns): Do not try to use "spare" fields.
4265         (get_stat_birthtime_ns): Simplify compile-time tests.
4266         (get_stat_birthtime): Change the API to look like
4267         get_stat_mtime etc., except return a negative tv_nsec on error.
4268         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
4269         Don't check for "spare" fields.
4270         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
4271         or for struct stat.st_birthtime, as these tests aren't used.
4272         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
4273
4274 2007-03-27  Bruno Haible  <bruno@clisp.org>
4275
4276         * lib/stat-time.h: Include <sys/stat.h>.
4277
4278 2007-03-27  James Youngman  <jay@gnu.org>
4279
4280         * lib/stat-time.h (get_stat_birthtime): New function for
4281           retrieving st_birthtime as provided by UFS2 (hence *BSD).
4282         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
4283           and its variants.
4284         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
4285         * modules/stat-time-test: New file.
4286         * tests/test-stat-time.c: New test, devised by Bruno Haible.
4287
4288 2007-03-26  Bruno Haible  <bruno@clisp.org>
4289
4290         Better support of signalling NaNs.
4291         * lib/atanl.c: Include isnanl.h.
4292         (atanl): Perform test for NaN at the beginning of the function and
4293         through a call to isnanl.
4294         * lib/cosl.c: Include isnanl.h.
4295         (cosl): Perform test for NaN at the beginning of the function and
4296         through a call to isnanl.
4297         * lib/ldexpl.c: Include isnanl.h.
4298         (ldexpl): Perform test for NaN through a call to isnanl.
4299         * lib/logl.c: Include isnanl.h.
4300         (logl): Perform test for NaN at the beginning of the function and
4301         through a call to isnanl.
4302         * lib/sinl.c: Include isnanl.h.
4303         (sinl): Perform test for NaN at the beginning of the function and
4304         through a call to isnanl.
4305         * lib/sqrtl.c: Include isnanl.h.
4306         (sqrtl): Perform test for NaN at the beginning of the function and
4307         through a call to isnanl.
4308         * lib/tanl.c: Include isnanl.h.
4309         (tanl): Perform test for NaN at the beginning of the function and
4310         through a call to isnanl.
4311         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
4312         * modules/mathl (Depends-on): Add isnanl.
4313
4314 2007-03-26  Eric Blake  <ebb9@byu.net>
4315
4316         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
4317         regression in logic sense of previous patch.
4318
4319 2007-03-26  Bruno Haible  <bruno@clisp.org>
4320
4321         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
4322         unportable shell command "if ! ...".
4323         Reported by Ralf Wildenhues.
4324
4325 2007-03-25  Bruno Haible  <bruno@clisp.org>
4326
4327         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
4328         <sysexits.h> file, and only add EX_CONFIG.
4329         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
4330         absolute file name and whether it is sufficient. Substitute also
4331         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
4332         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
4333         ABSOLUTE_SYSEXITS_H into sysexits.h.
4334
4335 2007-03-25  Bruno Haible  <bruno@clisp.org>
4336
4337         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
4338         hints is NULL.
4339
4340 2007-03-25  Bruno Haible  <bruno@clisp.org>
4341
4342         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
4343         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
4344
4345 2007-03-25  Bruno Haible  <bruno@clisp.org>
4346
4347         * lib/vasnprintf.c: Include langinfo.h.
4348         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
4349         multithread-safe.
4350         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
4351         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
4352         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4353         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4354         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4355         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4356         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4357         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
4358         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4359         Reported by Simon Josefsson.
4360
4361 2007-03-25  Bruno Haible  <bruno@clisp.org>
4362
4363         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
4364         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
4365         * modules/vasnprintf (Depends-on): Add stdint.
4366
4367 2007-03-25  Bruno Haible  <bruno@clisp.org>
4368
4369         * modules/fpieee: New file.
4370         * m4/fpieee.m4: New file.
4371         * modules/isnan-nolibm (Depends-on): Add fpieee.
4372         * modules/isnanl-nolibm (Depends-on): Add fpieee.
4373         * modules/isnanl (Depends-on): Add fpieee.
4374
4375 2007-03-25  Bruno Haible  <bruno@clisp.org>
4376
4377         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
4378
4379 2007-03-25  Bruno Haible  <bruno@clisp.org>
4380
4381         Avoid test failures on IRIX 6.5.
4382         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
4383         (main): Use it.
4384         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
4385         macros.
4386         (main): Use them.
4387
4388 2007-03-25  Bruno Haible  <bruno@clisp.org>
4389
4390         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
4391         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
4392         exists but doesn't work.
4393         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
4394         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
4395         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
4396         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
4397
4398 2007-03-25  Bruno Haible  <bruno@clisp.org>
4399
4400         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
4401         returns inf. Needed on IRIX 6.5.
4402
4403 2007-03-25  Bruno Haible  <bruno@clisp.org>
4404
4405         * tests/test-frexpl.c: Include isnanl-nolibm.h.
4406         (main): Use isnanl instead of x != x idiom.
4407         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
4408
4409         * tests/test-frexp.c: Include isnan.h.
4410         (main): Use isnan instead of x != x idiom.
4411         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
4412
4413 2007-03-25  Bruno Haible  <bruno@clisp.org>
4414
4415         * tests/test-frexp.c (NaN): New function/macro.
4416         (main): Use it instead of 0.0 / 0.0.
4417         * tests/test-isnan.c (NaN): New function/macro.
4418         (main): Use it instead of 0.0 / 0.0.
4419         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
4420         (test_function): Use it instead of 0.0 / 0.0.
4421         * tests/test-vasprintf-posix.c (NaN): New function/macro.
4422         (test_function): Use it instead of 0.0 / 0.0.
4423         * tests/test-snprintf-posix.h (NaN): New function/macro.
4424         (test_function): Use it instead of 0.0 / 0.0.
4425         * tests/test-sprintf-posix.h (NaN): New function/macro.
4426         (test_function): Use it instead of 0.0 / 0.0.
4427         * tests/test-fprintf-posix.h (NaN): New function/macro.
4428         (test_function): Use it instead of 0.0 / 0.0.
4429         * tests/test-printf-posix.h (NaN): New function/macro.
4430         (test_function): Use it instead of 0.0 / 0.0.
4431
4432         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
4433
4434 2007-03-25  Bruno Haible  <bruno@clisp.org>
4435
4436         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
4437
4438 2007-03-25  Bruno Haible  <bruno@clisp.org>
4439
4440         * lib/regexec.c (merge_state_with_log): Make static.
4441
4442 2007-03-25  Bruno Haible  <bruno@clisp.org>
4443
4444         * lib/trigl.c (kernel_rem_pio2): Make static.
4445
4446 2007-03-25  Bruno Haible  <bruno@clisp.org>
4447
4448         * lib/sincosl.c (sincosl_table): Make static.
4449
4450 2007-03-25  Bruno Haible  <bruno@clisp.org>
4451
4452         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
4453         if the compiler does not support C99.
4454
4455 2007-03-25  Bruno Haible  <bruno@clisp.org>
4456
4457         * modules/time (Makefile.am): Ensure all rule action lines start with a
4458         tab.
4459
4460 2007-03-24  Bruno Haible  <bruno@clisp.org>
4461
4462         * modules/tsearch-tests: New file.
4463         * tests/test-tsearch.sh: New file.
4464         * tests/test-tsearch.c: New file, mostly copied from glibc.
4465
4466         * modules/search-tests: New file.
4467         * tests/test-search.c: New file.
4468
4469         * modules/search: New file.
4470         * lib/search_.h: New file, incorporating lib/tsearch.h.
4471         * m4/search_h.m4: New file.
4472         * lib/tsearch.h: Remove file.
4473         * lib/tsearch.c: Include search.h instead of tsearch.h.
4474         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
4475         HAVE_TSEARCH.
4476         * modules/tsearch (Files): Remove lib/tsearch.h.
4477         (Depends-on): Add search.
4478         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
4479         (Include): Change tsearch.h into search.h.
4480
4481 2007-03-24  Bruno Haible  <bruno@clisp.org>
4482
4483         * modules/fpucw: New file.
4484         * lib/fpucw.h: New file.
4485         * lib/frexp.c: Include fpucw.h.
4486         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
4487         (FUNC): Use them.
4488         * lib/printf-frexp.c: Include fpucw.h.
4489         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
4490         (FUNC): Use them.
4491         * lib/vasnprintf.c: Include fpucw.h.
4492         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
4493         'long double' calculations.
4494         * tests/test-frexpl.c: Include fpucw.h.
4495         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
4496         * tests/test-printf-frexpl.c: Include fpucw.h.
4497         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
4498         * modules/frexpl (Depends-on): Add fpucw.
4499         * modules/printf-frexpl (Depends-on): Likewise.
4500         * modules/fprintf-posix (Depends-on): Likewise.
4501         * modules/snprintf-posix (Depends-on): Likewise.
4502         * modules/sprintf-posix (Depends-on): Likewise.
4503         * modules/vasnprintf-posix (Depends-on): Likewise.
4504         * modules/vasprintf-posix (Depends-on): Likewise.
4505         * modules/vfprintf-posix (Depends-on): Likewise.
4506         * modules/vsnprintf-posix (Depends-on): Likewise.
4507         * modules/vsprintf-posix (Depends-on): Likewise.
4508         * modules/frexpl-tests (Depends-on): Likewise.
4509         * modules/printf-frexpl-tests (Depends-on): Likewise.
4510
4511 2007-03-24  Bruno Haible  <bruno@clisp.org>
4512
4513         * lib/float+.h: New file.
4514         * lib/isnan.c: Include float+.h.
4515         (SIZE): New macro.
4516         (FUNC): Compare only SIZE bytes of the value.
4517         * lib/vasnprintf.c: Include float+.h.
4518         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
4519         SIZEOF_LDBL or SIZEOF_DBL bytes.
4520         * modules/isnan-nolibm (Files): Add lib/float+.h.
4521         * modules/isnanl-nolibm (Files): Add lib/float+.h.
4522         * modules/isnanl (Files): Add lib/float+.h.
4523         * modules/vasnprintf (Files): Add lib/float+.h.
4524
4525 2007-03-24  Bruno Haible  <bruno@clisp.org>
4526
4527         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
4528         include isnanl-nolibm.h.
4529
4530 2007-03-24  Bruno Haible  <bruno@clisp.org>
4531
4532         * tests/test-read-file.c (main): Don't produce spurious output for
4533         expected situations. Make the test fail if it encountered unexpected
4534         results.
4535
4536 2007-03-24  Bruno Haible  <bruno@clisp.org>
4537
4538         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
4539         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
4540
4541 2007-03-24  Bruno Haible  <bruno@clisp.org>
4542
4543         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
4544
4545 2007-03-24  Bruno Haible  <bruno@clisp.org>
4546
4547         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
4548         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
4549
4550         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
4551         * modules/utf8-ucs4: Turn into a symbolic link to module
4552         unistr/u8-mbtouc.
4553
4554         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
4555         utf8-ucs4-unsafe.
4556         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
4557         unistr/u8-mbtouc-unsafe.
4558
4559         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
4560         * modules/utf16-ucs4: Turn into a symbolic link to module
4561         unistr/u16-mbtouc.
4562
4563         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
4564         utf16-ucs4-unsafe.
4565         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
4566         unistr/u16-mbtouc-unsafe.
4567
4568         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
4569         * modules/ucs4-utf8: Turn into a symbolic link to module
4570         unistr/u8-ubtomb.
4571
4572         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
4573         * modules/ucs4-utf16: Turn into a symbolic link to module
4574         unistr/u16-ubtomb.
4575
4576 2007-03-24  Bruno Haible  <bruno@clisp.org>
4577
4578         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
4579         Enable the function only if HAVE_INLINE.
4580         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
4581         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
4582         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
4583         Enable the function only if HAVE_INLINE.
4584         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
4585         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
4586         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
4587         Enable the function only if HAVE_INLINE.
4588         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
4589         Enable the function only if HAVE_INLINE.
4590         * modules/utf8-ucs4: Update.
4591         * modules/utf8-ucs4-unsafe: Update.
4592         * modules/utf16-ucs4: Update.
4593         * modules/utf16-ucs4-unsafe: Update.
4594         * modules/ucs4-utf8: Update.
4595         * modules/ucs4-utf16: Update.
4596
4597 2007-03-24  Bruno Haible  <bruno@clisp.org>
4598
4599         * lib/utf8-ucs4.h: Remove file.
4600         * lib/utf8-ucs4-unsafe.h: Remove file.
4601         * lib/utf16-ucs4.h: Remove file.
4602         * lib/utf16-ucs4-unsafe.h: Remove file.
4603         * lib/ucs4-utf8.h: Remove file.
4604         * lib/ucs4-utf16.h: Remove file.
4605         * lib/unistr.h: Include their previous contents.
4606         * m4/utf-ucs4.m4: Remove file.
4607         * m4/ucs4-utf.m4: Remove file.
4608         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
4609         (Depends-on): Add unistr/base.
4610         (configure.ac): Remove gl_UTF_UCS4.
4611         (Makefile.am): Update.
4612         (Include): Change to unistr.h.
4613         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
4614         (Depends-on): Add unistr/base.
4615         (configure.ac): Remove gl_UTF_UCS4.
4616         (Makefile.am): Update.
4617         (Include): Change to unistr.h.
4618         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
4619         (Depends-on): Add unistr/base.
4620         (configure.ac): Remove gl_UTF_UCS4.
4621         (Makefile.am): Update.
4622         (Include): Change to unistr.h.
4623         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
4624         (Depends-on): Add unistr/base.
4625         (configure.ac): Remove gl_UTF_UCS4.
4626         (Makefile.am): Update.
4627         (Include): Change to unistr.h.
4628         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
4629         (Depends-on): Add unistr/base.
4630         (configure.ac): Remove gl_UCS4_UTF.
4631         (Makefile.am): Update.
4632         (Include): Change to unistr.h.
4633         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
4634         (Depends-on): Add unistr/base.
4635         (configure.ac): Remove gl_UCS4_UTF.
4636         (Makefile.am): Update.
4637         (Include): Change to unistr.h.
4638         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
4639         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
4640         utf8-ucs4-unsafe.h.
4641         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
4642         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
4643         utf16-ucs4-unsafe.h.
4644         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
4645         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
4646         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
4647         * lib/unistr/u8-strchr.c: Likewise.
4648         * lib/unistr/u8-strrchr.c: Likewise.
4649         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
4650         * lib/unistr/u16-strchr.c: Likewise.
4651         * lib/unistr/u16-strrchr.c: Likewise.
4652         * lib/striconveh.c: Update.
4653         * lib/linebreak.c: Update.
4654
4655 2007-03-24  Bruno Haible  <bruno@clisp.org>
4656
4657         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
4658         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
4659
4660 2007-03-22  Bruno Haible  <bruno@clisp.org>
4661
4662         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
4663
4664 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
4665
4666         * MODULES.html.sh (File system functions): New module write-any-file.
4667         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
4668         * m4/write-any-file.m4: New files.
4669
4670 2007-03-23  Eric Blake  <ebb9@byu.net>
4671
4672         * gnulib-tool: Rearrange space-tab sequences, since some editors
4673         like to eat them.
4674
4675 2007-03-23  Eric Blake  <ebb9@byu.net>
4676
4677         * lib/version-etc.c (version_etc_va): Update license wording to
4678         be more concise.  Recommended by Richard Stallman.
4679
4680 2007-03-22  Bruno Haible  <bruno@clisp.org>
4681
4682         * lib/poll.c (MSG_PEEK): New fallback definition.
4683
4684 2007-03-22  Bruno Haible  <bruno@clisp.org>
4685
4686         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
4687         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
4688         (main): Update.
4689         Fixes a compilation error on BeOS.
4690
4691 2007-03-22  Bruno Haible  <bruno@clisp.org>
4692
4693         * modules/frexpl-tests: New file.
4694         * tests/test-frexpl.c: New file.
4695
4696         * modules/frexpl: New file.
4697         * m4/frexpl.m4: New file.
4698         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
4699         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
4700         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
4701         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
4702         (Depends-on): Add frexpl. Remove isnanl-nolibm.
4703         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
4704
4705 2007-03-22  Bruno Haible  <bruno@clisp.org>
4706
4707         * lib/frexpl.c: Share code with lib/frexp.c.
4708         * modules/mathl (Files): Add lib/frexp.c.
4709         (Depends-on): Add isnanl-nolibm.
4710
4711 2007-03-22  Bruno Haible  <bruno@clisp.org>
4712
4713         * modules/printf-frexp (Files): Add m4/frexp.m4.
4714         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
4715         only if the found frexp function actually works.
4716
4717 2007-03-22  Bruno Haible  <bruno@clisp.org>
4718
4719         * lib/frexp.c: Remove older implementation that uses divisions.
4720
4721 2007-03-21  Bruno Haible  <bruno@clisp.org>
4722
4723         * modules/frexp-tests: New file.
4724         * tests/test-frexp.c: New file.
4725
4726         * modules/frexp: New file.
4727         * lib/frexp.c: New file.
4728         * m4/frexp.m4: New file.
4729         * lib/math_.h (frexp): New declaration.
4730         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
4731         REPLACE_FREXP.
4732         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
4733
4734 2007-03-21  Bruno Haible  <bruno@clisp.org>
4735
4736         * modules/isnanl-tests: New file.
4737         * tests/test-isnanl.c: New file.
4738
4739         * modules/isnanl: New file.
4740         * lib/isnanl.h: New file.
4741         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
4742         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
4743         gl_FUNC_ISNANL_WORKS.
4744         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
4745         New macros.
4746
4747 2007-03-21  Bruno Haible  <bruno@clisp.org>
4748
4749         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
4750         lib/isnanl.h.
4751         (Include): Update.
4752         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
4753         * lib/vasnprintf.c: Update.
4754         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
4755         tests/test-isnanl.h, remove tests/test-isnanl.c.
4756         (Makefile.am): Update.
4757         * tests/test-isnanl-nolibm.c: New file.
4758         * tests/test-isnanl.h: New file.
4759         * tests/test-isnanl.c: Remove file.
4760
4761 2007-03-21  Jim Meyering  <jim@meyering.net>
4762
4763         When trying to open ".", treat ESTALE like EACCES.
4764         * lib/savewd.c (savewd_save): Resort to forking not just upon
4765         failure with EACCES, but also when errno is ESTALE.
4766
4767 2007-03-20  Bruno Haible  <bruno@clisp.org>
4768
4769         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
4770         Needed on AIX 5.1. Reported by Matthew Woehlke.
4771
4772 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4773
4774         Suggestions by Bruno Haible:
4775         * lib/acl-internal.h: Include "gettext.h" rather than rolling
4776         our own.
4777         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
4778         * modules/acl (Depends-on): Add gettext.
4779
4780 2007-03-19  Bruno Haible  <bruno@clisp.org>
4781
4782         * modules/iconvme: Remove file.
4783         * lib/iconvme.h: Remove file.
4784         * lib/iconvme.c: Remove file.
4785         * m4/iconvme.m4: Remove file.
4786
4787 2007-03-19  Bruno Haible  <bruno@clisp.org>
4788
4789         * doc/relocatable-maint.texi: Break long shell script line.
4790         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
4791
4792 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4793
4794         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
4795         handle file_has_acl.
4796         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
4797         * lib/acl.c: Move header inclusions and related macro defns into
4798         lib/acl-internal.h.
4799         (S_ISLNK): Remove defn, since that's now done for us.
4800         (file_has_acl): Move to lib/file-has-acl.c.
4801         Call acl_trivial if available.  This is the crucial part of the fix.
4802         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
4803         shared within the library.  Rewrite a bit, partly to make it compatible
4804         with the GNU coding style.
4805         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
4806         Remove unnecessary double-quotes.
4807         Don't test for acl_to_text; the build will catch that.
4808         Replace acl_entries if it doesn't exist and it is needed.
4809         Check for -lsec and acl_trivial (as used on Solaris 10).
4810         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
4811         lib/file-has-acl.c.
4812         (Depends-on): Add sys_stat, for S_ISLNK.
4813
4814 2007-03-19  Ben Pfaff  <blp@gnu.org>
4815
4816         * doc/gnulib.texi: Fix typos.
4817         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
4818
4819 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4820
4821         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
4822         If size is zero here, buf must be zero.
4823
4824 2007-03-19  Simon Josefsson  <simon@josefsson.org>
4825
4826         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
4827         <bruno@clisp.org>.
4828
4829 2007-03-18  Bruno Haible  <bruno@clisp.org>
4830
4831         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
4832         Suggested by Eric Blake.
4833
4834 2007-03-18  Ben Pfaff  <blp@gnu.org>
4835
4836         * doc/relocatable.texi: Recommend using as prefix a directory
4837         that does not exist and will never be created.  Based on
4838         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
4839         and others.
4840
4841 2007-03-17  Bruno Haible  <bruno@clisp.org>
4842
4843         * lib/fchownat.c: Include lchown.h.
4844
4845 2007-03-17  Bruno Haible  <bruno@clisp.org>
4846
4847         Fix endless loop when the given allocated size was > INT_MAX.
4848         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
4849         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
4850         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
4851         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
4852         * lib/sprintf.c (sprintf): Likewise.
4853
4854 2007-03-17  Bruno Haible  <bruno@clisp.org>
4855
4856         * tests/test-argp-2.sh (func_compare): Output a context diff.
4857
4858 2007-03-17  Bruno Haible  <bruno@clisp.org>
4859
4860         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
4861         locale's decimal-point character.
4862
4863 2007-03-17  Bruno Haible  <bruno@clisp.org>
4864
4865         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
4866         before comparing it. Needed because on some platforms (e.g. x86) a
4867         'long double' occupies less bytes than sizeof (long double).
4868
4869 2007-03-17  Bruno Haible  <bruno@clisp.org>
4870
4871         * tests/test-crc.c (main): Make printf statements 64-bit clean.
4872         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
4873         * tests/test-getaddrinfo.c (simple): Likewise.
4874         * tests/test-read-file.c (main): Likewise.
4875
4876 2007-03-17  Bruno Haible  <bruno@clisp.org>
4877
4878         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
4879
4880 2007-03-17  Bruno Haible  <bruno@clisp.org>
4881
4882         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
4883         unused variable.
4884
4885 2007-03-17  Bruno Haible  <bruno@clisp.org>
4886
4887         * tests/test-c-strcasecmp.c: Include c-strcase.h.
4888         * tests/test-c-strncasecmp.c: Likewise.
4889
4890 2007-03-17  Bruno Haible  <bruno@clisp.org>
4891
4892         * modules/stdlib (Depends-on): Add unistd.
4893         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
4894         Needed for MacOS X 10.3.
4895
4896 2007-03-17  Bruno Haible  <bruno@clisp.org>
4897
4898         * lib/unistr/u-strdup.h: Include <stdlib.h>.
4899
4900 2007-03-17  Bruno Haible  <bruno@clisp.org>
4901
4902         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
4903
4904 2007-03-17  Bruno Haible  <bruno@clisp.org>
4905
4906         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
4907         to reflect files copied from gnulib (with or without modifications).
4908         Suggested by Jim Meyering.
4909
4910 2007-03-17  Eric Blake  <ebb9@byu.net>
4911
4912         * NEWS: Document stdlib change from 2007-02-18.
4913
4914 2007-03-17  Jim Meyering  <jim@meyering.net>
4915
4916         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
4917         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
4918         someone uses a name containing shell meta-characters.
4919         Reported by Alfred M. Szmidt.
4920
4921         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
4922
4923 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4924
4925         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
4926         and copy gettext configuration files only if configure.ac contains
4927         a use of AM_GNU_GETTEXT_VERSION.
4928
4929 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4930
4931         * build-aux/bootstrap (gnulib_name): New variable.
4932         (gnulib_tool_options): Use it.
4933
4934 2007-03-13  Simon Josefsson  <simon@josefsson.org>
4935
4936         * tests/test-des.c: Use new namespace.
4937
4938 2007-03-15  Bruno Haible  <bruno@clisp.org>
4939
4940         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
4941         Reported by James Youngman <jay@gnu.org>.
4942
4943 2007-03-15  Bruno Haible  <bruno@clisp.org>
4944
4945         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
4946         declared prototype. Needed with cc on OSF/1 5.1.
4947
4948 2007-03-15  Bruno Haible  <bruno@clisp.org>
4949
4950         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
4951         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
4952         (struct gl_list_implementation): Add dispose_fn argument to the
4953         'create_empty', 'create' methods.
4954         (struct gl_list_impl_base): Add field 'dispose_fn'.
4955         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
4956         argument.
4957         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
4958         dispose_fn argument.
4959         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
4960         dispose_fn on the dropped values.
4961         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
4962         dispose_fn argument.
4963         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
4964         dropped values.
4965         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
4966         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4967         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
4968         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4969         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
4970         argument.
4971         (gl_tree_list_free): Call dispose_fn on the dropped values.
4972         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
4973         the dropped values.
4974         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
4975         Add dispose_fn argument.
4976         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
4977         Call dispose_fn on the dropped values.
4978         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
4979         Add dispose_fn argument.
4980         (gl_sublist_create): Initialize the 'dispose_fn' field.
4981         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
4982         * tests/test-array_list.c (main): Update.
4983         * tests/test-carray_list.c (main): Update.
4984         * tests/test-avltree_list.c (main): Update.
4985         * tests/test-rbtree_list.c (main): Update.
4986         * tests/test-avltreehash_list.c (main): Update.
4987         * tests/test-rbtreehash_list.c (main): Update.
4988         * tests/test-linked_list.c (main): Update.
4989         * tests/test-linkedhash_list.c (main): Update.
4990         * tests/test-array_oset.c (main): Update.
4991
4992 2007-03-15  Bruno Haible  <bruno@clisp.org>
4993
4994         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
4995         (gl_oset_create_empty): Add dispose_fn argument.
4996         (struct gl_oset_implementation): Add dispose_fn argument to
4997         'create_empty' method.
4998         (struct gl_oset_impl_base): Add dispose_fn field.
4999         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
5000         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
5001         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
5002         values.
5003         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
5004         (gl_tree_oset_free): Call dispose_fn on the dropped values.
5005         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
5006         dropped value.
5007         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
5008         dropped value.
5009         * tests/test-array_oset.c (main): Update.
5010         * tests/test-avltree_oset.c (main): Update.
5011         * tests/test-rbtree_oset.c (main): Update.
5012         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
5013
5014 2007-03-13  Bruno Haible  <bruno@clisp.org>
5015
5016         * tests/test-stdbool.c (i): Update after last patch.
5017
5018 2007-03-12  Bruno Haible  <bruno@clisp.org>
5019
5020         * lib/quotearg.c: Include <wctype.h> early, before the definition of
5021         the iswprint macro. Needed on Solaris 2.5.1.
5022
5023 2007-03-12  Bruno Haible  <bruno@clisp.org>
5024
5025         * tests/test-printf-frexp.c (main): Declare x as volatile.
5026
5027 2007-03-12  Simon Josefsson  <simon@josefsson.org>
5028
5029         * doc/gnulib.texi (Build robot for gnulib): New section.
5030
5031 2007-03-12  Jim Meyering  <jim@meyering.net>
5032
5033         * build-aux/bootstrap: New file.
5034         * build-aux/bootstrap.conf: New file, from coreutils.
5035
5036 2007-03-11  Bruno Haible  <bruno@clisp.org>
5037
5038         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
5039
5040 2007-03-12  Simon Josefsson  <simon@josefsson.org>
5041
5042         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
5043         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
5044         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
5045
5046 2007-03-11  Bruno Haible  <bruno@clisp.org>
5047
5048         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
5049         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
5050
5051 2007-03-11  Bruno Haible  <bruno@clisp.org>
5052
5053         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
5054         formula. Needed for SunPRO C 5.0.
5055
5056 2007-03-11  Bruno Haible  <bruno@clisp.org>
5057
5058         * modules/long-options (Depends-on): Add getopt.
5059
5060 2007-03-11  Bruno Haible  <bruno@clisp.org>
5061
5062         * modules/modechange (Depends-on): Add stdbool.
5063
5064 2007-03-11  Bruno Haible  <bruno@clisp.org>
5065
5066         * modules/i-ring (Depends-on): Add stdbool.
5067
5068 2007-03-11  Bruno Haible  <bruno@clisp.org>
5069
5070         * modules/gc-des (Depends-on): Add stdbool.
5071
5072 2007-03-11  Bruno Haible  <bruno@clisp.org>
5073
5074         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
5075
5076 2007-03-11  Bruno Haible  <bruno@clisp.org>
5077
5078         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
5079
5080 2007-03-11  Bruno Haible  <bruno@clisp.org>
5081
5082         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
5083
5084 2007-03-11  Bruno Haible  <bruno@clisp.org>
5085
5086         * lib/vasnprintf.c (sprintf): Undefine.
5087
5088 2007-03-11  Bruno Haible  <bruno@clisp.org>
5089
5090         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
5091         initializers in SunPRO C and Compaq C compilers.
5092
5093 2007-03-11  Bruno Haible  <bruno@clisp.org>
5094
5095         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
5096         decrementing code ANSI C compliant.
5097
5098 2007-03-11  Bruno Haible  <bruno@clisp.org>
5099
5100         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
5101         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
5102
5103 2007-03-11  Bruno Haible  <bruno@clisp.org>
5104
5105         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
5106         <stdbool.h> substitute doesn't pass.
5107
5108 2007-03-11  Bruno Haible  <bruno@clisp.org>
5109
5110         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
5111
5112 2007-03-11  Bruno Haible  <bruno@clisp.org>
5113
5114         * gnulib-tool (func_create_megatestdir): Create also an autobuild
5115         script, for submission to autobuild.josefsson.org.
5116
5117 2007-03-10  Bruno Haible  <bruno@clisp.org>
5118
5119         * modules/canonicalize-lgpl-tests: New file.
5120         * tests/test-canonicalize-lgpl.sh: New file.
5121         * tests/test-canonicalize-lgpl.c: New file.
5122
5123         * modules/c-strcase-tests: New file.
5124         * tests/test-c-strcase.sh: New file.
5125         * tests/test-c-strcasecmp.c: New file.
5126         * tests/test-c-strncasecmp.c: New file.
5127
5128         * modules/atexit-tests: New file.
5129         * tests/test-atexit.sh: New file.
5130         * tests/test-atexit.c: New file.
5131
5132 2007-03-10  Bruno Haible  <bruno@clisp.org>
5133
5134         * tests/test-binary-io.sh: Use temporary filenames that are not so
5135         likely to clash with those of other tests (in a parallel make).
5136         * tests/test-binary-io.c: Likewise.
5137
5138 2007-03-10  Bruno Haible  <bruno@clisp.org>
5139
5140         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
5141         fallback; use #error instead.
5142         Suggested by Simon Josefsson.
5143
5144 2007-03-10  Bruno Haible  <bruno@clisp.org>
5145
5146         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
5147         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
5148         first and the last.
5149
5150 2007-03-10  Bruno Haible  <bruno@clisp.org>
5151
5152         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
5153
5154 2007-03-10  Bruno Haible  <bruno@clisp.org>
5155
5156         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
5157         "make distcheck".
5158         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
5159         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
5160         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
5161
5162 2007-03-10  Bruno Haible  <bruno@clisp.org>
5163
5164         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
5165         variable.
5166         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
5167         variable.
5168
5169 2007-03-09  Eric Blake  <ebb9@byu.net>
5170         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
5171
5172         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
5173         types are not being provided by gnulib.
5174         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
5175         types are supported.
5176
5177 2007-03-10  Bruno Haible  <bruno@clisp.org>
5178
5179         * lib/stdio_.h (__attribute__): New macro.
5180         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
5181         vsprintf): Specify __attribute__ __format__ for GCC.
5182         Suggested by Eric Blake.
5183
5184 2007-03-09  Bruno Haible  <bruno@clisp.org>
5185
5186         * modules/printf-posix-tests: New file.
5187         * tests/test-printf-posix.sh: New file.
5188         * tests/test-printf-posix.c: New file.
5189
5190         * modules/printf-posix: New file.
5191         * lib/printf.c: New file.
5192         * m4/printf-posix-rpl.m4: New file.
5193         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
5194         REPLACE_PRINTF.
5195         * lib/stdio_.h (printf): New declaration.
5196         (format, __format__, ____printf____, ____scanf____, ____strftime____,
5197         ____strfmon____): New macros.
5198         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
5199         REPLACE_PRINTF.
5200
5201 2007-03-09  Bruno Haible  <bruno@clisp.org>
5202
5203         * tests/test-vasnprintf-posix2.sh: New file.
5204         * tests/test-vasnprintf-posix2.c: New file.
5205         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
5206         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
5207         (Makefile.am): Activate test-vasnprintf-posix2.sh.
5208
5209         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
5210         a locale dependent decimal point, rather than always '.'.
5211
5212 2007-03-09  Eric Blake  <ebb9@byu.net>
5213
5214         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
5215         spite of platforms like Tandem/NSK that define it to -1.
5216
5217 2007-03-08  Bruno Haible  <bruno@clisp.org>
5218
5219         * modules/vprintf-posix-tests: New file.
5220         * tests/test-vprintf-posix.sh: New file.
5221         * tests/test-vprintf-posix.c: New file.
5222         * tests/test-printf-posix.h: New file.
5223
5224         * modules/vprintf-posix: New file.
5225         * lib/vprintf.c: New file.
5226         * m4/vprintf-posix.m4: New file.
5227         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
5228         REPLACE_VPRINTF.
5229         * lib/stdio_.h (vprintf): New declaration.
5230         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
5231         REPLACE_VPRINTF.
5232
5233 2007-03-08  Bruno Haible  <bruno@clisp.org>
5234
5235         * modules/fprintf-posix-tests: New file.
5236         * tests/test-fprintf-posix.sh: New file.
5237         * tests/test-fprintf-posix.c: New file.
5238
5239         * modules/fprintf-posix: New file.
5240         * lib/fprintf.c: New file.
5241         * m4/fprintf-posix.m4: New file.
5242         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
5243         REPLACE_FPRINTF.
5244         * lib/stdio_.h (fprintf): New declaration.
5245         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
5246         REPLACE_FPRINTF.
5247
5248 2007-03-08  Bruno Haible  <bruno@clisp.org>
5249
5250         * modules/vfprintf-posix-tests: New file.
5251         * tests/test-vfprintf-posix.sh: New file.
5252         * tests/test-vfprintf-posix.c: New file.
5253         * tests/test-fprintf-posix.h: New file.
5254         * tests/test-fprintf-posix.out: New file.
5255
5256         * modules/vfprintf-posix: New file.
5257         * lib/vfprintf.c: New file.
5258         * m4/vfprintf-posix.m4: New file.
5259         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
5260         REPLACE_VFPRINTF.
5261         * lib/stdio_.h (vfprintf): New declaration.
5262         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
5263         REPLACE_VFPRINTF.
5264
5265 2007-03-08  Bruno Haible  <bruno@clisp.org>
5266
5267         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
5268
5269 2007-03-08  Bruno Haible  <bruno@clisp.org>
5270
5271         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
5272         instead of 'expr' invocations.
5273         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5274         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5275         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5276         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5277         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5278         Suggested by Paul Eggert.
5279
5280 2007-03-08  Bruno Haible  <bruno@clisp.org>
5281
5282         * modules/fseterr-tests: New file.
5283         * tests/test-fseterr.c: New file.
5284
5285         * modules/fseterr: New file.
5286         * lib/fseterr.h: New file.
5287         * lib/fseterr.c: New file.
5288
5289 2007-03-08  Bruno Haible  <bruno@clisp.org>
5290
5291         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
5292         * lib/getopt_.h: Likewise.
5293         * lib/mbswidth.h: Likewise.
5294         * lib/setenv.h: Likewise.
5295         * lib/vasnprintf.h: Likewise.
5296         * lib/vasprintf.h: Likewise.
5297         * lib/verror.h: Likewise.
5298         * lib/xsetenv.h: Likewise.
5299         * lib/xvasprintf.h: Likewise.
5300
5301 2007-03-08  Jim Meyering  <jim@meyering.net>
5302
5303         * users.txt: Add parted.
5304
5305         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
5306
5307 2007-03-07  Bruno Haible  <bruno@clisp.org>
5308
5309         * m4/printf.m4: Make the shell script snippets copy&pastable.
5310
5311 2007-03-02  Bruno Haible  <bruno@clisp.org>
5312
5313         * lib/netinet_in_.h: New file.
5314         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
5315         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
5316         * modules/netinet_in (Files): Add lib/netinet_in_.h.
5317         (Depends-on): Add absolute-header.
5318         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
5319         into netinet/in.h.
5320
5321 2007-03-03  Bruno Haible  <bruno@clisp.org>
5322
5323         * lib/sys_select_.h: New file.
5324         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
5325         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
5326         * modules/sys_select (Files): Add lib/sys_select_.h.
5327         (Depends-on): Add absolute-header.
5328         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
5329         into sys/select.h.
5330
5331 2007-03-02  Bruno Haible  <bruno@clisp.org>
5332
5333         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
5334         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
5335         values.
5336         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
5337         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
5338         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
5339         * modules/sys_socket (Depends-on): Add absolute-header.
5340         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
5341         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
5342         (Include): Remove requirement of inclusion of <sys/types.h>.
5343
5344 2007-03-02  Bruno Haible  <bruno@clisp.org>
5345
5346         * lib/byteswap_.h (bswap_32): Fix formula.
5347
5348 2007-03-06  Bruno Haible  <bruno@clisp.org>
5349
5350         * modules/sprintf-posix-tests: New file.
5351         * tests/test-sprintf-posix.c: New file.
5352
5353         * modules/sprintf-posix: New file.
5354         * lib/sprintf.c: New file.
5355         * m4/sprintf-posix.m4: New file.
5356         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
5357         REPLACE_SPRINTF.
5358         * lib/stdio_.h (sprintf): New declaration.
5359         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
5360         REPLACE_SPRINTF.
5361
5362 2007-03-06  Bruno Haible  <bruno@clisp.org>
5363
5364         * modules/vsprintf-posix-tests: New file.
5365         * tests/test-vsprintf-posix.c: New file.
5366         * tests/test-sprintf-posix.h: New file.
5367
5368         * modules/vsprintf-posix: New file.
5369         * lib/vsprintf.c: New file.
5370         * m4/vsprintf-posix.m4: New file.
5371         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
5372         REPLACE_VSPRINTF.
5373         * lib/stdio_.h (vsprintf): New declaration.
5374         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
5375         REPLACE_VSPRINTF.
5376
5377 2007-03-06  Bruno Haible  <bruno@clisp.org>
5378
5379         * modules/vsnprintf (Depend-on): Remove minmax.
5380
5381 2007-03-06  Bruno Haible  <bruno@clisp.org>
5382
5383         * modules/snprintf-posix-tests: New file.
5384         * tests/test-snprintf-posix.c: New file.
5385
5386         * modules/snprintf-posix: New file.
5387         * m4/snprintf-posix.m4: New file.
5388         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
5389         gl_FUNC_SNPRINTF.
5390         (gl_FUNC_SNPRINTF): Invoke it.
5391         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
5392         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
5393         is set.
5394         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
5395
5396 2007-03-06  Bruno Haible  <bruno@clisp.org>
5397
5398         * modules/vsnprintf-posix-tests: New file.
5399         * tests/test-vsnprintf-posix.c: New file.
5400         * tests/test-snprintf-posix.h: New file.
5401
5402         * modules/vsnprintf-posix: New file.
5403         * m4/vsnprintf-posix.m4: New file.
5404         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
5405         gl_FUNC_VSNPRINTF.
5406         (gl_FUNC_VSNPRINTF): Invoke it.
5407         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
5408         * lib/stdio_.h (vsnprintf): Define as a replacement if
5409         REPLACE_VSNPRINTF is set.
5410         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
5411
5412 2007-03-06  Bruno Haible  <bruno@clisp.org>
5413
5414         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
5415         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
5416
5417 2007-03-06  Bruno Haible  <bruno@clisp.org>
5418
5419         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
5420         (asinl): Declare also if HAVE_DECL_ASINL is set.
5421         (atanl): Declare also if HAVE_DECL_ATANL is set.
5422         (ceill): Declare also if HAVE_DECL_CEILL is set.
5423         (cosl): Declare also if HAVE_DECL_COSL is set.
5424         (expl): Declare also if HAVE_DECL_EXPL is set.
5425         (floorl): Declare also if HAVE_DECL_FLOORL is set.
5426         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
5427         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
5428         (logl): Declare also if HAVE_DECL_LOGL is set.
5429         (sinl): Declare also if HAVE_DECL_SINL is set.
5430         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
5431         (tanl): Declare also if HAVE_DECL_TANL is set.
5432         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
5433         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
5434         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
5435         declaration of frexpl, ldexpl.
5436         * modules/printf-frexpl (Depends-on): Add math.
5437         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
5438
5439 2007-03-05  Bruno Haible  <bruno@clisp.org>
5440
5441         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
5442         frexpl and ldexpl are declared.
5443         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
5444
5445 2007-03-05  Bruno Haible  <bruno@clisp.org>
5446
5447         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
5448         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
5449
5450 2007-03-05  Bruno Haible  <bruno@clisp.org>
5451
5452         * lib/stdio_.h: Include <stddef.h>.
5453
5454 2007-03-05  Bruno Haible  <bruno@clisp.org>
5455
5456         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
5457
5458 2007-03-05  Bruno Haible  <bruno@clisp.org>
5459
5460         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
5461         NetBSD 4, from Ralf Wildenhues.
5462
5463 2007-03-04  Bruno Haible  <bruno@clisp.org>
5464
5465         * lib/vasprintf.h: Update #if logic for the case when the functions
5466         exist but are overridden.
5467
5468 2007-03-04  Bruno Haible  <bruno@clisp.org>
5469
5470         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
5471         implementations: glibc-2.4 and MacOS X 10.3.
5472         * tests/test-vasnprintf-posix.c (test_function): Test also the case
5473         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
5474         * tests/test-vasprintf-posix.c (test_function): Likewise.
5475
5476 2007-03-04  Bruno Haible  <bruno@clisp.org>
5477
5478         * modules/vasprintf-posix-tests: New file.
5479         * tests/test-vasprintf-posix.c: New file.
5480
5481         * modules/vasprintf-posix: New file.
5482         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
5483         defined.
5484         * m4/vasprintf-posix.m4: New file.
5485         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
5486         gl_FUNC_VASPRINTF.
5487         (gl_FUNC_VASPRINTF): Invoke it.
5488         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
5489         here.
5490         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
5491
5492 2007-03-04  Bruno Haible  <bruno@clisp.org>
5493
5494         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
5495         REPLACE_GETTIMEOFDAY.
5496         * modules/sys_time (Makefile.am): Likewise.
5497         * m4/sys_time_h.m4: Likewise.
5498         * m4/gettimeofday.m4: Likewise.
5499
5500 2007-03-04  Bruno Haible  <bruno@clisp.org>
5501
5502         * modules/vasnprintf-posix-tests: New file.
5503         * tests/test-vasnprintf-posix.c: New file.
5504
5505         * modules/vasnprintf-posix: New file.
5506         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
5507         printf-frexpl.h.
5508         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
5509         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
5510         REPLACE_VASNPRINTF is defined.
5511         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
5512         gl_FUNC_VASNPRINTF.
5513         (gl_FUNC_VASNPRINTF): Invoke it.
5514         * m4/vasnprintf-posix.m4: New file.
5515         * m4/printf.m4: New file.
5516
5517 2007-03-04  Bruno Haible  <bruno@clisp.org>
5518
5519         Compile progreloc.c only if --enable-relocatable is specified.
5520         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
5521         if --enable-relocatable was specified.
5522         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
5523         lib_SOURCES.
5524
5525 2007-03-04  Jim Meyering  <jim@meyering.net>
5526
5527         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
5528         Use it consistently, rather than enumerating errno constants.
5529
5530 2007-03-04  Bruno Haible  <bruno@clisp.org>
5531
5532         * modules/xvasprintf-tests: New file.
5533         * tests/test-xvasprintf.c: New file.
5534
5535         * modules/vasprintf-tests: New file.
5536         * tests/test-vasprintf.c: New file.
5537
5538         * modules/vasnprintf-tests: New file.
5539         * tests/test-vasnprintf.c: New file.
5540
5541         * modules/vsnprintf-tests: New file.
5542         * tests/test-vsnprintf.c: New file.
5543
5544         * modules/snprintf-tests: New file.
5545         * tests/test-snprintf.c: New file.
5546
5547 2007-03-04  Bruno Haible  <bruno@clisp.org>
5548
5549         Compile relocatable.c only if --enable-relocatable is specified.
5550         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
5551         gl_RELOCATABLE_LIBRARY.
5552         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
5553         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
5554         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
5555         gl_RELOCATABLE_LIBRARY.
5556         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
5557         (Makefile.am): Remove lib_SOURCES.
5558         * modules/relocatable-lib-lgpl (configure.ac): Invoke
5559         gl_RELOCATABLE_LIBRARY.
5560         (Makefile.am): Remove lib_SOURCES.
5561         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
5562         always.
5563         * modules/relocatable-prog-wrapper (configure.ac): Invoke
5564         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
5565
5566 2007-03-04  Bruno Haible  <bruno@clisp.org>
5567
5568         * modules/argmatch-tests: New file.
5569         * tests/test-argmatch.c: New file.
5570
5571         * tests/test-allocsa.c (main): Halve the number of loop runs.
5572
5573         * modules/alloca-opt-tests: New file.
5574         * tests/test-alloca-opt.c: New file.
5575
5576 2007-03-04  Jim Meyering  <jim@meyering.net>
5577
5578         Work around difference between Linux ACLs and Solaris 10 ZFS.
5579         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
5580         for EINVAL.
5581
5582 2007-03-03  Bruno Haible  <bruno@clisp.org>
5583
5584         * modules/relocatable-prog (Depends-on): Add back progreloc's
5585         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
5586
5587 2007-03-03  Bruno Haible  <bruno@clisp.org>
5588
5589         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
5590         * modules/relocatable-lib: New file.
5591
5592 2007-03-03  Bruno Haible  <bruno@clisp.org>
5593
5594         * modules/relocatable-prog: Renamed from modules/relocatable.
5595         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
5596
5597 2007-03-03  Bruno Haible  <bruno@clisp.org>
5598
5599         * modules/relocatable-script (Files): Add doc/relocatable.texi,
5600         m4/relocatable-lib.m4.
5601         (Depends-on): Remove 'relocatable'.
5602         (configure.ac): Add gl_RELOCATABLE_NOP.
5603
5604 2007-03-03  Bruno Haible  <bruno@clisp.org>
5605
5606         * modules/relocatable-prog-wrapper: New file.
5607         * modules/relocatable (Depends-on): Add it. Remove all other
5608         dependencies except progname.
5609         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
5610
5611         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
5612         (gl_FUNC_STRERROR): Nop.
5613         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
5614
5615         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
5616         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
5617
5618         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
5619         (gl_FUNC_READLINK): Update.
5620
5621         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
5622
5623 2007-03-03  Bruno Haible  <bruno@clisp.org>
5624
5625         * lib/xreadlink.c: Include <unistd.h> unconditionally.
5626         * modules/xreadlink (Depends-on): Add unistd.
5627         * modules/xreadlink-with-size (Depends-on): Likewise.
5628
5629 2007-03-03  Bruno Haible  <bruno@clisp.org>
5630
5631         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
5632         extracted from gt_FUNC_SETENV.
5633         (gt_FUNC_SETENV): Remove macro.
5634         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
5635         remove gt_FUNC_SETENV.
5636
5637 2007-03-03  Bruno Haible  <bruno@clisp.org>
5638
5639         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
5640         ENABLE_RELOCATABLE here.
5641         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
5642
5643 2007-03-03  Bruno Haible  <bruno@clisp.org>
5644
5645         * modules/rbtreehash-list-tests (Depends-on): Add progname.
5646         * tests/test-rbtreehash_list.c: Include progname.h.
5647         (main): Call set_program_name.
5648
5649         * modules/rbtree-oset-tests (Depends-on): Add progname.
5650         * tests/test-rbtree_oset.c: Include progname.h.
5651         (main): Call set_program_name.
5652
5653         * modules/rbtree-list-tests (Depends-on): Add progname.
5654         * tests/test-rbtree_list.c: Include progname.h.
5655         (main): Call set_program_name.
5656
5657         * modules/linked-list-tests (Depends-on): Add progname.
5658         * tests/test-linked_list.c: Include progname.h.
5659         (main): Call set_program_name.
5660
5661 2007-03-03  Bruno Haible  <bruno@clisp.org>
5662
5663         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
5664         All uses of __restrict changed to _Restrict_.
5665         * lib/glob_.h (__restrict): Remove macro.
5666
5667 2007-03-02  Bruno Haible  <bruno@clisp.org>
5668
5669         * modules/gettext (configure.ac): Require gettext infrastructure
5670         from version 0.16.1.
5671
5672 2007-03-02  Bruno Haible  <bruno@clisp.org>
5673
5674         * modules/linkedhash-list-tests (Depends-on): Add progname.
5675         * tests/test-linkedhash_list.c: Include progname.h.
5676         (main): Call set_program_name.
5677
5678         * modules/carray-list-tests (Depends-on): Add progname.
5679         * tests/test-carray_list.c: Include progname.h.
5680         (main): Call set_program_name.
5681
5682         * modules/avltreehash-list-tests (Depends-on): Add progname.
5683         * tests/test-avltreehash_list.c: Include progname.h.
5684         (main): Call set_program_name.
5685
5686         * modules/avltree-oset-tests (Depends-on): Add progname.
5687         * tests/test-avltree_oset.c: Include progname.h.
5688         (main): Call set_program_name.
5689
5690         * modules/avltree-list-tests (Depends-on): Add progname.
5691         * tests/test-avltree_list.c: Include progname.h.
5692         (main): Call set_program_name.
5693
5694         * modules/array-oset-tests (Depends-on): Add progname.
5695         * tests/test-array_oset.c: Include progname.h.
5696         (main): Call set_program_name.
5697
5698         * modules/array-list-tests (Depends-on): Add progname.
5699         * tests/test-array_list.c: Include progname.h.
5700         (main): Call set_program_name.
5701
5702         * modules/argp-tests (Depends-on): Add progname.
5703         * tests/test-argp.c: Include argp.h first. Include progname.h.
5704         (main): Call set_program_name.
5705
5706 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
5707
5708         * doc/gnulib-tool.texi (Initial import): Reword description of
5709         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
5710         limited effect even if defined after the first system include.
5711
5712 2007-03-01  Bruno Haible  <bruno@clisp.org>
5713
5714         * build-aux/config.libpath: Update to libtool-1.5.22.
5715         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
5716
5717 2007-03-01  Bruno Haible  <bruno@clisp.org>
5718
5719         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
5720         foo_CFLAGS.
5721         Reported by Ralf Wildenhues.
5722
5723 2007-03-01  Bruno Haible  <bruno@clisp.org>
5724
5725         * build-aux/install-reloc: Remove object files left over by some
5726         compilers.
5727         Reported by Ralf Wildenhues.
5728
5729 2007-03-01  Bruno Haible  <bruno@clisp.org>
5730
5731         * build-aux/install-reloc: Break long lines.
5732
5733 2007-03-01  Bruno Haible  <bruno@clisp.org>
5734
5735         * doc/relocatable.texi: Document that it may not work on OpenBSD.
5736         Reported by Ralf Wildenhues.
5737
5738 2007-03-01  Bruno Haible  <bruno@clisp.org>
5739
5740         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
5741         include ordering constraints.
5742
5743 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
5744
5745         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
5746         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
5747         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
5748         as another example.
5749         * lib/time_.h: Fix misspelling.
5750         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5751         Require gl_HEADER_TIME_H_DEFAULTS.
5752         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
5753         * m4/time_r.m4 (gl_TIME_R): Likewise.
5754         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
5755
5756 2007-03-01  Bruno Haible  <bruno@clisp.org>
5757
5758         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
5759         * m4/utimens.m4 (gl_UTIMENS): Likewise.
5760
5761 2007-03-01  Jim Meyering  <jim@meyering.net>
5762
5763         * modules/xreadlink (Maintainer): Add my name.
5764         * modules/xreadlink-with-size (Depends-on): Alphabetize.
5765
5766 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
5767             Bruno Haible  <bruno@clisp.org>
5768
5769         * build-aux/install-reloc: Compile also c-ctype.c.
5770         * build-aux/relocatable.sh.in: New file.
5771         * doc/relocatable.texi: New file.
5772         * doc/relocatable-maint.texi: New file.
5773         * doc/gnulib.texi: Include relocatable-maint.texi.
5774         * lib/progreloc.c: Include unistd.h unconditionally.
5775         * lib/relocwrapper.c: Include unistd.h unconditionally.
5776         Include c-ctype.h.
5777         (add_dotbin): Use c_tolower.
5778         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
5779         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
5780         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
5781         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
5782         to m4/relocatable-lib.m4.
5783         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
5784         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
5785         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
5786         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
5787         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
5788         * modules/relocatable: New file.
5789         * modules/relocatable-lib: New file.
5790         * modules/relocatable-script: New file.
5791
5792 2007-02-28  Bruno Haible  <bruno@clisp.org>
5793
5794         Import --enable-relocatable infrastructure.
5795         * build-aux/config.libpath: New file, from GNU gettext.
5796         * build-aux/install-reloc: New file, from GNU gettext.
5797         * build-aux/reloc-ldflags: New file, from GNU gettext.
5798         * lib/relocatable.h: New file, from GNU gettext.
5799         * lib/relocatable.c: New file, from GNU gettext.
5800         * lib/relocwrapper.c: New file, from GNU gettext.
5801         * m4/relocatable.m4: New file, from GNU gettext.
5802
5803 2007-02-28  Bruno Haible  <bruno@clisp.org>
5804
5805         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
5806
5807         * modules/xreadlink: New file, from GNU gettext with modifications.
5808         * lib/xreadlink.c: New file, from GNU gettext.
5809         * lib/xreadlink.h: Add comments.
5810         (xreadlink): New declaration.
5811
5812         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
5813         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
5814         lib/xreadlink-with-size.c.
5815         (configure.ac): Remove gl_XREADLINK invocation.
5816         (Makefile.am): Augment lib_SOURCES.
5817         * m4/xreadlink.m4: Remove file.
5818         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
5819         (xreadlink_with_size): Renamed from xreadink.
5820         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
5821         * modules/canonicalize (Depends-on): Replace xreadlink with
5822         xreadlink-with-size.
5823         * lib/canonicalize.c (canonicalize_filename_mode): Update.
5824
5825 2007-02-25  Jim Meyering  <jim@meyering.net>
5826
5827         * build-aux/announce-gen: When complaining about excess arguments,
5828         list them.
5829
5830 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
5831
5832         * README: Document signed integer overflow situation more
5833         accurately.
5834
5835 2007-02-25  Bruno Haible  <bruno@clisp.org>
5836
5837         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
5838         'a' or 'A' conversion.
5839
5840 2007-02-25  Bruno Haible  <bruno@clisp.org>
5841
5842         * modules/filename: Renamed from modules/pathname.
5843         (Files): Replace lib/pathname.h with lib/filename.h. Replace
5844         lib/concatpath.c with lib/concat-filename.c.
5845         (Makefile.am): Update.
5846         (Include): Replace pathname.h with filename.h.
5847         * lib/filename.h: Renamed from lib/pathname.h.
5848         (concatenated_filename): Renamed from concatenated_pathname.
5849         * lib/concat-filename.c: Renamed from lib/concatpath.c.
5850         (concatenated_filename): Renamed from concatenated_pathname.
5851         * lib/findprog.c: Include filename.h instead of pathname.h.
5852         (find_in_path): Update.
5853         * lib/javacomp.c: Include filename.h instead of pathname.h.
5854         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
5855         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
5856         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
5857         is_oldgcj_14_13_usable, is_javac_usable): Update.
5858         * lib/javaexec.c: Include filename.h instead of pathname.h.
5859         (execute_java_class): Update.
5860         * modules/findprog: Update.
5861         * modules/javacomp: Update.
5862         * modules/javaexec: Update.
5863         * MODULES.html.sh (File system functions): Add 'filename', remove
5864         'pathname'.
5865
5866 2007-02-25  Bruno Haible  <bruno@clisp.org>
5867
5868         * modules/printf-frexpl-tests: New file.
5869         * tests/test-printf-frexpl.c: New file.
5870
5871         * modules/printf-frexpl: New file.
5872         * lib/printf-frexpl.h: New file.
5873         * lib/printf-frexpl.c: New file.
5874         * m4/printf-frexpl.m4: New file.
5875
5876 2007-02-25  Bruno Haible  <bruno@clisp.org>
5877
5878         * modules/printf-frexp-tests: New file.
5879         * tests/test-printf-frexp.c: New file.
5880
5881         * modules/printf-frexp: New file.
5882         * lib/printf-frexp.h: New file.
5883         * lib/printf-frexp.c: New file.
5884         * m4/printf-frexp.m4: New file.
5885
5886 2007-02-25  Bruno Haible  <bruno@clisp.org>
5887
5888         Assume automake >= 1.10 for the tests.
5889         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
5890         * modules/arctwo-tests: Likewise.
5891         * modules/argp-tests: Likewise.
5892         * modules/avltree-list-tests: Likewise.
5893         * modules/avltree-oset-tests: Likewise.
5894         * modules/avltreehash-list-tests: Likewise.
5895         * modules/carray-list-tests: Likewise.
5896         * modules/crc-tests: Likewise.
5897         * modules/des-tests: Likewise.
5898         * modules/gc-arcfour-tests: Likewise.
5899         * modules/gc-arctwo-tests: Likewise.
5900         * modules/gc-des-tests: Likewise.
5901         * modules/gc-hmac-md5-tests: Likewise.
5902         * modules/gc-hmac-sha1-tests: Likewise.
5903         * modules/gc-md2-tests: Likewise.
5904         * modules/gc-md4-tests: Likewise.
5905         * modules/gc-md5-tests: Likewise.
5906         * modules/gc-pbkdf2-sha1-tests: Likewise.
5907         * modules/gc-rijndael-tests: Likewise.
5908         * modules/gc-sha1-tests: Likewise.
5909         * modules/gc-tests: Likewise.
5910         * modules/getaddrinfo-tests: Likewise.
5911         * modules/hmac-md5-tests: Likewise.
5912         * modules/hmac-sha1-tests: Likewise.
5913         * modules/linked-list-tests: Likewise.
5914         * modules/linkedhash-list-tests: Likewise.
5915         * modules/lock-tests: Likewise.
5916         * modules/md2-tests: Likewise.
5917         * modules/md4-tests: Likewise.
5918         * modules/md5-tests: Likewise.
5919         * modules/rbtree-list-tests: Likewise.
5920         * modules/rbtree-oset-tests: Likewise.
5921         * modules/rbtreehash-list-tests: Likewise.
5922         * modules/read-file-tests: Likewise.
5923         * modules/rijndael-tests: Likewise.
5924         * modules/stdint-tests: Likewise.
5925         * modules/tls-tests: Likewise.
5926
5927 2007-02-24  Bruno Haible  <bruno@clisp.org>
5928
5929         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
5930         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
5931         function; instead check whether isnan with a double argument links.
5932         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
5933         function; instead check whether isnan with a 'long double' argument
5934         links.
5935         Reported by Eric Blake <ebb9@byu.net>.
5936
5937 2007-02-24  Bruno Haible  <bruno@clisp.org>
5938
5939         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
5940         defined.
5941         * lib/isnanl.c: Remove all code. Just include isnan.c.
5942         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
5943
5944 2007-02-25  Jim Meyering  <jim@meyering.net>
5945
5946         Avoid conflicting types for 'unsetenv' on FreeBSD.
5947         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
5948         conflicting with FreeBSD's (5.0 and 6.1) function declaration
5949         in stdlib.h.
5950
5951 2007-02-24  Bruno Haible  <bruno@clisp.org>
5952
5953         * modules/isnanl-nolibm-tests: New file.
5954         * tests/test-isnanl.c: New file.
5955
5956         * modules/isnanl-nolibm: New file.
5957         * lib/isnanl.h: New file.
5958         * lib/isnanl.c: New file.
5959         * m4/isnanl.m4: New file.
5960
5961 2007-02-24  Bruno Haible  <bruno@clisp.org>
5962
5963         * modules/isnan-nolibm-tests: New file.
5964         * tests/test-isnan.c: New file.
5965
5966         * modules/isnan-nolibm: New file.
5967         * lib/isnan.h: New file.
5968         * lib/isnan.c: New file.
5969         * m4/isnan.m4: New file.
5970
5971 2007-02-24  Bruno Haible  <bruno@clisp.org>
5972
5973         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
5974         assume that an exponent fits in 20 bits.
5975
5976 2007-02-24  Jim Meyering  <jim@meyering.net>
5977
5978         * m4/regex.m4: Update the description of the configure-time option,
5979         --without-included-regex, to state accurately what the defaults are,
5980         and perhaps to give people an idea why using this option is risky.
5981
5982 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
5983
5984         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
5985         loops on small arguments.  This attempts to avoid the problem
5986         Bruno Haible reported for AIX 4.3.2 in
5987         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
5988
5989 2007-02-23  Bruno Haible  <bruno@clisp.org>
5990
5991         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
5992         Needed for help2man.
5993
5994 2007-02-23  Karl Berry  <karl@gnu.org>
5995
5996         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
5997         exists, foo.h should be cvs-ignored, not committed.
5998
5999 2007-02-23  Eric Blake  <ebb9@byu.net>
6000
6001         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
6002         * lib/stat-time.h (includes): Likewise.
6003         * lib/utimecmp.c (includes): Likewise.
6004         * lib/utimens.h (includes): Likewise.
6005         * lib/getdate.y (includes): Also include "timespec.h" for use
6006         internal to the module.
6007         * modules/utimens (Depends-on): Revert yesterday's patch.
6008         * modules/nanosleep (Depends-on): Add missing dependency.
6009
6010 2007-02-22  Bruno Haible  <bruno@clisp.org>
6011
6012         * lib/glob.c: Don't include getlogin_r.h.
6013
6014 2007-02-22  Jim Meyering  <jim@meyering.net>
6015
6016         * modules/utimens (Depends-on): Add timespec, required for
6017         utimens.h's inclusion of timespec.h.
6018
6019 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
6020
6021         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
6022         long unreadable paths in GNU/Linux.  Problem reported by Andreas
6023         Schwab in
6024         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
6025         I'll try to think of a better way to fix the Solaris problem.
6026
6027         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
6028         like glibc; on Solaris 10, it fails with errno == EINVAL.
6029         POSIX says the behavior is unspecified if the first argument is NULL,
6030         so play it safe and never pass NULL to the system getcwd.
6031
6032 2007-02-21  Jim Meyering  <jim@meyering.net>
6033
6034         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
6035         of gettimeofday.  It would conflict with the one now always
6036         provided via sys_time_.h.  Reported by Matthew Woehlke, as
6037         an IRIX 6.5 build failure.
6038
6039 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
6040
6041         Minor fixups to port to Solaris 10 with Sun C 5.8.
6042         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
6043         * modules/getcwd (Depends-on): Add dirfd.
6044         * lib/putenv.c (putenv): #undef it.
6045         (rpl_putenv): New decl.
6046         (malloc, free): Include <stdlib.h> rather than prototyping separately.
6047
6048 2007-02-20  Bruno Haible  <bruno@clisp.org>
6049
6050         * modules/stdio-tests: New file.
6051         * tests/test-stdio.c: New file.
6052
6053         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
6054         (Depends-on): Add stdio.
6055         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
6056         (Include): Use <stdio.h> instead of vsnprintf.h.
6057         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
6058         HAVE_DECL_VSNPRINTF.
6059         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
6060
6061         * modules/snprintf (Files): Remove lib/snprintf.h.
6062         (Depends-on): Add stdio.
6063         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
6064         (Include): Use <stdio.h> instead of snprintf.h.
6065         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
6066         HAVE_DECL_SNPRINTF.
6067         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
6068         * lib/getaddrinfo.c: Likewise.
6069
6070         * modules/stdio: New file.
6071         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
6072         * lib/snprintf.h: Remove file.
6073         * lib/vsnprintf.h: Remove file.
6074         * lib/.cppi-disable: Remove snprintf.h.
6075         * m4/stdio_h.m4: New file.
6076         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
6077
6078 2007-02-20  Jim Meyering  <jim@meyering.net>
6079
6080         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
6081         used by e.g., mingw.  From Bruno Haible.
6082
6083 2007-02-19  Bruno Haible  <bruno@clisp.org>
6084
6085         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
6086         warnings.
6087         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6088
6089 2007-02-19  Bruno Haible  <bruno@clisp.org>
6090
6091         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
6092         from mingw users.
6093
6094 2007-02-19  Bruno Haible  <bruno@clisp.org>
6095
6096         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
6097         warnings.
6098         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
6099
6100 2007-02-19  Jim Meyering  <jim@meyering.net>
6101
6102         Don't use FD after a successful "fdopendir (fd)".
6103         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
6104         Reset it by calling dirfd on the just-obtained DIR*.
6105
6106         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
6107         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
6108
6109 2007-02-18  Bruno Haible  <bruno@clisp.org>
6110
6111         * lib/readlink.c: Include <unistd.h>.
6112         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
6113         HAVE_READLINK.
6114         * modules/readlink (Depends-on): Add unistd.
6115         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6116         (Include): Add <unistd.h>.
6117
6118         * lib/getlogin_r.h: Remove file.
6119         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
6120         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
6121         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
6122         HAVE_DECL_GETLOGIN_R.
6123         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
6124         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6125         (Include): Use <unistd.h> instead of getlogin_r.h.
6126
6127         * lib/getcwd.h: Remove file.
6128         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
6129         * lib/xgetcwd.c: Likewise.
6130         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
6131         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
6132         * modules/getcwd (Files): Remove lib/getcwd.h.
6133         (Depends-on): Add unistd.
6134         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6135         (Include): Use <unistd.h> instad of getcwd.h.
6136
6137         * lib/ftruncate.c: Include <unistd.h> first.
6138         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
6139         Set HAVE_FTRUNCATE.
6140         * modules/ftruncate (Depends-on): Add unistd.
6141         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6142
6143         * lib/fchdir.c: Include <unistd.h> first.
6144         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
6145         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
6146         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
6147         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6148         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
6149
6150         * lib/dup2.c: Include <unistd.h> first.
6151         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
6152         HAVE_DUP2.
6153         * modules/dup2 (Depends-on): Add unistd.
6154         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6155
6156         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
6157         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
6158         REPLACE_CHOWN. Don't define chown as a macro here.
6159         * modules/chown (Depends-on): Add unistd.
6160         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6161
6162         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
6163         Add definition for GL_LINK_WARNING.
6164         (chown, dup2): New declarations.
6165         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
6166         link warning.
6167         (ftruncate): New declaration.
6168         (getcwd): New declaration, taken from old getcwd.h.
6169         (getlogin_r): New declaration, taken from old getlogin_r.h.
6170         (readlink): New declaration.
6171         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
6172         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
6173         (gl_PREREQ_UNISTD): Remove macro.
6174         (gl_UNISTD_MODULE_INDICATOR): New macro.
6175         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
6176         many new variables. Don't set UNISTD_H.
6177         * modules/unistd (Description): Change.
6178         (Depends-on): Add link-warning.
6179         (configure.ac): Update.
6180         (Makefile.am): Create unistd.h always. Substitute many new variables
6181         into it.
6182
6183 2007-02-18  Bruno Haible  <bruno@clisp.org>
6184
6185         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
6186         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
6187         HAVE_GETSUBOPT.
6188         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
6189         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
6190         * lib/getsubopt.h: Remove file.
6191         * modules/getsubopt (Files): Remove lib/getsubopt.h.
6192         (Depends-on): Add stdlib.
6193         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6194         (Includes): Use <stdlib.h> instead of getsubopt.h.
6195         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
6196         Set HAVE_GETSUBOPT.
6197         * lib/getsubopt.c: Don't include getsubopt.h.
6198
6199 2007-02-18  Bruno Haible  <bruno@clisp.org>
6200
6201         * modules/fchdir (Depends-on): Add dup2.
6202
6203 2007-02-18  Bruno Haible  <bruno@clisp.org>
6204
6205         * lib/stdlib_.h: Handle glibc's special invocation convention
6206         specially.
6207
6208 2007-02-18  Bruno Haible  <bruno@clisp.org>
6209
6210         * modules/stdlib-tests: New file.
6211         * tests/test-stdlib.c: New file.
6212
6213         * modules/mkstemp (Files): Remove lib/mkstemp.h.
6214         (Depends-on): Add stdlib.
6215         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6216         (Includes): Use <stdlib.h> instead of mkstemp.h.
6217         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
6218         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
6219         * lib/mkstemp.c: Don't include mkstemp.h.
6220         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
6221         * lib/stdlib--.h: Don't include mkstemp.h.
6222
6223         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
6224         (Depends-on): Add stdlib.
6225         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6226         (Includes): Use <stdlib.h> instead of mkdtemp.h.
6227         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
6228         HAVE_MKDTEMP.
6229         * lib/mkdtemp.c: Don't include mkdtemp.h.
6230         * lib/clean-temp.c: Don't include mkdtemp.h.
6231
6232         * modules/exit (Files): Remove lib/exit.h.
6233         (Depends-on): Add stdlib.
6234         (Makefile.am): Remove lib_SOURCES.
6235         (Include): Use <stdlib.h> instead of exit.h.
6236         * lib/argmatch.c: Don't include exit.h.
6237         * lib/execute.c: Likewise.
6238         * lib/pagealign_alloc.c: Likewise.
6239         * lib/pipe.c: Likewise.
6240         * lib/wait-process.c: Likewise.
6241         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
6242         * lib/exitfail.c: Likewise.
6243         * lib/savewd.c: Likewise.
6244         * lib/xsetenv.c: Likewise.
6245
6246         * modules/stdlib: New file.
6247         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
6248         and extra comments about mkstemp().
6249         * lib/exit.h: Remove file.
6250         * lib/mkdtemp.h: Remove file.
6251         * lib/mkstemp.h: Remove file.
6252         * m4/stdlib_h.m4: New file.
6253         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
6254
6255 2007-02-18  Bruno Haible  <bruno@clisp.org>
6256
6257         * modules/math-tests: New file.
6258         * tests/test-math.c: New file.
6259
6260         * modules/math: New file.
6261         * modules/mathl (Files): Remove lib/mathl.h.
6262         (Depends-on): Add math.
6263         (Makefile.am): Don't mention mathl.h.
6264         (Include): Use <math.h> instead of mathl.h.
6265         * lib/math_.h: New file.
6266         * lib/mathl.h: Remove file.
6267         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
6268         mathl.h.
6269         * lib/asinl.c: Likewise.
6270         * lib/atanl.c: Likewise.
6271         * lib/ceill.c: Likewise.
6272         * lib/cosl.c: Likewise.
6273         * lib/expl.c: Likewise.
6274         * lib/floorl.c: Likewise.
6275         * lib/frexpl.c: Likewise.
6276         * lib/ldexpl.c: Likewise.
6277         * lib/logl.c: Likewise.
6278         * lib/sincosl.c: Likewise.
6279         * lib/sinl.c: Likewise.
6280         * lib/sqrtl.c: Likewise.
6281         * lib/tanl.c: Likewise.
6282         * lib/trigl.c: Likewise.
6283         * m4/math_h.m4: New file.
6284         * MODULES.html.sh (Mathematics): Add math.
6285
6286 2007-02-17  Bruno Haible  <bruno@clisp.org>
6287
6288         * modules/wctype-tests: New file.
6289         * tests/test-wctype.c: New file.
6290
6291         * modules/wchar-tests: New file.
6292         * tests/test-wchar.c: New file.
6293
6294         * modules/unistd-tests: New file.
6295         * tests/test-unistd.c: New file.
6296
6297         * modules/time-tests: New file.
6298         * tests/test-time.c: New file.
6299
6300         * modules/sysexits-tests: New file.
6301         * tests/test-sysexits.c: New file.
6302
6303         * modules/sys_time-tests: New file.
6304         * tests/test-sys_time.c: New file.
6305
6306         * modules/sys_stat-tests: New file.
6307         * tests/test-sys_stat.c: New file.
6308
6309         * modules/sys_socket-tests: New file.
6310         * tests/test-sys_socket.c: New file.
6311
6312         * modules/sys_select-tests: New file.
6313         * tests/test-sys_select.c: New file.
6314
6315         * modules/string-tests: New file.
6316         * tests/test-string.c: New file.
6317
6318         * modules/stdbool-tests: New file.
6319         * tests/test-stdbool.c: New file.
6320
6321         * modules/netinet_in-tests: New file.
6322         * tests/test-netinet_in.c: New file.
6323
6324         * modules/inttypes-tests: New file.
6325         * tests/test-inttypes.c: New file.
6326
6327         * modules/fcntl-tests: New file.
6328         * tests/test-fcntl.c: New file.
6329
6330         * modules/byteswap-tests: New file.
6331         * tests/test-byteswap.c: New file.
6332
6333         * modules/arpa_inet-tests: New file.
6334         * tests/test-arpa_inet.c: New file.
6335
6336 2007-02-17  Bruno Haible  <bruno@clisp.org>
6337
6338         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
6339         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
6340         if the corresponding module is not enabled. Emit link warnings if
6341         the function is used nevertheless.
6342         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
6343         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
6344         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
6345         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
6346         * modules/inttypes (Depends-on): Add link-warning.
6347         (Makefile.am): Copy the contents of build-aux/link-warning.h into
6348         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
6349         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
6350         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
6351         * modules/imaxdiv (configure.ac): Likewise.
6352         * modules/strtoimax (configure.ac): Likewise.
6353         * modules/strtoumax (configure.ac): Likewise.
6354
6355 2007-02-17  Bruno Haible  <bruno@clisp.org>
6356
6357         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
6358         gl_STRING_MODULE_INDICATOR_DEFAULTS.
6359         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
6360         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
6361
6362 2007-02-17  Bruno Haible  <bruno@clisp.org>
6363
6364         * modules/link-warning: New file.
6365         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
6366         * lib/string_.h (GL_LINK_WARNING): Remove definition.
6367         * modules/string (Depends-on): Add link-warning.
6368         (Makefile.am): Copy the contents of build-aux/link-warning.h into
6369         string.h.
6370         * MODULES.html.sh (Support for building libraries and executables): Add
6371         link-warning.
6372
6373 2007-02-17  Bruno Haible  <bruno@clisp.org>
6374
6375         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
6376         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
6377         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
6378         long lines.
6379
6380 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
6381             Bruno Haible  <bruno@clisp.org>
6382
6383         * modules/tmpfile: New file.
6384         * lib/tmpfile.c: New file.
6385         * m4/tmpfile.m4: New file.
6386         * MODULES.html.sh (func_all_modules): New section "Input/output".
6387
6388 2007-02-15  Bruno Haible  <bruno@clisp.org>
6389
6390         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
6391         (supports_delete_on_close): New function.
6392         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
6393
6394 2007-02-14  Bruno Haible  <bruno@clisp.org>
6395
6396         * modules/mbspcasecmp-tests: New file.
6397         * tests/test-mbspcasecmp.sh: New file.
6398         * tests/test-mbspcasecmp.c: New file.
6399
6400         New module mbspcasecmp.
6401         * modules/mbspcasecmp: New file.
6402         * lib/mbspcasecmp.c: New file.
6403         * lib/string_.h (strncasecmp): Change warning message.
6404         (mbspcasecmp): New declaration.
6405         * m4/mbspcasecmp.m4: New file.
6406         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6407         GNULIB_MBSPCASECMP.
6408         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
6409         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
6410
6411 2007-02-14  Bruno Haible  <bruno@clisp.org>
6412
6413         * modules/mbsncasecmp-tests: New file.
6414         * tests/test-mbsncasecmp.sh: New file.
6415         * tests/test-mbsncasecmp.c: New file.
6416
6417         New module mbsncasecmp.
6418         * modules/mbsncasecmp: New file.
6419         * lib/mbsncasecmp.c: New file.
6420         * lib/string_.h (mbsncasecmp): New declaration.
6421         * m4/mbsncasecmp.m4: New file.
6422         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6423         GNULIB_MBSNCASECMP.
6424         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
6425         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
6426
6427 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
6428
6429         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
6430         Verify that it doesn't overlap with our flags.
6431         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
6432         do not have the desired effect in multibyte locales; instead, use
6433         mbscasecmp.
6434         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
6435         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
6436         we don't require GNU fnmatch ourselves (if our users require it, they
6437         should do so explicitly).
6438
6439         Fix regex code so it doesn't rely on strcasecmp.
6440         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
6441         Otherwise, include gnulib's langinfo.h.
6442         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
6443         undesirable behavior in non-C locales.  Instead, rely on localecharset.
6444         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
6445         * modules/regex (FILES): Remove m4/codeset.m4.
6446         (Depends-on): Add localcharset.  Remove strcase.
6447
6448 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6449
6450         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
6451         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
6452
6453 2007-02-13  Bruno Haible  <bruno@clisp.org>
6454
6455         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
6456         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6457
6458 2007-02-12  Bruno Haible  <bruno@clisp.org>
6459
6460         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6461         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
6462         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
6463         time warning rather than a link error.
6464
6465 2007-02-12  Bruno Haible  <bruno@clisp.org>
6466
6467         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
6468         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
6469         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6470
6471 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
6472
6473         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
6474         args, not 2.
6475
6476 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
6477
6478         New module 'time', so that apps can include <time.h> as per
6479         POSIX and GNU instead of separate include files like time_r.h
6480         and timegm.h.  This implementation tries out a simpler approach
6481         for replacing decls in standard include files (as compared to
6482         the string module), somewhat as an experiment.
6483
6484         * config/srclist.txt: Comment out mktime.c for now.
6485         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
6486         since it doesn't apply any more.  Use generic wording instead.
6487         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
6488         'time'.
6489         * lib/time_.h, m4/time_h.m4, modules/time: New files.
6490         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
6491         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
6492         Don't include <sys/types.h>; no longer needed since we assume C89.
6493         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
6494         * lib/strftime.c: Likewise.
6495         * lib/time_r.c: Likewise.
6496         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
6497         * lib/nanosleep.c: Include <time.h> first, to check interface.
6498         * lib/strptime.c: Likewise.
6499         * lib/time_r.c: Likewise.
6500         * lib/timegm.c: Likewise.
6501         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
6502         needed.
6503         * lib/timegm.c: Don't include timegm.h; no longer needed.
6504         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
6505         time.h now handles any problems in that area.
6506         (struct timespec, nanosleep): Remove; time.h now arranges for these.
6507         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
6508         that time.h defines struct timespec.
6509         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
6510         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
6511         handles that.
6512         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
6513         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
6514         needed.  Set REPLACE_LOCALTIME.
6515         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
6516         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
6517         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
6518         nanosleep; time_h.m4 now does that.  Don't require
6519         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
6520         module handles this now.
6521         * modules/getdate (Depends-on): Remove timespec.  Add time.
6522         * modules/nanosleep (Depends-on): Likewise.
6523         * modules/stat-time (Depends-on): Likewise.
6524         * modules/nanosleep (Include): Include time.h, not timespec.h.
6525         * modules/strptime (Files): Remove lib/strptime.h.
6526         (Depends-on): Add extensions, time.
6527         (Include): Include time.h, not strptime.h.
6528         * modules/time_r (Files): Remove lib/time_r.h.
6529         (Depends-on): Add time.
6530         (Include): Include time.h, not time_r.h.
6531         * modules/timegm: Likewise.
6532         * modules/timespec (Description): Now does timespec-related decls
6533         of our own, instead of struct timespec itself.
6534         (Depends-on): Add time; remove extensions.
6535         (Maintainer): Add self.
6536         * modules/utimecmp (Depends-on): Add time; remove timespec.
6537         * modules/utimens (Depends-on): Likewise.
6538         * modules/xnanosleep (Depends-on): Likewise.
6539
6540 2007-02-11  Bruno Haible  <bruno@clisp.org>
6541
6542         * lib/c-strstr.c: Include allocsa.h.
6543         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6544         * lib/c-strcasestr.c: Include allocsa.h.
6545         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6546         * lib/strcasestr.c: Include allocsa.h.
6547         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6548         * lib/mbsstr.c: Include allocsa.h.
6549         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
6550         allocsa/freesa instead of malloc/free.
6551         * lib/mbscasestr.c: Include allocsa.h.
6552         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
6553         allocsa/freesa instead of malloc/free.
6554         * modules/c-strstr (Depends-on): Add allocsa.
6555         * modules/c-strcasestr (Depends-on): Likewise.
6556         * modules/strcasestr (Depends-on): Likewise.
6557         * modules/mbsstr (Depends-on): Likewise.
6558         * modules/mbscasestr (Depends-on): Likewise.
6559
6560 2007-02-11  Bruno Haible  <bruno@clisp.org>
6561
6562         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
6563
6564         * modules/mbsspn-tests: New file.
6565         * tests/test-mbsspn.sh: New file.
6566         * tests/test-mbsspn.c: New file.
6567
6568 2007-02-11  Bruno Haible  <bruno@clisp.org>
6569
6570         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
6571
6572         * modules/mbspbrk-tests: New file.
6573         * tests/test-mbspbrk.sh: New file.
6574         * tests/test-mbspbrk.c: New file.
6575
6576 2007-02-11  Bruno Haible  <bruno@clisp.org>
6577
6578         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
6579         unneeded cast.
6580
6581         * modules/mbscspn-tests: New file.
6582         * tests/test-mbscspn.sh: New file.
6583         * tests/test-mbscspn.c: New file.
6584
6585 2007-02-11  Bruno Haible  <bruno@clisp.org>
6586
6587         * modules/mbscasecmp-tests: New file.
6588         * tests/test-mbscasecmp.sh: New file.
6589         * tests/test-mbscasecmp.c: New file.
6590
6591 2007-02-11  Bruno Haible  <bruno@clisp.org>
6592
6593         Ensure O(n) worst-case complexity of mbscasestr.
6594         * lib/mbscasestr.c: Include stdbool.h.
6595         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
6596         functions.
6597         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
6598         the bookkeeping indicates that it's worth it.
6599         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
6600
6601         * modules/mbscasestr-tests: New file.
6602         * tests/test-mbscasestr1.c: New file.
6603         * tests/test-mbscasestr2.sh: New file.
6604         * tests/test-mbscasestr2.c: New file.
6605         * tests/test-mbscasestr3.sh: New file.
6606         * tests/test-mbscasestr3.c: New file.
6607         * tests/test-mbscasestr4.sh: New file.
6608         * tests/test-mbscasestr4.c: New file.
6609         * m4/locale-tr.m4: New file.
6610
6611 2007-02-11  Bruno Haible  <bruno@clisp.org>
6612
6613         Ensure O(n) worst-case complexity of mbsstr.
6614         * lib/mbsstr.c: Include stdbool.h.
6615         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
6616         functions.
6617         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
6618         bookkeeping indicates that it's worth it.
6619         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
6620
6621         * modules/mbsstr-tests: New file.
6622         * tests/test-mbsstr1.c: New file.
6623         * tests/test-mbsstr2.sh: New file.
6624         * tests/test-mbsstr2.c: New file.
6625         * tests/test-mbsstr3.sh: New file.
6626         * tests/test-mbsstr3.c: New file.
6627         * m4/locale-fr.m4: New file.
6628
6629 2007-02-11  Bruno Haible  <bruno@clisp.org>
6630
6631         * lib/mbsrchr.c (mbsrchr): Fix bug.
6632
6633         * modules/mbsrchr-tests: New file.
6634         * tests/test-mbsrchr.sh: New file.
6635         * tests/test-mbsrchr.c: New file.
6636
6637 2007-02-11  Bruno Haible  <bruno@clisp.org>
6638
6639         * lib/mbschr.c (mbschr): Fix bug.
6640
6641         * modules/mbschr-tests: New file.
6642         * tests/test-mbschr.sh: New file.
6643         * tests/test-mbschr.c: New file.
6644         * m4/locale-zh.m4: New file.
6645
6646 2007-02-11  Bruno Haible  <bruno@clisp.org>
6647
6648         Support for copying multibyte string iterators.
6649         * lib/mbiter.h: Include <string.h>.
6650         (mbiter_multi_copy): New function.
6651         (mbi_copy): New macro.
6652         * lib/mbuiter.h: Include <string.h>.
6653         (mbuiter_multi_copy): New function.
6654         (mbui_copy): New macro.
6655
6656 2007-02-11  Bruno Haible  <bruno@clisp.org>
6657
6658         New module mbslen.
6659         * modules/mbslen: New file.
6660         * lib/mbslen.c: New file.
6661         * lib/string_.h (mbslen): New declaration.
6662         * m4/mbslen.m4: New file.
6663         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6664         GNULIB_MBSLEN.
6665         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
6666         * MODULES.html.sh (Internationalization functions): Add mbslen.
6667
6668 2007-02-11  Bruno Haible  <bruno@clisp.org>
6669
6670         Ensure O(n) worst-case complexity of strcasestr substitute.
6671         * lib/strcasestr.c: Include stdbool.h.
6672         (knuth_morris_pratt): New function.
6673         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6674         bookkeeping indicates that it's worth it.
6675         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
6676
6677         * modules/strcasestr-tests: New file.
6678         * tests/test-strcasestr.c: New file.
6679
6680 2007-02-11  Bruno Haible  <bruno@clisp.org>
6681
6682         Ensure O(n) worst-case complexity of c_strcasestr.
6683         * lib/c-strcasestr.c: Include stdbool.h, string.h.
6684         (knuth_morris_pratt): New function.
6685         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
6686         the bookkeeping indicates that it's worth it.
6687         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
6688
6689         * modules/c-strcasestr-tests: New file.
6690         * tests/test-c-strcasestr.c: New file.
6691
6692 2007-02-11  Bruno Haible  <bruno@clisp.org>
6693
6694         Ensure O(n) worst-case complexity of c_strstr.
6695         * lib/c-strstr.c: Include stdbool.h, string.h.
6696         (knuth_morris_pratt): New function.
6697         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6698         bookkeeping indicates that it's worth it.
6699         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
6700
6701         * lib/c-strstr.c: Complete rewrite for maintainability.
6702
6703         * modules/c-strstr-tests: New file.
6704         * tests/test-c-strstr.c: New file.
6705
6706 2007-02-11  Bruno Haible  <bruno@clisp.org>
6707
6708         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
6709         5.2.1 and earlier, whereby \055 was treated just like the range
6710         delimiter '-'.
6711         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
6712
6713 2007-02-08  Bruno Haible  <bruno@clisp.org>
6714
6715         * modules/regex (Depends-on): Add stdbool.
6716         Reported by Dalibor Topic <robilad@kaffe.org>.
6717
6718 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
6719
6720         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
6721         Prefer returning from main to exiting from it.
6722         Remove unnecessary parens after sizeof.
6723
6724 2007-02-05  Bruno Haible  <bruno@clisp.org>
6725
6726         New module mbssep.
6727         * modules/mbssep: New file.
6728         * lib/mbssep.c: New file.
6729         * lib/string_.h (strsep): Add a conditional link warning.
6730         (mbssep): New declaration.
6731         * m4/mbssep.m4: New file.
6732         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6733         GNULIB_MBSSEP.
6734         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
6735         * MODULES.html.sh (Internationalization functions): Add mbssep.
6736
6737 2007-02-05  Bruno Haible  <bruno@clisp.org>
6738
6739         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
6740         Optimize search in case of 1 delimiter.
6741
6742 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
6743
6744         * lib/acl.h: Include sys/types.h before sys/acl.h.
6745
6746 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
6747
6748         Merge upstream fix for glibc bugzilla #3957:
6749
6750         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
6751
6752         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
6753         bit for RE_HAT_LISTS_NOT_NEWLINE.
6754         (build_charclass_op): Remove bogus comment.
6755
6756 2007-02-05  Simon Josefsson  <simon@josefsson.org>
6757
6758         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
6759
6760 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6761
6762         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
6763         * lib/memmem.c [!defined _LIBC]: Include config.h.
6764
6765 2007-02-04  Bruno Haible  <bruno@clisp.org>
6766
6767         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
6768         warning message.
6769
6770 2007-02-04  Bruno Haible  <bruno@clisp.org>
6771
6772         New module mbstok_r.
6773         * modules/mbstok_r: New file.
6774         * lib/mbstok_r.c: New file.
6775         * lib/string_.h (strtok_r): Change argument names to match the
6776         comments. Add a conditional link warning.
6777         (mbstok_r): New declaration.
6778         * m4/mbstok_r.m4: New file.
6779         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6780         GNULIB_MBSTOK_R.
6781         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
6782         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
6783
6784 2007-02-04  Bruno Haible  <bruno@clisp.org>
6785
6786         New module mbsspn.
6787         * modules/mbsspn: New file.
6788         * lib/mbsspn.c: New file.
6789         * lib/string_.h (strspn): Add a conditional link warning.
6790         (mbsspn): New declaration.
6791         * m4/mbsspn.m4: New file.
6792         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6793         GNULIB_MBSSPN.
6794         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
6795         * MODULES.html.sh (Internationalization functions): Add mbsspn.
6796
6797 2007-02-04  Bruno Haible  <bruno@clisp.org>
6798
6799         New module mbspbrk.
6800         * modules/mbspbrk: New file.
6801         * lib/mbspbrk.c: New file.
6802         * lib/string_.h (strpbrk): Add a conditional link warning.
6803         (mbspbrk): New declaration.
6804         * m4/mbspbrk.m4: New file.
6805         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6806         GNULIB_MBSPBRK.
6807         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
6808         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
6809
6810 2007-02-04  Bruno Haible  <bruno@clisp.org>
6811
6812         New module mbscspn.
6813         * modules/mbscspn: New file.
6814         * lib/mbscspn.c: New file.
6815         * lib/string_.h (strcspn): Add a conditional link warning.
6816         (mbscspn): New declaration.
6817         * m4/mbscspn.m4: New file.
6818         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6819         GNULIB_MBSCSPN.
6820         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
6821         * MODULES.html.sh (Internationalization functions): Add mbscspn.
6822
6823 2007-02-04  Bruno Haible  <bruno@clisp.org>
6824
6825         New module mbscasestr, reduced goal of strcasestr.
6826         * modules/mbscasestr: New file.
6827         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
6828         (mbscasestr): Renamed from strcasestr.
6829         * lib/strcasestr.c: Don't include mbuiter.h.
6830         (strcasestr): Remove support for multibyte locales.
6831         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
6832         Change the conditional link warning.
6833         (mbscasestr): New declaration.
6834         * m4/mbscasestr.m4: New file.
6835         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
6836         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
6837         REPLACE_STRCASESTR.
6838         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
6839         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6840         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
6841         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
6842         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
6843         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
6844         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
6845         (Depends-on): Remove mbuiter.
6846         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
6847
6848 2007-02-04  Bruno Haible  <bruno@clisp.org>
6849
6850         Simplify handling of strncasecmp.
6851         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
6852         the conditional link warning.
6853         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6854         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
6855         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
6856         * modules/strcase (configure.ac): Don't invoke
6857         gl_STRING_MODULE_INDICATOR.
6858         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
6859
6860 2007-02-04  Bruno Haible  <bruno@clisp.org>
6861
6862         New module mbscasecmp, reduced goal of strcasecmp.
6863         * modules/mbscasecmp: New file.
6864         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
6865         (mbscasecmp): Renamed from strcasecmp.
6866         * lib/strcasecmp.c: Don't include mbuiter.h.
6867         (strcasecmp): Remove support for multibyte locales.
6868         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
6869         Change the conditional link warning.
6870         (mbscasecmp): New declaration.
6871         * m4/mbscasecmp.m4: New file.
6872         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
6873         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
6874         REPLACE_STRCASECMP.
6875         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
6876         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6877         GNULIB_MBSCASECMP.
6878         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
6879         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
6880         * modules/strcase (Files): Remove m4/mbrtowc.m4.
6881         (Depends-on): Remove mbuiter.
6882         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
6883
6884 2007-02-04  Bruno Haible  <bruno@clisp.org>
6885
6886         New module mbsstr. Remove module strstr.
6887         * modules/mbsstr: New file.
6888         * modules/strstr: Remove file.
6889         * lib/mbsstr.c: Renamed from lib/strstr.c.
6890         (mbsstr): Renamed from strstr.
6891         * lib/string_.h (strstr): Remove declaration. Change the conditional
6892         link warning.
6893         (mbsstr): New declaration.
6894         * m4/mbsstr.m4: New file.
6895         * m4/strstr.m4: Remove file.
6896         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
6897         REPLACE_STRSTR.
6898         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
6899         Don't initialize GNULIB_STRSTR.
6900         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
6901         substitute GNULIB_STRSTR and REPLACE_STRSTR.
6902         * MODULES.html.sh (Internationalization functions): Add mbsstr.
6903         (Support for systems lacking ANSI C 89): Remove strstr.
6904
6905 2007-02-04  Bruno Haible  <bruno@clisp.org>
6906
6907         New module mbsrchr.
6908         * modules/mbsrchr: New file.
6909         * lib/mbsrchr.c: New file.
6910         * lib/string_.h (strrchr): Add a conditional link warning.
6911         (mbsrchr): New declaration.
6912         * m4/mbsrchr.m4: New file.
6913         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6914         GNULIB_MBSRCHR.
6915         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
6916         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
6917
6918 2007-02-04  Bruno Haible  <bruno@clisp.org>
6919
6920         New module mbschr.
6921         * modules/mbschr: New file.
6922         * lib/mbschr.c: New file.
6923         * lib/string_.h (strchr): Add a conditional link warning.
6924         (mbschr): New declaration.
6925         * m4/mbschr.m4: New file.
6926         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6927         GNULIB_MBSCHR.
6928         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
6929         * MODULES.html.sh (Internationalization functions): Add mbschr.
6930
6931 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6932
6933         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
6934
6935         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
6936
6937 2007-02-04  Bruno Haible  <bruno@clisp.org>
6938
6939         New module description section 'configure.ac-early'.
6940         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
6941         (func_get_autoconf_early_snippet): New function.
6942         (func_import, func_create_testdir): Use it. Remove special cases for
6943         modules 'extensions' and 'lock'.
6944         * modules/extensions (configure.ac-early): Require
6945         gl_USE_SYSTEM_EXTENSIONS.
6946         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
6947
6948 2007-02-04  Bruno Haible  <bruno@clisp.org>
6949
6950         Make use of gcj-4.3's -fsource and -ftarget option.
6951         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
6952         and if so try the options -fsource and -ftarget.
6953         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
6954         source_version, ftarget_option, target_version arguments.
6955         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
6956         (is_envjavac_oldgcj_14_14_usable): Renamed from
6957         is_envjavac_gcj_14_14_usable.
6958         (is_envjavac_oldgcj_14_13_usable): Renamed from
6959         is_envjavac_gcj_14_13_usable.
6960         (is_gcj_present): Update.
6961         (is_gcj_43, is_gcj43_usable): New functions.
6962         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
6963         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
6964         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
6965         try the options -fsource and -ftarget.
6966
6967 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
6968
6969         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
6970         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
6971         larger value.
6972
6973 2007-02-03  Jim Meyering  <jim@meyering.net>
6974
6975         Give tools a better chance to allocate space for very large buffers.
6976         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
6977
6978         Make pwd and readlink work also when run with an unreadable parent dir
6979         on systems with openat support.
6980         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
6981         provided getcwd function, even when we have openat support.
6982         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
6983
6984 2007-02-02  Bruno Haible  <bruno@clisp.org>
6985
6986         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6987         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
6988         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
6989         portability problems if one of these functions is only used on specific
6990         platforms.
6991         Reported by Paul Eggert.
6992
6993 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
6994
6995         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
6996         is causing more trouble than it's curing.
6997         * lib/regex_internal.h (__mempcpy): Remove.
6998         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
6999         (and make the code a tad smaller to boot).
7000         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
7001
7002 2007-02-02  Jim Meyering  <jim@meyering.net>
7003
7004         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
7005         section, not in the Makefile.am: one.
7006
7007 2007-02-02  Eric Blake  <ebb9@byu.net>
7008
7009         * lib/strchrnul.c: Always include config.h first.
7010
7011         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
7012         gnulib strstr is not necessary here.
7013
7014 2007-02-02  Simon Josefsson  <simon@josefsson.org>
7015
7016         * m4/socklen.m4: Fix typo.
7017
7018 2007-02-02  Eric Blake  <ebb9@byu.net>
7019
7020         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
7021         * modules/netinet_in (Makefile.am): Likewise.
7022
7023 2007-02-01  Bruno Haible  <bruno@clisp.org>
7024
7025         * lib/string_.h (GL_LINK_WARNING): New macro.
7026         (strcasecmp, strstr, strcasestr): If provided by the system,
7027         conditionally define as a macro that leads to a warning instead of to
7028         an error.
7029         (strncasecmp): Conditionally define as a macro that leads to a warning.
7030
7031 2007-02-01  Karl Berry  <karl@gnu.org>
7032
7033         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
7034
7035 2007-02-01  Bruno Haible  <bruno@clisp.org>
7036
7037         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
7038         renamings.
7039
7040 2007-02-01  Eric Blake  <ebb9@byu.net>
7041
7042         * modules/regex (Depends-on): Revert dependence on mempcpy.
7043         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
7044         module's definition of mempcpy.
7045         Reported by Paul Eggert.
7046
7047 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
7048
7049         * lib/string_.h: If the gnulib module XYZ is not present, undefine
7050         the symbol XYZ before redefining it.  This fixes a problem with
7051         programs that don't use XYZ, when compiled on systems that define
7052         XYZ to something else.
7053
7054 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
7055
7056         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
7057         occurs when "mkdir -m foo" creates a setgid directory that is (1)
7058         writeable to group or other and (2) is intended to have a special
7059         mode bit that is set or cleared.  In such a case, the directory
7060         should be neither group- nor other-writeable until the special
7061         mode bits are right.
7062
7063 2007-01-31  Eric Blake  <ebb9@byu.net>
7064
7065         * modules/mountlist (Depends-on): Add strstr.
7066
7067         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
7068         bug.
7069         * modules/string (Makefile.am): Remove redundant replacement.
7070         * modules/regex (Depends-on): Add mempcpy.
7071
7072 2007-01-31  Bruno Haible  <bruno@clisp.org>
7073
7074         New module description field 'Link'.
7075         * gnulib-tool (func_usage): Document --extract-link-directive.
7076         (sed_extract_prog): Recognize 'Link' directive.
7077         (func_get_link_directive): New function.
7078         (func_import): Show summary of link directives.
7079         Handle --extract-link-directive option.
7080         * modules/acl (Link): New section.
7081         * modules/clock-time (Link): New section.
7082         * modules/euidaccess (Link): New section.
7083         * modules/gettext (Link): New section.
7084         * modules/iconv (Link): New section.
7085         * modules/lock (Link): New section.
7086         * modules/nanosleep (Link): New section.
7087         * modules/readline (Link): New section.
7088
7089 2007-01-27  Bruno Haible  <bruno@clisp.org>
7090
7091         Enforce the use of gnulib modules for unportable <string.h> functions.
7092         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
7093         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
7094         (gl_HEADER_STRING_H_BODY): Require it.
7095         * lib/string_.h: If the gnulib module XYZ is not present, redefine
7096         the symbol XYZ to one that gives a link error.
7097         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
7098         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
7099         * modules/mempcpy (configure.ac): Likewise.
7100         * modules/memrchr (configure.ac): Likewise.
7101         * modules/stpcpy (configure.ac): Likewise.
7102         * modules/stpncpy (configure.ac): Likewise.
7103         * modules/strcase (configure.ac): Likewise.
7104         * modules/strcasestr (configure.ac): Likewise.
7105         * modules/strchrnul (configure.ac): Likewise.
7106         * modules/strdup (configure.ac): Likewise.
7107         * modules/strndup (configure.ac): Likewise.
7108         * modules/strnlen (configure.ac): Likewise.
7109         * modules/strpbrk (configure.ac): Likewise.
7110         * modules/strsep (configure.ac): Likewise.
7111         * modules/strstr (configure.ac): Likewise.
7112         * modules/strtok_r (configure.ac): Likewise.
7113
7114 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
7115
7116         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
7117
7118 2007-01-30  Jim Meyering  <jim@meyering.net>
7119
7120         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
7121
7122 2007-01-29  Bruno Haible  <bruno@clisp.org>
7123
7124         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
7125         * lib/execute.c: Likewise.
7126         * lib/pipe.c: Likewise.
7127         * lib/printf-args.h: Likewise.
7128         * lib/printf-args.c: Likewise.
7129         * lib/printf-parse.c: Likewise.
7130         * lib/vasnprintf.c: Likewise.
7131
7132 2007-01-29  Eric Blake  <ebb9@byu.net>
7133
7134         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
7135         declaration.
7136
7137 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
7138
7139         * lib/strptime.h (strptime): Use 'restrict' for args where
7140         POSIX requires this.
7141         * lib/strptime.c (strptime): Likewise.
7142         Change license notice from LGPL to GPL, since gnulib-tool will
7143         change this as needed.
7144         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
7145         defined.
7146         Include "strptime.h" first, to check interface.
7147         Do not #undef _LIBC and _NL_CURRENT.
7148         Do not include <stdlib.h>; no longer needed.
7149         Include "time_r.h" and declare ptime_locale_status
7150         only if _LIBC is not defined.
7151         (__P): Remove unused macro.
7152         (match_string): Bring back glibc version, but use it only if _LIBC
7153         is defined.
7154         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
7155         Remove unnecessary assertion and abort() call.
7156         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
7157         * m4/strptime.m4: Fix serial number comment.
7158         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
7159         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
7160         (Depends-on): Add time_r.
7161
7162 2007-01-29  Bruno Haible  <bruno@clisp.org>
7163
7164         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
7165         strptime.
7166         * modules/strptime (Depends-on): Add stdbool.
7167         * lib/strptime.h: Include <time.h> always. Add comments.
7168
7169 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
7170
7171         * modules/strptime: New file.
7172         * lib/strptime.h: New file.
7173         * lib/strptime.c: New file.
7174         * m4/strptime.m4: New file.
7175
7176 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
7177
7178         * MODULES.html.sh: New module mpsort.
7179         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
7180
7181         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
7182         a circularity problem with HP-UX ia64 reported by Bob Proulx in
7183         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
7184         All uses changed.
7185         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
7186         All uses changed.
7187         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
7188         to _Restrict_.
7189         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
7190         the parameter matches the prototype.
7191
7192 2007-01-28  Jim Meyering  <jim@meyering.net>
7193
7194         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
7195         sys/time.h here, reverting that part of the previous patch:
7196         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
7197
7198 2007-01-28  Bruno Haible  <bruno@clisp.org>
7199
7200         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
7201         value of $(SYS_TIME_H).
7202         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
7203         remove it conditionally, too. [added by Jim Meyering]
7204         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
7205         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
7206         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
7207         GETTIMEOFDAY_REPLACEMENT to 1.
7208
7209 2007-01-28  Bruno Haible  <bruno@clisp.org>
7210
7211         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
7212         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
7213         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
7214         Set UNISTD_H instead of UNISTD_H2.
7215         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
7216
7217 2007-01-28  Bruno Haible  <bruno@clisp.org>
7218
7219         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
7220         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
7221
7222 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7223
7224         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
7225         (func_create_testdir): Ensure C locale for `grep' and `tr'
7226         character ranges.
7227         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
7228         ACLOCAL_AMFLAGS parsing state machine.
7229
7230 2007-01-27  Bruno Haible  <bruno@clisp.org>
7231
7232         * modules/unistr/base: Update.
7233
7234 2007-01-27  Bruno Haible  <bruno@clisp.org>
7235
7236         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
7237         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
7238         * modules/unistr/u32-mbtouc-unsafe: Renamed from
7239         modules/unistr/u32-mbtouc.
7240         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
7241         * lib/unistr.h: Update.
7242         * lib/linebreak.c: Update.
7243         * modules/unistr/u32-mbtouc: Renamed from
7244         modules/unistr/u32-mbtouc-safe.
7245         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
7246         * lib/unistr.h: Update.
7247         * lib/unistr/u32-to-u8.c: Update.
7248         * lib/unistr/u32-to-u16.c: Update.
7249
7250 2007-01-27  Bruno Haible  <bruno@clisp.org>
7251
7252         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
7253         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
7254         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
7255         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
7256         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
7257         * modules/unistr/u16-mbtouc-unsafe: Renamed from
7258         modules/unistr/u16-mbtouc.
7259         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
7260         * lib/unistr.h: Update.
7261         * lib/linebreak.c: Update.
7262         * modules/linebreak: Update.
7263         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
7264         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
7265         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
7266         * modules/unistr/u16-mbtouc: Renamed from
7267         modules/unistr/u16-mbtouc-safe.
7268         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
7269         * lib/unistr.h: Update.
7270         * lib/unistr/u16-to-u8.c: Update.
7271         * modules/unistr/u16-to-u8: Update.
7272         * lib/unistr/u16-to-u32.c: Update.
7273         * modules/unistr/u16-to-u32: Update.
7274
7275 2007-01-27  Bruno Haible  <bruno@clisp.org>
7276
7277         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
7278         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
7279         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
7280         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
7281         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
7282         * modules/unistr/u8-mbtouc-unsafe: Renamed from
7283         modules/unistr/u8-mbtouc.
7284         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
7285         * lib/unistr.h: Update.
7286         * lib/striconveh.c: Update.
7287         * modules/striconveh: Update.
7288         * lib/linebreak.c: Update.
7289         * modules/linebreak: Update.
7290         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
7291         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
7292         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
7293         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
7294         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
7295         * lib/unistr.h: Update.
7296         * lib/striconveh.c: Update.
7297         * modules/striconveh: Update.
7298         * lib/unistr/u8-to-u16.c: Update.
7299         * modules/unistr/u8-to-u16: Update.
7300         * lib/unistr/u8-to-u32.c: Update.
7301         * modules/unistr/u8-to-u32: Update.
7302
7303 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7304
7305         Sync from Libtool.
7306         * lib/argz.c: Do not include strings.h nor memory.h, include
7307         string.h unconditionally.  Patch by Simon Josefsson.
7308
7309 2007-01-27  Bruno Haible  <bruno@clisp.org>
7310
7311         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
7312         from gl_HEADER_STRING_H_BODY.
7313         (gl_HEADER_STRING_H_BODY): Require it.
7314         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
7315         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
7316         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
7317         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
7318         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
7319         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
7320         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
7321         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
7322         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
7323         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
7324         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
7325         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
7326         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
7327         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
7328         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
7329
7330 2007-01-27  Bruno Haible  <bruno@clisp.org>
7331
7332         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
7333         check_PROGRAMS into noinst_PROGRAMS.
7334         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
7335         check_PROGRAMS in this case.
7336         (func_import): Set for_test to false.
7337         (func_create_testdir): Set for_test to true.
7338
7339 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
7340             Bruno Haible  <bruno@clisp.org>
7341
7342         * modules/strcasestr (Files): Remove lib/strcasestr.h.
7343         (Depends-on): Add string.
7344         (Includes): Use <string.h> instead of strcasestr.h.
7345         * modules/string (Makefile.am): Also substitute the value of
7346         REPLACE_STRCASESTR.
7347         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
7348         assume strcasestr is declared in <string.h> not <strings.h>. Also
7349         set REPLACE_STRCASESTR.
7350         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
7351         REPLACE_STRCASESTR.
7352         * lib/strcasestr.h: Remove file.
7353         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
7354         * lib/string_.h (strcasestr): New declaration.
7355
7356 2007-01-27  Bruno Haible  <bruno@clisp.org>
7357
7358         * lib/string_.h: Use 'extern'.
7359
7360 2007-01-27  Jim Meyering  <jim@meyering.net>
7361
7362         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
7363         of set-but-not-used local, "q".
7364
7365         * lib/mempcpy.c: Include <config.h> before <string.h>.
7366         This fixes a compilation error on HP-UX, due to the system's
7367         "restrict"-using mempcpy prototype.
7368
7369 2007-01-26  Bruno Haible  <bruno@clisp.org>
7370
7371         Small optimization.
7372         * lib/javacomp.c: Include c-strstr.h.
7373          (is_envjavac_gcj): Use c_strstr instead of strstr.
7374         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
7375
7376 2007-01-26  Bruno Haible  <bruno@clisp.org>
7377
7378         * MODULES.html.sh (Unicode string functions): Add the new modules.
7379
7380         * modules/uniconv/u32-strconv-to-locale: New file.
7381         * lib/uniconv/u32-strconv-to-locale.c: New file.
7382
7383         * modules/uniconv/u16-strconv-to-locale: New file.
7384         * lib/uniconv/u16-strconv-to-locale.c: New file.
7385
7386         * modules/uniconv/u8-strconv-to-locale: New file.
7387         * lib/uniconv/u8-strconv-to-locale.c: New file.
7388
7389         * modules/uniconv/u32-strconv-from-locale: New file.
7390         * lib/uniconv/u32-strconv-from-locale.c: New file.
7391
7392         * modules/uniconv/u16-strconv-from-locale: New file.
7393         * lib/uniconv/u16-strconv-from-locale.c: New file.
7394
7395         * modules/uniconv/u8-strconv-from-locale: New file.
7396         * lib/uniconv/u8-strconv-from-locale.c: New file.
7397
7398         * modules/uniconv/u32-strconv-to-enc: New file.
7399         * lib/uniconv/u32-strconv-to-enc.c: New file.
7400         * modules/uniconv/u32-strconv-to-enc-tests: New file.
7401         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
7402
7403         * modules/uniconv/u16-strconv-to-enc: New file.
7404         * lib/uniconv/u16-strconv-to-enc.c: New file.
7405         * lib/uniconv/u-strconv-to-enc.h: New file.
7406         * modules/uniconv/u16-strconv-to-enc-tests: New file.
7407         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
7408
7409         * modules/uniconv/u8-strconv-to-enc: New file.
7410         * lib/uniconv/u8-strconv-to-enc.c: New file.
7411         * modules/uniconv/u8-strconv-to-enc-tests: New file.
7412         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
7413
7414         * modules/uniconv/u32-strconv-from-enc: New file.
7415         * lib/uniconv/u32-strconv-from-enc.c: New file.
7416         * modules/uniconv/u32-strconv-from-enc-tests: New file.
7417         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
7418
7419         * modules/uniconv/u16-strconv-from-enc: New file.
7420         * lib/uniconv/u16-strconv-from-enc.c: New file.
7421         * modules/uniconv/u16-strconv-from-enc-tests: New file.
7422         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
7423
7424         * modules/uniconv/u8-strconv-from-enc: New file.
7425         * lib/uniconv/u8-strconv-from-enc.c: New file.
7426         * lib/uniconv/u-strconv-from-enc.h: New file.
7427         * modules/uniconv/u8-strconv-from-enc-tests: New file.
7428         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
7429
7430         * modules/uniconv/u32-conv-from-enc: New file.
7431         * lib/uniconv/u32-conv-from-enc.c: New file.
7432         * modules/uniconv/u32-conv-from-enc-tests: New file.
7433         * tests/uniconv/test-u32-conv-from-enc.c: New file.
7434
7435         * modules/uniconv/u16-conv-from-enc: New file.
7436         * lib/uniconv/u16-conv-from-enc.c: New file.
7437         * lib/uniconv/u-conv-from-enc.h: New file.
7438         * modules/uniconv/u16-conv-from-enc-tests: New file.
7439         * tests/uniconv/test-u16-conv-from-enc.c: New file.
7440
7441         * modules/uniconv/u8-conv-from-enc: New file.
7442         * lib/uniconv/u8-conv-from-enc.c: New file.
7443         * modules/uniconv/u8-conv-from-enc-tests: New file.
7444         * tests/uniconv/test-u8-conv-from-enc.c: New file.
7445
7446         * modules/uniconv/base: New file.
7447         * lib/uniconv.h: New file.
7448
7449 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
7450
7451         * doc/gnulib-tool.texi (Initial import): Update to match current
7452         behavior with strdup module.
7453         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
7454         * lib/memmem.h: Remove; all uses removed.  This is now done
7455         by <string.h>.
7456         * lib/mempcpy.h: Likewise.
7457         * lib/memrchr.h: Likewise.
7458         * lib/stpcpy.h: Likewise.
7459         * lib/stpncpy.h: Likewise.
7460         * lib/strcase.h: Likewise.
7461         * lib/strchrnul.h: Likewise.
7462         * lib/strdup.h: Likewise.
7463         * lib/strndup.h: Likewise.
7464         * lib/strnlen.h: Likewise.
7465         * lib/strpbrk.h: Likewise.
7466         * lib/strsep.h: Likewise.
7467         * lib/strstr.h: Likewise.
7468         * lib/strtok_r.h: Likewise.
7469         * lib/string_.h: New file.
7470         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
7471         Rely on <string.h> instead.
7472         * lib/canon-host.c: Likewise.
7473         * lib/chdir-long.c: Likewise.
7474         * lib/concatpath.c: Likewise.
7475         * lib/exclude.c: Likewise.
7476         * lib/fchdir.c: Likewise.
7477         * lib/getaddrinfo.c: Likewise.
7478         * lib/getcwd.c: Likewise.
7479         * lib/getsubopt.c: Likewise.
7480         * lib/glob.c: Likewise.
7481         * lib/hard-locale.c: Likewise.
7482         * lib/iconvme.c: Likewise.
7483         * lib/javacomp.c: Likewise.
7484         * lib/mempcpy.c: Likewise.
7485         * lib/memrchr.c: Likewise.
7486         * lib/regex_internal.h: Likewise.
7487         * lib/stpncpy.c: Likewise.
7488         * lib/strcasecmp.c: Likewise.
7489         * lib/strchrnul.c: Likewise.
7490         * lib/strdup.c: Likewise.
7491         * lib/striconv.c: Likewise.
7492         * lib/striconveh.c: Likewise.
7493         * lib/striconveha.c: Likewise.
7494         * lib/strncasecmp.c: Likewise.
7495         * lib/strndup.c: Likewise.
7496         * lib/strnlen.c: Likewise.
7497         * lib/strsep.c: Likewise.
7498         * lib/strstr.c: Likewise.
7499         * lib/strtok_r.c: Likewise.
7500         * lib/userspec.c: Likewise.
7501         * lib/w32spawn.h: Likewise.
7502         * lib/xstrndup.c: Likewise.
7503         * lib/mountlist.c (strstr): Remove decl.
7504         * m4/string_h.m4: New file.
7505         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
7506         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
7507         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
7508         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
7509         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
7510         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
7511         Set REPLACE_STRCASECMP if necessary.
7512         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
7513         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
7514         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
7515         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
7516         HAVE_DECL_STRDUP if necessary.
7517         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
7518         since gl_FUNC_STRNDUP does that now.
7519         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
7520         Check for decl here...
7521         (gl_PREREQ_STRNLEN): ... not here.
7522         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
7523         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
7524         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
7525         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
7526         necessary.
7527         * modules/string: New file.
7528         * modules/memmem (Files): Remove special-purpose include file.
7529         (Depends-on): Add string.
7530         (Include): Include <string.h>, not the removed file.
7531         * modules/mempcpy: Likewise.
7532         * modules/memrchr: Likewise.
7533         * modules/stpcpy: Likewise.
7534         * modules/stpncpy: Likewise.
7535         * modules/strcase: Likewise.
7536         * modules/strchrnul: Likewise.
7537         * modules/strdup: Likewise.
7538         * modules/strndup: Likewise.
7539         * modules/strnlen: Likewise.
7540         * modules/strpbrk: Likewise.
7541         * modules/strsep: Likewise.
7542         * modules/strstr: Likewise.
7543         * modules/strtok_r: Likewise.
7544         * tests/test-dirname.c: Don't include "strdup.h", since
7545         <string.h> now suffices.
7546         * tests/test-memmem.c: Don't include "memmem.h", since
7547         <string.h> now suffices.
7548
7549 2007-01-25  Bruno Haible  <bruno@clisp.org>
7550
7551         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
7552         *resultp is 0.
7553
7554         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
7555         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
7556         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
7557         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
7558
7559         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
7560         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
7561         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
7562         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
7563         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
7564         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
7565
7566 2007-01-24  Bruno Haible  <bruno@clisp.org>
7567
7568         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
7569         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
7570         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
7571         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
7572         gl_FUNC_FTS_CORE.
7573         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
7574         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
7575         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
7576         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
7577         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
7578         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
7579         gl_FUNC_FCHOWNAT.
7580         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
7581         gl_FUNC_STRFTIME.
7582         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
7583         Reported by Ralf Wildenhues.
7584
7585 2007-01-24  Bruno Haible  <bruno@clisp.org>
7586
7587         Drop AC_REQUIRE calls that are redundant with the module dependencies.
7588         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
7589         gl_GETADDRINFO.
7590         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
7591         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
7592         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
7593
7594 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
7595
7596         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
7597         Don't use 'exit'; just return from 'main'.
7598         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
7599
7600         * lib/fnmatch_.h: Readjust white space and comments to match
7601         glibc, to avoid spurious diffs.
7602
7603 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7604
7605         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
7606         2004-12-01 change by Jakub Jelinek, since this code won't compile
7607         if !LIBC.  Problem reported by Bob Proulx.
7608
7609 2007-01-23  Bruno Haible  <bruno@clisp.org>
7610
7611         * lib/striconveh.c: Include c-strcaseeq.h.
7612         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
7613         * modules/striconveh (Depends-on): Add c-strcaseeq.
7614
7615 2007-01-23  Bruno Haible  <bruno@clisp.org>
7616
7617         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
7618
7619         * modules/c-strcaseeq: New file.
7620         * lib/c-strcaseeq.h: New file.
7621
7622         * modules/streq: New file.
7623         * lib/streq.h: New file.
7624
7625 2007-01-23  Bruno Haible  <bruno@clisp.org>
7626
7627         * modules/striconveha-tests: New file.
7628         * tests/test-striconveha.c: New file.
7629
7630         * lib/striconveha.h: Include <stdbool.h>.
7631         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
7632         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
7633         (mem_iconveha_notranslit): Renamed from mem_iconveha.
7634         (mem_iconveha): New function.
7635         (str_iconveha_notranslit): Renamed from str_iconveha.
7636         (str_iconveha): New function.
7637         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
7638         c-strcase.
7639
7640 2007-01-23  Bruno Haible  <bruno@clisp.org>
7641
7642         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
7643         encodings without forgiving before trying any encoding with handler.
7644         (str_iconveha): Try all encodings without forgiving before trying any
7645         encoding with handler.
7646
7647 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7648
7649         Import the following changes from libc.
7650
7651         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
7652
7653         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
7654
7655         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
7656
7657         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
7658         normal_bracket label.
7659
7660         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
7661
7662         [BZ #361]
7663         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
7664         to normal_bracket after fetching the next character.
7665
7666 2007-01-22  Bruno Haible  <bruno@clisp.org>
7667
7668         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
7669         argument.
7670         * lib/striconveh.c (iconv_carefully_1): New function.
7671         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
7672         argument.
7673         (str_cd_iconveh): Update.
7674         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
7675         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
7676         * tests/test-striconveh.c (MAGIC): New macro.
7677         (new_offsets): New function.
7678         (main): Test call with and without offsets.
7679
7680 2007-01-22  Bruno Haible  <bruno@clisp.org>
7681
7682         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
7683         * modules/sys_select (Makefile.am): Likewise.
7684         * modules/sys_socket (Makefile.am): Likewise.
7685         * modules/sys_time (Makefile.am): Likewise.
7686
7687 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
7688
7689         * modules/gettimeofday (License): Change from GPL to LGPL, since
7690         gettimeofday is a library function.
7691
7692 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7693
7694         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
7695
7696 2007-01-21  Bruno Haible  <bruno@clisp.org>
7697
7698         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
7699
7700 2007-01-21  Bruno Haible  <bruno@clisp.org>
7701
7702         * modules/striconveha: New file.
7703         * lib/striconveha.h: New file.
7704         * lib/striconveha.c: New file.
7705         * MODULES.html.sh (Internationalization functions): Add striconveha.
7706         * lib/striconv.c (str_iconv): Optimize the case of an empty input
7707         string.
7708         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
7709
7710 2007-01-21  Bruno Haible  <bruno@clisp.org>
7711
7712         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
7713         * lib/striconveh.c (str_iconveh): Likewise.
7714
7715 2007-01-21  Bruno Haible  <bruno@clisp.org>
7716
7717         * lib/striconveh.h (mem_iconveh): New declaration.
7718         * lib/striconveh.c (mem_iconveh): New function.
7719         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
7720
7721 2007-01-21  Bruno Haible  <bruno@clisp.org>
7722
7723         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
7724
7725         * lib/striconveh.h (mem_cd_iconveh): Change specification.
7726         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
7727         original result buffer.
7728         (str_cd_iconveh): Update.
7729         * tests/test-striconveh.c (main): Update.
7730
7731         * lib/striconv.h (mem_cd_iconv): Change specification.
7732         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
7733         result buffer.
7734         (str_cd_iconv): Update.
7735         * tests/test-striconv.c (main): Update.
7736
7737 2007-01-21  Bruno Haible  <bruno@clisp.org>
7738
7739         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
7740
7741 2007-01-20  Jim Meyering  <jim@meyering.net>
7742
7743         * lib/userspec.c (parse_with_separator): If a user or group string
7744         starts with "+", skip the corresponding name-to-ID look-up, since
7745         such a look-up must fail: user and group names may not include "+".
7746
7747 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
7748
7749         * lib/poll.c: Include sys/time.h and time.h unconditionally,
7750         since we now assume the sys_time module.
7751         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
7752         check for sys/time.h; no longer needed.
7753         * modules/poll (Depends-on): Depend on sys_time.
7754
7755 2007-01-18  Bruno Haible  <bruno@clisp.org>
7756
7757         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
7758         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
7759
7760         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
7761         gettimeofday.
7762
7763         * tests/test-gettimeofday.c: Include <time.h>.
7764         (dummy): Remove variable.
7765
7766         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
7767         gl_HEADER_SYS_TIME_H.
7768         (gl_HEADER_SYS_TIME_H): New macro.
7769
7770         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
7771         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7772         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
7773         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
7774         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7775         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
7776         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
7777         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7778         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
7779         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
7780         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7781
7782         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
7783         last change; it caused a compilation error when cross-compiling to
7784         Cygwin.
7785
7786 2007-01-18  Jim Meyering  <jim@meyering.net>
7787
7788         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
7789         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
7790         than the race-prone "test -d sys || mkdir sys".
7791         (configure.ac): Use AC_PROG_MKDIR_P.
7792         * modules/sys_select: Likewise.
7793         * modules/sys_socket: Likewise.
7794         * modules/sys_time: Likewise.
7795
7796 2007-01-18  Eric Blake  <ebb9@byu.net>
7797
7798         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
7799         replace gettimeofday.
7800         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
7801         name, to avoid infinite recursion.
7802
7803 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
7804
7805         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
7806         module sys_time.
7807         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
7808         assume timespec.h defines struct timeval.
7809         * lib/settime.c: Likewise.
7810         * lib/utimens.c: Likewise.
7811         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
7812         since we now assume the gettimeofday module.
7813         * lib/tempname.c (__gen_tempname): Likewise.
7814         * lib/gettimeofday.h: Remove.
7815         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
7816         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
7817         Include <time.h>, for 'time()'.
7818         (localtime_buffer_addr): Also use this workaround if
7819         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
7820         to simplify the uses.  All uses changed.
7821         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
7822         that #undef is inside {}, and 'const' follows type name consistently.
7823         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
7824         (gettimeofday): Do not use the maximum possible value for
7825         tv->tv_usec, since that might break usages other than ls.c.
7826         Instead, we'll leave ls.c alone.  This undoes today's patch
7827         by Bruno.  Add a compile-time warning for 1s-clock resolution;
7828         we've never observed the problem but might as well keep the
7829         canary.
7830         * lib/nanosleep.c: Include timespec.h first, for interface check.
7831         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
7832         now assume the sys_time module.
7833         * lib/tempname.c: Likewise.
7834         * lib/timespec.h: Likewise.
7835         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
7836         needed.
7837         * lib/strftime.c: Likewise.
7838         * lib/timespec.h: Likewise.
7839         * lib/posixtm.c: Include posixtm.h first, for interface check.
7840         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
7841         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
7842         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
7843         * lib/sys_time_.h: New file.
7844         * lib/timespec.h (struct timespec): Use long int, not long.
7845         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
7846         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
7847         Remove obsolescent call to AC_HEADER_TIME.
7848         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
7849         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7850         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
7851         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
7852         Likewise.
7853         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
7854         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
7855         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
7856         into the sys_time module.  Check for gettimeofday just once.
7857         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
7858         for gettimeofday signature to just check the signature.  Merely
7859         compile it, since linking doesn't test signature.  Improve test for
7860         whether gettimeofday.o is actually needed.
7861         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
7862         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
7863         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
7864         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7865         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
7866         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
7867         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
7868         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
7869         than worrying about sys/time.h.
7870         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7871         Don't bother worrying about TIME_WITH_SYS_TIME.
7872         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
7873         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
7874         * m4/sys_time_h.m4: New file.
7875         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
7876         Don't include sys/time.h.  Return from main rather than exiting.
7877         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
7878         all uses changed.
7879         * modules/gethrxtime (Depends-on): Add sys_time.
7880         * modules/gettime (Depends-on): Likewise.
7881         * modules/gettimeofday (Depends-on): Likewise.
7882         * modules/nanosleep (Depends-on): Likewise.
7883         * modules/settime (Depends-on): Likewise.
7884         * modules/tempname (Depends-on): Likewise.
7885         * modules/utimens (Depends-on): Likewise.
7886         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
7887         (Include:) Change back to <sys/time.h>.
7888         (Maintainer:) Add self.
7889         * modules/sys_time: New file.
7890         * modules/tempname (Depends-on): Add gettimeofday.
7891         * tests/test-gettimeofday.c: Include <sys/time.h>
7892         rather than gettimeofday.h.
7893
7894 2007-01-17  Bruno Haible  <bruno@clisp.org>
7895
7896         * gnulib-tool (func_get_license): Revert last patch. Instead, let
7897         the license default to GPL.
7898         (func_create_testdir): Don't complain if a module is LGPL and its
7899         tests module depends on GPLed modules.
7900
7901 2007-01-17  Bruno Haible  <bruno@clisp.org>
7902
7903         * lib/gettimeofday.c (gettimeofday): Add code for the case
7904         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
7905         maximum possible value for tv->tv_usec, rather than the minimum one.
7906
7907 2005-10-08  Martin Lambers  <marlam@marlam.de>
7908 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7909 2007-01-16  Bruno Haible  <bruno@clisp.org>
7910
7911         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
7912         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
7913         gl_FUNC_GETTIMEOFDAY.
7914         (Include): Add gettimeofday.h.
7915         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
7916         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
7917         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
7918         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
7919         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
7920         * lib/gettimeofday.h: New file.
7921         * lib/gettimeofday.c: Include <sys/timeb.h>.
7922         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
7923         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7924         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
7925         fall back on time().
7926
7927         * tests/test-gettimeofday.c: New file.
7928         * modules/gettimeofday-tests: New file.
7929
7930 2007-01-16  Eric Blake  <ebb9@byu.net>
7931
7932         * modules/fnmatch (Depends-on): Depend on wchar.
7933         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
7934         * m4/fnmatch.m4: Likewise.
7935         * modules/mbchar (Makefile.am): Assume <wchar.h>.
7936         * m4/mbchar.m4: Likewise.
7937         * modules/mbswidth (Depends-on): Depend on wchar.
7938         * lib/mbswidth.c: Assume <wchar.h>.
7939         * m4/mbswidth.m4: Likewise.
7940         * modules/quotearg (Depends-on): Depend on wchar.
7941         * lib/quotearg.c: Assume <wchar.h>.
7942         * m4/quotearg.m4: Likewise.
7943         * modules/regex (Depends-on): Depend on wchar.
7944         * lib/regex_internal.h: Assume <wchar.h>.
7945         * m4/regex.m4: Likewise.
7946         * modules/stdint (Depends-on): Depend on wchar.
7947         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
7948         * m4/stdint.m4: Likewise.
7949         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
7950         * modules/strftime (Depends-on): Depend on wchar.
7951         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
7952         * modules/strtol (Depends-on): Depend on wchar.
7953         * lib/strtol.c: Assume <wchar.h>.
7954         * modules/wcwidth (Depends-on): Depend on wchar.
7955         * lib/wcwidth.h: Assume <wchar.h>.
7956         * m4/wcwidth.m4: Likewise.
7957
7958 2007-01-16  Bruno Haible  <bruno@clisp.org>
7959
7960         * modules/csharpexec-script: New, created from...
7961         * modules/csharpexec: ... this.
7962
7963 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
7964
7965         * modules/javaexec-script: New, created from...
7966         * modules/javaexec: ... this.
7967
7968 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7969
7970         * modules/poll (Dependencies): Add sys_select.
7971
7972 2007-01-15  Jim Meyering  <jim@meyering.net>
7973
7974         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
7975         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
7976         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
7977         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
7978
7979 2007-01-15  Bruno Haible  <bruno@clisp.org>
7980
7981         * modules/striconveh: New file.
7982         * lib/striconveh.h: New file.
7983         * lib/striconveh.c: New file.
7984         * MODULES.html.sh (Internationalization functions): Add striconveh.
7985
7986         * modules/striconveh-tests: New file.
7987         * tests/test-striconveh.c: New file.
7988
7989 2007-01-15  Bruno Haible  <bruno@clisp.org>
7990
7991         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
7992         not from GNU libiconv or GNU libc.
7993
7994 2007-01-15  Bruno Haible  <bruno@clisp.org>
7995
7996         * doc/gnulib-intro.texi (Copyright): Explain the different license
7997         terms for module descriptions, autoconf macros, tests, documentation.
7998
7999 2007-01-14  Bruno Haible  <bruno@clisp.org>
8000
8001         * modules/striconv-tests: New file.
8002         * tests/test-striconv.c: New file.
8003
8004 2007-01-14  Bruno Haible  <bruno@clisp.org>
8005
8006         * modules/iconv-tests: New file.
8007         * tests/test-iconv.c: New file.
8008
8009 2007-01-14  Bruno Haible  <bruno@clisp.org>
8010
8011         * gnulib-tool (func_get_license): For test modules, use the license of
8012         the main module.
8013
8014 2007-01-14  Bruno Haible  <bruno@clisp.org>
8015
8016         * modules/iconv (Include): Clarify that <iconv.h> can only be included
8017         if iconv is found to exist.
8018
8019 2007-01-14  Bruno Haible  <bruno@clisp.org>
8020
8021         * modules/c-ctype-tests: New file.
8022         * tests/test-c-ctype.c: New file.
8023
8024 2007-01-14  Bruno Haible  <bruno@clisp.org>
8025
8026         * modules/binary-io-tests: New file.
8027         * tests/test-binary-io.sh: New file.
8028         * tests/test-binary-io.c: New file.
8029
8030 2007-01-14  Bruno Haible  <bruno@clisp.org>
8031
8032         * modules/array-oset-tests: New file.
8033         * tests/test-array_oset.c: New file.
8034
8035 2007-01-14  Bruno Haible  <bruno@clisp.org>
8036
8037         * modules/array-list-tests: New file.
8038         * tests/test-array_list.c: New file.
8039
8040 2007-01-14  Bruno Haible  <bruno@clisp.org>
8041
8042         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
8043         and make.
8044         Reported by Simon Josefsson in
8045         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
8046
8047 2007-01-14  Bruno Haible  <bruno@clisp.org>
8048
8049         * modules/allocsa-tests: New file.
8050         * tests/test-allocsa.c: New file.
8051
8052 2007-01-14  Bruno Haible  <bruno@clisp.org>
8053
8054         * modules/fchdir (Depends-on): Add absolute-header.
8055         * modules/unistd (Depends-on): Likewise.
8056
8057 2006-12-30  Bruno Haible  <bruno@clisp.org>
8058
8059         * modules/fchdir: New file.
8060         * modules/unistd (Files): Add lib/unistd_.h.
8061         (Makefile.am): Generate unistd.h from unistd_.h.
8062         * lib/fchdir.c: New file.
8063         * lib/dirent_.h: New file.
8064         * lib/unistd_.h: New file.
8065         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
8066         * m4/fchdir.m4: New file.
8067         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
8068         (gl_HEADER_UNISTD): Invoke it.
8069         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
8070         function.
8071         * lib/backupfile.c (opendir, closedir): Undefine.
8072         * lib/chown.c (open, close): Undefine.
8073         * lib/clean-temp.c (open, close): Undefine.
8074         * lib/copy-file.c (open, close): Undefine.
8075         * lib/execute.c (open, close): Undefine.
8076         * lib/fsusage.c (open, close): Undefine.
8077         * lib/gc-gnulib.c (open, close): Undefine.
8078         * lib/getcwd.c (opendir, closedir): Undefine.
8079         * lib/glob.c (opendir, closedir): Undefine.
8080         * lib/javacomp.c (open, close): Undefine.
8081         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
8082         * lib/openat-proc.c (open, close): Undefine.
8083         * lib/pagealign_alloc.c (open, close): Undefine.
8084         * lib/pipe.c (open, close): Undefine.
8085         * lib/progreloc.c (open, close): Undefine.
8086         * lib/savedir.c (opendir, closedir): Undefine.
8087         * lib/utime.c (open, close): Undefine.
8088         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
8089
8090 2007-01-10  Bruno Haible  <bruno@clisp.org>
8091
8092         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
8093
8094 2007-01-12  Eric Blake  <ebb9@byu.net>
8095
8096         Provide a robust <wchar.h>.  Further simplifications are now
8097         possible in other modules, but not included here.
8098         * modules/wchar: New module.
8099         * m4/wchar.m4: New file.
8100         * lib/wchar_.h: Likewise.
8101         * modules/mbchar (Depends-on): Depend on wchar, as the first use
8102         of the new module.
8103         * MODULES.html.sh (Extended multibyte and wide character utilities):
8104         New section.
8105
8106 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
8107
8108         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
8109         to a reasonable default for memory allocation.
8110         (xreadlink): Don't allocate a huge buffer, to work around a buggy
8111         file system that reports garbage st_size values for symlinks.
8112         Problem reported by Liyang Hu.
8113
8114 2007-01-11  Simon Josefsson  <simon@josefsson.org>
8115
8116         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
8117         Emacs .#* auto-save files).
8118
8119 2007-01-11  Bruno Haible  <bruno@clisp.org>
8120
8121         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
8122         directory.
8123
8124 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8125
8126         Use @...@ consistently in lib/wctype_.h.
8127         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
8128         on it being set to 1 or 0.
8129         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
8130         go back to AC_SUBSTing it.
8131         * modules/wctype (Makefile.am): Undo previous change.
8132
8133 2007-01-10  Eric Blake  <ebb9@byu.net>
8134
8135         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
8136         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
8137         * modules/wctype (Makefile.am): Likewise.
8138         Reported by Chris McGuire.
8139
8140 2007-01-10  Jim Meyering  <jim@meyering.net>
8141
8142         fts.c: a small readability/maintainability improvement
8143         * lib/fts.c (fts_read): Make this code slightly more readable and
8144         maintainable by hoisting the "sp->fts_cur = p" assignments to
8145         immediately follow the statements that set P.  Derived from
8146         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
8147
8148 2007-01-10  Eric Blake  <ebb9@byu.net>
8149
8150         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
8151         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
8152         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
8153         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
8154         Reported by Chris McGuire.
8155
8156 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8157
8158         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
8159         in sed script.
8160
8161 2007-01-09  Bruno Haible  <bruno@clisp.org>
8162
8163         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
8164         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
8165         variables.
8166         (func_module): Use them.
8167
8168 2007-01-09  Bruno Haible  <bruno@clisp.org>
8169
8170         * modules/unistr/base: New file.
8171         * lib/unistr.h: New file.
8172
8173         * modules/unistr/u8-to-u16: New file.
8174         * lib/unistr/u8-to-u16.c: New file.
8175
8176         * modules/unistr/u8-to-u32: New file.
8177         * lib/unistr/u8-to-u32.c: New file.
8178
8179         * modules/unistr/u16-to-u8: New file.
8180         * lib/unistr/u16-to-u8.c: New file.
8181
8182         * modules/unistr/u16-to-u32: New file.
8183         * lib/unistr/u16-to-u32.c: New file.
8184
8185         * modules/unistr/u32-to-u8: New file.
8186         * lib/unistr/u32-to-u8.c: New file.
8187
8188         * modules/unistr/u32-to-u16: New file.
8189         * lib/unistr/u32-to-u16.c: New file.
8190
8191         * modules/unistr/u8-check: New file.
8192         * modules/unistr/u16-check: New file.
8193         * modules/unistr/u32-check: New file.
8194         * lib/unistr/u8-check.c: New file.
8195         * lib/unistr/u16-check.c: New file.
8196         * lib/unistr/u32-check.c: New file.
8197
8198         * modules/unistr/u8-chr: New file.
8199         * modules/unistr/u16-chr: New file.
8200         * modules/unistr/u32-chr: New file.
8201         * lib/unistr/u8-chr.c: New file.
8202         * lib/unistr/u16-chr.c: New file.
8203         * lib/unistr/u32-chr.c: New file.
8204
8205         * modules/unistr/u8-cmp: New file.
8206         * modules/unistr/u16-cmp: New file.
8207         * modules/unistr/u32-cmp: New file.
8208         * lib/unistr/u8-cmp.c: New file.
8209         * lib/unistr/u16-cmp.c: New file.
8210         * lib/unistr/u32-cmp.c: New file.
8211
8212         * modules/unistr/u8-cpy: New file.
8213         * modules/unistr/u16-cpy: New file.
8214         * modules/unistr/u32-cpy: New file.
8215         * lib/unistr/u8-cpy.c: New file.
8216         * lib/unistr/u16-cpy.c: New file.
8217         * lib/unistr/u32-cpy.c: New file.
8218         * lib/unistr/u-cpy.h: New file.
8219
8220         * modules/unistr/u8-cpy-alloc: New file.
8221         * modules/unistr/u16-cpy-alloc: New file.
8222         * modules/unistr/u32-cpy-alloc: New file.
8223         * lib/unistr/u8-cpy-alloc.c: New file.
8224         * lib/unistr/u16-cpy-alloc.c: New file.
8225         * lib/unistr/u32-cpy-alloc.c: New file.
8226         * lib/unistr/u-cpy-alloc.h: New file.
8227
8228         * modules/unistr/u8-endswith: New file.
8229         * modules/unistr/u16-endswith: New file.
8230         * modules/unistr/u32-endswith: New file.
8231         * lib/unistr/u8-endswith.c: New file.
8232         * lib/unistr/u16-endswith.c: New file.
8233         * lib/unistr/u32-endswith.c: New file.
8234         * lib/unistr/u-endswith.h: New file.
8235
8236         * modules/unistr/u8-mblen: New file.
8237         * modules/unistr/u16-mblen: New file.
8238         * modules/unistr/u32-mblen: New file.
8239         * lib/unistr/u8-mblen.c: New file.
8240         * lib/unistr/u16-mblen.c: New file.
8241         * lib/unistr/u32-mblen.c: New file.
8242
8243         * modules/unistr/u8-mbtouc: New file.
8244         * modules/unistr/u16-mbtouc: New file.
8245         * modules/unistr/u32-mbtouc: New file.
8246         * lib/unistr/u8-mbtouc.c: New file.
8247         * lib/unistr/u16-mbtouc.c: New file.
8248         * lib/unistr/u32-mbtouc.c: New file.
8249
8250         * modules/unistr/u8-mbtouc-safe: New file.
8251         * modules/unistr/u16-mbtouc-safe: New file.
8252         * modules/unistr/u32-mbtouc-safe: New file.
8253         * lib/unistr/u8-mbtouc-safe.c: New file.
8254         * lib/unistr/u16-mbtouc-safe.c: New file.
8255         * lib/unistr/u32-mbtouc-safe.c: New file.
8256
8257         * modules/unistr/u8-move: New file.
8258         * modules/unistr/u16-move: New file.
8259         * modules/unistr/u32-move: New file.
8260         * lib/unistr/u8-move.c: New file.
8261         * lib/unistr/u16-move.c: New file.
8262         * lib/unistr/u32-move.c: New file.
8263         * lib/unistr/u-move.h: New file.
8264
8265         * modules/unistr/u8-next: New file.
8266         * modules/unistr/u16-next: New file.
8267         * modules/unistr/u32-next: New file.
8268         * lib/unistr/u8-next.c: New file.
8269         * lib/unistr/u16-next.c: New file.
8270         * lib/unistr/u32-next.c: New file.
8271
8272         * modules/unistr/u8-prev: New file.
8273         * modules/unistr/u16-prev: New file.
8274         * modules/unistr/u32-prev: New file.
8275         * lib/unistr/u8-prev.c: New file.
8276         * lib/unistr/u16-prev.c: New file.
8277         * lib/unistr/u32-prev.c: New file.
8278
8279         * modules/unistr/u8-set: New file.
8280         * modules/unistr/u16-set: New file.
8281         * modules/unistr/u32-set: New file.
8282         * lib/unistr/u8-set.c: New file.
8283         * lib/unistr/u16-set.c: New file.
8284         * lib/unistr/u32-set.c: New file.
8285         * lib/unistr/u-set.h: New file.
8286
8287         * modules/unistr/u8-startswith: New file.
8288         * modules/unistr/u16-startswith: New file.
8289         * modules/unistr/u32-startswith: New file.
8290         * lib/unistr/u8-startswith.c: New file.
8291         * lib/unistr/u16-startswith.c: New file.
8292         * lib/unistr/u32-startswith.c: New file.
8293         * lib/unistr/u-startswith.h: New file.
8294
8295         * modules/unistr/u8-stpcpy: New file.
8296         * modules/unistr/u16-stpcpy: New file.
8297         * modules/unistr/u32-stpcpy: New file.
8298         * lib/unistr/u8-stpcpy.c: New file.
8299         * lib/unistr/u16-stpcpy.c: New file.
8300         * lib/unistr/u32-stpcpy.c: New file.
8301         * lib/unistr/u-stpcpy.h: New file.
8302
8303         * modules/unistr/u8-stpncpy: New file.
8304         * modules/unistr/u16-stpncpy: New file.
8305         * modules/unistr/u32-stpncpy: New file.
8306         * lib/unistr/u8-stpncpy.c: New file.
8307         * lib/unistr/u16-stpncpy.c: New file.
8308         * lib/unistr/u32-stpncpy.c: New file.
8309         * lib/unistr/u-stpncpy.h: New file.
8310
8311         * modules/unistr/u8-strcat: New file.
8312         * modules/unistr/u16-strcat: New file.
8313         * modules/unistr/u32-strcat: New file.
8314         * lib/unistr/u8-strcat.c: New file.
8315         * lib/unistr/u16-strcat.c: New file.
8316         * lib/unistr/u32-strcat.c: New file.
8317         * lib/unistr/u-strcat.h: New file.
8318
8319         * modules/unistr/u8-strchr: New file.
8320         * modules/unistr/u16-strchr: New file.
8321         * modules/unistr/u32-strchr: New file.
8322         * lib/unistr/u8-strchr.c: New file.
8323         * lib/unistr/u16-strchr.c: New file.
8324         * lib/unistr/u32-strchr.c: New file.
8325
8326         * modules/unistr/u8-strcmp: New file.
8327         * modules/unistr/u16-strcmp: New file.
8328         * modules/unistr/u32-strcmp: New file.
8329         * lib/unistr/u8-strcmp.c: New file.
8330         * lib/unistr/u16-strcmp.c: New file.
8331         * lib/unistr/u32-strcmp.c: New file.
8332
8333         * modules/unistr/u8-strcpy: New file.
8334         * modules/unistr/u16-strcpy: New file.
8335         * modules/unistr/u32-strcpy: New file.
8336         * lib/unistr/u8-strcpy.c: New file.
8337         * lib/unistr/u16-strcpy.c: New file.
8338         * lib/unistr/u32-strcpy.c: New file.
8339         * lib/unistr/u-strcpy.h: New file.
8340
8341         * modules/unistr/u8-strcspn: New file.
8342         * modules/unistr/u16-strcspn: New file.
8343         * modules/unistr/u32-strcspn: New file.
8344         * lib/unistr/u8-strcspn.c: New file.
8345         * lib/unistr/u16-strcspn.c: New file.
8346         * lib/unistr/u32-strcspn.c: New file.
8347         * lib/unistr/u-strcspn.h: New file.
8348
8349         * modules/unistr/u8-strdup: New file.
8350         * modules/unistr/u16-strdup: New file.
8351         * modules/unistr/u32-strdup: New file.
8352         * lib/unistr/u8-strdup.c: New file.
8353         * lib/unistr/u16-strdup.c: New file.
8354         * lib/unistr/u32-strdup.c: New file.
8355         * lib/unistr/u-strdup.h: New file.
8356
8357         * modules/unistr/u8-strlen: New file.
8358         * modules/unistr/u16-strlen: New file.
8359         * modules/unistr/u32-strlen: New file.
8360         * lib/unistr/u8-strlen.c: New file.
8361         * lib/unistr/u16-strlen.c: New file.
8362         * lib/unistr/u32-strlen.c: New file.
8363         * lib/unistr/u-strlen.h: New file.
8364
8365         * modules/unistr/u8-strmblen: New file.
8366         * modules/unistr/u16-strmblen: New file.
8367         * modules/unistr/u32-strmblen: New file.
8368         * lib/unistr/u8-strmblen.c: New file.
8369         * lib/unistr/u16-strmblen.c: New file.
8370         * lib/unistr/u32-strmblen.c: New file.
8371
8372         * modules/unistr/u8-strmbtouc: New file.
8373         * modules/unistr/u16-strmbtouc: New file.
8374         * modules/unistr/u32-strmbtouc: New file.
8375         * lib/unistr/u8-strmbtouc.c: New file.
8376         * lib/unistr/u16-strmbtouc.c: New file.
8377         * lib/unistr/u32-strmbtouc.c: New file.
8378
8379         * modules/unistr/u8-strncat: New file.
8380         * modules/unistr/u16-strncat: New file.
8381         * modules/unistr/u32-strncat: New file.
8382         * lib/unistr/u8-strncat.c: New file.
8383         * lib/unistr/u16-strncat.c: New file.
8384         * lib/unistr/u32-strncat.c: New file.
8385         * lib/unistr/u-strncat.h: New file.
8386
8387         * modules/unistr/u8-strncmp: New file.
8388         * modules/unistr/u16-strncmp: New file.
8389         * modules/unistr/u32-strncmp: New file.
8390         * lib/unistr/u8-strncmp.c: New file.
8391         * lib/unistr/u16-strncmp.c: New file.
8392         * lib/unistr/u32-strncmp.c: New file.
8393
8394         * modules/unistr/u8-strncpy: New file.
8395         * modules/unistr/u16-strncpy: New file.
8396         * modules/unistr/u32-strncpy: New file.
8397         * lib/unistr/u8-strncpy.c: New file.
8398         * lib/unistr/u16-strncpy.c: New file.
8399         * lib/unistr/u32-strncpy.c: New file.
8400         * lib/unistr/u-strncpy.h: New file.
8401
8402         * modules/unistr/u8-strnlen: New file.
8403         * modules/unistr/u16-strnlen: New file.
8404         * modules/unistr/u32-strnlen: New file.
8405         * lib/unistr/u8-strnlen.c: New file.
8406         * lib/unistr/u16-strnlen.c: New file.
8407         * lib/unistr/u32-strnlen.c: New file.
8408         * lib/unistr/u-strnlen.h: New file.
8409
8410         * modules/unistr/u8-strpbrk: New file.
8411         * modules/unistr/u16-strpbrk: New file.
8412         * modules/unistr/u32-strpbrk: New file.
8413         * lib/unistr/u8-strpbrk.c: New file.
8414         * lib/unistr/u16-strpbrk.c: New file.
8415         * lib/unistr/u32-strpbrk.c: New file.
8416         * lib/unistr/u-strpbrk.h: New file.
8417
8418         * modules/unistr/u8-strrchr: New file.
8419         * modules/unistr/u16-strrchr: New file.
8420         * modules/unistr/u32-strrchr: New file.
8421         * lib/unistr/u8-strrchr.c: New file.
8422         * lib/unistr/u16-strrchr.c: New file.
8423         * lib/unistr/u32-strrchr.c: New file.
8424
8425         * modules/unistr/u8-strspn: New file.
8426         * modules/unistr/u16-strspn: New file.
8427         * modules/unistr/u32-strspn: New file.
8428         * lib/unistr/u8-strspn.c: New file.
8429         * lib/unistr/u16-strspn.c: New file.
8430         * lib/unistr/u32-strspn.c: New file.
8431         * lib/unistr/u-strspn.h: New file.
8432
8433         * modules/unistr/u8-strstr: New file.
8434         * modules/unistr/u16-strstr: New file.
8435         * modules/unistr/u32-strstr: New file.
8436         * lib/unistr/u8-strstr.c: New file.
8437         * lib/unistr/u16-strstr.c: New file.
8438         * lib/unistr/u32-strstr.c: New file.
8439         * lib/unistr/u-strstr.h: New file.
8440
8441         * modules/unistr/u8-strtok: New file.
8442         * modules/unistr/u16-strtok: New file.
8443         * modules/unistr/u32-strtok: New file.
8444         * lib/unistr/u8-strtok.c: New file.
8445         * lib/unistr/u16-strtok.c: New file.
8446         * lib/unistr/u32-strtok.c: New file.
8447         * lib/unistr/u-strtok.h: New file.
8448
8449         * modules/unistr/u8-uctomb: New file.
8450         * modules/unistr/u16-uctomb: New file.
8451         * modules/unistr/u32-uctomb: New file.
8452         * lib/unistr/u8-uctomb.c: New file.
8453         * lib/unistr/u16-uctomb.c: New file.
8454         * lib/unistr/u32-uctomb.c: New file.
8455
8456         * MODULES.html.sh (Unicode string functions): Add the new modules.
8457
8458 2007-01-08  Bruno Haible  <bruno@clisp.org>
8459
8460         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
8461         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
8462         subdirectories.
8463
8464 2007-01-08  Karl Berry  <karl@gnu.org>
8465
8466         * doc/error.texi: mention that main() fns must set program_name
8467         when progname is used.
8468
8469 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
8470
8471         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
8472         WCTYPE_H is empty, for the benefit of builds from non-distclean
8473         directories.  Problem reported by Eric Blake in
8474         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
8475
8476 2007-01-08  Bruno Haible  <bruno@clisp.org>
8477
8478         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
8479         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
8480         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
8481         PROVIDE_CANONICALIZE_FILENAME_MODE.
8482         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
8483
8484 2007-01-08  Bruno Haible  <bruno@clisp.org>
8485
8486         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
8487         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
8488         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
8489         * lib/fts.c: Likewise.
8490         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
8491
8492 2006-12-25  Bruno Haible  <bruno@clisp.org>
8493
8494         * modules/utf8-ucs4-safe: New file.
8495         * lib/utf8-ucs4-safe.h: New file.
8496         * lib/unistr/utf8-ucs4-safe.c: New file.
8497
8498         * modules/utf16-ucs4-safe: New file.
8499         * lib/utf16-ucs4-safe.h: New file.
8500         * lib/unistr/utf16-ucs4-safe.c: New file.
8501
8502         * MODULES.html.sh (Unicode string functions): Add the new modules.
8503
8504 2007-01-08  Bruno Haible  <bruno@clisp.org>
8505
8506         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
8507         (Depends-on): Add unitypes.
8508         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
8509         (u8_mbtouc_aux): Move out to separate file.
8510         (u8_mbtouc): Use ucs4_t, uint8_t types.
8511         * lib/unistr/utf8-ucs4.c: New file.
8512
8513         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
8514         (Depends-on): Add unitypes.
8515         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
8516         (u16_mbtouc_aux): Move out to separate file.
8517         (u16_mbtouc): Use ucs4_t, uint16_t types.
8518         * lib/unistr/utf16-ucs4.c: New file.
8519
8520         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
8521         (Depends-on): Add unitypes.
8522         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
8523         (u8_uctomb_aux): Move out to separate file.
8524         (u8_uctomb): Use ucs4_t, uint8_t types.
8525         * lib/unistr/ucs4-utf8.c: New file.
8526
8527         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
8528         (Depends-on): Add unitypes.
8529         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
8530         (u16_uctomb_aux): Move out to separate file.
8531         (u16_uctomb): Use ucs4_t, uint16_t types.
8532         * lib/unistr/ucs4-utf16.c: New file.
8533
8534 2006-12-25  Bruno Haible  <bruno@clisp.org>
8535
8536         * modules/unitypes: New file.
8537         * lib/unitypes.h: New file.
8538         * MODULES.html.sh (func_all_modules): New section "Unicode string
8539         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
8540         this section. Add unitypes.
8541
8542 2007-01-08  Bruno Haible  <bruno@clisp.org>
8543
8544         Avoid variable names that conflict with those from libtool.
8545         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
8546         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
8547         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
8548         library_names_spec to acl_library_names_spec, hardcode_* to
8549         acl_hardcode_*.
8550         Reported by Ralf Wildenhues.
8551
8552 2007-01-08  Bruno Haible  <bruno@clisp.org>
8553
8554         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
8555         definition.
8556         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
8557         definition.
8558         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
8559         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
8560         definition.
8561         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
8562         definition.
8563         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
8564         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
8565         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
8566         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
8567         definition.
8568         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
8569         definition.
8570         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
8571         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
8572         GC_USE_<algorithm>.
8573         * lib/gc-libgcrypt.c: Likewise.
8574         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
8575         * modules/gc-arctwo (configure.ac): Likewise.
8576         * modules/gc-des (configure.ac): Likewise.
8577         * modules/gc-hmac-md5 (configure.ac): Likewise.
8578         * modules/gc-hmac-sha1 (configure.ac): Likewise.
8579         * modules/gc-md2 (configure.ac): Likewise.
8580         * modules/gc-md4 (configure.ac): Likewise.
8581         * modules/gc-md5 (configure.ac): Likewise.
8582         * modules/gc-random (configure.ac): Likewise.
8583         * modules/gc-rijndael (configure.ac): Likewise.
8584         * modules/gc-sha1 (configure.ac): Likewise.
8585
8586 2007-01-08  Bruno Haible  <bruno@clisp.org>
8587
8588         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
8589         macro definition.
8590         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
8591         definition.
8592         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
8593         definition.
8594         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
8595         * modules/fcntl-safer (configure.ac): Likewise.
8596         * modules/fopen-safer (configure.ac): Likewise.
8597         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
8598         GNULIB_FWRITEERROR macro definition.
8599
8600 2007-01-08  Bruno Haible  <bruno@clisp.org>
8601
8602         * m4/gnulib-common.m4: New file.
8603         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
8604         (func_get_filelist): Add m4/gnulib-common.m4.
8605
8606 2007-01-08  Bruno Haible  <bruno@clisp.org>
8607
8608         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
8609         command.
8610
8611 2007-01-08  Jim Meyering  <jim@meyering.net>
8612
8613         Use a more robust test for a "can't happen" condition.
8614         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
8615         narrowed the st_size value.  Presuming the "can't happen" condition
8616         is true, that narrowing could conceivably convert an invalid st_size
8617         value into a valid one.  Instead, use a change based on Matthew
8618         Woehlke's original patch.
8619
8620         Slight readability improvement: use an assert-like macro
8621         in place of literal "abort ()" uses.
8622         * lib/fts.c (fts_assert): Define.
8623         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
8624         Use this macro instead of a bare 'abort'.
8625
8626 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
8627
8628         Don't worry about using IRIX 5.3's wctype.h broken definitions;
8629         simply work around them.
8630         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
8631         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
8632         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
8633         declaring.
8634         Don't bother to define as macros, since the standard doesn't require it.
8635         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
8636         longer worry about IRIX 5.3.
8637         (HAVE_WCTYPE_CTMP_BUG): Remove.
8638
8639 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8640
8641         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
8642         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
8643         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
8644         Problems reported by Georg Schwarz for IRIX 5.3.
8645
8646         * gnulib-tool (autoconf_minversion): Take the maximum version number
8647         found, not the minimum.  Problem reported by James Youngman.
8648
8649 2007-01-03  Karl Berry  <karl@gnu.org>
8650
8651         * doc/error.texi: new file, explaining interaction with progname.
8652         * doc/gnulib.texi: include it.  Update copyright.
8653
8654 2007-01-03  Simon Josefsson  <simon@josefsson.org>
8655
8656         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
8657         AC_CANONICAL_HOST, to improve autobuild outputs.
8658
8659 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
8660             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
8661
8662         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
8663         sockets, server sockets, and other file descriptors.  Count errors
8664         to compute the return value.  Reorder the code a bit to be easier
8665         to follow.  Don't set event bits that were not requested (except
8666         POLLERR and POLLHUP).
8667
8668 2007-01-01  Bruno Haible  <bruno@clisp.org>
8669
8670         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
8671
8672 2007-01-03  Jim Meyering  <jim@meyering.net>
8673
8674         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
8675
8676 2007-01-02  Bruno Haible  <bruno@clisp.org>
8677
8678         * modules/settime (Include): Require timespec.h.
8679         * modules/nanosleep (Include): Likewise.
8680
8681 2007-01-01  Bruno Haible  <bruno@clisp.org>
8682
8683         * gnulib-tool (func_emit_copyright_notice): Bump year.
8684         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
8685
8686 2007-01-01  Bruno Haible  <bruno@clisp.org>
8687
8688         Improve support for OpenBSD.
8689         * build-aux/config.rpath (libname_spec): Export.
8690         (library_names_spec): New variable. Export.
8691         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
8692         library_names_spec from the config.rpath output. Locate shared library
8693         through the name pattern in library_names_spec.
8694
8695 2007-01-01  Eric Blake  <ebb9@byu.net>
8696
8697         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
8698
8699 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
8700
8701         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
8702         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
8703         assume the C locale, and avoid an "eval" that could cause trouble.
8704         Problem with SORT reported by Bob Proulx.
8705
8706         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
8707         Define.  Trivial patch from Henning Nielsen Lund, originally
8708         sent to bug-grep@gnu.org today.
8709
8710 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
8711
8712         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
8713         struct stat.  Problem reported by Henning Nielsen Lund.
8714         * lib/acl.c: Include acl.h first, to check interface.  Don't
8715         bother to include sys/types.h and sys/stat.h again.
8716
8717 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
8718
8719         Import the following change from libc; problem reported by
8720         Sven Verdoolaege.
8721
8722         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
8723
8724         [BZ #1373]
8725         * lib/argp.h: Remove __NTH for __argp_usage inline function.
8726
8727 2006-12-28  Jim Meyering  <jim@meyering.net>
8728
8729         * build-aux/announce-gen: Do not assume that the package
8730         builds any of tar.gz, tar.bz2, and .xdelta files.
8731         Suggestion from Simon Josefsson.
8732
8733 2006-12-28  Simon Josefsson  <simon@josefsson.org>
8734
8735         * modules/announce-gen: New file.
8736
8737 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
8738
8739         * lib/mbchar.h: Just include <wctype.h>; the wctype module
8740         handles its gotchas now.
8741         * lib/mbswidth.c: Likewise.
8742         * lib/wcwidth.h: Likewise.
8743         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
8744         and iswcntrl; the wctype module does this stuff now.
8745         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
8746         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
8747         * modules/mbchar (Depends-on): Add wctype.
8748         * modules/mbswidth (Depends-on): Likewise.
8749         * modules/wcwidth (Depends-on): Likewise.
8750
8751 2006-12-27  Eric Blake  <ebb9@byu.net>
8752
8753         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
8754         module uses more than what <wctype.h> is required to provide.
8755
8756 2006-12-26  Eric Blake  <ebb9@byu.net>
8757
8758         * gnulib-tool (sed_extract_prog): Avoid space-tab.
8759
8760 2006-12-26  Eric Blake  <ebb9@byu.net>
8761
8762         * modules/absolute-header: New module.
8763         * modules/fcntl (Depends-on): Depend on it.
8764         * modules/inttypes (Depends-on): Likewise.
8765         * modules/stdint (Depends-on): Likewise.
8766         * modules/sys_stat (Depends-on): Likewise.
8767         * modules/wctype (Depends-on): Likewise.
8768         * MODULES.html.sh (Support for building libraries and
8769         executables): Document it.
8770
8771 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
8772
8773         * gnulib-tool (SED): Remove, undoing previous change.
8774         The problem was that it broke coreutils on Solaris, because
8775         "sed --posix" leaked into a makefile.
8776         (sed): New alias, if 'alias' and GNU sed.
8777
8778 2006-12-24  Jim Meyering  <jim@meyering.net>
8779
8780         Work around an fchownat bug in glibc-2.4:
8781         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
8782         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
8783         in spite of the -P option.
8784         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
8785         New macros.
8786         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
8787         * modules/openat (Files): Add lib/fchownat.c.
8788         * lib/openat.c (fchownat): Don't define here.  Move to...
8789         * lib/fchownat.c: ...this new file.
8790
8791 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
8792
8793         Fix bug reported by Bruno Haible in
8794         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
8795         where quotearg.c didn't compile on Mac OS X 10.2 because it
8796         lacks <wchar.h> and wint_t.
8797         * lib/wctype_.h (__wctype_wint_t): New type.
8798         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
8799         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
8800         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
8801         Arg is now of type __wctype_wint_t, not wint_t.
8802         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
8803         substitute HAVE_WINT_T.
8804         * modules/wctype (Files): Add m4/wint_t.m4.
8805         (wctype.h): Substitute HAVE_WINT_T.
8806
8807 2006-12-23  Bruno Haible  <bruno@clisp.org>
8808
8809         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
8810
8811 2006-12-23  Bruno Haible  <bruno@clisp.org>
8812
8813         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
8814         S_ISLNK.
8815         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
8816         mingw.
8817
8818 2006-12-22  Bruno Haible  <bruno@clisp.org>
8819
8820         * lib/copy-file.c: Include acl.h.
8821         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
8822         Close the file descriptors only after being done with copy_acl.
8823         * modules/copy-file (Depends-on): Add acl.
8824
8825 2006-12-22  Bruno Haible  <bruno@clisp.org>
8826
8827         * gnulib-tool (SED): New variable.
8828         Use $SED instead of sed everywhere.
8829
8830 2006-12-22  Bruno Haible  <bruno@clisp.org>
8831
8832         * modules/no-c++: New file.
8833         * m4/no-c++.m4: New file.
8834         * MODULES.html.sh (Support for building libraries and executables):
8835         Add no-c++.
8836
8837 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
8838
8839         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
8840         Include <limits.h>, and use its INT_MAX to rewrite the
8841         j loop so that it does not overflow 'int'.  Problem reported by
8842         Ralf Wildenhues in
8843         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
8844         Play it safe by shifting left by 1 rather than multiplying by 2,
8845         as GCC is less likely to optimize this away when the value
8846         is signed (when it assumes overflow leads to undefined behavior).
8847         Also, don't assume time_t uses two's complement.
8848
8849 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
8850
8851         * MODULES.html.sh: New module wctype.
8852         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
8853         * lib/fnmatch.c: Don't bother to include <wchar.h> before
8854         <wctype.h>, since the new wctype module should fix this.
8855         * lib/quotearg.c: Include <wctype.h> unconditionally, since
8856         the wctype module should arrange for it.
8857         * lib/regex_internal.h: Likewise.
8858         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
8859         since the wctype module should handle this now.
8860         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
8861         * modules/fnmatch (Depends-on): Add wctype.
8862         * modules/quotearg (Depends-on): Likewise.
8863         * modules/regex (Depends-on): Likewise.
8864
8865 2006-12-19  Bruno Haible  <bruno@clisp.org>
8866
8867         * lib/strdup.h [C++]: Wrap definitions in extern "C".
8868         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
8869
8870 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8871
8872         * modules/savewd (Depends-on): Fix dependency on fcntl.
8873
8874 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8875
8876         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
8877         conforms to C99, rather than relying on the user's environment
8878         setting of STDINT_H.
8879
8880 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8881         and Eric Blake  <ebb9@byu.net>
8882
8883         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
8884         This is more consistent with the other defines here.
8885         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
8886         Port to z/OS.  Problem reported by Paul Gilmartin.
8887         Change local vars to use gl_ prefix rather than ac_.
8888         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
8889         with other defines.
8890         * modules/double-slash-root: New module.
8891         * modules/dirname (Files): Remove m4/double-slash-root.m4.
8892         (Depends-on): Add double-slash-root.
8893         * MODULES.html.sh (File system functions): Mention new module.
8894
8895 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
8896
8897         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
8898         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
8899         This is for the benefit of gzip, which doesn't do i18n.
8900
8901 2006-12-12  Jim Meyering  <jim@meyering.net>
8902
8903         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
8904         Reported by Andreas Schwab <schwab@suse.de>.
8905
8906 2006-12-12  Bruno Haible  <bruno@clisp.org>
8907
8908         Merge these changes.
8909         2006-09-05  Bruno Haible  <bruno@clisp.org>
8910         * lib/iconvme.c (iconv_string): No need to save and restore errno when
8911         iconv_alloc succeeded.
8912         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
8913         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
8914         test for " && dest " at the end - dest is always != NULL there. Call
8915         iconv with 4xNULL arguments initially, to reset the state. Call iconv
8916         with 2xNULL arguments, also to flush the state storage. Handle the
8917         IRIX iconv behaviour. Realloc the final result, to throw away unused
8918         memory.
8919
8920 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
8921
8922         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
8923         and fchmodat unconditionally, since glibc 2.4 has them.
8924         Problem reported by Arkadiusz Miskiewicz.
8925
8926 2006-12-10  Bruno Haible  <bruno@clisp.org>
8927
8928         * gnulib-tool (func_import): Show the include files only for those
8929         modules that are copied and specified.
8930         Reported by Karl Berry.
8931
8932 2006-12-08  Jim Meyering  <jim@meyering.net>
8933
8934         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
8935         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
8936
8937         * build-aux/announce-gen: Add two new options, both optional:
8938         --bootstrap-tools=TOOL_LIST
8939               a comma-separated list of tools, e.g.,
8940               autoconf,automake,bison,gnulib
8941         --gnulib-snapshot-date=DATE
8942               if gnulib is in the bootstrap tool list,
8943               then report this as the snapshot date.
8944               If not specified, use the current date/time.
8945               If you specify a date here, be sure it's UTC.
8946
8947 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8948
8949         * tests/test-argp-2.sh: Fix test to match actual output.
8950         (func_compare): Fix sed script to be portable.
8951
8952 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
8953
8954         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
8955         workaround for this case.  It is not autoconfigured now; offhand
8956         it's hard to see how to autoconfigure it.
8957
8958 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
8959
8960         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
8961         a directory that is about to be chowned.  Such a directory's
8962         initial file permissions should permit the owner only and this
8963         should not be changed until after the chown, since the group and
8964         other bits would be incorrect if they granted permission before
8965         the chown.
8966
8967         Fix porting problem for iswctype reported by Georg Schwarz in:
8968         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
8969         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
8970         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
8971         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
8972         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8973
8974 2006-12-03  Jim Meyering  <jim@meyering.net>
8975
8976         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
8977         p->fts_statp may not yet be defined.
8978         (fts_read): Instead, set it in the caller, once p->fts_statp is
8979         sure to be defined, and corresponds to a top-level directory.
8980         This bug made du -x fail.  Here's the coreutils test case:
8981         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
8982         Reported by Mike Frysinger.
8983
8984 2006-12-01  Jim Meyering  <jim@meyering.net>
8985
8986         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
8987         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
8988         Reported by Simon Josefsson.
8989
8990 2006-11-30  Jim Meyering  <jim@meyering.net>
8991
8992         * m4/warning.m4: Use the all-permissive copyright notice
8993         recommended by RMS (rather than LGPL).
8994         * m4/vararrays.m4: Likewise.
8995         * m4/flexmember.m4: Likewise.
8996
8997 2006-11-29  Bruno Haible  <bruno@clisp.org>
8998
8999         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
9000         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
9001         using +=.
9002         Reported by Simon Josefsson <simon@josefsson.org>.
9003
9004 2006-11-28  James Youngman <jay@gnu.org>
9005
9006         * README: Advise users that they might find the bug-gnulib@gnu.org
9007         and autotools-announce@gnu.org mailing lists useful.
9008
9009 2006-11-28  Bruno Haible  <bruno@clisp.org>
9010
9011         * m4/ptrdiff_max.m4: Remove file.
9012
9013 2006-11-21  Bruno Haible  <bruno@clisp.org>
9014
9015         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
9016         _AC_COMPUTE_INT.
9017         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
9018         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
9019         _AC_COMPUTE_INT.
9020         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
9021         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
9022         _AC_COMPUTE_INT.
9023         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
9024
9025 2006-11-28  Jim Meyering  <jim@meyering.net>
9026
9027         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
9028         warning from "gcc -Wshadow" about shadowing the builtin.
9029
9030 2006-11-27  Bruno Haible  <bruno@clisp.org>
9031
9032         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
9033         _AC_COMPUTE_INT.
9034         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
9035
9036 2006-11-27  Bruno Haible  <bruno@clisp.org>
9037             Paul Eggert  <eggert@cs.ucla.edu>
9038
9039         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
9040
9041 2006-11-26  Bruno Haible  <bruno@clisp.org>
9042
9043         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
9044         noinst_LTLIBRARIES.
9045
9046 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
9047             Bruno Haible  <bruno@clisp.org>
9048
9049         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
9050         if compiling with "gcc -ansi".
9051
9052 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
9053
9054         Fix some incompatibilities with gcc -ansi -pedantic.
9055         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
9056         if compiling pedantically with GCC, unless it's C99 or later.
9057         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
9058         it mishandles gcc -ansi -pedantic as well.
9059         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
9060         if gcc -pedantic.
9061         * lib/regexec.c (check_node_accept_bytes): Don't use auto
9062         initializers for struct if -pedantic, unless it's C99 or later.
9063
9064 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
9065
9066         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
9067         Don't close an fd more than once. Identical atimes indicate
9068         success, not failure.
9069
9070 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
9071
9072         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
9073
9074 2006-11-23  Jim Meyering  <jim@meyering.net>
9075
9076         * build-aux/announce-gen: New file.  From coreutils.
9077
9078 2006-11-22  Jim Meyering  <jim@meyering.net>
9079
9080         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
9081         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
9082         (fts_read): Use a temporary to narrow the overused st_size member
9083         before using it in a switch statement.  Reported by Matthew Woehlke.
9084
9085         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
9086         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9087
9088 2006-11-20  Bruno Haible  <bruno@clisp.org>
9089
9090         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
9091         changequote instead of pairs of brackets.
9092         Reported by Andreas Schwab <schwab@suse.de>.
9093
9094 2006-11-21  Jim Meyering  <jim@meyering.net>
9095
9096         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
9097         so as to remain compatible with older compilers.
9098         Patch from Michael Deutschmann.
9099
9100 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
9101
9102         * MODULES.html.sh (File system functions): Add openat.
9103
9104         * lib/openat.h (rpl_fstatat): New macro, if
9105         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
9106         (fstatat): Define to rpl_fstatat under the same conditions,
9107         unless COMPILING_FSTATAT.
9108         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
9109         seems to have the bug.
9110         * lib/fstatat.c: New file.
9111         * modules/openat (Files): Add it.
9112
9113 2006-11-20  Bruno Haible  <bruno@clisp.org>
9114
9115         * Makefile: New file.
9116
9117 2006-11-20  Jim Meyering  <jim@meyering.net>
9118
9119         The beginnings of syntax-related checks for gnulib.
9120         * lib/Makefile: New file.
9121         * lib/t-idcache: New script.  Ensure that the two halves of
9122         idcache.c stay in sync.
9123
9124         * lib/idcache.c: Adjust comments in user- and group- portions to
9125         be more accurate, and to be consistent with one another.
9126
9127 2006-11-20  Jim Meyering  <jim@meyering.net>
9128
9129         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
9130         continue using the flexible array member (thus, this module performs
9131         half as many malloc calls), with the addition that...
9132         (getgroup, getuser): Consistently record a non-match via an empty
9133         "name" string, and map an empty string match to a NULL return value.
9134         * modules/idcache (Depends-on): Re-add flexmember.
9135
9136         * lib/idcache.c (getuser): Remove all uses of the register keyword.
9137         (getuidbyname, getgroup, getgidbyname): Likewise.
9138
9139         Use cleaner syntax: NULL rather than 0.
9140         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
9141
9142 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
9143
9144         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
9145         It mishandled the case where the group was missing.
9146         Problem reported by Greg Schafer.
9147         * modules/idcache: Likewise.
9148
9149 2006-11-18  Jim Meyering  <jim@meyering.net>
9150
9151         * check-module (%exempt_header): Add exception for some
9152         conditionally-included headers.
9153
9154         * modules/i-ring (Depends-on): Add verify.
9155         (License): Change to LGPL.
9156
9157 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
9158
9159         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
9160         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
9161         and inttostr.h.  Use snprintf rather than uinttostr, so that
9162         LGPLed code doesn't depend on GPLed.
9163
9164 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
9165
9166         * modules/inline (License): Change from GPL to LGPL.
9167
9168 2006-11-17  Jim Meyering  <jim@meyering.net>
9169
9170         * modules/d-type (License): Switch to LGPL.
9171
9172 2006-11-15  Bruno Haible  <bruno@clisp.org>
9173
9174         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
9175
9176 2006-11-15  Eric Blake  <ebb9@byu.net>
9177
9178         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
9179         the module dependency.
9180
9181 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9182             Bruno Haible  <bruno@clisp.org>
9183
9184         * gnulib-tool (func_create_testdir): Add license consistency check.
9185
9186 2006-11-15  Eric Blake  <ebb9@byu.net>
9187
9188         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
9189         random "(cached)" in configure output.
9190
9191 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9192
9193         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
9194         test for conforming inttypes.h is both announced and cached.
9195
9196         * MODULES.html.sh (seen_modules, seen_files): New variables.
9197         (func_module): Rewrite to use a few less gnulib-tool and sed
9198         invocations.  Avoid a couple of quadratic algorithms for ...
9199         (missed_modules, missed_files): ... these, with ...
9200         (func_append, func_tmpdir): ... these new functions, from
9201         gnulib-tool.  Analogously, install traps for cleanup.
9202
9203         * tests/test-gc.c (main): Remove unused variables.
9204         * tests/test-read-file.c: Include stdlib.h, for 'free'.
9205
9206 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
9207
9208         * modules/inttostr (License): Change to LGPL.
9209
9210 2006-11-14  Eric Blake  <ebb9@byu.net>
9211
9212         * modules/tempname (License): Change to LGPL.
9213
9214 2006-11-14  Eric Blake  <ebb9@byu.net>
9215
9216         * doc/functions.texi (Function Portability): *printf functions on
9217         Cygwin now understand all POSIX size specifiers.
9218
9219 2006-11-14  Bruno Haible  <bruno@clisp.org>
9220
9221         * modules/c-ctype (License): Change to LGPL.
9222
9223 2006-11-12  Bruno Haible  <bruno@clisp.org>
9224
9225         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
9226         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
9227         for GNOME libraries, for which the include files are installed in
9228         subdirectories of $prefix/include.
9229
9230 2006-11-12  Bruno Haible  <bruno@clisp.org>
9231
9232         * m4/lib-link.m4: Require at least autoconf-2.54.
9233         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
9234         name to underscores for the --with option.
9235
9236 2006-11-13  Bruno Haible  <bruno@clisp.org>
9237
9238         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
9239         the tests directory.
9240         Reported by Ralf Wildenhues.
9241
9242 2006-11-13  Bruno Haible  <bruno@clisp.org>
9243
9244         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
9245         (func_emit_initmacro_end): Undo the override here.
9246         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
9247         Works around the famous automake error in coreutils.
9248
9249 2006-11-13  Eric Blake  <ebb9@byu.net>
9250
9251         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
9252         element, not its node.
9253
9254 2006-11-12  Bruno Haible  <bruno@clisp.org>
9255
9256         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
9257         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
9258
9259 2006-11-12  Bruno Haible  <bruno@clisp.org>
9260
9261         * gnulib-tool: New option --local-symlink.
9262         (func_usage): Document it.
9263         (lsymbolic): New variable.
9264         (func_import, func_create_testdir): If --symlink was not specified,
9265         test whether --local-symlink was specified and the file comes from
9266         the local_gnulib_dir.
9267
9268 2006-11-12  Bruno Haible  <bruno@clisp.org>
9269
9270         * gnulib-tool (func_ln): New function.
9271         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
9272
9273 2006-11-12  Bruno Haible  <bruno@clisp.org>
9274
9275         Finish support for source files in subdirectories.
9276         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
9277         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
9278         AUTOMAKE_OPTIONS.
9279         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
9280
9281 2006-11-12  Bruno Haible  <bruno@clisp.org>
9282
9283         * gnulib-tool (func_get_automake_snippet): Synthesize also an
9284         EXTRA_lib_SOURCES augmentation.
9285         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
9286
9287 2006-11-12  Jim Meyering  <jim@meyering.net>
9288
9289         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
9290         file descriptors.  This also averts a failure on systems with
9291         native openat support when a traversed directory lacks "x" access.
9292         * lib/fts_.h: Include "i-ring.h"
9293         (struct FTS) [fts_fd_ring]: New member.
9294         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
9295         (FCHDIR): Add parentheses.
9296         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
9297         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
9298         When descending, rather than simply closing the previous
9299         fts_cwd_fd value, push that file descriptor onto the ring.
9300         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
9301         (fts_open): Initialize the new fd_ring member.
9302         (fts_close): Clear the ring.
9303         (fts_safe_changedir): When possible, use our new fd_ring to skip
9304         the diropen and fstat and dev/ino comparison that would normally
9305         accompany a virtual `chdir ("..")'.
9306
9307         * modules/fts (Depends-on): Add i-ring.
9308         * modules/i-ring: New module.
9309         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
9310         * m4/i-ring.m4: New file.
9311
9312 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9313
9314         * gnulib-tool (func_create_testdir): Fix replacement of
9315         `build-aux' in configure.ac.  Run autotools in gltests
9316         subdirectory.
9317         (func_create_testdir, func_create_megatestdir, test): There is
9318         no need for '--force' in most autotool invocations in a new
9319         tree.  Actually fail the whole test if any of the tools, or the
9320         configure or make stages fail.
9321
9322         Sync from Automake.
9323         * build-aux/gnupload: Revert last change.  Add pointer to upload
9324         instructions of the GNU Maintenance Instructions.
9325         Suggestion by Karl Berry.
9326
9327 2006-11-10  Jim Meyering  <jim@meyering.net>
9328
9329         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
9330
9331 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
9332
9333         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
9334         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
9335         (bind_textdomain_codeset) [! ENABLE_NLS]:
9336         Evaluate all the arguments.  That way, callers get compatible behavior
9337         if the arguments have side effects.  Also, it avoids some GCC
9338         diagnostics in some cases; Joel E. Denny reported problems when Bison
9339         was configured with --enable-gcc-warnigs.
9340
9341 2006-11-10  Jim Meyering  <jim@meyering.net>
9342
9343         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
9344         relevant options in CFLAGS (like -O, -fno-inline) are taken into
9345         account.
9346
9347 2006-11-10  Jim Meyering  <jim@meyering.net>
9348
9349         * modules/inline: New file/module.
9350         * modules/xalloc (Files): Remove m4/inline.m4.
9351         (Depends-on): Add inline, instead.
9352         * modules/oset: Likewise.
9353         * modules/list: Likewise.
9354
9355 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
9356
9357         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
9358         Problem reported by Matthew Woehlke.
9359
9360 2006-11-09  Bruno Haible  <bruno@clisp.org>
9361
9362         * lib/tempname.c (gen_tempname): Remove variant that invokes
9363         __gen_tempname.
9364         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
9365         __gen_tempname.
9366
9367 2006-11-08  Bruno Haible  <bruno@clisp.org>
9368
9369         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
9370         to 'yes' instead of 'cross-compiling'.
9371
9372 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
9373
9374         * lib/quotearg.h (quotearg_free): New decl.
9375         * lib/quotearg.c (quotearg_free): New function.
9376         (slot0, nslots, slotvec0, slotvec):
9377         Now file-scope so that quotearg_free can get at them.
9378
9379 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9380
9381         Sync from Automake.
9382         * build-aux/gnupload: Add missing 'gnu' to example URL.
9383         Report by Karl Berry.
9384
9385 2006-11-08  Bruno Haible  <bruno@clisp.org>
9386
9387         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
9388         Suggested by Paul Eggert.
9389
9390 2006-11-08  Jim Meyering  <jim@meyering.net>
9391
9392         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
9393         It's already included if !_LIBC.
9394         (fts_safe_changedir): Add a comment.
9395
9396 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
9397
9398         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
9399         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
9400         Matthew Woehlke.
9401
9402         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
9403         definitions up, to avoid colliding with change below.
9404         (static_inline) [HAVE_INLINE]: New macro.
9405         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
9406         Provide extern decls when !HAVE_INLINE.  Do not define unless
9407         static_inline is defined, either by us or by xmalloc.c.  Use
9408         static_inline rather than static inline.
9409         (XCALLOC): Optimize sizeof(T) = 1 case.
9410         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
9411
9412 2006-11-07  Bruno Haible  <bruno@clisp.org>
9413
9414         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
9415         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
9416         AC_C_INLINE.
9417         * modules/xalloc (Files): Add m4/inline.m4.
9418
9419 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9420
9421         * README: Fix typo.
9422         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
9423         (Miscellanous Notes): ...from this.
9424
9425 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
9426
9427         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
9428         Mention that offsetof should be used instead of sizeof.
9429         From Bruno Haible.
9430
9431 2006-11-07  Bruno Haible  <bruno@clisp.org>
9432
9433         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
9434
9435 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
9436
9437         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
9438         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
9439         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
9440         (gl_tree_add_before, gl_tree_add_after):
9441         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
9442         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
9443         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
9444         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
9445         (gl_linked_add_after, gl_linked_add_at): Likewise.
9446         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
9447         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
9448         (gl_tree_add_before, gl_tree_add_after): Likewise.
9449         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
9450         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
9451         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
9452
9453 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9454
9455         * lib/gl_oset.h: Use C comment style, not C++ comment style.
9456
9457 2006-11-06  Bruno Haible  <bruno@clisp.org>
9458
9459         * m4/inline.m4: New file.
9460         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
9461         * modules/list (Files): Add m4/inline.m4.
9462         * modules/oset (Files): Likewise.
9463
9464 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
9465
9466         * lib/idcache.c: Include <stddef.h>, for offsetof.
9467         (struct userid.name): Change from char * to a flexible array member.
9468         All uses changed.
9469         * modules/idcache (Depends-on): Add flexmember.
9470
9471         * MODULES.html.sh (Core language properties): New module flexmember.
9472         * modules/flexmember, m4/flexmember.m4: New files.
9473
9474         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
9475         inline functions that are identical with the old xnmalloc_inline,
9476         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
9477         that we can avoid some unnecessary integer multiplications and
9478         divisions in the common case where the element size is known at
9479         compile time.
9480         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
9481         needed.
9482         (xnboundedmalloc): Remove.
9483         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
9484         arguments, for consistency with rest of this header.
9485         (xcharalloc): Rewrite using XNMALLOC.
9486         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
9487         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
9488         versions have been moved to lib/xalloc.h and renamed to be the
9489         non-*_inline versions.
9490         (xmalloc, xrealloc): Implement without reference to the xnmalloc
9491         and xnrealloc functions, since those functions are now inline and
9492         now call us.
9493         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
9494         renaming described above.
9495         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
9496         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
9497         captures the dependency in AC_C_INLINE.
9498
9499         New module canonicalize-lgpl, proposed by Charles Wilson in
9500         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
9501         with a few small changes afterwards.
9502         * MODULES.html.sh (File system functions): New module
9503         canonicalize-lgpl.
9504         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
9505         and canonicalize_file_name.
9506         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
9507         * modules/canonicalize-lgpl: New files.
9508
9509 2006-11-05  Bruno Haible  <bruno@clisp.org>
9510
9511         * gnulib-tool (func_import, func_create_testdir): Create directories
9512         also for files in subdirectories of lib/.
9513
9514 2006-11-05  Bruno Haible  <bruno@clisp.org>
9515
9516         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
9517         ANSI C compliant.
9518
9519 2006-11-03  Bruno Haible  <bruno@clisp.org>
9520
9521         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
9522         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
9523         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
9524         (xnboundedmalloc): New inline function.
9525         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
9526         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
9527         xmalloc.
9528         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
9529         xmalloc.
9530         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
9531         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
9532         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
9533         xmalloc.
9534         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
9535         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
9536         xmalloc.
9537         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
9538         gl_tree_add_after): Use XMALLOC instead of xmalloc.
9539         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
9540         xmalloc.
9541         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
9542         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
9543         gl_tree_add_after): Use XMALLOC instead of xmalloc.
9544         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
9545         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
9546         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
9547         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
9548
9549 2006-11-03  Bruno Haible  <bruno@clisp.org>
9550
9551         * lib/c-ctype.h [C++]: Define functions without name mangling.
9552         * lib/fwriteerror.h [C++]: Likewise.
9553         * lib/gcd.h [C++]: Likewise.
9554         * lib/linebreak.h [C++]: Likewise.
9555
9556 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
9557
9558         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
9559         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
9560         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
9561         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
9562         Check for functions and headers just once.
9563         Check for declaration of canonicalize_file_name.
9564         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
9565
9566 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9567
9568         * gnulib-tool (func_import): Fix typo in actioncmd.
9569
9570 2006-11-02  Bruno Haible  <bruno@clisp.org>
9571
9572         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
9573         newline sequence in the Makefile.am snippet as a space, like "make"
9574         does.
9575         Reported by Roger Persson <perrog@gmail.com>.
9576
9577 2006-11-01  Bruno Haible  <bruno@clisp.org>
9578
9579         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
9580         already declared in <string.h>.
9581         * lib/strcase.h (strncasecmp): Don't declare it if yes.
9582
9583 2006-11-01  Bruno Haible  <bruno@clisp.org>
9584
9585         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
9586         * lib/strcase.h: Include <string.h>.
9587         (strcasecmp): Define to rpl_strcasecmp here.
9588
9589 2006-11-01  Bruno Haible  <bruno@clisp.org>
9590
9591         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
9592
9593 2006-11-01  Eric Blake  <ebb9@byu.net>
9594
9595         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
9596
9597         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
9598
9599 2006-10-29  Bruno Haible  <bruno@clisp.org>
9600
9601         Make it compile in C++ mode.
9602         * lib/full-write.c (full_rw): Add a cast.
9603
9604 2006-11-01  Bruno Haible  <bruno@clisp.org>
9605
9606         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
9607         be POSIX compliant.
9608         Reported by Roger Persson <perrog@gmail.com>.
9609
9610 2006-11-01  Eric Blake  <ebb9@byu.net>
9611
9612         * lib/getopt_.h: Fix comments.
9613
9614 2006-10-31  Eric Blake  <ebb9@byu.net>
9615
9616         * modules/tmpdir (Depends-on): Add sys_stat.
9617         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
9618         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
9619         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
9620         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
9621         tempname.
9622
9623 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
9624
9625         Avoid some C++ diagnostics reported by Bruno Haible.
9626         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
9627         xmalloc.
9628         (quotearg_alloc): Use xcharalloc rather than xmalloc.
9629         (struct slotvec): Move to top level.
9630         (quotearg_n_options): Rewrite to avoid xmalloc.
9631         * lib/xalloc.h (xcharalloc): New function.
9632         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
9633         [defined __cplusplus]: Add function template that provides result
9634         type propagation.  This part of the change is from Bruno Haible.
9635
9636 2006-10-29  Bruno Haible  <bruno@clisp.org>
9637
9638         Make it compile in C++ mode.
9639         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
9640         * lib/strnlen1.c (strnlen1): Cast memchr result.
9641         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
9642         * lib/clean-temp.c (string_equals, string_hash): Add casts.
9643         (create_temp_dir): Rename local variable 'template'.
9644         (compile_csharp_using_sscli): Add cast.
9645         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
9646         * lib/findprog.c (find_in_path): Likewise.
9647         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
9648         * lib/wait-process.c (register_slave_subprocess): Likewise.
9649
9650 2006-10-22  Bruno Haible  <bruno@clisp.org>
9651
9652         * modules/tsearch: New file.
9653         * lib/tsearch.h: New file.
9654         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
9655         * m4/tsearch.m4: New file.
9656         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
9657
9658 2006-10-29  Eric Blake  <ebb9@byu.net>
9659
9660         * lib/arcfour.c: Assume config.h.
9661         * lib/arctwo.c: Likewise.
9662         * lib/base64.c: Likewise.
9663         * lib/check-version.c: Likewise.
9664         * lib/crc.c: Likewise.
9665         * lib/des.c: Likewise.
9666         * lib/gc-gnulib.c: Likewise.
9667         * lib/gc-libgcrypt.c: Likewise.
9668         * lib/gc-pbkdf2-sha1.c: Likewise.
9669         * lib/getaddrinfo.c: Likewise.
9670         * lib/getdelim.c: Likewise.
9671         * lib/getline.c: Likewise.
9672         * lib/hmac-md5.c: Likewise.
9673         * lib/hmac-sha1.c: Likewise.
9674         * lib/iconvme.c: Likewise.
9675         * lib/md2.c: Likewise.
9676         * lib/md4.c: Likewise.
9677         * lib/memxor.c: Likewise.
9678         * lib/read-file.c: Likewise.
9679         * lib/readline.c: Likewise.
9680         * lib/rijndael-alg-fst.c: Likewise.
9681         * lib/rijndael-api-fst.c: Likewise.
9682         * lib/xgetdomainname.c: Likewise.
9683
9684 2006-10-28  Eric Blake  <ebb9@byu.net>
9685
9686         * lib/xstrndup.c: Assume config.h.
9687
9688 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
9689
9690         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
9691         stat-macros.h is now for our own macros, whereas stat_h is for
9692         macros in the <sys/stat.h> name space.
9693         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
9694         (STAT_MACROS_H): Remove.
9695         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
9696         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
9697         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
9698         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
9699         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
9700         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
9701         Move these macros to ...
9702         * lib/stat_.h: here.  Don't include stat-macros.h.
9703         * lib/canonicalize.c: Don't include stat-macros.h.
9704         * lib/chown.c: Likewise.
9705         * lib/euidaccess.c: Likewise.
9706         * lib/file-type.c: Likewise.
9707         * lib/filemode.c: Likewise.
9708         * lib/glob.c: Likewise.
9709         * lib/isapipe.c: Likewise.
9710         * lib/lchown.c: Likewise.
9711         * lib/lstat.c: Likewise.
9712         * lib/mkdir-p.c: Likewise.
9713         * lib/rmdir.c: Likewise.
9714         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
9715         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
9716         unless mkdir isn't declared, to speed up 'configure'.
9717         Always create sys/stat.h, since it's unlikely any real sys/stat.h
9718         would define all the S_* symbols.
9719         * modules/canonicalize (Depends-on):
9720         Depend on sys_stat, not stat-macros.
9721         * modules/chown: Likewise.
9722         * modules/euidaccess: Likewise.
9723         * modules/filemode: Likewise.
9724         * modules/file-type: Likewise.
9725         * modules/glob: Likewise.
9726         * modules/isapipe: Likewise.
9727         * modules/lchown: Likewise.
9728         * modules/lstat: Likewise.
9729         * modules/mkancesdirs: Likewise.
9730         * modules/rmdir: Likewise.
9731         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
9732         * modules/modechange: Likewise.
9733         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
9734         (configure.ac): Remove gl_STAT_MACROS.
9735         * modules/sys_stat (Depends-on): Remove stat-macros.
9736
9737 2006-10-27  Bruno Haible  <bruno@clisp.org>
9738
9739         * m4/signed.m4: Remove file.
9740         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
9741         invocation.
9742         * modules/vasnprintf (Files): Remove m4/signed.m4.
9743
9744 2006-10-27  Bruno Haible  <bruno@clisp.org>
9745
9746         Update to GNU gettext 0.16.
9747         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
9748         m4/inttypes-h.m4, m4/signed.m4.
9749         * m4/gettext.m4: Update to GNU gettext 0.16.
9750         * m4/intl.m4: New file, from GNU gettext.
9751         * m4/intldir.m4: New file, from GNU gettext.
9752         * config/srclist.txt: Update
9753
9754 2006-10-27  Eric Blake  <ebb9@byu.net>
9755
9756         * MODULES.html.sh: Document tempname.
9757         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
9758         dependencies.
9759         (Files): Move lib/tempname.c...
9760         * modules/tempname: ...to this new module.
9761         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
9762         (gl_PREREQ_TEMPNAME): Move...
9763         * m4/tempname.m4: ...to this new file.
9764         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
9765         * modules/sys_stat (Depends-on): Add stat-macros.
9766         * lib/stat_.h (includes): Pick up stat macros.
9767         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
9768         if stat macros are broken.
9769         * lib/tempname.c (includes): No need to include "stat-macros.h".
9770         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
9771         (direxists, __path_search) [!_LIBC]: Don't compile these in
9772         gnulib; the tmpdir module covers that.
9773         * lib/tempname.h: New file.
9774
9775 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
9776
9777         * COPYING: Explain how gnulib-tool converts licence headers.
9778         Almost all wording by Eric Blake.
9779
9780 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
9781
9782         * lib/mbchar.h (is_basic_table): Make read-only.
9783         * lib/mbchar.c (is_basic_table): Likewise.
9784         Reported by John Darrington.
9785
9786 2006-10-25  Bruno Haible  <bruno@clisp.org>
9787
9788         * lib/progname.h (set_program_name): Undefine before defining.
9789
9790 2006-10-25  Bruno Haible  <bruno@clisp.org>
9791
9792         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
9793         false for non-gcc C++ compilers.
9794         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
9795
9796 2006-10-24  Bruno Haible  <bruno@clisp.org>
9797
9798         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
9799         iconv implementations like Irix iconv.
9800
9801 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9802
9803         * modules/vararrays: New file.
9804         * m4/vararrays.m4: New file, taken from diffutils.
9805         * MODULES.html.sh: New module vararrays.
9806
9807 2006-10-24  Karl Berry  <karl@gnu.org>
9808
9809         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
9810         Don't call GNU Unix.
9811
9812 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9813
9814         * users.txt: Add Libtool.
9815
9816         Sync from Libtool:
9817
9818         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9819
9820         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
9821         to gnulib's policy of including config.h unconditionally.
9822
9823 2006-10-24  Bruno Haible  <bruno@clisp.org>
9824
9825         * modules/wcwidth (Files): Add m4/wint_t.m4.
9826         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
9827         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
9828
9829 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9830
9831         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
9832         to pacify GCC with some -W flags enabled.  Problem reported by
9833         Bruno Haible.
9834
9835 2006-10-24  Jim Meyering  <jim@meyering.net>
9836
9837         * MODULES.html.sh: Remove uinttostr.  It's not a module.
9838         Reported by Karl Berry.
9839
9840 2006-10-23  Bruno Haible  <bruno@clisp.org>
9841
9842         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
9843
9844 2006-10-24  Bruno Haible  <bruno@clisp.org>
9845
9846         * lib/gl_list.h: Use C comment style, not C++ comment style.
9847
9848 2006-10-23  Eric Blake  <ebb9@byu.net>
9849
9850         * lib/getaddrinfo.c (includes): Add missing include.
9851
9852 2006-10-23  Bruno Haible  <bruno@clisp.org>
9853             Paul Eggert  <eggert@cs.ucla.edu>
9854
9855         Ability to rename obstack_free.
9856         * lib/obstack.h (__obstack_free): New macro. Declare instead of
9857         obstack_free.
9858         (obstack_free): Invoke the __obstack_free macro.
9859         * lib/obstack.c (obstack_free): Use __obstack_free macro.
9860
9861 2006-10-23  Bruno Haible  <bruno@clisp.org>
9862             Paul Eggert  <eggert@cs.ucla.edu>
9863
9864         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
9865         __argc, __argv from the declaration. (They are defined as macros on
9866         mingw.)
9867
9868 2006-10-22  Bruno Haible  <bruno@clisp.org>
9869
9870         * doc/gnulib-intro.texi: New file.
9871         * doc/gnulib.texi: Include it.
9872
9873 2006-10-21  Bruno Haible  <bruno@clisp.org>
9874
9875         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
9876         "Introduction", "Miscellanous Notes", "Particular Modules".
9877
9878 2006-10-21  Bruno Haible  <bruno@clisp.org>
9879
9880         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9881         Change mostlyclean-local rule to avoid sh syntax error from bash
9882         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
9883
9884 2006-10-23  Jim Meyering  <jim@meyering.net>
9885
9886         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
9887         in place of snprintf.
9888
9889         * modules/inttostr (Files): Add lib/uinttostr.c.
9890         * lib/uinttostr.c (inttostr): New file/function.
9891         * lib/inttostr.h (uinttostr): Declare.
9892         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
9893         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9894         Add uinttostr.
9895         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
9896
9897 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9898
9899         * lib/canonicalize.c (ELOOP): Define if not already defined.
9900         Problem reported by Bruno Haible in
9901         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
9902
9903 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9904
9905         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
9906         Problem reported by Perry Smith and Ville Laurikari.
9907
9908         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
9909         uses.
9910
9911 2006-10-19  Bruno Haible  <bruno@clisp.org>
9912
9913         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
9914         for mingw.
9915
9916 2006-10-19  Bruno Haible  <bruno@clisp.org>
9917
9918         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
9919         Needed for mingw.
9920
9921 2006-10-19  Bruno Haible  <bruno@clisp.org>
9922
9923         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
9924
9925 2006-10-19  Bruno Haible  <bruno@clisp.org>
9926
9927         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
9928         it.
9929
9930 2006-10-19  Bruno Haible  <bruno@clisp.org>
9931
9932         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
9933         invocation.
9934
9935 2006-10-19  Bruno Haible  <bruno@clisp.org>
9936
9937         * gnulib-tool (func_create_testdir): Don't include ftruncate and
9938         mountlist by default.
9939
9940 2006-10-16  Bruno Haible  <bruno@clisp.org>
9941
9942         * lib/c-strstr.c: Include c-strstr.h.
9943
9944 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9945
9946         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
9947         in a slash.
9948
9949 2006-10-18  Bruno Haible  <bruno@clisp.org>
9950
9951         * lib/lock.h [C++]: Wrap definitions in extern "C".
9952
9953 2006-10-18  Bruno Haible  <bruno@clisp.org>
9954
9955         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
9956         gl_LIBOBJS list.
9957
9958 2006-10-18  Bruno Haible  <bruno@clisp.org>
9959
9960         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
9961
9962 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
9963
9964         * lib/xstrtol.h: Include gettext.h.
9965         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
9966         Problem reported by Eric Blake.
9967         * modules/xstrtol (Depends-on): Add gettext-h.
9968
9969 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
9970
9971         * lib/strftime.c (advance): New macro.
9972         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
9973         incomplete type, so you can't add 0 to it.  Problem and patch
9974         reported by Eelco Dolstra for dietlibc.
9975
9976 2006-10-18  Jim Meyering  <jim@meyering.net>
9977
9978         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
9979         type for a local, and rename it: s/up/user_proc/.
9980
9981 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
9982
9983         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
9984         READ_UTMP_USER_PROCESS.
9985         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
9986
9987 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
9988
9989         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
9990         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
9991
9992 2006-10-17  Eric Blake  <ebb9@byu.net>
9993
9994         * lib/sigprocmask.c (sigprocmask): Fix typo.
9995
9996         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
9997
9998         * modules/clean-temp (Makefile.am): Don't add to make output...
9999         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
10000         config.h.
10001
10002 2006-10-17  Bruno Haible  <bruno@clisp.org>
10003
10004         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
10005         differently if DEFAULT_TEXT_DOMAIN is set.
10006
10007 2006-10-16  Bruno Haible  <bruno@clisp.org>
10008
10009         * lib/clean-temp.c: Include fwriteerror.h.
10010
10011 2006-10-16  Bruno Haible  <bruno@clisp.org>
10012
10013         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
10014
10015 2006-10-16  Bruno Haible  <bruno@clisp.org>
10016
10017         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
10018         * lib/sigprocmask.h: Include <sys/types.h>.
10019         (sigset_t): Use the system's definition if present.
10020
10021 2006-10-17  Eric Blake  <ebb9@byu.net>
10022
10023         * lib/xvasprintf.c (includes): Assume config.h.
10024         * lib/xasprintf.c (includes): Likewise.
10025
10026 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
10027
10028         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
10029         at least as wide as intmax_t.
10030
10031 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
10032
10033         (Imported from Automake.)
10034         * build-aux/gnupload: Update to version 1.1 of directive file.
10035
10036 2006-10-16  Eric Blake  <ebb9@byu.net>
10037
10038         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
10039         match Automake 1.10a.
10040
10041 2006-10-14  Bruno Haible  <bruno@clisp.org>
10042
10043         * modules/sigprocmask: New file.
10044         * lib/sigprocmask.h: New file.
10045         * lib/sigprocmask.c: New file.
10046         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
10047         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
10048         request sigprocmask.o.
10049         (gl_PREREQ_SIGPROCMASK): New macro.
10050         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
10051         (Depends-on): Add sigprocmask.
10052         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
10053         gt_SIGNALBLOCKING. Test for 'raise' only once.
10054         * lib/fatal-signal.c: Include sigprocmask.h.
10055         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
10056         unblock_fatal_signals): Define always.
10057         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
10058         sigprocmask.
10059
10060 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10061
10062         Sync from Automake.
10063         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
10064         which incorrectly sets the mode of an existing destination
10065         directory.  In some cases the unpatched install-sh could do the
10066         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
10067         system.  We hope this is rare in practice, but it's clearly worth
10068         fixing.  Problem reported by Alex Unleashed in
10069         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
10070         Also, don't bother to check for -m bugs unless we're using -m;
10071         suggested by Stepan Kasal.
10072
10073 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10074
10075         Sync from Automake.
10076         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
10077         `-c' flag, so they appear at the same position as in %FASTDEP%
10078         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
10079         which ignores unknown options only after the first non-option.
10080         Bug report against M4 by Nelson H. F. Beebe.
10081
10082 2006-10-13  Jim Meyering  <jim@meyering.net>
10083
10084         Fix a bug in yesterday's change.
10085         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
10086         p->fts_statp->st_dev would be used uninitialized.
10087         Ensures that we always call fts_stat on the very first entry.
10088         Miklos Szeredi reported that find -xdev stopped working.
10089
10090 2006-10-12  Bruno Haible  <bruno@clisp.org>
10091
10092         * gnulib-tool (func_get_automake_snippet): Append an automatically
10093         computed EXTRA_DIST augmentation.
10094         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
10095         * modules/alloca-opt (Makefile.am): Likewise.
10096         * modules/allocsa (Makefile.am): Likewise.
10097         * modules/arcfour (Makefile.am): Likewise.
10098         * modules/arctwo (Makefile.am): Likewise.
10099         * modules/argmatch (Makefile.am): Likewise.
10100         * modules/argz (Makefile.am): Likewise.
10101         * modules/atexit (Makefile.am): Likewise.
10102         * modules/backupfile (Makefile.am): Likewise.
10103         * modules/byteswap (Makefile.am): Likewise.
10104         * modules/c-strtod (Makefile.am): Likewise.
10105         * modules/c-strtold (Makefile.am): Likewise.
10106         * modules/calloc (Makefile.am): Likewise.
10107         * modules/canon-host (Makefile.am): Likewise.
10108         * modules/canonicalize (Makefile.am): Likewise.
10109         * modules/chdir-long (Makefile.am): Likewise.
10110         * modules/chdir-safer (Makefile.am): Likewise.
10111         * modules/check-version (Makefile.am): Likewise.
10112         * modules/chown (Makefile.am): Likewise.
10113         * modules/cloexec (Makefile.am): Likewise.
10114         * modules/close-stream (Makefile.am): Likewise.
10115         * modules/closeout (Makefile.am): Likewise.
10116         * modules/crc (Makefile.am): Likewise.
10117         * modules/csharpexec (Makefile.am): Likewise.
10118         * modules/cycle-check (Makefile.am): Likewise.
10119         * modules/des (Makefile.am): Likewise.
10120         * modules/dev-ino (Makefile.am): Likewise.
10121         * modules/dirfd (Makefile.am): Likewise.
10122         * modules/dirname (Makefile.am): Likewise.
10123         * modules/dup2 (Makefile.am): Likewise.
10124         * modules/eealloc (Makefile.am): Likewise.
10125         * modules/error (Makefile.am): Likewise.
10126         * modules/euidaccess (Makefile.am): Likewise.
10127         * modules/exclude (Makefile.am): Likewise.
10128         * modules/exitfail (Makefile.am): Likewise.
10129         * modules/fcntl-safer (Makefile.am): Likewise.
10130         * modules/fcntl (Makefile.am): Likewise.
10131         * modules/file-type (Makefile.am): Likewise.
10132         * modules/fileblocks (Makefile.am): Likewise.
10133         * modules/filemode (Makefile.am): Likewise.
10134         * modules/filenamecat (Makefile.am): Likewise.
10135         * modules/fnmatch (Makefile.am): Likewise.
10136         * modules/fopen-safer (Makefile.am): Likewise.
10137         * modules/fpending (Makefile.am): Likewise.
10138         * modules/fprintftime (Makefile.am): Likewise.
10139         * modules/free (Makefile.am): Likewise.
10140         * modules/fsusage (Makefile.am): Likewise.
10141         * modules/ftruncate (Makefile.am): Likewise.
10142         * modules/fts (Makefile.am): Likewise.
10143         * modules/gc-arcfour (Makefile.am): Likewise.
10144         * modules/gc-des (Makefile.am): Likewise.
10145         * modules/gc-hmac-md5 (Makefile.am): Likewise.
10146         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
10147         * modules/gc-md4 (Makefile.am): Likewise.
10148         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
10149         * modules/gc-sha1 (Makefile.am): Likewise.
10150         * modules/gc (Makefile.am): Likewise.
10151         * modules/getaddrinfo (Makefile.am): Likewise.
10152         * modules/getcwd (Makefile.am): Likewise.
10153         * modules/getdelim (Makefile.am): Likewise.
10154         * modules/getdomainname (Makefile.am): Likewise.
10155         * modules/getgroups (Makefile.am): Likewise.
10156         * modules/gethostname (Makefile.am): Likewise.
10157         * modules/gethrxtime (Makefile.am): Likewise.
10158         * modules/getline (Makefile.am): Likewise.
10159         * modules/getloadavg (Makefile.am): Likewise.
10160         * modules/getlogin_r (Makefile.am): Likewise.
10161         * modules/getndelim2 (Makefile.am): Likewise.
10162         * modules/getopt (Makefile.am): Likewise.
10163         * modules/getpagesize (Makefile.am): Likewise.
10164         * modules/getpass-gnu (Makefile.am): Likewise.
10165         * modules/getpass (Makefile.am): Likewise.
10166         * modules/getsubopt (Makefile.am): Likewise.
10167         * modules/gettime (Makefile.am): Likewise.
10168         * modules/gettimeofday (Makefile.am): Likewise.
10169         * modules/getugroups (Makefile.am): Likewise.
10170         * modules/getusershell (Makefile.am): Likewise.
10171         * modules/glob (Makefile.am): Likewise.
10172         * modules/group-member (Makefile.am): Likewise.
10173         * modules/hard-locale (Makefile.am): Likewise.
10174         * modules/hash (Makefile.am): Likewise.
10175         * modules/hmac-md5 (Makefile.am): Likewise.
10176         * modules/hmac-sha1 (Makefile.am): Likewise.
10177         * modules/human (Makefile.am): Likewise.
10178         * modules/idcache (Makefile.am): Likewise.
10179         * modules/imaxabs (Makefile.am): Likewise.
10180         * modules/imaxdiv (Makefile.am): Likewise.
10181         * modules/inet_ntop (Makefile.am): Likewise.
10182         * modules/inet_pton (Makefile.am): Likewise.
10183         * modules/intprops (Makefile.am): Likewise.
10184         * modules/inttostr (Makefile.am): Likewise.
10185         * modules/inttypes (Makefile.am): Likewise.
10186         * modules/isapipe (Makefile.am): Likewise.
10187         * modules/javaversion (Makefile.am): Likewise.
10188         * modules/lchmod (Makefile.am): Likewise.
10189         * modules/lchown (Makefile.am): Likewise.
10190         * modules/localcharset (Makefile.am): Likewise.
10191         * modules/long-options (Makefile.am): Likewise.
10192         * modules/lstat (Makefile.am): Likewise.
10193         * modules/malloc (Makefile.am): Likewise.
10194         * modules/mathl (Makefile.am): Likewise.
10195         * modules/mbchar (Makefile.am): Likewise.
10196         * modules/md2 (Makefile.am): Likewise.
10197         * modules/md4 (Makefile.am): Likewise.
10198         * modules/md5 (Makefile.am): Likewise.
10199         * modules/memcasecmp (Makefile.am): Likewise.
10200         * modules/memchr (Makefile.am): Likewise.
10201         * modules/memcmp (Makefile.am): Likewise.
10202         * modules/memcoll (Makefile.am): Likewise.
10203         * modules/memcpy (Makefile.am): Likewise.
10204         * modules/memmem (Makefile.am): Likewise.
10205         * modules/memmove (Makefile.am): Likewise.
10206         * modules/mempcpy (Makefile.am): Likewise.
10207         * modules/memrchr (Makefile.am): Likewise.
10208         * modules/memset (Makefile.am): Likewise.
10209         * modules/memxor (Makefile.am): Likewise.
10210         * modules/mkancesdirs (Makefile.am): Likewise.
10211         * modules/mkdir-p (Makefile.am): Likewise.
10212         * modules/mkdir (Makefile.am): Likewise.
10213         * modules/mkdtemp (Makefile.am): Likewise.
10214         * modules/mkstemp (Makefile.am): Likewise.
10215         * modules/mktime (Makefile.am): Likewise.
10216         * modules/modechange (Makefile.am): Likewise.
10217         * modules/mountlist (Makefile.am): Likewise.
10218         * modules/nanosleep (Makefile.am): Likewise.
10219         * modules/obstack (Makefile.am): Likewise.
10220         * modules/openat (Makefile.am): Likewise.
10221         * modules/pagealign_alloc (Makefile.am): Likewise.
10222         * modules/pathmax (Makefile.am): Likewise.
10223         * modules/physmem (Makefile.am): Likewise.
10224         * modules/poll (Makefile.am): Likewise.
10225         * modules/posixtm (Makefile.am): Likewise.
10226         * modules/posixver (Makefile.am): Likewise.
10227         * modules/putenv (Makefile.am): Likewise.
10228         * modules/quote (Makefile.am): Likewise.
10229         * modules/quotearg (Makefile.am): Likewise.
10230         * modules/raise (Makefile.am): Likewise.
10231         * modules/read-file (Makefile.am): Likewise.
10232         * modules/readline (Makefile.am): Likewise.
10233         * modules/readlink (Makefile.am): Likewise.
10234         * modules/readtokens (Makefile.am): Likewise.
10235         * modules/readutmp (Makefile.am): Likewise.
10236         * modules/realloc (Makefile.am): Likewise.
10237         * modules/regex (Makefile.am): Likewise.
10238         * modules/rename-dest-slash (Makefile.am): Likewise.
10239         * modules/rename (Makefile.am): Likewise.
10240         * modules/rijndael (Makefile.am): Likewise.
10241         * modules/rmdir (Makefile.am): Likewise.
10242         * modules/rpmatch (Makefile.am): Likewise.
10243         * modules/safe-read (Makefile.am): Likewise.
10244         * modules/safe-write (Makefile.am): Likewise.
10245         * modules/same-inode (Makefile.am): Likewise.
10246         * modules/same (Makefile.am): Likewise.
10247         * modules/save-cwd (Makefile.am): Likewise.
10248         * modules/savedir (Makefile.am): Likewise.
10249         * modules/setenv (Makefile.am): Likewise.
10250         * modules/settime (Makefile.am): Likewise.
10251         * modules/sha1 (Makefile.am): Likewise.
10252         * modules/sig2str (Makefile.am): Likewise.
10253         * modules/snprintf (Makefile.am): Likewise.
10254         * modules/stat-macros (Makefile.am): Likewise.
10255         * modules/stat-time (Makefile.am): Likewise.
10256         * modules/stdbool (Makefile.am): Likewise.
10257         * modules/stdint (Makefile.am): Likewise.
10258         * modules/stdlib-safer (Makefile.am): Likewise.
10259         * modules/stpcpy (Makefile.am): Likewise.
10260         * modules/stpncpy (Makefile.am): Likewise.
10261         * modules/strcase (Makefile.am): Likewise.
10262         * modules/strcasestr (Makefile.am): Likewise.
10263         * modules/strchrnul (Makefile.am): Likewise.
10264         * modules/strcspn (Makefile.am): Likewise.
10265         * modules/strdup (Makefile.am): Likewise.
10266         * modules/strerror (Makefile.am): Likewise.
10267         * modules/strftime (Makefile.am): Likewise.
10268         * modules/strndup (Makefile.am): Likewise.
10269         * modules/strnlen (Makefile.am): Likewise.
10270         * modules/strpbrk (Makefile.am): Likewise.
10271         * modules/strsep (Makefile.am): Likewise.
10272         * modules/strstr (Makefile.am): Likewise.
10273         * modules/strtod (Makefile.am): Likewise.
10274         * modules/strtoimax (Makefile.am): Likewise.
10275         * modules/strtok_r (Makefile.am): Likewise.
10276         * modules/strtol (Makefile.am): Likewise.
10277         * modules/strtoll (Makefile.am): Likewise.
10278         * modules/strtoul (Makefile.am): Likewise.
10279         * modules/strtoull (Makefile.am): Likewise.
10280         * modules/strtoumax (Makefile.am): Likewise.
10281         * modules/strverscmp (Makefile.am): Likewise.
10282         * modules/sys_socket (Makefile.am): Likewise.
10283         * modules/sys_stat (Makefile.am): Likewise.
10284         * modules/sysexits (Makefile.am): Likewise.
10285         * modules/time_r (Makefile.am): Likewise.
10286         * modules/timegm (Makefile.am): Likewise.
10287         * modules/timespec (Makefile.am): Likewise.
10288         * modules/tmpfile-safer (Makefile.am): Likewise.
10289         * modules/trim (Makefile.am): Likewise.
10290         * modules/unistd-safer (Makefile.am): Likewise.
10291         * modules/unlinkdir (Makefile.am): Likewise.
10292         * modules/unlocked-io (Makefile.am): Likewise.
10293         * modules/userspec (Makefile.am): Likewise.
10294         * modules/utime (Makefile.am): Likewise.
10295         * modules/utimecmp (Makefile.am): Likewise.
10296         * modules/utimens (Makefile.am): Likewise.
10297         * modules/vasnprintf (Makefile.am): Likewise.
10298         * modules/vasprintf (Makefile.am): Likewise.
10299         * modules/vsnprintf (Makefile.am): Likewise.
10300         * modules/xalloc (Makefile.am): Likewise.
10301         * modules/xgetcwd (Makefile.am): Likewise.
10302         * modules/xnanosleep (Makefile.am): Likewise.
10303         * modules/xreadlink (Makefile.am): Likewise.
10304         * modules/xstrtod (Makefile.am): Likewise.
10305         * modules/xstrtol (Makefile.am): Likewise.
10306         * modules/xstrtold (Makefile.am): Likewise.
10307         * modules/yesno (Makefile.am): Likewise.
10308         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
10309
10310 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10311
10312         * modules/error (Makefile.am): Distribute files through
10313         EXTRA_DIST, not lib_SOURCES.
10314
10315 2006-10-12  Eric Blake  <ebb9@byu.net>
10316
10317         * modules/error (Makefile.am): Distribute files in /lib.
10318         * modules/obstack (Makefile.am): Likewise.
10319
10320 2006-10-12  Bruno Haible  <bruno@clisp.org>
10321
10322         * modules/acl (Makefile.am): Distribute all files in lib/ through
10323         EXTRA_DIST.
10324         * modules/arcfour (Makefile.am): Likewise.
10325         * modules/arctwo (Makefile.am): Likewise.
10326         * modules/argmatch (Makefile.am): Likewise.
10327         * modules/argz (Makefile.am): Likewise.
10328         * modules/atexit (Makefile.am): Likewise.
10329         * modules/backupfile (Makefile.am): Likewise.
10330         * modules/c-strtod (Makefile.am): Likewise.
10331         * modules/c-strtold (Makefile.am): Likewise.
10332         * modules/calloc (Makefile.am): Likewise.
10333         * modules/canon-host (Makefile.am): Likewise.
10334         * modules/canonicalize (Makefile.am): Likewise.
10335         * modules/chdir-long (Makefile.am): Likewise.
10336         * modules/chdir-safer (Makefile.am): Likewise.
10337         * modules/check-version (Makefile.am): Likewise.
10338         * modules/chown (Makefile.am): Likewise.
10339         * modules/cloexec (Makefile.am): Likewise.
10340         * modules/close-stream (Makefile.am): Likewise.
10341         * modules/closeout (Makefile.am): Likewise.
10342         * modules/crc (Makefile.am): Likewise.
10343         * modules/cycle-check (Makefile.am): Likewise.
10344         * modules/des (Makefile.am): Likewise.
10345         * modules/dirfd (Makefile.am): Likewise.
10346         * modules/dirname (Makefile.am): Likewise.
10347         * modules/dup2 (Makefile.am): Likewise.
10348         * modules/euidaccess (Makefile.am): Likewise.
10349         * modules/exclude (Makefile.am): Likewise.
10350         * modules/exitfail (Makefile.am): Likewise.
10351         * modules/fcntl-safer (Makefile.am): Likewise.
10352         * modules/file-type (Makefile.am): Likewise.
10353         * modules/fileblocks (Makefile.am): Likewise.
10354         * modules/filemode (Makefile.am): Likewise.
10355         * modules/filenamecat (Makefile.am): Likewise.
10356         * modules/fnmatch (Makefile.am): Likewise.
10357         * modules/fopen-safer (Makefile.am): Likewise.
10358         * modules/fpending (Makefile.am): Likewise.
10359         * modules/fprintftime (Makefile.am): Likewise.
10360         * modules/free (Makefile.am): Likewise.
10361         * modules/fsusage (Makefile.am): Likewise.
10362         * modules/ftruncate (Makefile.am): Likewise.
10363         * modules/fts (Makefile.am): Likewise.
10364         * modules/gc (Makefile.am): Likewise.
10365         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
10366         * modules/getaddrinfo (Makefile.am): Likewise.
10367         * modules/getcwd (Makefile.am): Likewise.
10368         * modules/getdelim (Makefile.am): Likewise.
10369         * modules/getdomainname (Makefile.am): Likewise.
10370         * modules/getgroups (Makefile.am): Likewise.
10371         * modules/gethostname (Makefile.am): Likewise.
10372         * modules/gethrxtime (Makefile.am): Likewise.
10373         * modules/getline (Makefile.am): Likewise.
10374         * modules/getloadavg (Makefile.am): Likewise.
10375         * modules/getlogin_r (Makefile.am): Likewise.
10376         * modules/getopt (Makefile.am): Likewise.
10377         * modules/getpass (Makefile.am): Likewise.
10378         * modules/getpass-gnu (Makefile.am): Likewise.
10379         * modules/getsubopt (Makefile.am): Likewise.
10380         * modules/gettime (Makefile.am): Likewise.
10381         * modules/gettimeofday (Makefile.am): Likewise.
10382         * modules/getugroups (Makefile.am): Likewise.
10383         * modules/getusershell (Makefile.am): Likewise.
10384         * modules/glob (Makefile.am): Likewise.
10385         * modules/group-member (Makefile.am): Likewise.
10386         * modules/hard-locale (Makefile.am): Likewise.
10387         * modules/hash (Makefile.am): Likewise.
10388         * modules/hmac-md5 (Makefile.am): Likewise.
10389         * modules/hmac-sha1 (Makefile.am): Likewise.
10390         * modules/human (Makefile.am): Likewise.
10391         * modules/idcache (Makefile.am): Likewise.
10392         * modules/imaxabs (Makefile.am): Likewise.
10393         * modules/imaxdiv (Makefile.am): Likewise.
10394         * modules/inet_ntop (Makefile.am): Likewise.
10395         * modules/inet_pton (Makefile.am): Likewise.
10396         * modules/inttostr (Makefile.am): Likewise.
10397         * modules/isapipe (Makefile.am): Likewise.
10398         * modules/lchown (Makefile.am): Likewise.
10399         * modules/long-options (Makefile.am): Likewise.
10400         * modules/lstat (Makefile.am): Likewise.
10401         * modules/malloc (Makefile.am): Likewise.
10402         * modules/mathl (Makefile.am): Likewise.
10403         * modules/mbchar (Makefile.am): Likewise.
10404         * modules/md2 (Makefile.am): Likewise.
10405         * modules/md4 (Makefile.am): Likewise.
10406         * modules/md5 (Makefile.am): Likewise.
10407         * modules/memcasecmp (Makefile.am): Likewise.
10408         * modules/memchr (Makefile.am): Likewise.
10409         * modules/memcmp (Makefile.am): Likewise.
10410         * modules/memcoll (Makefile.am): Likewise.
10411         * modules/memcpy (Makefile.am): Likewise.
10412         * modules/memmem (Makefile.am): Likewise.
10413         * modules/memmove (Makefile.am): Likewise.
10414         * modules/mempcpy (Makefile.am): Likewise.
10415         * modules/memrchr (Makefile.am): Likewise.
10416         * modules/memset (Makefile.am): Likewise.
10417         * modules/memxor (Makefile.am): Likewise.
10418         * modules/mkancesdirs (Makefile.am): Likewise.
10419         * modules/mkdir (Makefile.am): Likewise.
10420         * modules/mkdir-p (Makefile.am): Likewise.
10421         * modules/mkdtemp (Makefile.am): Likewise.
10422         * modules/mkstemp (Makefile.am): Likewise.
10423         * modules/mktime (Makefile.am): Likewise.
10424         * modules/modechange (Makefile.am): Likewise.
10425         * modules/mountlist (Makefile.am): Likewise.
10426         * modules/nanosleep (Makefile.am): Likewise.
10427         * modules/openat (Makefile.am): Likewise.
10428         * modules/pagealign_alloc (Makefile.am): Likewise.
10429         * modules/physmem (Makefile.am): Likewise.
10430         * modules/poll (Makefile.am): Likewise.
10431         * modules/posixtm (Makefile.am): Likewise.
10432         * modules/posixver (Makefile.am): Likewise.
10433         * modules/putenv (Makefile.am): Likewise.
10434         * modules/quote (Makefile.am): Likewise.
10435         * modules/quotearg (Makefile.am): Likewise.
10436         * modules/raise (Makefile.am): Likewise.
10437         * modules/read-file (Makefile.am): Likewise.
10438         * modules/readline (Makefile.am): Likewise.
10439         * modules/readlink (Makefile.am): Likewise.
10440         * modules/readtokens (Makefile.am): Likewise.
10441         * modules/readutmp (Makefile.am): Likewise.
10442         * modules/realloc (Makefile.am): Likewise.
10443         * modules/regex (Makefile.am): Likewise.
10444         * modules/rename (Makefile.am): Likewise.
10445         * modules/rename-dest-slash (Makefile.am): Likewise.
10446         * modules/rijndael (Makefile.am): Likewise.
10447         * modules/rmdir (Makefile.am): Likewise.
10448         * modules/rpmatch (Makefile.am): Likewise.
10449         * modules/safe-read (Makefile.am): Likewise.
10450         * modules/safe-write (Makefile.am): Likewise.
10451         * modules/same (Makefile.am): Likewise.
10452         * modules/save-cwd (Makefile.am): Likewise.
10453         * modules/savedir (Makefile.am): Likewise.
10454         * modules/setenv (Makefile.am): Likewise.
10455         * modules/settime (Makefile.am): Likewise.
10456         * modules/sha1 (Makefile.am): Likewise.
10457         * modules/sig2str (Makefile.am): Likewise.
10458         * modules/snprintf (Makefile.am): Likewise.
10459         * modules/stdlib-safer (Makefile.am): Likewise.
10460         * modules/stpcpy (Makefile.am): Likewise.
10461         * modules/stpncpy (Makefile.am): Likewise.
10462         * modules/strcase (Makefile.am): Likewise.
10463         * modules/strcasestr (Makefile.am): Likewise.
10464         * modules/strchrnul (Makefile.am): Likewise.
10465         * modules/strcspn (Makefile.am): Likewise.
10466         * modules/strdup (Makefile.am): Likewise.
10467         * modules/strerror (Makefile.am): Likewise.
10468         * modules/strftime (Makefile.am): Likewise.
10469         * modules/strndup (Makefile.am): Likewise.
10470         * modules/strnlen (Makefile.am): Likewise.
10471         * modules/strpbrk (Makefile.am): Likewise.
10472         * modules/strsep (Makefile.am): Likewise.
10473         * modules/strstr (Makefile.am): Likewise.
10474         * modules/strtod (Makefile.am): Likewise.
10475         * modules/strtoimax (Makefile.am): Likewise.
10476         * modules/strtok_r (Makefile.am): Likewise.
10477         * modules/strtol (Makefile.am): Likewise.
10478         * modules/strtoll (Makefile.am): Likewise.
10479         * modules/strtoul (Makefile.am): Likewise.
10480         * modules/strtoull (Makefile.am): Likewise.
10481         * modules/strtoumax (Makefile.am): Likewise.
10482         * modules/strverscmp (Makefile.am): Likewise.
10483         * modules/time_r (Makefile.am): Likewise.
10484         * modules/timegm (Makefile.am): Likewise.
10485         * modules/tmpfile-safer (Makefile.am): Likewise.
10486         * modules/unistd-safer (Makefile.am): Likewise.
10487         * modules/unlinkdir (Makefile.am): Likewise.
10488         * modules/userspec (Makefile.am): Likewise.
10489         * modules/utime (Makefile.am): Likewise.
10490         * modules/utimecmp (Makefile.am): Likewise.
10491         * modules/utimens (Makefile.am): Likewise.
10492         * modules/vasnprintf (Makefile.am): Likewise.
10493         * modules/vasprintf (Makefile.am): Likewise.
10494         * modules/vsnprintf (Makefile.am): Likewise.
10495         * modules/xalloc (Makefile.am): Likewise.
10496         * modules/xgetcwd (Makefile.am): Likewise.
10497         * modules/xnanosleep (Makefile.am): Likewise.
10498         * modules/xreadlink (Makefile.am): Likewise.
10499         * modules/xstrtod (Makefile.am): Likewise.
10500         * modules/xstrtol (Makefile.am): Likewise.
10501         * modules/xstrtold (Makefile.am): Likewise.
10502         * modules/yesno (Makefile.am): Likewise.
10503
10504 2006-10-12  Jim Meyering  <jim@meyering.net>
10505
10506         * m4/getloadavg.m4: Revert the change below.
10507
10508         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
10509         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
10510         fail with a symlink, which is what coreutils' ./bootstrap now
10511         creates by default.
10512
10513 2006-10-12  Bruno Haible  <bruno@clisp.org>
10514
10515         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
10516         mingw.
10517         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
10518         MSVC and mingw explicitly.
10519
10520 2006-10-11  Simon Josefsson  <jas@extundo.com>
10521             Bruno Haible  <bruno@clisp.org>
10522
10523         Add support for multiple gnulib-tool invocations in the scope of a
10524         single configure.ac file.
10525         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
10526         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
10527         with the same contents as the _LIBADD variable.
10528         (func_emit_initmacro_start, func_emit_initmacro_end,
10529         func_emit_initmacro_done): New functions.
10530         (func_import, func_create_testdir): Invoke them. Allow the identifiers
10531         gl_LIBOBJS and gl_LTLIBOBJS.
10532
10533 2006-10-11  Bruno Haible  <bruno@clisp.org>
10534
10535         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
10536         (func_create_testdir): Don't create po/Makefile.am, don't invoke
10537         autoreconf. Instead, invoke autopoint explicitly but move back the
10538         *.m4 files from gnulib.
10539
10540 2006-10-11  Bruno Haible  <bruno@clisp.org>
10541
10542         * gnulib-tool (func_usage): Make module names after --create-testdir
10543         optional.
10544         (func_create_testdir): If no module was specified, use nearly all
10545         modules.
10546
10547 2006-10-12  Jim Meyering  <jim@meyering.net>
10548
10549         Big performance improvement for fts-based tools that use FTS_NOSTAT.
10550         Avoid spurious inode-mismatch problems on non-POSIX file systems.
10551         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
10552         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
10553         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
10554         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
10555         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
10556         (fts_set_stat_required): New function.
10557         (fts_open): Defer the calls to fts_stat, if possible or requested.
10558         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
10559         into fts_stat itself.
10560         (fts_read): Perform any required (deferred) fts_stat call.
10561         (fts_build): Likewise, for the directory we're about to open and read.
10562         In the readdir loop, carefully decide whether each entry will require
10563         an eventual call to fts_stat, using dirent.d_type info if available.
10564         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
10565         a command line argument into this function.  Update all callers.
10566         Map a return value of FTS_DOT to FTS_D for a command line argument.
10567         * modules/fts (Depends-on): Add d-type.  Alphabetize.
10568         Thanks to Miklos Szeredi for his tenacity and for the initial
10569         bug report about "find" failing on a FUSE-based file system.
10570
10571         * lib/fts.c (fts_open): Use consistent indentation.
10572
10573 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10574
10575         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
10576         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
10577         reported by Jim Meyering.  All uses of cache variables renamed
10578         to match Autoconf's.
10579         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
10580         the other one.
10581
10582         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
10583         Fix misspelling in diagnostic.
10584
10585 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10586
10587         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
10588         defined.  Problem reported by Matthew Woehlke.
10589
10590         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
10591         Add support for Tandem NonStop R series.
10592         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
10593         Use new macro.
10594
10595         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
10596         (has_trailing_slash): Omit size arg; all callers changed.
10597         Omit 'inline', since it doesn't help performance and we'd
10598         need to configure it.
10599         Don't count //, ///, etc. as having a trailing slash.
10600         As a side effect, this removes a C99ism reported by Matthew Woehlke.
10601         (rpl_rename_dest_slash): On failure, use rename's errno rather
10602         than (in some cases) an incorrect or junk errno.
10603         Simplify code by removing need to compute length; this does
10604         cause it to make two passes instead of one over the file name,
10605         but it's worth it.
10606
10607         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
10608         change, since Autoconf's version may no longer be appropriate now
10609         that we are using CVS Autoconf's version.  Add support for Tandem.
10610
10611 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10612             Bruno Haible  <bruno@clisp.org>
10613
10614         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
10615         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
10616         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
10617         gl_AC_TYPE_LONG_LONG.
10618
10619         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
10620         instead of HAVE_LONG_LONG.
10621         * lib/printf-args.c (printf_fetchargs): Likewise.
10622         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
10623         * lib/vasnprintf.c (VASNPRINTF): Likewise.
10624         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
10625         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
10626         gl_AC_TYPE_LONG_LONG.
10627
10628 2006-10-11  Bruno Haible  <bruno@clisp.org>
10629
10630         * m4/longlong.m4: Add comments.
10631         * m4/ulonglong.m4: Likewise.
10632
10633 2006-10-10  Bruno Haible  <bruno@clisp.org>
10634
10635         Make it possible to #define stpcpy, strdup to aliases.
10636         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
10637         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
10638
10639 2006-10-10  Bruno Haible  <bruno@clisp.org>
10640
10641         Make it possible to #define gcd to an alias.
10642         * lib/gcd.c: Include config.h.
10643
10644 2006-10-10  Bruno Haible  <bruno@clisp.org>
10645
10646         Make it possible to #define c_isascii to an alias.
10647         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
10648         defined. Undefine the macros before defining them, to avoid gcc
10649         warnings.
10650         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
10651         define NO_C_CTYPE_MACROS early.
10652
10653 2006-10-10  Bruno Haible  <bruno@clisp.org>
10654
10655         Make it possible to #define set_program_name to an alias.
10656         * lib/progname.c: Don't undefine set_program_name; instead, undefine
10657         ENABLE_RELOCATABLE early.
10658
10659 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10660
10661         Port to Tandem NSK OSS, which has 64-bit signed int but at most
10662         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
10663         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
10664         More generally, don't assume that 64-bit signed int is available
10665         if unsigned int is, and vice versa.
10666         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
10667         unsigned symbols, not on their signed counterparts.
10668         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
10669         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
10670         (UINT64_C, UINTMAX_C):
10671         Likewise.
10672         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
10673         unsigned counterparts.
10674         (Have_long_long, Unsigned): New macros.
10675         (Int): Renamed from INT.
10676         (strtoimax): Use the new macros.
10677         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
10678         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
10679         * modules/inttypes (inttypes.h): Substitute
10680         HAVE_UNSIGNED_LONG_LONG_INT.
10681         * modules/stdint (stdint.h): Likewise.
10682         (Files): Add m4/ulonglong.m4.
10683
10684 2006-10-10  Bruno Haible  <bruno@clisp.org>
10685
10686         Fix a gcc -Wshadow warning.
10687         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
10688         to 'bucket'.
10689         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
10690         gl_linked_indexof_from_to): Likewise.
10691         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
10692         Likewise.
10693         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
10694         Likewise.
10695         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
10696         Reported by Eric Blake.
10697
10698 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
10699
10700         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
10701         for NetBSD.  Problem reported by Bruno Haible.
10702
10703 2006-10-09  Jim Meyering  <jim@meyering.net>
10704
10705         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
10706         Patch from Bruno Haible.
10707
10708 2006-10-09  Jim Meyering  <jim@meyering.net>
10709
10710         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
10711         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
10712         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
10713
10714 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
10715
10716         Don't include <config.h> twice; this doesn't work in some cases,
10717         e.g., when config.h has "#define intmax_t long long int" and
10718         we include <config.h>, <inttypes.h>, <config.h> in that order.
10719         Problem reported by Matthew Woehlke in:
10720         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
10721         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
10722         * lib/fts-cycle.c: Don't include config.h.
10723         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
10724         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
10725         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
10726         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
10727         inttypes.h.
10728         * lib/xstrtoumax.c: Likewise.
10729         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
10730         __strtol and the like, so that this module is more like its siblings.
10731         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
10732         Remove; no longer needed now that we assume gnulib inttypes.h.
10733
10734 2006-10-08  Bruno Haible  <bruno@clisp.org>
10735
10736         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
10737         option.
10738
10739 2006-10-07  Jim Meyering  <jim@meyering.net>
10740
10741         * modules/inttypes (inttypes.h): Revert what seems to have been
10742         an inadvertent part of today's change: use "|", not "/" in the
10743         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
10744
10745 2006-10-07  Bruno Haible  <bruno@clisp.org>
10746
10747         * modules/sublist: New file.
10748
10749 2006-10-07  Bruno Haible  <bruno@clisp.org>
10750
10751         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
10752         * modules/argz (argz.h): Likewise.
10753         * modules/arpa_inet (arpa/inet.h): Likewise.
10754         * modules/byteswap (byteswap.h): Likewise.
10755         * modules/configmake (configmake.h): Likewise.
10756         * modules/fcntl (fcntl.h): Likewise.
10757         * modules/fnmatch (fnmatch.h): Likewise.
10758         * modules/getopt (getopt.h): Likewise.
10759         * modules/glob (glob.h): Likewise.
10760         * modules/inttypes (inttypes.h): Likewise.
10761         * modules/netinet_in (netinet/in.h): Likewise.
10762         * modules/poll (poll.h): Likewise.
10763         * modules/stdbool (stdbool.h): Likewise.
10764         * modules/stdint (stdint.h): Likewise.
10765         * modules/sys_select (sys/select.h): Likewise.
10766         * modules/sys_socket (sys/socket.h): Likewise.
10767         * modules/sys_stat (sys/stat.h): Likewise.
10768         * modules/sysexits (sysexits.h): Likewise.
10769         * modules/unistd (unistd.h): Likewise.
10770         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10771         Add a "DO NOT EDIT" comment to the generated file.
10772         (func_import): Likewise for gnulib-comp.m4.
10773
10774 2006-10-07  Bruno Haible  <bruno@clisp.org>
10775
10776         * lib/gl_sublist.h: New file.
10777         * lib/gl_sublist.c: New file.
10778
10779 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
10780
10781         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
10782         name (relative to the original working directory) and the file
10783         name component (relative to the temporary working directory).  All
10784         callers changed.
10785         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
10786         * lib/mkdir-p.c (make_dir_parents): Likewise.
10787         * lib/mkdir-p.h (make_dir_parents): Likewise.
10788
10789 2006-10-06  Eric Blake  <ebb9@byu.net>
10790
10791         Define several macros for use by the clean-temp module.
10792         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
10793         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
10794         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
10795
10796         * lib/clean-temp.h (close_stream_temp): New declaration.
10797         * lib/clean-temp.c (includes): Pull in headers according to what
10798         other modules are in use.
10799         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
10800
10801 2006-10-06  Bruno Haible  <bruno@clisp.org>
10802
10803         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
10804         instead of fopen, fwriteerror.
10805
10806 2006-10-06  Bruno Haible  <bruno@clisp.org>
10807
10808         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
10809         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
10810         int.
10811         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
10812         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
10813         Return an error indicator.
10814         Suggested by Eric Blake.
10815
10816 2006-10-06  Bruno Haible  <bruno@clisp.org>
10817
10818         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
10819         Reported by Eric Blake.
10820
10821 2006-10-06  Bruno Haible  <bruno@clisp.org>
10822
10823         * modules/closeout (Description): Mention stderr too.
10824
10825 2006-10-06  Bruno Haible  <bruno@clisp.org>
10826         and Paul Eggert  <eggert@cs.ucla.edu>
10827
10828         * lib/closeout.c (close_stdout): Also close stderr.
10829         * lib/closeout.h: Update comment.
10830
10831 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
10832
10833         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
10834         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
10835         * lib/dirchownmod.c: Include lchown.h.
10836         * lib/lchown.c: Don't include files that lchown.h now includes.
10837         Don't declare chown, since lchown.h now does that.
10838         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
10839         (lchown): Define to rpl_chown if lchown is declared but
10840         does not exist.  Declare using a prototype if lchown is not
10841         declared.  Add a copyright notice.
10842         * lib/mkstemp.h: Include <unistd.h>.
10843         * lib/openat.c: Include lchown.h.
10844
10845         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
10846         we now test for that separately.
10847         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
10848         rather than O_NOFOLLOW, when testing whether it's possible to
10849         avoid a race condition reliably.
10850         * lib/savewd.c (savewd_chdir): Likewise.
10851
10852         Remove macros that are no longer needed now that stdint.h is
10853         reliable.
10854         * lib/fsusage.c (UINTMAX_MAX): Remove.
10855         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
10856         * lib/utimecmp.c (SIZE_MAX): Remove.
10857
10858         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
10859
10860         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
10861         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
10862         O_NOATIME works.
10863
10864 2006-10-05  Bruno Haible  <bruno@clisp.org>
10865
10866         * lib/gl_list.h (gl_sortedlist_search_from_to,
10867         gl_sortedlist_indexof_from_to): New declarations.
10868         (gl_list_implementation): New fields sortedlist_search_from_to,
10869         sortedlist_indexof_from_to.
10870         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
10871         inline functions.
10872         * lib/gl_list.c (gl_sortedlist_search_from_to,
10873         gl_sortedlist_indexof_from_to): New functions.
10874         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
10875         function.
10876         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
10877         (gl_array_sortedlist_search_from_to): New function.
10878         (gl_array_list_implementation): Update.
10879         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
10880         function.
10881         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
10882         (gl_carray_sortedlist_search_from_to): New function.
10883         (gl_carray_list_implementation): Update.
10884         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
10885         gl_linked_sortedlist_indexof_from_to): New functions.
10886         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10887         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10888         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
10889         gl_tree_sortedlist_indexof_from_to): New functions.
10890         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10891         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10892         Update.
10893         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10894         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
10895         Update.
10896
10897 2006-10-05  Bruno Haible  <bruno@clisp.org>
10898
10899         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
10900         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
10901         (struct gl_list_implementation): Add fields search_from_to,
10902         indexof_from_to. Remove fields search, indexof.
10903         (gl_list_search): Use the search_from_to method.
10904         (gl_list_search_from, gl_list_search_from_to): New functions.
10905         (gl_list_indexof): Use the indexof_from_to method.
10906         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10907         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
10908         (gl_list_search_from, gl_list_search_from_to): New functions.
10909         (gl_list_indexof): Use the indexof_from_to method.
10910         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10911         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
10912         gl_array_indexof. Add start_index, end_index arguments.
10913         (gl_array_search_from_to): Renamed from gl_array_search. Add
10914         start_index, end_index arguments.
10915         (gl_array_remove, gl_array_list_implementation): Update.
10916         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
10917         gl_carray_indexof. Add start_index, end_index arguments.
10918         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
10919         start_index, end_index arguments.
10920         (gl_carray_remove, gl_carray_list_implementation): Update.
10921         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
10922         gl_linked_search. Add start_index, end_index arguments.
10923         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
10924         start_index, end_index arguments.
10925         (gl_linked_remove): Update.
10926         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10927         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10928         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
10929         field to 'size_t'.
10930         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
10931         gl_tree_search. Add start_index, end_index arguments.
10932         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10933         start_index, end_index arguments.
10934         (gl_tree_remove): Update.
10935         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10936         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10937         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
10938         function.
10939         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
10940         gl_tree_search. Add start_index, end_index arguments.
10941         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10942         start_index, end_index arguments.
10943         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10944         Update.
10945         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
10946
10947 2006-10-05  Bruno Haible  <bruno@clisp.org>
10948
10949         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
10950
10951         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
10952         fwriteerror_temp): New declarations.
10953         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
10954         (descriptors): New variable.
10955         (cleanup): First, close the descriptors.
10956         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
10957         fclose_temp, fwriteerror_temp): New functions.
10958
10959 2006-10-04  Jim Meyering  <jim@meyering.net>
10960
10961         * lib/fts.c (fts_open): Tiny comment change.
10962
10963 2006-10-04  Bruno Haible  <bruno@clisp.org>
10964
10965         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
10966         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
10967         gl_LOCK_BODY.
10968         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
10969         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
10970         gl_LOCK_EARLY_BODY.
10971         (gl_LOCK): Require gl_LOCK_BODY.
10972
10973 2006-10-04  Bruno Haible  <bruno@clisp.org>
10974
10975         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
10976         (gl_oset_search_atleast): New declaration.
10977         (struct gl_oset_implementation): Add field 'search_atleast'.
10978         (gl_oset_search_atleast): New inline function.
10979         * lib/gl_oset.c (gl_oset_search_atleast): New function.
10980         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
10981         (gl_array_oset_implementation): Update.
10982         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
10983         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
10984         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
10985
10986 2006-10-04  Bruno Haible  <bruno@clisp.org>
10987
10988         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
10989
10990 2006-10-03  Bruno Haible  <bruno@clisp.org>
10991
10992         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
10993         from gl_avltreehash_list_implementation.
10994
10995 2006-10-03  Bruno Haible  <bruno@clisp.org>
10996
10997         * lib/gl_oset.c (gl_oset_add): Fix return type.
10998
10999 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
11000
11001         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
11002
11003 2006-10-02  Eric Blake  <ebb9@byu.net>
11004
11005         * modules/strnlen (Depends-on): Add extensions.
11006
11007 2006-10-02  Eric Blake  <ebb9@byu.net>
11008
11009         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
11010         definition in 2.60+.
11011
11012 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
11013
11014         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
11015         checks.
11016
11017 2006-10-02  Bruno Haible  <bruno@clisp.org>
11018
11019         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
11020         to the AUTOMAKE_OPTIONS.
11021         Reported by Jim Meyering.
11022
11023 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
11024
11025         Work around bug in Solaris 10 /proc file system:
11026         /proc/self/fd/NNN/.. isn't the parent directory of
11027         the directory whose file descriptor is NNN.  This needs to
11028         be worked around at run time, not compile time, since a
11029         program might be built on Solaris 8, where things work, and
11030         run on Solaris 10.
11031         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
11032         to use the following interface instead:
11033         (OPENAT_BUFFER_SIZE): New macro.
11034         (openat_proc_name): New function.
11035         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
11036         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
11037         Likewise.
11038         * lib/openat-proc.c: New file.
11039         * modules/openat (Files): Add lib/openat-proc.c.
11040         (Depends-on): Add same-inode, stdbool.
11041         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
11042
11043 2006-09-29  Bruno Haible  <bruno@clisp.org>
11044
11045         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
11046         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
11047         argument. Set stdout_closed before testing for ferror, not after.
11048         (fwriteerror, fwriteerror_no_ebadf): New functions.
11049
11050 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11051
11052         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
11053
11054 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
11055
11056         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
11057         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
11058
11059 2006-09-28  Jim Meyering  <jim@meyering.net>
11060
11061         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
11062         Include <unistd.h>.
11063
11064 2006-09-28  Bruno Haible  <bruno@clisp.org>
11065
11066         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
11067         * modules/linkedhash-list (Depends-on): Likewise.
11068         * modules/rbtreehash-list (Depends-on): Likewise.
11069
11070 2006-09-28  Bruno Haible  <bruno@clisp.org>
11071
11072         * lib/strndup.h: Simplify the redefinition of strndup.
11073         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
11074         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
11075
11076 2006-09-28  Bruno Haible  <bruno@clisp.org>
11077
11078         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
11079         * lib/gl_linkedhash_list.c: Likewise.
11080         * lib/gl_rbtreehash_list.c: Likewise.
11081
11082 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
11083
11084         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
11085         getaddrinfo.
11086
11087         * lib/__fpending.h: Don't include <stdio_ext.h> unless
11088         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
11089         it causes <stdio_ext.h> to cause a compile-time error.
11090         Problem reported by Nelson H. F. Beebe.
11091         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
11092         of HAVE_DECL___PENDING.
11093
11094         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
11095         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
11096         declaration.
11097
11098 2006-09-27  Jim Meyering  <jim@meyering.net>
11099
11100         This file could end up with a definition for a function
11101         named __strndup, rather than rpl_strndup on a system with
11102         incomplete weak_alias support.
11103         * lib/strndup.c (strndup): Rename from __strndup.
11104         Remove #defines that used to map __strndup to strndup.
11105         Don't use K&R prototypes.
11106         Remove LIBC-related code, since this file is not sync'd with glibc.
11107         * lib/strndup.h: Revamp, accordingly.
11108         * m4/strndup.m4: Modernize.
11109
11110 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
11111
11112         * modules/savewd (Depends-on): Add 'raise'.
11113         * lib/savewd.c: Include <signal.h>, for 'raise'.
11114
11115 2006-09-26  Jim Meyering  <jim@meyering.net>
11116
11117         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
11118         when we detect Darwin 8.7.0's acl_get_file bug.
11119         Rearrange to perform the new (below) run-test while $LIBS
11120         contains any acl-related library.  Set USE_ACL at the end.
11121         (gl_ACL_GET_FILE): New function.
11122
11123 2006-09-26  Eric Blake  <ebb9@byu.net>
11124
11125         * lib/verror.c: Include <config.h> unconditionally.
11126
11127 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
11128
11129         * modules/clock-time (Maintainer): Add self.
11130         * modules/getlogin_r (Depends-on): Add extensions.
11131
11132 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11133
11134         * modules/clock-time: New module.
11135         * modules/nanosleep (Depends-on): Add clock-time.
11136         * modules/gethrxtime (Depends-on): Likewise.
11137         * modules/gettime (Depends-on): Likewise.
11138         * modules/settime (Depends-on): Likewise.
11139
11140         * modules/fts-lgpl: Depend on openat.
11141         * modules/mkancesdirs: Depend on savewd.
11142         * modules/mkdir-p: Likewise.
11143
11144 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11145
11146         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
11147
11148         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
11149         `gl_have_arbitrary_file_name_length_limit' to
11150         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
11151         actually works between configure runs.
11152
11153 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11154             Bruno Haible  <bruno@clisp.org>
11155
11156         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
11157
11158 2006-09-25  Jim Meyering  <jim@meyering.net>
11159
11160         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
11161         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
11162
11163 2006-09-25  Eric Blake  <ebb9@byu.net>
11164
11165         * gnulib-tool (func_import, func_create_testdir): Fix typos in
11166         exec's in 2006-09-18 patch when shuffling fds.
11167
11168 2006-09-25  Bruno Haible  <bruno@clisp.org>
11169
11170         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
11171         Reported by Jim Meyering.
11172
11173 2006-09-24  Jim Meyering  <jim@meyering.net>
11174
11175         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
11176         compare a pointer against a literal "0".  That caused failures with
11177         at least HP-UX's hpcc.
11178
11179 2006-09-22  Simon Josefsson  <jas@extundo.com>
11180
11181         * modules/gc-sha1:
11182         * modules/gc-md4:
11183         * modules/gc-hmac-sha1:
11184         * modules/gc-hmac-md5:
11185         * modules/gc-des:
11186         * modules/gc-arcfour: Distribute more files.
11187
11188 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11189
11190         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
11191         (gl_linked_iterator_from_to): Initialize struct completely.
11192         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
11193         (gl_tree_iterator_from_to): Likewise
11194         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
11195         * lib/gl_array_list.c [lint] (gl_array_iterator)
11196         (gl_array_iterator_from_to): Likewise.
11197         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
11198         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
11199         (gl_carray_iterator_from_to): Likewise.
11200
11201         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
11202         * lib/md4.c (md4_process_block): Remove unused variable.
11203         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
11204         parentheses for clarity.
11205
11206 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11207
11208         * modules/bison-i18n (Depends-on): Add gettext.
11209
11210 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11211
11212         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
11213         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
11214         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
11215         also add missing comma that caused broken test.
11216         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
11217         stdlib.h, for `abort'.
11218         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
11219         variables.
11220         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
11221         include unistd.h if present, for `rmdir'.
11222         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
11223         variables.
11224         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
11225         in the process include standard headers for prototypes.
11226         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
11227         gets declared on GNU/Linux.
11228         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
11229         unistd.h, for `rmdir'.
11230         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
11231
11232         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
11233         always true.
11234         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
11235
11236         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
11237
11238 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11239
11240         * gnulib-tool (func_version): Create output all at once.  This
11241         may help avoid triggering unnecessary SIGPIPEs, and at any
11242         rate it doesn't hurt.
11243
11244 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11245             Bruno Haible  <bruno@clisp.org>
11246
11247         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
11248         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
11249         * m4/signed.m4 (bh_C_SIGNED): Likewise.
11250
11251         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
11252         (gl_FUNC_VASPRINTF): Invoke it.
11253
11254 2006-09-22  Bruno Haible  <bruno@clisp.org>
11255
11256         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
11257         getloadavg.c as first argument.
11258
11259 2006-09-22  Bruno Haible  <bruno@clisp.org>
11260
11261         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
11262         at the beginning of the gl_INIT macro.
11263         * modules/getloadavg (configure.ac): Pass $gl_source_base to
11264         gl_GETLOADAVG.
11265
11266 2006-09-22  Bruno Haible  <bruno@clisp.org>
11267
11268         * gnulib-tool (func_create_megatestdir): Don't include the config-h
11269         module.
11270         Suggested by Ralf Wildenhues.
11271
11272 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
11273
11274         Import this patch from libc:
11275
11276         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
11277
11278         * lib/regex_internal.c (re_string_reconstruct): Handle
11279         offset < pstr->valid_raw_len && pstr->offsets_needed case.
11280         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
11281         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
11282         re_string_context_at.
11283
11284         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
11285         now requires it.
11286         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
11287         gl_REGEX now does it for us.
11288         (gl_REGEX): Add test taken from
11289         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
11290
11291         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
11292         Check that large offsets work.  Modernize Autoconf usages.
11293         Prefer "yes" to mean a good thing rather than a bad.
11294         Don't put "#define mkstemp" in config.h, as this might interfere
11295         with standard system headers that "#define mkstemp mkstemp64".
11296
11297         * modules/mkstemp (Depends-on): Add extensions, so that
11298         mkstemp is visible on some platforms.
11299         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
11300         (Include): Change to "mkstemp.h" from <stdlib.h>.
11301         (Files): Add mkstemp.h.
11302
11303         * lib/mkstemp.h: New file, since some standard headers
11304         #define mkstemp.
11305         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
11306         Include "mkstemp.h".
11307         Make the _LIBC code resemble glibc original more,
11308         e.g., use K&R style.
11309         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
11310         (mkstemp): Remove, since mkstemp.h does this for us.
11311         * lib/stdlib--.h: Include mkstemp.h.
11312
11313         Import this patch from libc:
11314
11315         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
11316
11317         * lib/tempname.c (__gen_tempname): Change attempts_min
11318         into a macro.  Use preprocessor to decide how to initialize
11319         attempts [Coverity CID 67].
11320
11321 2006-09-20  Bruno Haible  <bruno@clisp.org>
11322
11323         * lib/mkdtemp.c: Import from libc.
11324         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
11325                 * sysdeps/posix/tempname.c (__gen_tempname): Change
11326                 attempts_min into a macro.  Use preprocessor to decide how to
11327                 initialize attempts [Coverity CID 67].
11328         2001-11-27  Paul Eggert  <eggert@twinsun.com>
11329                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
11330                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
11331
11332 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11333
11334         * gnulib-tool (func_exit): New function, to allow to pass the
11335         exit status portably through the trap.  Use everywhere.
11336         (--help, --version): Signal a write error.
11337         (trap): catch SIGPIPE, for write errors.
11338         Exit at the end of the trap, with the correct exit status.
11339
11340 2006-09-19  Karl Berry  <karl@gnu.org>
11341
11342         * doc/gnulib.texi: note about the license texinfo files.
11343
11344 2006-09-19  Eric Blake  <ebb9@byu.net>
11345
11346         * gnulib-tool: Avoid space-tab.
11347
11348 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
11349
11350         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
11351         that prevented coreutils 6.1 from building.  Problem reported
11352         by Petter Reinholdtsen.
11353
11354 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
11355
11356         * gnulib-tool (avoidlist): Fix typo that broke options like
11357         --avoid=lock that are used by coreutils bootstrap.
11358
11359 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
11360
11361         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
11362         more systematically.
11363
11364 2006-09-18  Jim Meyering  <jim@meyering.net>
11365
11366         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
11367
11368 2006-09-18  Bruno Haible  <bruno@clisp.org>
11369
11370         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
11371
11372 2006-09-18  Bruno Haible  <bruno@clisp.org>
11373
11374         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
11375         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
11376         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
11377         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
11378         * m4/gettext.m4: Require autoconf >= 2.52.
11379         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
11380         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
11381         of gl_cv_header_inttypes_h.
11382
11383 2006-09-18  Bruno Haible  <bruno@clisp.org>
11384
11385         * lib/javaversion.c: Include configmake.h.
11386
11387 2006-09-18  Bruno Haible  <bruno@clisp.org>
11388
11389         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
11390         avoid that the while loops be executed in a subshell.
11391
11392 2006-09-18  Bruno Haible  <bruno@clisp.org>
11393
11394         * MODULES.html.sh (func_module): Break long lines.
11395         Suggested by Bruce Korb <bkorb@gnu.org>.
11396
11397 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11398
11399         Speed up by a factor of 1.12.
11400         * gnulib-tool (nl): New variable.
11401         (func_import): Rewrite include directive extraction to only read each
11402         directive once.
11403
11404 2006-09-17  Bruno Haible  <bruno@clisp.org>
11405
11406         * modules/javaversion (Makefile.am): Remove DEFS setting.
11407         (Depends-on): Add configmake, for PKGDATADIR definition.
11408
11409 2006-09-17  Bruno Haible  <bruno@clisp.org>
11410
11411         * gnulib-tool (func_create_testdir): Rewrite all files at once.
11412
11413 2006-09-17  Bruno Haible  <bruno@clisp.org>
11414
11415         * gnulib-tool (func_append): New function, stolen from libtool.m4.
11416         (func_modules_transitive_closure, func_modules_add_dummy,
11417         func_modules_to_filelist, func_import, func_create_testdir,
11418         func_create_megatestdir, ...): Use it wherever possible.
11419         Suggested by Ralf Wildenhues.
11420
11421 2006-09-16  Karl Berry  <karl@gnu.org>
11422
11423         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
11424         to avoid sectioning errors.
11425         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
11426         [ifinfo]: blank line after @center-ed titles.
11427         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
11428         Spell FSF address consistently with others.
11429         (These changes approved by rms.)
11430
11431 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11432
11433         Speed up by a factor of 1.61.
11434         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
11435         already checked module names again.
11436
11437 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11438
11439         Speed up by a factor of 1.13.
11440         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
11441         for new_files, and the input to func_add_or_update.
11442
11443 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11444
11445         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
11446         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
11447
11448 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11449
11450         * modules/mkancesdirs (Depends-on): Add fcntl.
11451         * modules/savewd: New file.
11452         * MODULES.html.sh (File system functions): Add savewd.
11453
11454         * modules/configmake (Makefile.am): Add support for the
11455         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
11456
11457 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11458
11459         * m4/savewd.m4: New file.
11460
11461 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11462
11463         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
11464         (dirchownmod): New arg FD.  All callers changed.
11465         Use FD rather than opening the directory ourself, as opening is
11466         now the caller's responsibility.
11467         * lib/dirchownmod.h: Likewise.
11468         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
11469         hosts that require <sys/types.h> before <sys/stat.h>.  Include
11470         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
11471         (test_dir): Remove.
11472         (mkancesdirs): Return length of prefix of FILE that has already
11473         been made, or -2 if there is a child doing the work.  Redo
11474         algorithm so that it is O(N) rather than O(N**2).  Optimize away
11475         ".", and treat ".." specially since it might stray back into
11476         already-created areas.  Use a subprocess if necessary.  New arg
11477         WD; all users changed.  MAKE_DIR function should now return 1
11478         if it creates a directory that is not readable.  Return -2 if
11479         a child process is spun off.
11480         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
11481         Adjust signature to match code.
11482         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
11483         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
11484         all users changed.
11485         * lib/savewd.c, lib/savewd.h: New files.
11486
11487 2006-09-15  Jim Meyering  <jim@meyering.net>
11488
11489         * modules/rename-dest-slash: New module.
11490         * MODULES.html.sh (posix_compat): Add it here.
11491
11492         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
11493
11494 2006-09-15  Jim Meyering  <jim@meyering.net>
11495
11496         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
11497         file.
11498
11499         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
11500
11501 2006-09-15  Jim Meyering  <jim@meyering.net>
11502
11503         * lib/rename-dest-slash.c (has_trailing_slash): Use
11504         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
11505         (rpl_rename_dest_slash): Perform the cheaper trailing slash
11506         test before testing whether SRC is a directory.
11507         Suggestions from Bruno Haible.
11508
11509         Avoid a warning about an unused variable.
11510         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
11511         into the #ifdef block where it's used.
11512
11513         * lib/rename-dest-slash.c: New file.
11514
11515 2006-09-14  Bruno Haible  <bruno@clisp.org>
11516
11517         * lib/allocsa.c: Include <config.h> unconditionally.
11518         * lib/asnprintf.c: Likewise.
11519         * lib/asprintf.c: Likewise.
11520         * lib/c-strcasecmp.c: Likewise.
11521         * lib/c-strcasestr.c: Likewise.
11522         * lib/c-strncasecmp.c: Likewise.
11523         * lib/c-strstr.c: Likewise.
11524         * lib/classpath.c: Likewise.
11525         * lib/clean-temp.c: Likewise.
11526         * lib/concatpath.c: Likewise.
11527         * lib/copy-file.c: Likewise.
11528         * lib/csharpcomp.c: Likewise.
11529         * lib/csharpexec.c: Likewise.
11530         * lib/execute.c: Likewise.
11531         * lib/fatal-signal.c: Likewise.
11532         * lib/findprog.c: Likewise.
11533         * lib/fwriteerror.c: Likewise.
11534         * lib/gl_array_list.c: Likewise.
11535         * lib/gl_array_oset.c: Likewise.
11536         * lib/gl_avltree_list.c: Likewise.
11537         * lib/gl_avltree_oset.c: Likewise.
11538         * lib/gl_avltreehash_list.c: Likewise.
11539         * lib/gl_carray_list.c: Likewise.
11540         * lib/gl_linked_list.c: Likewise.
11541         * lib/gl_linkedhash_list.c: Likewise.
11542         * lib/gl_list.c: Likewise.
11543         * lib/gl_oset.c: Likewise.
11544         * lib/gl_rbtree_list.c: Likewise.
11545         * lib/gl_rbtree_oset.c: Likewise.
11546         * lib/gl_rbtreehash_list.c: Likewise.
11547         * lib/imaxabs.c: Likewise.
11548         * lib/imaxdiv.c: Likewise.
11549         * lib/javacomp.c: Likewise.
11550         * lib/javaexec.c: Likewise.
11551         * lib/javaversion.c: Likewise.
11552         * lib/linebreak.c: Likewise.
11553         * lib/localcharset.c: Likewise.
11554         * lib/lock.c: Likewise.
11555         * lib/mbchar.c: Likewise.
11556         * lib/mbswidth.c: Likewise.
11557         * lib/mkdtemp.c: Likewise.
11558         * lib/pipe.c: Likewise.
11559         * lib/printf-args.c: Likewise.
11560         * lib/printf-parse.c: Likewise.
11561         * lib/progname.c: Likewise.
11562         * lib/progreloc.c: Likewise.
11563         * lib/readlink.c: Likewise.
11564         * lib/sh-quote.c: Likewise.
11565         * lib/stpcpy.c: Likewise.
11566         * lib/stpncpy.c: Likewise.
11567         * lib/strcasecmp.c: Likewise.
11568         * lib/strcasestr.c: Likewise.
11569         * lib/strcspn.c: Likewise.
11570         * lib/striconv.c: Likewise.
11571         * lib/strncasecmp.c: Likewise.
11572         * lib/strnlen1.c: Likewise.
11573         * lib/strstr.c: Likewise.
11574         * lib/strtok_r.c: Likewise.
11575         * lib/tls.c: Likewise.
11576         * lib/tmpdir.c: Likewise.
11577         * lib/unicodeio.c: Likewise.
11578         * lib/unsetenv.c: Likewise.
11579         * lib/vasnprintf.c: Likewise.
11580         * lib/vasprintf.c: Likewise.
11581         * lib/wait-process.c: Likewise.
11582         * lib/xallocsa.c: Likewise.
11583         * lib/xsetenv.c: Likewise.
11584         * lib/xstriconv.c: Likewise.
11585
11586 2006-09-13  Simon Josefsson  <jas@extundo.com>
11587
11588         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
11589         that internally, suggested by Ralf Wildenhues
11590         <Ralf.Wildenhues@gmx.de>.
11591
11592 2006-09-13  Simon Josefsson  <jas@extundo.com>
11593
11594         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
11595         @LIBOBJS@.
11596         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11597
11598 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
11599
11600         * lib/_fpending.c: Include <config.h> unconditionally, since we no
11601         longer worry about uses that don't define HAVE_CONFIG_H.
11602         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
11603         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
11604         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
11605         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
11606         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
11607         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
11608         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
11609         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
11610         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
11611         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
11612         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
11613         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
11614         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
11615         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
11616         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
11617         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
11618         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
11619         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
11620         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
11621         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
11622         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
11623         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
11624         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
11625         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
11626         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
11627         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
11628         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
11629         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
11630         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
11631         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
11632         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
11633         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
11634         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
11635         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
11636         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
11637         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
11638         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
11639         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
11640         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
11641         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
11642         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
11643         Likewise.
11644
11645 2006-09-13  Eric Blake  <ebb9@byu.net>
11646
11647         * lib/getopt.c: Fix typo in last commit.
11648
11649 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11650
11651         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
11652         dgettext.
11653
11654 2006-09-12  Jim Meyering  <jim@meyering.net>
11655
11656         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
11657         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
11658         Reported by Nelson H. F. Beebe.
11659
11660 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11661
11662         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
11663         program_invocation_name and program_invocation_short_name are
11664         initialized.
11665         * lib/argp-namefrob.h: Move declarations of program_invocation_name
11666         and program_invocation_short_name to argp.h, so they are visible
11667         to user programs.
11668         * lib/argp.h: Likewise
11669
11670 2006-09-10  Bruno Haible  <bruno@clisp.org>
11671
11672         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11673         m4/inttypes_h.m4, m4/uintmax_t.m4.
11674
11675 2006-09-10  Bruno Haible  <bruno@clisp.org>
11676
11677         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
11678         gl_AC_TYPE_UINTMAX_T.
11679
11680 2006-09-10  Bruno Haible  <bruno@clisp.org>
11681
11682         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
11683
11684 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11685
11686         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
11687         convention.  Text proposed by Bruno Haible.
11688         (struct argp_option): Document the use of N_() wrappers.
11689
11690         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
11691         '\v', and translate the two parts separately, instead of feeding
11692         the whole string to gettext.  This allows to exclude
11693         '\v' from the strings visible to the translator by writing doc
11694         strings as N_("..") "\v" N_("..").
11695
11696 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
11697
11698         * config/srclist.txt: Undo latest change; the bug was fixed.
11699
11700 2006-09-09  Bruno Haible  <bruno@clisp.org>
11701
11702         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
11703         assignments if building a library without libtool.
11704         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
11705         in func_emit_lib_Makefile_am.
11706         (func_import): When building a static library libfoo.a, arrange to
11707         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
11708         (func_create_testdir): Likewise.
11709         * modules/gc (configure.ac, Makefile.am): If building statically,
11710         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
11711         * modules/iconvme (configure.ac, Makefile.am): Likewise.
11712         * modules/striconv (configure.ac, Makefile.am): Likewise.
11713         Based on a suggestion by Ralf Wildenhues.
11714
11715 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11716
11717         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
11718         Check for unistd.h too, since Autoconf doesn't assume POSIX.
11719         Also:
11720
11721         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11722         Add year_2050_test to catch glibc bug 2821
11723         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
11724
11725         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11726         Prefer #ifdef to #if.
11727
11728         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
11729         Return from 'main' instead of calling 'exit'.
11730
11731 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11732
11733         * lib/mktime.c (guess_time_tm): Fix bug where mktime
11734         returned the maximum time_t value rather than (time_t) -1.
11735         Problem originally reported by William Bardwell
11736         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
11737
11738         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
11739         Moved to here ...
11740         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
11741         ... from here.
11742
11743 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11744
11745         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
11746         2821 is fixed.
11747
11748 2006-09-08  Jim Meyering  <jim@meyering.net>
11749
11750         Don't make generated files read-only.  That would bother too many
11751         people.  However, do retain the ability to work when targets are
11752         read-only: remove the destination and temporary files before writing
11753         them (when generated via sed or echo), or by using the -f option for
11754         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
11755         * modules/alloca-opt, modules/argz, modules/arpa_inet:
11756         * modules/byteswap, modules/configmake, modules/fcntl:
11757         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
11758         * modules/localcharset, modules/netinet_in, modules/poll:
11759         * modules/stdbool, modules/stdint, modules/sys_select:
11760         * modules/sys_socket, modules/sys_stat, modules/sysexits:
11761
11762 2006-09-08  Jim Meyering  <jim@meyering.net>
11763
11764         Avoid new build failure on FreeBSD 6.0.
11765         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
11766         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
11767         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
11768
11769 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11770
11771         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
11772
11773 2006-09-07  Jim Meyering  <jim@meyering.net>
11774
11775         Fix global typo in last change: use chmod u-w, not chmod u-x.
11776         Spotted by Paul Eggert and Bruce Korb.
11777         * modules/alloca-opt, modules/argz, modules/arpa_inet:
11778         * modules/byteswap, modules/configmake, modules/fcntl:
11779         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
11780         * modules/localcharset, modules/netinet_in, modules/poll:
11781         * modules/stdbool, modules/stdint, modules/sys_select:
11782         * modules/sys_socket, modules/sys_stat, modules/sysexits:
11783
11784 2006-09-06  Jim Meyering  <jim@meyering.net>
11785
11786         Make generated files be read-only.
11787         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
11788         Ensure that each generated file is now read-only.
11789         * modules/argz: Likewise.
11790         * modules/arpa_inet: Likewise.
11791         * modules/byteswap: Likewise.
11792         * modules/configmake: Likewise.
11793         * modules/fcntl: Likewise.
11794         * modules/fnmatch: Likewise.
11795         * modules/getopt: Likewise.
11796         * modules/glob: Likewise.
11797         * modules/inttypes: Likewise.
11798         * modules/netinet_in: Likewise.
11799         * modules/poll: Likewise.
11800         * modules/stdbool: Likewise.
11801         * modules/stdint: Likewise.
11802         * modules/sys_select: Likewise.
11803         * modules/sys_socket: Likewise.
11804         * modules/sys_stat: Likewise.
11805         * modules/sysexits: Likewise.
11806         * modules/localcharset: Same as above, but continue using temporary
11807         file named "t-$@" (why different?) rather than the "$@-t" used
11808         everywhere else.
11809
11810         * modules/sysexits (Makefile.am): Replace literal occurrences
11811         of "sysexit.h" more readable, and more consistent, "$@".
11812
11813 2006-09-06  Bruno Haible  <bruno@clisp.org>
11814
11815         * modules/striconv: New file.
11816         * modules/xstriconv: New file.
11817         * MODULES.html.sh (Internationalization functions): Add striconv,
11818         xstriconv.
11819
11820 2006-09-06  Bruno Haible  <bruno@clisp.org>
11821
11822         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
11823         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
11824         not using libtool correctly.
11825
11826 2006-09-06  Bruno Haible  <bruno@clisp.org>
11827
11828         * lib/striconv.h: New file.
11829         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
11830         iconvstring.c.
11831         * lib/xstriconv.h: New file.
11832         * lib/xstriconv.c: New file.
11833
11834 2006-09-06  Bruno Haible  <bruno@clisp.org>
11835
11836         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
11837         lib_..._LDFLAGS.
11838
11839 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11840
11841         * lib/argz_.h: Sync from Libtool.
11842
11843         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
11844                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11845
11846         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
11847
11848 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11849
11850         * modules/trim: New file.
11851
11852 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11853
11854         * lib/trim.h: New file.
11855         * lib/trim.c: New file.
11856
11857 2006-09-05  Bruno Haible  <bruno@clisp.org>
11858
11859         * MODULES.html.sh (String handling): Add trim.
11860
11861 2006-09-04  Karl Berry  <karl@gnu.org>
11862
11863         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
11864         until next release.
11865
11866 2006-09-03  Bruno Haible  <bruno@clisp.org>
11867
11868         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
11869         correctly.
11870
11871 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11872
11873         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
11874         not gl_GETLOADAVG.  Omit unneeded semicolons.
11875         Problems reported by Ralf Wildenhues in
11876         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11877         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
11878         at the end, which is the usual gnulib style.
11879
11880         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
11881         of doing all the work ourselves.
11882         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
11883         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
11884
11885 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11886
11887         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
11888         Problem reported by Ralf Wildenhues in
11889         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11890
11891         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
11892         HAVE_STRUCT_STATFS_F_FSTYPENAME.
11893
11894 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11895
11896         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
11897         yesterday's patch by changing test -n to test -z.
11898
11899 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11900
11901         * modules/getloadavg (Files): Add m4/getloadavg.m4.
11902         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
11903         the former is now obsolescent.
11904
11905         * modules/chdir-long (Depends-on): Add fcntl.
11906
11907 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11908
11909         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
11910         obsolescent, and programs should use gnulib instead.
11911         * m4/getloadavg.m4: New file, with contents taken from Autoconf
11912         but with prefixes changed.
11913
11914 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11915
11916         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
11917         or stdbool.h, because they might not exist while configuring.
11918
11919         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
11920         Don't include unistd.h or limits.h; not needed, since chdir-long.h
11921         does that for us.
11922         (O_DIRECTORY): Remove.
11923
11924 2006-08-31  Eric Blake  <ebb9@byu.net>
11925
11926         * gnulib-tool: Don't let emacs change spaces to TAB.
11927
11928 2006-08-31  Bruno Haible  <bruno@clisp.org>
11929
11930         * gnulib-tool: When calling func_import more than once, do it in a
11931         subshell.
11932         Reported by Eric Blake <ebb9@byu.net>.
11933
11934 2006-08-31  Bruno Haible  <bruno@clisp.org>
11935
11936         * gnulib-tool (nl): Remove variable.
11937         (sed_transform_lib_file): Use more robust test for config-h module.
11938         (func_import): Fix typo in 2006-08-25 patch.
11939
11940 2006-08-31  Bruno Haible  <bruno@clisp.org>
11941
11942         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
11943         specified, augment Makefile.am variables instead of assigning them.
11944
11945 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11946
11947         Work around a bug in both the Linux and SunOS 64-bit kernels:
11948         nanosleep mishandles sleeps for longer than 2**31 seconds.
11949         Problem reported by Frank v Waveren in
11950         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11951         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
11952         Check for nanosleep bug.
11953         (LIB_NANOSLEEP): Append clock_gettime library if needed.
11954
11955 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11956
11957         Work around a bug in both the Linux and SunOS 64-bit kernels:
11958         nanosleep mishandles sleeps for longer than 2**31 seconds.
11959         Problem reported by Frank v Waveren in
11960         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11961         * lib/nanosleep.c (BILLION): New constant.
11962         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
11963         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
11964         implementation.
11965
11966 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11967
11968         * modules/nanosleep (Depends-on): Add gettime.
11969
11970 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11971         and Simon Josefsson  <jas@extundo.com>
11972         and Oskar Liljeblad  <oskar@osk.mine.nu>
11973
11974         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
11975         * gnulib-tool (func_import): New license type 'unmodifiable license
11976         text'.
11977         * modules/fdl: Use it.  Longer description.
11978         * module/gpl, module/lgpl: New files.
11979
11980 2006-08-30  Jim Meyering  <jim@meyering.net>
11981
11982         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
11983         shadowing the parameter.
11984
11985 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11986
11987         Sync from Libtool:
11988
11989         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11990
11991         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
11992         sharing with gnulib.  Report by Eric Blake.
11993
11994 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11995
11996         * modules/isapipe: New file.
11997         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
11998
11999 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
12000
12001         * modules/configmake (Makefile.am): Add a comment, and omit
12002         the CONFIGMAKE_ prefix from generated macro names.  Suggested
12003         by Bruno Haible.
12004
12005 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
12006
12007         * m4/isapipe.m4: New file.
12008
12009 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
12010
12011         * lib/isapipe.c, lib/isapipe.h: New files.
12012
12013 2006-08-29  Jim Meyering  <jim@meyering.net>
12014
12015         * modules/configmake (Makefile.am): Make configmake.h depend on
12016         Makefile.  Otherwise, a stale configmake.h could hang around.
12017
12018 2006-08-29  Eric Blake  <ebb9@byu.net>
12019
12020         * lib/error.c (error_at_line, print_errno_message): Match libc, after
12021         resolution of upstream bug 3044.
12022
12023 2006-08-29  Bruno Haible  <bruno@clisp.org>
12024
12025         * modules/localcharset (Depends-on): Add configmake.
12026         (Makefile.am): Remove setting of LIBDIR through DEFS.
12027
12028 2006-08-29  Bruno Haible  <bruno@clisp.org>
12029
12030         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
12031         defined.
12032
12033 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
12034
12035         * modules/fcntl: New file.
12036         * modules/chdir-safer (Depends-on): Add fcntl.
12037         * modules/fts: Likewise.
12038         * modules/mkdir-p: Likewise.
12039
12040         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
12041         This undoes the most recent change, since we're now addressing the
12042         problem in a different way.
12043
12044         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
12045         into output, since the output might be called Makefile.am even
12046         if $makefile_name is something different.
12047         (func_import): Use $makefile_am rather than
12048         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
12049         empty.
12050
12051         * modules/inttypes (Files): Add m4/inttypes-h.m4.
12052
12053 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
12054
12055         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
12056         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
12057         recent change to stdint.m4, since we're now addressing the problem in a
12058         different way.
12059
12060 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
12061
12062         * m4/fcntl_h.m4: New file.
12063
12064 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
12065
12066         * lib/fcntl_.h: New file.
12067         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
12068         the fcntl module.
12069         * lib/dirchownmod.c: Likewise.
12070         * lib/fts.c: Likewise.
12071
12072         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
12073         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
12074         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
12075         just before including <inttypes.h>, to avoid circular inclusion.
12076
12077 2006-08-28  Jim Meyering  <jim@meyering.net>
12078
12079         * doc/visibility.texi: Actually read and correct the grammar of the
12080         sentence affected by yesterday's change.
12081
12082 2006-08-28  Eric Blake  <ebb9@byu.net>
12083
12084         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
12085         needs wrapper.
12086
12087 2006-08-28  Eric Blake  <ebb9@byu.net>
12088
12089         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
12090
12091 2006-08-28  Eric Blake  <ebb9@byu.net>
12092
12093         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
12094
12095 2006-08-28  Bruno Haible  <bruno@clisp.org>
12096
12097         * modules/c-strstr: New file, from GNU gettext.
12098         * MODULES.html.sh (String handling): Add c-strstr.
12099
12100 2006-08-28  Bruno Haible  <bruno@clisp.org>
12101
12102         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
12103         macros.
12104         Reported by Eric Blake.
12105
12106 2006-08-28  Bruno Haible  <bruno@clisp.org>
12107
12108         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
12109         (VASNPRINTF): Return a string of length > INT_MAX without failing.
12110         * lib/vasprintf.c: Include errno.h, limits.h.
12111         (EOVERFLOW): New fallback definition.
12112         (vasprintf): Test here whether the string length is > INT_MAX.
12113         * lib/vsnprintf.c: Include errno.h, limits.h.
12114         (EOVERFLOW): New fallback definition.
12115         (vsnprintf): Fix bug when generated string was too long for the buffer.
12116         Test here whether the string length is > INT_MAX.
12117
12118 2006-08-28  Bruno Haible  <bruno@clisp.org>
12119
12120         * lib/inttypes_.h (SCNX*): Remove definitions.
12121         Reported by Eric Blake.
12122
12123 2006-08-28  Bruno Haible  <bruno@clisp.org>
12124
12125         * lib/c-strstr.h: New file, from GNU gettext.
12126         * lib/c-strstr.c: New file, from GNU gettext.
12127
12128 2006-08-28  Bruno Haible  <bruno@clisp.org>
12129
12130         * gnulib-tool: Reorder some statements.
12131
12132 2006-08-28  Bruno Haible  <bruno@clisp.org>
12133
12134         * gnulib-tool: New option --makefile-name.
12135         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
12136         $makefile_name.
12137         (func_import): Write $makefile_name to the cache file, and read it from
12138         there unless explicitly specified. Use $makefile_name as file name
12139         instead of Makefile.am. Adjust the recommendations accordingly.
12140
12141 2006-08-28  Bruno Haible  <bruno@clisp.org>
12142
12143         * gnulib-tool (func_verify_module): Check against misapplying patch.
12144
12145 2006-08-28  Bruno Haible  <bruno@clisp.org>
12146
12147         * gnulib-tool (func_relativize, func_relconcat): New functions.
12148         Give an error if --local-dir is given with --update.
12149         Remove trailing slashes from $local_gnulib_dir.
12150         (func_import): Store the relativized $local_gnulib_dir in
12151         gnulib-cache.m4, and read it from there if not specified explicitly.
12152
12153 2006-08-28  Bruno Haible  <bruno@clisp.org>
12154
12155         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
12156         is the current directory. Respect also $local_gnulib_dir.
12157
12158 2006-08-28  Bruno Haible  <bruno@clisp.org>
12159             Simon Josefsson  <jas@extundo.com>
12160
12161         BeOS portability.
12162         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
12163
12164 2006-08-27  Jim Meyering  <jim@meyering.net>
12165
12166         * doc/visibility.texi: Remove duplicate word: "pointer".
12167
12168 2006-08-26  Bruno Haible  <bruno@clisp.org>
12169
12170         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
12171         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
12172         (Makefile.am): Create inttypes.h from inttypes_.h.
12173         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
12174
12175         * modules/imaxabs: New file.
12176
12177         * modules/imaxdiv: New file.
12178
12179 2006-08-26  Bruno Haible  <bruno@clisp.org>
12180
12181         * m4/inttypes.m4: New file.
12182         * m4/_inttypes_h.m4: Remove file.
12183         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
12184         PRI_MACROS_BROKEN.
12185         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
12186
12187         * m4/imaxabs.m4: New file.
12188
12189         * m4/imaxdiv.m4: New file.
12190
12191 2006-08-26  Bruno Haible  <bruno@clisp.org>
12192
12193         * lib/inttypes_.h: New file.
12194         * lib/inttypes.h: Remove file.
12195         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
12196
12197         * lib/imaxabs.c: New file.
12198
12199         * lib/imaxdiv.c: New file.
12200
12201 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12202
12203         New config-h module, so that "make" output needn't be cluttered
12204         by -DHAVE_CONFIG_H.
12205         * MODULES.html.sh (Support for building libraries and executables):
12206         Add config-h.
12207         * modules/config-h: New file.
12208         * gnulib-tool (nl, sed_transform_lib_file): New vars.
12209         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
12210         the config-h module is used.
12211
12212         New configmake module, so that "make" output needn't be cluttered
12213         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
12214         * MODULES.html.sh (Support for building libraries and executables):
12215         Add configmake.
12216         * modules/configmake: New file.
12217
12218 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12219
12220         * m4/config-h.m4: New file.
12221
12222 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12223
12224         * config/srclist.txt: Add elisp-comp.
12225
12226 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12227
12228         * MODULES.html.sh (Support for building libraries and executables):
12229         Add elisp-comp.
12230         * build-aux/elisp-comp: New file.
12231         * modules/elisp-comp: New file.
12232
12233 2006-08-24  Bruno Haible  <bruno@clisp.org>
12234
12235         * gnulib-tool (func_create_testdir): Use non-default values of
12236         sourcebase and m4base.
12237
12238 2006-08-24  Bruno Haible  <bruno@clisp.org>
12239
12240         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
12241         HTML structure.
12242
12243 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12244
12245         * modules/openat (Depends-on): Add lchown.
12246
12247 2006-08-23  Bruno Haible  <bruno@clisp.org>
12248
12249         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
12250         of gl_LOCK_EARLY instead of gl_LOCK.
12251
12252 2006-08-23  Bruno Haible  <bruno@clisp.org>
12253
12254         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
12255         on OSF/1 to no.
12256         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
12257
12258 2006-08-23  Bruno Haible  <bruno@clisp.org>
12259
12260         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
12261         as unusable.
12262
12263         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
12264         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
12265         (gl_LOCK): New macro.
12266
12267 2006-08-22  Simon Josefsson  <jas@extundo.com>
12268
12269         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
12270         to md5 module.
12271
12272 2006-08-22  Simon Josefsson  <jas@extundo.com>
12273
12274         * MODULES.html.sh: Add "Support for maintaining and release
12275         projects".
12276
12277         * build-aux/gnupload: New file, from coreutils.
12278
12279 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12280
12281         Avoid the need for AC_LIBSOURCES in m4 macros.
12282         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
12283         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
12284         * modules/check-version (EXTRA_DIST): Add check-version.h.
12285         * modules/crc (EXTRA_DIST): Add crc.h.
12286         * modules/des (EXTRA_DIST): Add des.h.
12287         * modules/gc (EXTRA_DIST): Add gc.h.
12288         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
12289         * modules/getline (EXTRA_DIST): Add getline.h.
12290         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
12291         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
12292         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
12293         * modules/md2 (EXTRA_DIST): Add md2.h.
12294         * modules/md4 (EXTRA_DIST): Add md4.h.
12295         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
12296         * modules/read-file (EXTRA_DIST): Add read-file.h.
12297         * modules/readline (EXTRA_DIST): Add readline.h.
12298         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
12299         rijndael-api-fst.h.
12300
12301 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12302
12303         * m4/rijndael.m4 (gl_ARCFOUR):
12304         * m4/arctwo.m4 (gl_ARCTWO):
12305         * m4/check-version.m4 (gl_CHECK_VERSION):
12306         * m4/crc.m4 (gl_CRC):
12307         * m4/des.m4 (gl_DES):
12308         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
12309         * m4/gc.m4 (gl_GC):
12310         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
12311         * m4/getline.m4 (gl_FUNC_GETLINE):
12312         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
12313         * m4/hmac-md5.m4 (gl_HMAC_MD5):
12314         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
12315         * m4/md2.m4 (gl_MD2):
12316         * m4/md4.m4 (gl_MD4):
12317         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
12318         * m4/read-file.m4 (gl_FUNC_READ_FILE):
12319         * m4/readline.m4 (gl_FUNC_READLINE):
12320         * m4/rijndael.m4 (gl_RIJNDAEL):
12321         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
12322         to get the necessary .h files and whatnot.
12323
12324 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12325
12326         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
12327         gnulib rather than the other way around.
12328         * config/srclistvars.sh (COREUTILS): Remove.
12329
12330 2006-08-22  Jim Meyering  <jim@meyering.net>
12331
12332         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
12333
12334         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
12335
12336 2006-08-22  Eric Blake  <ebb9@byu.net>
12337
12338         * modules/regexprops-generic: New file.
12339         * MODULES.html.sh (Support for building documentation): List it.
12340
12341 2006-08-22  Eric Blake  <ebb9@byu.net>
12342
12343         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
12344         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
12345         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
12346         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
12347
12348 2006-08-22  Bruno Haible  <bruno@clisp.org>
12349
12350         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
12351         and lib_LTLIBRARIES like the other lib_* variables.
12352
12353 2006-08-22  Bruno Haible  <bruno@clisp.org>
12354
12355         * build-aux/x-to-1.in: New file, from GNU gettext.
12356
12357 2006-08-22  Bruno Haible  <bruno@clisp.org>
12358
12359         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
12360         <utmpx.h> exists.
12361
12362 2006-08-22  Bruno Haible  <bruno@clisp.org>
12363
12364         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
12365         <utmpx.h> exists.
12366
12367 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12368
12369         BeOS portability.
12370         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
12371         exist.
12372         Problem reported by Bruno Haible.
12373
12374 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12375
12376         Avoid the need for AC_LIBSOURCES in m4 macros.
12377         * modules/acl (EXTRA_DIST): Add acl.h.
12378         * modules/argmatch (Files): Add m4/argmatch.m4.
12379         (configure.ac): Add gl_ARGMATCH.
12380         (EXTRA_DIST): Renamed from lib_SOURCES, for
12381         consistency with the other modules.  Remove argmatch.c.
12382         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
12383         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
12384         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
12385         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
12386         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
12387         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
12388         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
12389         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
12390         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
12391         * modules/closeout (EXTRA_DIST): Add closeout.h.
12392         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
12393         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
12394         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
12395         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
12396         dirname.h; remove basename.c and stripslash.c.
12397         * modules/exclude (EXTRA_DIST): Add exclude.h.
12398         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
12399         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
12400         * modules/file-type (EXTRA_DIST): Add file-type.h.
12401         * modules/filemode (EXTRA_DIST): Add filemode.h.
12402         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
12403         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
12404         * modules/fpending (EXTRA_DIST): Add __fpending.h.
12405         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
12406         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
12407         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
12408         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
12409         * modules/getdate (EXTRA_DIST): Add getdate.c.
12410         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
12411         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
12412         * modules/getpass (EXTRA_DIST): Add getpass.h.
12413         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
12414         * modules/group-member (EXTRA_DIST): Add group-member.h.
12415         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
12416         * modules/hash (EXTRA_DIST): Add hash.h.
12417         * modules/human (EXTRA_DIST): Add human.h.
12418         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
12419         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
12420         * modules/lchown (EXTRA_DIST): Add lchown.h.
12421         * modules/long-options (EXTRA_DIST): Add long-options.h.
12422         * modules/lstat (EXTRA_DIST): Add lstat.h.
12423         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
12424         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
12425         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
12426         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
12427         * modules/memxor (EXTRA_DIST): Add memxor.h.
12428         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
12429         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
12430         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
12431         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
12432         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
12433         * modules/physmem (EXTRA_DIST): Add physmem.h.
12434         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
12435         * modules/posixver (EXTRA_DIST): Add posixver.h.
12436         * modules/quote (EXTRA_DIST): Add quote.h.
12437         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
12438         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
12439         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
12440         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
12441         regex_internal.h regexec.c.
12442         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
12443         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
12444         * modules/same (EXTRA_DIST): Add same.h.
12445         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
12446         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
12447         * modules/savedir (EXTRA_DIST): Add savedir.h.
12448         * modules/sha1 (EXTRA_DIST): Add sha1.h.
12449         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
12450         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
12451         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
12452         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
12453         * modules/strdup (EXTRA_DIST): Add strdup.h.
12454         * modules/strftime (EXTRA_DIST): Add strftime.h.
12455         * modules/strndup (EXTRA_DIST): Add strndup.h.
12456         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
12457         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
12458         * modules/time_r (EXTRA_DIST): Add time_r.h.
12459         * modules/timespec (EXTRA_DIST): Add timespec.h.
12460         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
12461         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
12462         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
12463         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
12464         * modules/userspec (EXTRA_DIST): Add userspec.h.
12465         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
12466         * modules/utimens (EXTRA_DIST): Add utimens.h.
12467         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
12468         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
12469         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
12470         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
12471         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
12472         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
12473         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
12474         * modules/yesno (EXTRA_DIST): Add yesno.h.
12475
12476 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12477
12478         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
12479
12480         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
12481         * m4/dev-ino.m4, same-inode.m4: Remove.
12482
12483         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
12484         * m4/acl.m4 (AC_FUNC_ACL):
12485         * m4/backupfile.m4 (gl_BACKUPFILE):
12486         * m4/c-strtod.m4 (gl_C99_STRTOLD):
12487         * m4/canon-host.m4 (gl_CANON_HOST):
12488         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
12489         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
12490         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
12491         * m4/cloexec.m4 (gl_CLOEXEC):
12492         * m4/close-stream.m4 (gl_CLOSE_STREAM):
12493         * m4/closeout.m4 (gl_CLOSEOUT):
12494         * m4/dirfd.m4 (gl_FUNC_DIRFD):
12495         * m4/dirname.m4 (gl_DIRNAME):
12496         * m4/exclude.m4 (gl_EXCLUDE):
12497         * m4/exitfail.m4 (gl_EXITFAIL):
12498         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
12499         * m4/file-type.m4 (gl_FILE_TYPE):
12500         * m4/filemode.m4 (gl_FILEMODE):
12501         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
12502         * m4/fpending.m4 (gl_FUNC_FPENDING):
12503         * m4/fprintftime.m4 (gl_FPRINTFTIME):
12504         * m4/fts.m4 (gl_FUNC_FTS):
12505         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
12506         * m4/getdate.m4 (gl_GETDATE):
12507         * m4/gethrxtime.m4 (gl_GETHRXTIME):
12508         * m4/getpagesize.m4 (gl_GETPAGESIZE):
12509         * m4/getpass.m4 (gl_FUNC_GETPASS):
12510         * m4/gettime.m4 (gl_GETTIME):
12511         * m4/getugroups.m4 (gl_GETUGROUPS):
12512         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
12513         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
12514         * m4/hard-locale.m4 (gl_HARD_LOCALE):
12515         * m4/hash.m4 (gl_HASH):
12516         * m4/idcache.m4 (gl_IDCACHE):
12517         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
12518         * m4/lchown.m4 (gl_FUNC_LCHOWN):
12519         * m4/long-options.m4 (gl_LONG_OPTIONS):
12520         * m4/lstat.m4 (gl_FUNC_LSTAT):
12521         * m4/md5.m4 (gl_MD5):
12522         * m4/memcasecmp.m4 (gl_MEMCASECMP):
12523         * m4/memcoll.m4 (gl_MEMCOLL):
12524         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
12525         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
12526         * m4/memxor.m4 (gl_MEMXOR):
12527         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
12528         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
12529         * m4/modechange.m4 (gl_MODECHANGE):
12530         * m4/mountlist.m4 (gl_MOUNTLIST):
12531         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
12532         * m4/openat.m4 (gl_FUNC_OPENAT):
12533         * m4/pathmax.m4 (gl_PATHMAX):
12534         * m4/physmem.m4 (gl_PHYSMEM):
12535         * m4/posixtm.m4 (gl_POSIXTM):
12536         * m4/posixver.m4 (gl_POSIXVER):
12537         * m4/quote.m4 (gl_QUOTE):
12538         * m4/quotearg.m4 (gl_QUOTEARG):
12539         * m4/readtokens.m4 (gl_READTOKENS):
12540         * m4/readutmp.m4 (gl_READUTMP):
12541         * m4/regex.m4 (gl_REGEX):
12542         * m4/safe-read.m4 (gl_SAFE_READ):
12543         * m4/safe-write.m4 (gl_SAFE_WRITE):
12544         * m4/same.m4 (gl_SAME):
12545         * m4/save-cwd.m4 (gl_SAVE_CWD):
12546         * m4/savedir.m4 (gl_SAVEDIR):
12547         * m4/settime.m4 (gl_SETTIME):
12548         * m4/sha1.m4 (gl_SHA1):
12549         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
12550         * m4/stat-macros.m4 (gl_STAT_MACROS):
12551         * m4/stat-time.m4 (gl_STAT_TIME):
12552         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
12553         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
12554         * m4/strdup.m4 (gl_FUNC_STRDUP):
12555         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
12556         * m4/strndup.m4 (gl_FUNC_STRNDUP):
12557         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
12558         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
12559         * m4/time_r.m4 (gl_TIME_R):
12560         * m4/timespec.m4 (gl_TIMESPEC):
12561         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
12562         * m4/unlinkdir.m4 (gl_UNLINKDIR):
12563         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
12564         * m4/userspec.m4 (gl_USERSPEC):
12565         * m4/utimecmp.m4 (gl_UTIMECMP):
12566         * m4/utimens.m4 (gl_UTIMENS):
12567         * m4/xalloc.m4 (gl_XALLOC):
12568         * m4/xgetcwd.m4 (gl_XGETCWD):
12569         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
12570         * m4/xreadlink.m4 (gl_XREADLINK):
12571         * m4/xstrtod.m4 (gl_XSTRTOD):
12572         * m4/yesno.m4 (gl_YESNO):
12573         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
12574         to get the necessary .h files and whatnot.
12575
12576 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
12577             Bruno Haible  <bruno@clisp.org>
12578
12579         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
12580         /bin/sh understanding of '!' conditional negation.
12581
12582 2006-08-21  Jim Meyering  <jim@meyering.net>
12583
12584         * modules/openat (Depends-on): Really alphabetize.
12585
12586         * modules/acl (Depends-on): Add error and quote.
12587
12588         * check-module (find_included_lib_files): Add at-func.c to the
12589         ok-to-include-more-than-once white list.
12590
12591         * modules/openat (Depends-on): Add lstat.  Alphabetize.
12592
12593 2006-08-21  Bruno Haible  <bruno@clisp.org>
12594
12595         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12596         Emit a pkgdata_DATA variable only if some snippets add contents to it.
12597         Reported by Martin Lambers <marlam@marlam.de>.
12598
12599 2006-08-21  Bruno Haible  <bruno@clisp.org>
12600
12601         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
12602         specify an installation location, don't emit a noinst_LIBRARIES or
12603         noinst_LTLIBRARIES assignment.
12604
12605 2006-08-21  Bruno Haible  <bruno@clisp.org>
12606
12607         BeOS portability.
12608         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
12609         BeOS has mbrtowc() but no <wctype.h>.
12610
12611 2006-08-21  Bruno Haible  <bruno@clisp.org>
12612
12613         BeOS portability.
12614         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
12615         exist.
12616
12617 2006-08-21  Bruno Haible  <bruno@clisp.org>
12618
12619         BeOS portability.
12620         * lib/mbchar.h: Include <wctype.h> only if it exists.
12621
12622 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12623
12624         Remove files that are no longer needed by their respective modules.
12625         * m4/obstack.m4: Remove.
12626         * m4/strerror_r.m4: Remove.
12627         * m4/uint32_t.m4: Remove.
12628         * m4/uintptr_t.m4: Remove.
12629         * m4/ullong_max.m4: Remove.
12630         * m4/xstrtoimax.m4: Remove.
12631         * m4/xstrtoumax.m4: Remove.
12632
12633         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
12634         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
12635         dependencies now capture this.
12636
12637         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
12638         Do not use AC_LIBSOURCES, since gnulib modules now do this.
12639         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
12640         * m4/human.m4 (gl_HUMAN): Likewise.
12641         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
12642         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
12643
12644         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
12645
12646         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
12647         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
12648         stdint.
12649         * m4/human.m4 (gl_HUMAN): Likewise.
12650         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
12651         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
12652         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
12653         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
12654         * m4/xstrtol (gl_XSTRTOL): Likewise.
12655
12656         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
12657         AC_TYPE_LONG_LONG_INT.
12658         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
12659         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
12660         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
12661         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
12662
12663         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
12664         on stdbool.
12665
12666         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
12667         (gl_PREREQ_XSTRTOUL): Remove.
12668
12669         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
12670
12671         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
12672         mode.
12673
12674 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12675
12676         Add and change modules to make it easier for coreutils to use
12677         gnulib-tool.
12678         * modules/backupfile (Files): Remove m4/d-ino.m4.
12679         (Depends-on): Add d-ino.
12680         * modules/cycle-check (Depends-on): Add stdint.
12681         (lib_SOURCES): Add cycle-check.h.
12682         * modules/d-ino: New module.
12683         * modules/d-type: New module.
12684         * modules/error (Files): Remove m4/strerror_r.m4.
12685         * modules/filemode (Files): Add m4/st_dm_mode.m4.
12686         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
12687         m4/inttypes_h.m4, m4/uintmax_t.m4.
12688         (Depends-on): Add stdint.
12689         (lib_SOURCES): Add fsusage.h.
12690         * modules/getcwd (Files): Remove d-ino.m4.
12691         (Depends-on): Add d-ino.
12692         * modules/getndelim2 (Depends-on): Add stdint.
12693         * modules/glob (Files): Remove m4/d-type.m4.
12694         (Depends-on): Add d-type.
12695         * modules/host-os: New module.
12696         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
12697         m4/inttypes_h.m4, m4/uintmax_t.m4.
12698         * Depends-on: Add stdint.
12699         (lib_SOURCES): Add human.h.
12700         * modules/inttostr (Files): Remove m4/intmax_t.m4,
12701         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
12702         m4/uintmax_t.m4, m4/ulonglong.m4.
12703         (Depends-on): Add stdint.
12704         (EXTRA_DIST): Add inttostr.h.
12705         * modules/lchmod: New module.
12706         * modules/link-follow: New module.
12707         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
12708         (Depends-on): Add lchmod.
12709         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
12710         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
12711         (Depends-on): Add stdint.
12712         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
12713         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
12714         (Depends-on): Add stdint.
12715         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
12716         * modules/perl: New module.
12717         * modules/regex (Depends-on): Add stdint.
12718         * modules/rmdir-errno: New module.
12719         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
12720         m4/intmax_t.m4.
12721         (Depends-on): Add stdint.
12722         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
12723         m4/uintmax_t.m4.
12724         (Depends-on): Add stdint.
12725         * modules/unlink-busy: New module.
12726         * modules/utimecmp (Depends-on): Add stdint.
12727         * modules/uptime: New module.
12728         * modules/winsz-ioctl: New module.
12729         * modules/winsz-termios: New module.
12730         * modules/xnanosleep (Depends-on): Add nanosleep.
12731         * modules/ullong_max: Remove.
12732         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
12733         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
12734         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
12735         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
12736         (Depends-on): Add inttypes.
12737         (lib_SOURCES): Add xstrtol.h.
12738         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
12739         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
12740         * MODULES.html.sh: Move 'assert' into the assert section.
12741         Move 'dummy' into the linking section.
12742         Remove ullong_max.
12743         Add section for compatibility checks for POSIX:2001 functions,
12744         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
12745         winsz-ioctl, and winsz-termios into it.
12746         Add lchmod.
12747         Add top-level Misc section and put host-os, perl, and uptime
12748         into it.
12749
12750 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12751
12752         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
12753         now assume the stdint module.  Do not include inttypes.h.
12754         * lib/fsusage.h: Likewise.
12755         * lib/getndelim2.c: Likewise.
12756         * lib/human.h: Likewise.
12757         * lib/inttostr.h: Likewise.
12758         * lib/obstack.c: Likewise.
12759         * lib/regex_internal.h: Likewise.
12760         * lib/tempname.c: Likewise.
12761         * lib/utimecmp.c: Likewise.
12762         * lib/xstrtol.h: Likewise.
12763
12764         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
12765
12766         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
12767         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
12768         * lib/xtime.h: Likewise.
12769
12770 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12771
12772         * modules/openat (Files): Add lib/fchmodat.c.
12773         Fixes problem reported by Jay Youngman.
12774
12775 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12776
12777         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
12778         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
12779
12780 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
12781             Bruno Haible  <bruno@clisp.org>
12782
12783         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
12784         and is a script that invokes bison. Tighten the code. Add comments.
12785
12786 2006-08-18  Jim Meyering  <jim@meyering.net>
12787
12788         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
12789         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
12790         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
12791         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
12792
12793 2006-08-18  Bruno Haible  <bruno@clisp.org>
12794
12795         * modules/bison-i18n: New file.
12796         * MODULES.html.sh (Internationalization functions): Add it.
12797
12798 2006-08-18  Bruno Haible  <bruno@clisp.org>
12799
12800         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
12801         sys/statvfs.h. When getmntinfo was found, check its declaration and
12802         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
12803
12804 2006-08-18  Bruno Haible  <bruno@clisp.org>
12805
12806         * m4/bison-i18n.m4: New file, from bison.
12807
12808 2006-08-18  Bruno Haible  <bruno@clisp.org>
12809
12810         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
12811         (ME_DUMMY): Treat "kernfs" as a dummy.
12812         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
12813
12814 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12815
12816         Update from coreutils.
12817
12818         2006-08-15  Jim Meyering  <jim@meyering.net>
12819
12820         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
12821
12822         2006-01-17  Jim Meyering  <jim@meyering.net>
12823
12824         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
12825
12826         2006-01-11  Jim Meyering  <jim@meyering.net>
12827
12828         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
12829         Check for the lchmod function.
12830
12831 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12832
12833         Update from coreutils.
12834
12835         * lib/__fpending.h: Add copyright notice.
12836         * lib/fprintftime.h: Likewise.
12837         * lib/savedir.c: Use (C) in copyright notice.
12838         * lib/savedir.h: Likewise.
12839
12840         2006-08-15  Jim Meyering  <jim@meyering.net>
12841
12842         * lib/at-func.c: New file, with the logic of all emulated at-functions.
12843         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
12844         in support of the EXPECTED_ERRNO macro.
12845         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
12846         definitions.  Instead, define the appropriate symbols and include
12847         "at-func.c".
12848         * lib/mkdirat.c (mkdirat): Likewise.
12849         * lib/fchmodat.c (fchmodat): Likewise.
12850         (ENOSYS): Remove definition.
12851         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
12852         it.  Don't include "unistd--.h" -- it wasn't ever used.
12853
12854         2006-01-17  Jim Meyering  <jim@meyering.net>
12855
12856         Rewrite fts.c not to change the current working directory,
12857         by using openat, fstatat, fdopendir, etc..
12858
12859         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
12860         (HAVE_OPENAT_SUPPORT): Define.
12861         [_LIBC] (fchdir): Don't undef or define; no longer used.
12862         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
12863         Now, this `function' always succeeds, and consumes its file descriptor
12864         parameter -- so callers must not close such FDs.  Update callers.
12865         (diropen_fd, opendirat, cwd_advance_fd): New functions.
12866         (diropen): Add parameter, SP.  Adjust all callers.
12867         Implement using diropen_fd, rather than open.
12868         (fts_open): Initialize new member, fts_cwd_fd.
12869         Remove fts_rft-setting code.
12870         (fts_close): Close fts_cwd_fd, if necessary.
12871         (__opendir2): Define in terms of opendir or opendirat,
12872         depending on whether the FST_NOCHDIR flag is set.
12873         (fts_build): Since fts_safe_changedir consumes its FD, and since
12874         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
12875         and close the dup'd file descriptor upon failure.
12876         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
12877         (fts_safe_changedir): Tweak semantics to reflect that this function
12878         now calls cwd_advance_fd and hence consumes its FD argument.
12879         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
12880         [struct FTS] (fts_rft): Remove now-unused member.
12881         [struct FTS] (fts_cycle.state): Improve comment.
12882
12883         * lib/openat.c (openat_needs_fchdir): New function.
12884         * lib/openat.h (openat_needs_fchdir): Declare it.
12885
12886 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12887
12888         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
12889         Problem and fix reported by Pádraig Brady in
12890         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
12891
12892 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12893
12894         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
12895
12896 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12897
12898         * lib/memcoll.c (memcoll): Optimize for the common case where the
12899         arguments are bytewise equal.
12900
12901 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12902
12903         * doc/regexprops-generic.texi: Add a copyright notice.
12904
12905 2006-08-15  Bruno Haible  <bruno@clisp.org>
12906
12907         * modules/tmpdir (License): Change to LGPL.
12908
12909 2006-08-15  Bruno Haible  <bruno@clisp.org>
12910
12911         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
12912         module.
12913
12914 2006-08-14  Simon Josefsson  <jas@extundo.com>
12915
12916         * config/srclist.txt: Add gnupload.
12917
12918 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12919
12920         Change copyright notice from LGPL 2 to GPL 2, since that's the
12921         standard form used in the gnulib repository.
12922         * tests/test-lock.c: Likewise.
12923         * tests/test-stdint.c: Likewise.
12924         * tests/test-tls.c: Likewise.
12925
12926         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
12927         prelude-manager.  User shorter URLs for GNU projects, without '?'.
12928         Add copyright notice.
12929
12930         * check-module: Add copyright notice.  Output a copyright
12931         notice if "--version" is specified.
12932         * modules/COPYING: New file.
12933         * tests/test-getaddrinfo.c: Add copyright notice.
12934         * tests/test-verify.c: Likewise.
12935
12936 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12937
12938         Change copyright notice from LGPL 2 to GPL 2, since that's the
12939         standard form used in the gnulib repository.
12940         * lib/lock.c: LGPL -> GPL.
12941         * lib/lock.h: Likewise.
12942         * lib/strnlen1.c: Likewise.
12943         * lib/strnlen1.h: Likewise.
12944         * lib/tls.c: Likewise.
12945         * lib/tls.h: Likewise.
12946         * lib/tmpdir.c: Likewise.
12947
12948         * lib/TODO: Remove; this belongs only in coreutils.
12949
12950 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12951
12952         Add copyright notices to long-enough files that lack them, since
12953         otherwise the files aren't clearly free.  Use the same notice that
12954         getdate.texi already uses.
12955         * doc/alloca-opt.texi: Add copyright notice.
12956         * doc/alloca.texi: Likewise.
12957         * doc/ctime.texi: Likewise.
12958         * doc/functions.texi: Likewise.
12959         * doc/gcd.texi: Likewise.
12960         * doc/gnulib-tool.texi: Likewise.
12961         * doc/inet_ntoa.texi: Likewise.
12962         * doc/visibility.texi: Likewise.
12963
12964         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
12965         * doc/quote.texi: Add copyright notice.
12966
12967         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
12968         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
12969         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
12970         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
12971         is now obsolete, and give a pointer to the Sun list.
12972         Add copyright notice.
12973
12974 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12975
12976         * config/srclistvars.sh: Add copyright notice.
12977
12978 2006-08-14  Eric Blake  <ebb9@byu.net>
12979
12980         Import the following change from libc:
12981
12982         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
12983
12984         Upstream bug 2997.
12985         * lib/misc/error.c: Add space between program name and message if file
12986         name is missing.
12987
12988 2006-08-12  Karl Berry  <karl@gnu.org>
12989
12990         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
12991         remove, these originate in gnulib now.
12992
12993 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12994
12995         * doc/Makefile (standards.info standards.html standards.dvi):
12996         Also depend on make-stds.texi.
12997
12998 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12999
13000         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
13001         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
13002
13003         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
13004         in wchar_t.  Problem reported by Eric Blake.
13005
13006         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
13007         LEN is smaller than SIZE.  Suggested by Bruno Haible.
13008         Also, help the compiler to keep LEN in a register.
13009
13010 2006-08-11  Eric Blake  <ebb9@byu.net>
13011
13012         * users.txt: Sort.  Add tar.
13013
13014 2006-08-11  Bruno Haible  <bruno@clisp.org>
13015
13016         * users.txt: New file.
13017
13018 2006-08-11  Bruno Haible  <bruno@clisp.org>
13019
13020         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
13021         before <wchar.h>. Needed for OSF/1 and BSD/OS.
13022
13023 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
13024
13025         * modules/snprintf (Depends-on): Remove minmax.
13026         (Maintainer): Add self and Bruno.
13027
13028 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
13029
13030         * lib/.cppi-disable: Add snprintf.h, socket_.h.
13031         * lib/snprintf.c: Include <errno.h> and <limits.h>.
13032         (EOVERFLOW): Define if the system does not.
13033         Do not include "minmax.h"; it wasn't used.
13034         (snprintf): Don't assume size_t promotes to an unsigned type.
13035         Fix bug when generated string was too long for the buffer: the
13036         buffer's contents are supposed to be the initial prefix of the
13037         output.  Don't assume vasnprintf returns EOVERFLOW if the size
13038         exceeds INT_MAX; do the check ourselves.
13039
13040         Import the following changes from libc:
13041
13042         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
13043
13044         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
13045         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
13046         set wc to the byte which couldn't be converted.
13047         (re_string_reconstruct): Don't clear valid_raw_len before calling
13048         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
13049         tip_context using re_string_context_at.
13050
13051         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
13052
13053         * lib/posix/regex.h: g++ still cannot handled [restrict].
13054
13055         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
13056
13057         * lib/posix/regex.h: Remove special handling for VMS.
13058
13059 2006-08-10  Jim Meyering  <jim@meyering.net>
13060
13061         * modules/same-inode: New module.
13062         * modules/dev-ino: New module.
13063         * modules/cycle-check: Depend on these modules, rather than simply
13064         including their .h files.
13065         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
13066         required via m4/cycle-check.m4.
13067         * modules/same: Depend on new same-inode module, rather than
13068         including same-inode.h.
13069         * modules/chdir-safer: New file.
13070
13071         * modules/chown (Depends-on): Add stat-macros.
13072
13073 2006-08-10  Jim Meyering  <jim@meyering.net>
13074
13075         * m4/cycle-check.m4: New file.
13076         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
13077         * m4/dev-ino.m4, m4/same-inode.m4: New files.
13078
13079 2006-08-10  Eric Blake  <ebb9@byu.net>
13080
13081         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
13082         in from original proposal.
13083
13084 2006-08-10  Eric Blake  <ebb9@byu.net>
13085         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13086
13087         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
13088         namespace.
13089
13090 2006-08-10  Bruno Haible  <bruno@clisp.org>
13091
13092         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
13093         as well.
13094
13095 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13096
13097         Sync from coreutils.
13098
13099         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
13100
13101         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
13102         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
13103
13104 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13105
13106         * modules/restrict: Remove; no longer needed now that we assume
13107         Autoconf 2.59 or later.
13108         * MODULES.html.sh: Remove 'restrict'.
13109         * modules/argp (Depends-on): Remove 'restrict'.
13110         * modules/base64 (Depends-on): Likewise.
13111         * modules/gc (Depends-on): Likewise.
13112         * modules/getaddrinfo (Depends-on): Likewise.
13113         * modules/glob (Depends-on): Likewise.
13114         * modules/inet_ntop (Depends-on): Likewise.
13115         * modules/inet_pton (Depends-on): Likewise.
13116         * modules/memxor (Depends-on): Likewise.
13117         * modules/regex (Depends-on): Likewise.
13118         * modules/strtok_r (Depends-on): Likewise.
13119         * modules/time_r (Depends-on): Likewise.
13120
13121 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13122
13123         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
13124         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
13125         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13126         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
13127         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
13128         * m4/memxor.m4 (gl_MEMXOR): Likewise.
13129         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
13130         gl_C_RESTRICT replaced by AC_C_RESTRICT.
13131
13132         Merge from coreutils.
13133         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
13134         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
13135         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
13136         * m4/time_r.m4 (gl_TIME_R): Likewise.
13137
13138 2006-08-09  Karl Berry  <karl@gnu.org>
13139
13140         * config/srclist.txt: no more gettext-tools, per Bruno.
13141
13142 2006-08-08  Eric Blake  <ebb9@byu.net>
13143
13144         * modules/verror: New module.
13145         * MODULES.html.sh: Document it.
13146
13147 2006-08-08  Eric Blake  <ebb9@byu.net>
13148
13149         * lib/verror.h, lib/verror.c: New files.
13150
13151 2006-08-08  Eric Blake  <ebb9@byu.net>
13152
13153         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
13154         verror_at_line output complies with GNU Coding Standards even when
13155         file is NULL.
13156
13157 2006-08-07  Bruno Haible  <bruno@clisp.org>
13158
13159         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
13160         versions of AIX.
13161         Reported by Ralf Wildenhues.
13162
13163 2006-08-07  Bruno Haible  <bruno@clisp.org>
13164
13165         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
13166         in an AC_DEFUN. Needed so that the autoconf snippets can use
13167         AC_REQUIRE.
13168
13169 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13170
13171         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13172         Initialize pkgdata_DATA.
13173         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
13174         overriding it.
13175
13176 2006-08-06  Eric Blake  <ebb9@byu.net>
13177
13178         * lib/error.h: Fold in some upstream changes from glibc.
13179         * lib/error.c: Likewise.
13180
13181 2006-08-04  Bruno Haible  <bruno@clisp.org>
13182
13183         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13184         Make the mostlyclean-local rule depend on mostlyclean-generic.
13185         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
13186
13187 2006-07-31  Bruno Haible  <bruno@clisp.org>
13188
13189         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
13190         <stdlib.h>, <string.h>.
13191
13192 2006-07-30  Bruno Haible  <bruno@clisp.org>
13193
13194         * modules/readlink (License): Change to LGPL.
13195
13196 2006-07-30  Bruno Haible  <bruno@clisp.org>
13197
13198         * modules/javaversion (Makefile.am): Distribute javaversion.java and
13199         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
13200         set PKGDATADIR to point to it.
13201
13202 2006-07-30  Bruno Haible  <bruno@clisp.org>
13203
13204         * modules/csharpexec (configure.ac): Comment out macro invocation.
13205         * modules/javaexec (configure.ac): Likewise.
13206         * modules/javacomp-script (configure.ac): Likewise.
13207
13208         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
13209
13210 2006-07-30  Bruno Haible  <bruno@clisp.org>
13211
13212         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
13213         linked-list.
13214
13215 2006-07-30  Bruno Haible  <bruno@clisp.org>
13216
13217         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
13218
13219 2006-07-30  Bruno Haible  <bruno@clisp.org>
13220
13221         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13222         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
13223         get removed.
13224
13225 2006-07-29  Bruno Haible  <bruno@clisp.org>
13226
13227         Make it possible for gnulib-tool to work with locally modified or
13228         augmented gnulib repositories.
13229         * gnulib-tool (func_usage): Document --local-dir option.
13230         (local_gnulib_dir): New variable.
13231         Handle --local-dir option.
13232         (func_lookup_file): New function.
13233         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
13234         (func_get_description, func_get_filelist, func_get_description,
13235         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
13236         func_get_automake_snippet, func_get_include_directive,
13237         func_get_license, func_get_maintainer): Use func_lookup_file.
13238         (func_import, func_create_testdir): Use func_lookup_file.
13239
13240 2006-07-29  Bruno Haible  <bruno@clisp.org>
13241
13242         * modules/setenv (Depends-on): Add unistd.
13243
13244 2006-07-29  Bruno Haible  <bruno@clisp.org>
13245
13246         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
13247
13248 2006-07-29  Bruno Haible  <bruno@clisp.org>
13249
13250         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
13251
13252 2006-07-29  Bruno Haible  <bruno@clisp.org>
13253
13254         * gnulib-tool (import, update): If there is no Makefile.am, look at
13255         aclocal.m4, instead of bailing out.
13256
13257 2006-07-29  Bruno Haible  <bruno@clisp.org>
13258
13259         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
13260         Categorize the options by when they are useful.
13261
13262 2006-07-29  Bruno Haible  <bruno@clisp.org>
13263
13264         * gnulib-tool (func_usage): Document option --no-libtool.
13265         Handle option --no-libtool.
13266         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
13267         for changed semantics of $libtool variable.
13268         (func_import): Likewise. If libtool is not used, show this through
13269         an option --no-libtool.
13270         (func_create_testdir): Update.
13271
13272 2006-07-29  Bruno Haible  <bruno@clisp.org>
13273
13274         * gnulib-tool (func_import): Extend error message about missing
13275         --doc-base.
13276
13277 2006-07-29  Bruno Haible  <bruno@clisp.org>
13278
13279         * gnulib-tool (func_import): Don't create the $docbase directory if
13280         there is no file to store there.
13281
13282 2006-07-29  Bruno Haible  <bruno@clisp.org>
13283
13284         * gnulib-tool (autoconf_minversion): If a --dir option is given and
13285         relevant, look for configure.ac there, not in the current directory.
13286         Also use a simple search for AC_PREREQ, not "autoconf --trace".
13287
13288 2006-07-29  Bruno Haible  <bruno@clisp.org>
13289
13290         * gnulib-tool (SORT): New variable.
13291         (func_usage): Undocument --assume-autoconf option.
13292         Remove --assume-autoconf option handling.
13293         (autoconf_minversion): Determine from the contents of configure.ac.
13294         (func_import): Remove autoconf_minversion handling.
13295         Suggested by Eric Blake.
13296
13297 2006-07-29  Bruno Haible  <bruno@clisp.org>
13298
13299         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
13300
13301 2006-07-29  Bruno Haible  <bruno@clisp.org>
13302
13303         * config/srclist.txt (*setenv.[ch]): Remove rules.
13304
13305 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13306
13307         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
13308
13309 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13310
13311         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
13312         arpa/inet.h.
13313
13314 2006-07-28  Simon Josefsson  <jas@extundo.com>
13315
13316         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
13317         * modules/inet_pton (Depends-on): Likewise.
13318
13319 2006-07-28  Simon Josefsson  <jas@extundo.com>
13320
13321         * m4/netinet_in_h.m4: New file.
13322
13323 2006-07-28  Simon Josefsson  <jas@extundo.com>
13324
13325         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
13326         #include's.
13327
13328 2006-07-28  Simon Josefsson  <jas@extundo.com>
13329
13330         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
13331         #include's.
13332
13333 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
13334
13335         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
13336         setgid on directories only if they set these bits.
13337         * lib/modechange.h: Remove obsolete comment about masks.
13338
13339 2006-07-28  Eric Blake  <ebb9@byu.net>
13340
13341         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
13342         macro expansion.
13343
13344 2006-07-28  Bruno Haible  <bruno@clisp.org>
13345
13346         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
13347
13348 2006-07-28  Bruno Haible  <bruno@clisp.org>
13349
13350         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
13351
13352 2006-07-28  Bruno Haible  <bruno@clisp.org>
13353
13354         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
13355         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
13356         Define fallbacks.
13357         Avoids link error on FreeBSD 4.x.
13358         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13359
13360         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
13361         encoding.
13362         * lib/mbswidth.c (iswcntrl): Likewise.
13363
13364 2006-07-27  Bruno Haible  <bruno@clisp.org>
13365
13366         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
13367         test.
13368
13369 2006-07-27  Bruno Haible  <bruno@clisp.org>
13370
13371         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
13372         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
13373         defined.
13374
13375 2006-07-26  Eric Blake  <ebb9@byu.net>
13376
13377         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
13378
13379 2006-07-26  Eric Blake  <ebb9@byu.net>
13380
13381         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
13382         like mingw that lack mkstemp.
13383         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
13384         avoid compilation warning on mingw.
13385
13386 2006-07-26  Bruno Haible  <bruno@clisp.org>
13387
13388         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
13389         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
13390         INT_FAST*_MIN, INTPTR_MIN.
13391
13392 2006-07-25  Bruno Haible  <bruno@clisp.org>
13393
13394         * modules/version-etc (Depends-on): Add stdarg.
13395
13396 2006-07-25  Bruno Haible  <bruno@clisp.org>
13397
13398         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
13399         complex commands.
13400
13401 2006-07-25  Bruno Haible  <bruno@clisp.org>
13402
13403         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
13404         defined in <stdarg.h> or config.h.
13405
13406 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
13407
13408         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
13409         (gl_STDIO_SAFER): Remove.
13410
13411 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
13412
13413         * MODULES.html.sh (File stream based Input/Output):
13414         Add fopen-safer, tmpfile-safer; remove stdio-safer.
13415         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
13416         * modules/fopen-safer, modules/tmpfile-safer: New files.
13417         * modules/stdio-safer: Remove.
13418
13419 2006-07-24  Bruno Haible  <bruno@clisp.org>
13420
13421         * modules/tmpdir: New file.
13422         * MODULES.html.sh (File system functions): Add it.
13423
13424 2006-07-24  Bruno Haible  <bruno@clisp.org>
13425
13426         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
13427         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
13428
13429 2006-07-24  Bruno Haible  <bruno@clisp.org>
13430
13431         * modules/clean-temp: New file.
13432
13433 2006-07-24  Bruno Haible  <bruno@clisp.org>
13434
13435         * m4/tmpdir.m4: New file, from GNU gettext.
13436
13437 2006-07-24  Bruno Haible  <bruno@clisp.org>
13438
13439         * lib/tmpdir.h: New file, from GNU gettext.
13440         * lib/tmpdir.c: New file, from GNU gettext.
13441
13442 2006-07-24  Bruno Haible  <bruno@clisp.org>
13443
13444         * lib/clean-temp.h: New file, from GNU gettext.
13445         * lib/clean-temp.c: New file, from GNU gettext.
13446
13447 2006-07-23  Eric Blake  <ebb9@byu.net>
13448
13449         * modules/stdio-safer (Files): Add tmpfile-safer.c.
13450         (Depends-on): Add binary-io.
13451
13452 2006-07-23  Eric Blake  <ebb9@byu.net>
13453
13454         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
13455
13456 2006-07-23  Eric Blake  <ebb9@byu.net>
13457
13458         * lib/tmpfile-safer.c: New file.
13459         * lib/stdio-safer.h (fopen_safer): Add prototype.
13460         * lib/stdio--.h (tmpfile): Make safer.
13461
13462 2006-07-23  Bruno Haible  <bruno@clisp.org>
13463
13464         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
13465         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
13466         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
13467         gl_linked_remove_at): Use it.
13468
13469 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13470         and Simon Josefsson <jas@extundo.com>
13471
13472         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
13473
13474         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
13475
13476 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13477
13478         * modules/close-stream: New file.
13479         * modules/closeout (Description): Make it clear that it exits
13480         with a diagnostic on error.
13481         (Depends-on): Add close-stream.  Remove fpending, stdbool.
13482         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
13483
13484 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13485
13486         * m4/close-stream.m4: New file.
13487
13488 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13489
13490         * lib/close-stream.c, lib/close-stream.h: New files.
13491
13492 2006-07-22  Bruno Haible  <bruno@clisp.org>
13493
13494         Merge from GNU gettext 0.15.
13495
13496         2006-05-01  Bruno Haible  <bruno@clisp.org>
13497
13498                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
13499
13500         2006-07-22  Bruno Haible  <bruno@clisp.org>
13501
13502                 * modules/javaversion: New file.
13503                 * MODULES.html.sh (Java): Add javaversion.
13504
13505         2006-03-12  Bruno Haible  <bruno@clisp.org>
13506
13507                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
13508
13509         2005-12-04  Bruno Haible  <bruno@clisp.org>
13510
13511                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
13512                 (untested).
13513
13514         2006-06-21  Bruno Haible  <bruno@clisp.org>
13515
13516                 Avoid warnings from recent versions of mcs.
13517                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
13518                 -o, -L, -r any more. Use options documented since mcs-1.0
13519                 instead. Similarly for -g.
13520
13521         2005-12-04  Bruno Haible  <bruno@clisp.org>
13522
13523                 * build-aux/csharpcomp.sh.in: Suffix for resources is
13524                 .resources, not .resource.
13525
13526         2005-07-09  Bruno Haible  <bruno@clisp.org>
13527
13528                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
13529                 add a .dll suffix.
13530                 Reported by Mark Junker <mjscod@gmx.de>.
13531
13532         2006-07-22  Bruno Haible  <bruno@clisp.org>
13533
13534                 * modules/gettext: Upgrade to gettext-0.15.
13535                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
13536                 m4/visibility.m4.
13537                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
13538
13539 2006-07-22  Bruno Haible  <bruno@clisp.org>
13540
13541         Merge from GNU gettext 0.15.
13542
13543         2006-03-25  Bruno Haible  <bruno@clisp.org>
13544
13545                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
13546
13547         2006-07-21  Bruno Haible  <bruno@clisp.org>
13548
13549                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
13550                 "1.1".
13551
13552         2006-05-09  Bruno Haible  <bruno@clisp.org>
13553
13554                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
13555                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
13556                 for the conftestver execution.
13557
13558         2006-05-01  Bruno Haible  <bruno@clisp.org>
13559
13560                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
13561                 optional target-version argument. Verify that the compiler
13562                 groks source of the specified source-version, or add -source
13563                 option as necessary. Verify that the compiler produces
13564                 bytecode in the specified target-version, or add -target and
13565                 -source options as necessary. Make the result of the test
13566                 available as variable CONF_JAVAC. Also log error output in
13567                 config.log.
13568
13569         2006-03-11  Bruno Haible  <bruno@clisp.org>
13570
13571                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
13572
13573         2006-05-09  Bruno Haible  <bruno@clisp.org>
13574
13575                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
13576                 CLASSPATH_SEPARATOR to a semicolon.
13577
13578         2006-03-12  Bruno Haible  <bruno@clisp.org>
13579
13580                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
13581                 available as variable CONF_JAVA, for subsequent autoconf
13582                 tests. Also log error output in config.log.
13583
13584         2006-07-19  Bruno Haible  <bruno@clisp.org>
13585
13586                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
13587                 that getline works on glibc2 systems. Needed to avoid trouble
13588                 in relocatable.c.
13589                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
13590
13591         2005-12-04  Bruno Haible  <bruno@clisp.org>
13592
13593                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
13594                 launcher (untested).
13595
13596         2005-12-04  Bruno Haible  <bruno@clisp.org>
13597
13598                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
13599
13600         2006-07-22  Bruno Haible  <bruno@clisp.org>
13601
13602                 * gettext.m4: Update from GNU gettext-0.15.
13603                 * nls.m4: Likewise.
13604                 * po.m4: Likewise.
13605                 * inttypes-pri.m4: Likewise.
13606                 * inttypes-h.m4: Renamed from inttypes.m4.
13607                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
13608
13609 2006-07-22  Bruno Haible  <bruno@clisp.org>
13610
13611         Merge from GNU gettext 0.15.
13612
13613         2005-07-05  Bruno Haible  <bruno@clisp.org>
13614
13615                 * printf-args.c (printf_fetchargs): Work around broken
13616                 definition of wint_t on mingw.
13617
13618         2005-02-12  Bruno Haible  <bruno@clisp.org>
13619
13620                 * xallocsa.h: Add extern "C" for C++.
13621
13622         2006-05-17  Bruno Haible  <bruno@clisp.org>
13623
13624                 Cygwin portability.
13625                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
13626
13627         2006-04-30  Bruno Haible  <bruno@clisp.org>
13628
13629                 * progreloc.c: Include <mach-o/dyld.h> if available.
13630                 (find_executable): Use _NSGetExecutablePath when possible.
13631
13632         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
13633
13634                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
13635                 function.
13636
13637         2005-12-29  Bruno Haible  <bruno@clisp.org>
13638
13639                 * progreloc.c (set_program_name_and_installdir): Fix
13640                 compilation error.
13641
13642         2005-12-04  Bruno Haible  <bruno@clisp.org>
13643
13644                 Cygwin portability.
13645                 * progreloc.c: Include <windows.h> also on Cygwin.
13646                 (find_executable): Add support for Cygwin.
13647                 (set_program_name_and_installdir): Handle also platforms with
13648                 nonempty EXEEXT.
13649
13650         2006-07-11  Bruno Haible  <bruno@clisp.org>
13651
13652                 * javacomp.c: Fix a comment.
13653                 Reported by Jim Meyering.
13654
13655         2006-04-30  Bruno Haible  <bruno@clisp.org>
13656
13657                 * javacomp.h (compile_java_class): Add source_version,
13658                 target_version arguments.
13659                 * javacomp.c: Rewritten to choose only a compiler that
13660                 respects the specified source_version and target_version.
13661
13662         2006-06-27  Bruno Haible  <bruno@clisp.org>
13663
13664                 Assume correct S_ISDIR macro.
13665                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
13666
13667         2006-07-22  Bruno Haible  <bruno@clisp.org>
13668
13669                 * javaversion.h: New file, from GNU gettext.
13670                 * javaversion.c: New file, from GNU gettext.
13671                 * javaversion.java: New file, from GNU gettext.
13672                 * javaversion.class: New file, from GNU gettext.
13673
13674         2006-05-17  Bruno Haible  <bruno@clisp.org>
13675
13676                 Cygwin portability.
13677                 * javaexec.c (execute_java_class): Test for jview program
13678                 also on Cygwin.
13679
13680         2006-04-09  Bruno Haible  <bruno@clisp.org>
13681
13682                 * fatal-signal.c: Don't include string.h.
13683                 (at_fatal_signal): Use a copying loop instead of memcpy.
13684
13685         2005-12-04  Bruno Haible  <bruno@clisp.org>
13686
13687                 * csharpexec.c: Add support for 'clix' launcher (untested).
13688                 (execute_csharp_using_sscli): New function.
13689                 (execute_csharp_program): Call it.
13690
13691         2006-06-21  Bruno Haible  <bruno@clisp.org>
13692
13693                 Avoid warnings from recent versions of mcs.
13694                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
13695                 -o, -L, -r any more. Use options documented since mcs-1.0
13696                 instead. Similarly for -g.
13697
13698         2005-07-09  Bruno Haible  <bruno@clisp.org>
13699
13700                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
13701                 add a .dll suffix.
13702                 Reported by Mark Junker <mjscod@gmx.de>.
13703
13704         2006-06-17  Bruno Haible  <bruno@clisp.org>
13705
13706                 * config.charset: Update for NetBSD 3.0.
13707
13708         2006-05-17  Bruno Haible  <bruno@clisp.org>
13709
13710                 Cygwin portability.
13711                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
13712
13713         2006-05-16  Bruno Haible  <bruno@clisp.org>
13714
13715                 * localcharset.c [CYGWIN]: Include <windows.h>.
13716                 (get_charset_aliases): For Cygwin, return the same CPxxx
13717                 aliases list as under WIN32.
13718                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
13719                 the environment variables. Fall back to GetACP().
13720
13721         2006-04-05  Bruno Haible  <bruno@clisp.org>
13722
13723                 * config.charset: Update Juan Manuel Guerrero's address.
13724
13725         2005-02-12  Bruno Haible  <bruno@clisp.org>
13726
13727                 * allocsa.h: Add extern "C" for C++.
13728
13729         2005-02-10  Bruno Haible  <bruno@clisp.org>
13730
13731                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
13732                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
13733
13734         2006-07-22  Bruno Haible  <bruno@clisp.org>
13735
13736                 * gettext.h: Update to GNU gettext-0.15.
13737
13738 2006-07-22  Bruno Haible  <bruno@clisp.org>
13739
13740         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
13741         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
13742         lib-prefix.m4, longdouble.m4, ssize_t.m4.
13743
13744 2006-07-21  Eric Blake  <ebb9@byu.net>
13745
13746         * modules/stdlib-safer: New file.
13747         * MODULES.html.sh (File stream based Input/Output): Add
13748         stdlib-safer.
13749
13750 2006-07-21  Eric Blake  <ebb9@byu.net>
13751
13752         * lib/stdlib-safer.h: New file from coreutils, required by
13753         stdlib--.h.
13754
13755 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
13756
13757         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
13758
13759 2006-07-20  Bruno Haible  <bruno@clisp.org>
13760
13761         * gnulib-tool: Recognize new option --assume-autoconf.
13762         (autoconf_minversion): New variable.
13763         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
13764
13765 2006-07-20  Bruno Haible  <bruno@clisp.org>
13766
13767         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
13768
13769 2006-07-19  Derek R. Price  <derek@ximbiot.com>
13770
13771         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
13772         Reindent and repaginate.
13773
13774 2006-07-19  Derek Price  <derek@ximbiot.com>
13775
13776         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
13777         Correct grammar.
13778
13779 2006-07-17  Bruno Haible  <bruno@clisp.org>
13780
13781         * modules/list: New file.
13782         * modules/array-list: New file.
13783         * modules/carray-list, modules/carray-list-tests: New files.
13784         * modules/linked-list, modules/linked-list-tests: New files.
13785         * modules/avltree-list, modules/avltree-list-tests: New files.
13786         * modules/rbtree-list, modules/rbtree-list-tests: New files.
13787         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
13788         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
13789         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
13790         * modules/oset: New file.
13791         * modules/array-oset: New file.
13792         * modules/avltree-oset, modules/avltree-oset-tests: New files.
13793         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
13794         * tests/test-carray_list.c: New file.
13795         * tests/test-linked_list.c: New file.
13796         * tests/test-avltree_list.c: New file.
13797         * tests/test-rbtree_list.c: New file.
13798         * tests/test-linkedhash_list.c: New file.
13799         * tests/test-avltreehash_list.c: New file.
13800         * tests/test-rbtreehash_list.c: New file.
13801         * tests/test-avltree_oset.c: New file.
13802         * tests/test-rbtree_oset.c: New file.
13803         * MODULES.html.sh (Container data structures): New section.
13804
13805 2006-07-17  Bruno Haible  <bruno@clisp.org>
13806
13807         * m4/gl_list.m4: New file.
13808
13809 2006-07-17  Bruno Haible  <bruno@clisp.org>
13810
13811         * lib/gl_list.h: New file.
13812         * lib/gl_list.c: New file.
13813         * lib/gl_array_list.h: New file.
13814         * lib/gl_array_list.c: New file.
13815         * lib/gl_carray_list.h: New file.
13816         * lib/gl_carray_list.c: New file.
13817         * lib/gl_linked_list.h: New file.
13818         * lib/gl_linked_list.c: New file.
13819         * lib/gl_anylinked_list1.h: New file.
13820         * lib/gl_anylinked_list2.h: New file.
13821         * lib/gl_avltree_list.h: New file.
13822         * lib/gl_avltree_list.c: New file.
13823         * lib/gl_anyavltree_list1.h: New file.
13824         * lib/gl_anyavltree_list2.h: New file.
13825         * lib/gl_rbtree_list.h: New file.
13826         * lib/gl_rbtree_list.c: New file.
13827         * lib/gl_anyrbtree_list1.h: New file.
13828         * lib/gl_anyrbtree_list2.h: New file.
13829         * lib/gl_anytree_list1.h: New file.
13830         * lib/gl_anytree_list2.h: New file.
13831         * lib/gl_linkedhash_list.h: New file.
13832         * lib/gl_linkedhash_list.c: New file.
13833         * lib/gl_anyhash_list1.h: New file.
13834         * lib/gl_anyhash_list2.h: New file.
13835         * lib/gl_avltreehash_list.h: New file.
13836         * lib/gl_avltreehash_list.c: New file.
13837         * lib/gl_rbtreehash_list.h: New file.
13838         * lib/gl_rbtreehash_list.c: New file.
13839         * lib/gl_anytreehash_list1.h: New file.
13840         * lib/gl_anytreehash_list2.h: New file.
13841
13842         * lib/gl_oset.h: New file.
13843         * lib/gl_oset.c: New file.
13844         * lib/gl_array_oset.h: New file.
13845         * lib/gl_array_oset.c: New file.
13846         * lib/gl_avltree_oset.h: New file.
13847         * lib/gl_avltree_oset.c: New file.
13848         * lib/gl_rbtree_oset.h: New file.
13849         * lib/gl_rbtree_oset.c: New file.
13850         * lib/gl_anytree_oset.h: New file.
13851
13852 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13853
13854         * m4/mkancesdirs.m4: New file.
13855         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
13856         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
13857         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
13858         it.
13859
13860 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13861
13862         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
13863         * lib/mkancesdirs.h: New files.
13864         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
13865         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
13866         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
13867         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
13868         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
13869         callers changed.  Revamp internals significantly, by not
13870         attempting to create directories that are temporarily more
13871         permissive than the final results.  Do not attempt to use
13872         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
13873         This removes some race conditions, fixes some bugs, and simplifies
13874         things.  Use new dirchownmod function to do owner and mode changes.
13875         * lib/mkdir-p.h: Likewise.
13876         * lib/modechange.c (octal_to_mode): New function.
13877         (struct mode_change): New member mentioned.
13878         (make_node_op_equals): New arg mentioned.  All callers changed.
13879         (mode_compile): Keep track of which mode bits the user has explicitly
13880         mentioned.
13881         (mode_adjust): New arg DIR, so that we implement the X op correctly.
13882         New arg PMODE_BITS, to keep track of which mode bits the user
13883         mentioned; it treats S_ISUID and S_ISGID speciall.
13884         All callers changed.
13885         * lib/modechange.h: Likewise.
13886
13887 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13888
13889         * MODULES.html.sh: Add mkancestors.
13890         * modules/mkancesdirs: New module.
13891         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
13892         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
13893         The chdir-safer and afs files are now orphans; I'll remove them
13894         unless someone speaks up.
13895         Add lib/dirchownmod.c, lib/dirchownmod.h.
13896         (Depends-on): Remove alloca, chown, save-cwd, dirname.
13897         Add lchown, mkancesdirs.
13898         (Maintainer): Add self.
13899
13900 2006-07-15  Karl Berry  <karl@gnu.org>
13901
13902         * gnulib-tool: help message wording/arrangement.
13903
13904 2006-07-14  Simon Josefsson  <jas@extundo.com>
13905
13906         * doc/gnulib.texi (Libtool and Windows): New section.
13907
13908 2006-07-12  Simon Josefsson  <jas@extundo.com>
13909
13910         * modules/gendocs (License): Fix license, approved by Karl.
13911
13912 2006-07-12  Eric Blake  <ebb9@byu.net>
13913
13914         * MODULES.html.sh: Add gendocs.
13915
13916 2006-07-11  Eric Blake  <ebb9@byu.net>
13917
13918         * modules/fdl: New module, to install doc/fdl.texi.
13919         * MODULES.html.sh: Add new section for documentation modules.
13920         * gnulib-tool: Avoid space-tab.
13921         (--doc-base): New option, to manage files from doc.
13922
13923 2006-07-11  Eric Blake  <ebb9@byu.net>
13924
13925         * m4/absolute-header.m4: Fix comments to match recent change.
13926
13927 2006-07-11  Eric Blake  <ebb9@byu.net>
13928
13929         * gnulib-tool: List --doc-base before --tests-base.
13930
13931 2006-07-11  Derek R. Price  <derek@ximbiot.com>
13932
13933         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
13934
13935 2006-07-11  Bruno Haible  <bruno@clisp.org>
13936
13937         * README: Mention where to put documentation.
13938
13939 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13940
13941         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
13942
13943 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13944
13945         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
13946         to stdint.m4.
13947
13948 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13949
13950         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
13951         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
13952         "no/such/file/stdint.h" when there is no such file, so that
13953         the resulting C code can be parsed by dodgy compilers.
13954         Problems reported by Bob Proulx.
13955
13956 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13957
13958         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
13959         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13960         macros into the GNU _D_EXACT_NAMLEN.
13961         * lib/savedir.c:  Likewise.
13962         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
13963
13964 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13965         and Paul Eggert  <eggert@cs.ucla.edu>
13966
13967         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
13968         * m4/savedir.m4:
13969         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13970         macros into the GNU _D_EXACT_NAMLEN.
13971
13972 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13973
13974         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
13975         around the absolute name, to work around a problem with the HP-UX
13976         11.23 native C compiler, reported by Bob Proulx.
13977
13978 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13979
13980         * doc/maintain.texi, make-stds.texi: Sync from
13981         <http://savannah.gnu.org/projects/gnustandards>.
13982
13983 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13984
13985         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
13986
13987 2006-07-09  Jim Meyering  <jim@meyering.net>
13988
13989         * m4/glob.m4: Remove a doubled word in a comment.
13990
13991 2006-07-09  Jim Meyering  <jim@meyering.net>
13992
13993         * lib/argp-pv.c: Remove a doubled word in a comment.
13994         * lib/check-version.c (check_version): Likewise.
13995         * lib/javacomp.c (compile_java_class): Likewise.
13996
13997 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13998
13999         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
14000         for the benefit of people using Autoconf 2.60.  If you want to
14001         support older Autoconf versions you can copy m4/onceonly_2_57.m4
14002         (or m4/onceonly.m4, if pre-2.57) manually.
14003
14004 2006-07-08  Jim Meyering  <jim@meyering.net>
14005
14006         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
14007         comment.
14008         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
14009         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
14010         comment.
14011
14012 2006-07-08  Jim Meyering  <jim@meyering.net>
14013
14014         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
14015
14016 2006-07-07  Simon Josefsson  <jas@extundo.com>
14017
14018         * tests/test-crc.c: Change expected crc value, the test vector
14019         were probably computed using the old broken crc.c?
14020
14021 2006-07-06  Simon Josefsson  <jas@extundo.com>
14022
14023         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
14024         now the canonical place for the M4 file).
14025
14026         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
14027         from the sys_socket dependency now.
14028
14029         * modules/inet_pton (Files): Ditto.
14030
14031         * modules/inet_ntop (Files): Ditto.
14032
14033 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14034
14035         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
14036         not gl_PREREQ_GETUSERSHELL.
14037
14038 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14039
14040         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
14041         with only one argument, for Autoconf 2.60.
14042         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
14043         expand to nothing, so add a shell command to avoid syntax error.
14044         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
14045
14046 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14047
14048         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
14049
14050 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14051
14052         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
14053         no longer needed.  Check for isblank decl.
14054         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
14055         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
14056         of existence.
14057
14058 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14059
14060         * lib/getloadavg.c: Use __VMS, not VMS.
14061         * lib/getopt.c: Likewise.
14062         * lib/getpagesize.h: Likewise.
14063         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
14064         and probably does not work.
14065
14066 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14067
14068         * lib/.cppi-disable: Add wcwidth.
14069         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
14070         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
14071         (ISGRAPH): Remove.  All uses changed to isgraph.
14072         (FOLD) [!defined _LIBC]: Remove special case.
14073         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
14074         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
14075         HAVE_ISBLANK.
14076         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
14077         case.
14078
14079 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
14080
14081         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
14082         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
14083         brackets.  Other minor changes to suppress some compiler
14084         warnings.
14085
14086 2006-07-06  Derek R. Price  <derek@ximbiot.com>
14087         and Paul Eggert  <eggert@cs.ucla.edu>
14088
14089         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
14090         of invoking obsolescent AC_HEADER_DIRENT macro.
14091         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
14092         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
14093         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
14094         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
14095         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
14096         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
14097         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
14098         * m4/readdir.m4: Remove; no longer needed.
14099
14100 2006-07-06  Derek R. Price  <derek@ximbiot.com>
14101         and Paul Eggert  <eggert@cs.ucla.edu>
14102
14103         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
14104         Don't worry about this obsolete case any more.
14105         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
14106         directories.
14107         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
14108         worry about this obsolete case any more.
14109         * lib/fts.c: Likewise.
14110         * lib/getcwd.c: Likewise.
14111         * lib/glob.h: Likewise.
14112         * lib/savedir.c: Likewise.
14113
14114 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
14115
14116         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
14117         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
14118         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
14119         needed.
14120         All uses removed.
14121         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
14122         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
14123         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
14124         needed.
14125         * m4/getdate.m4 (gl_GETDATE): Likewise.
14126         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
14127         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
14128         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
14129         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
14130         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
14131         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
14132         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
14133         needed.
14134
14135 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
14136
14137         * lib/memcasecmp.c: Include <limits.h>.
14138         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
14139         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
14140         Don't assume isdigit succeeds only on '0' through '9'.
14141
14142 2006-07-05  Eric Blake  <ebb9@byu.net>
14143
14144         * modules/getaddrinfo (Depends-on): Add snprintf.
14145
14146 2006-07-05  Eric Blake  <ebb9@byu.net>
14147
14148         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
14149         to avoid 'header present but could not be compiled' on cygwin.
14150
14151 2006-07-05  Eric Blake  <ebb9@byu.net>
14152
14153         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
14154         missing from netdb.h.
14155         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
14156
14157 2006-07-05  Derek R. Price  <derek@ximbiot.com>
14158
14159         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
14160         no longer needed.
14161         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
14162         * m4/getdate.m4 (gl_GETDATE): Likewise.
14163         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
14164         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
14165         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
14166         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
14167         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
14168
14169 2006-07-05  Derek R. Price  <derek@ximbiot.com>
14170
14171         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
14172         All uses of is_space replaced by isspace.
14173         * lib/exit.h: Don't talk about STDC_HEADERS.
14174         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
14175         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
14176         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
14177         replaced by isprint etc.
14178         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
14179         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
14180         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
14181         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
14182         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
14183         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
14184
14185 2006-07-05  Bruno Haible  <bruno@clisp.org>
14186
14187         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
14188         the function exists, before testing against AIX.
14189         Reported by Martin Lambers <marlam@marlam.de>.
14190
14191 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
14192
14193         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
14194         From Mark D. Baushke.
14195
14196 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
14197
14198         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
14199         to the absolute name, not just one, to bypass Sun C 5.8's
14200         "warning: #include of /usr/include/... may be non-portable".
14201
14202 2006-07-04  Eric Blake  <ebb9@byu.net>
14203
14204         * modules/dirname-tests: New test module.
14205         * tests/test-dirname.c: New file, replacing dirname.c
14206         TEST_DIRNAME section that was recently deleted.
14207
14208 2006-07-04  Bruno Haible  <bruno@clisp.org>
14209
14210         Assume ANSI C header files and <ctype.h> functions.
14211         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
14212         (mbsnwidth): Use isprint, iscntrl instead.
14213
14214 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14215
14216         Merge from coreutils.
14217         * MODULES.html.sh: Add xstrtold.
14218         * modules/xstrtold: New file.
14219         * modules/cycle-check (Files): Add lib/same-inode.h.
14220         * modules/dirname (Files): Add m4/double-slash-root.m4.
14221         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
14222         * modules/mkdir-p (Files): Add lib/same-inode.h.
14223         * modules/same (Files): Add lib/same-inode.h.
14224
14225 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14226
14227         * m4/absolute-header.m4: Renamed from full-header-path.m4.
14228         This is to keep the terminology clean; POSIX talks about
14229         "absolute pathnames", not "full pathnames", but the GNU
14230         Coding Standards say to use "path" for something else;
14231         so use "absolute" to keep both sides happy.
14232         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
14233         Set gl_absolute_header, not gl_full_header_path.
14234         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
14235         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
14236         All uses changed.
14237
14238         Merge from coreutils.
14239
14240         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
14241
14242         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
14243         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
14244         want to require the building of c-strtod.o.
14245         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
14246         needs -lm directly.
14247         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
14248
14249         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
14250
14251         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
14252         --as-needed option if available.  Problem reported by Albert Chin in
14253         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
14254         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
14255         cc merely issues a bunch of annoying warnings for --as-needed
14256         (this problem was reported by Bob Proulx).  Also, try linking with
14257         -lm to detect a bug in binutils 2.16 (this problem was reported
14258         by Ralf Wildenhues).
14259
14260         2006-06-18  Jim Meyering  <jim@meyering.net>
14261
14262         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
14263         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
14264         macro.
14265         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
14266         also check for glibc-2.4's abort-inducing bug.
14267
14268         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
14269         Low-probability clean-up should be to use rmdir to get rid of
14270         the just-created directory, not unlink.
14271
14272         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
14273         configure fail, and request a bug report to inform us about it.
14274         Add a comment that, barring reports to the contrary, in 2007 we'll
14275         assume ftruncate is universally available.
14276
14277         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
14278
14279         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
14280
14281         2006-03-12  Jim Meyering  <jim@meyering.net>
14282
14283         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
14284         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
14285         * m4/same.m4 (gl_SAME): Likewise.
14286         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
14287
14288         2006-03-11  Eric Blake  <ebb9@byu.net>
14289
14290         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
14291         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
14292         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
14293         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
14294
14295 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14296
14297         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
14298         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
14299         reported by Mark D. Baushke, one in
14300         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
14301
14302         Merge from coreutils.
14303
14304         * lib/.cppi-disable: Add stdint_.h.
14305         * lib/.cvsignore: Add stdint.h.
14306
14307         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
14308
14309         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
14310         both double and long double versions.
14311         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
14312         * lib/xstrtold.c: New file.
14313         * lib/xstrtod.h (xstrtold): New decl.
14314
14315         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
14316
14317         * lib/filemode.c (setst): Remove.
14318         (strmode): Rewrite to avoid setst.  This makes the code shorter,
14319         (arguably) clearer, and the generated code is a bit smaller on my
14320         Debian GNU/Linux stable x86 host.
14321
14322         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
14323
14324         * lib/filemode.c: Include "filemode.h" first, to test the interface.
14325         Assume that filemode.h includes sys/types.h and sys/stat.h.
14326         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
14327         (ftypelet): Reorder to put common cases first, for efficiency.
14328         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
14329         to do 'M'.
14330         (strmode): Renamed from mode_string, and now stores 12 bytes instead
14331         of 10, for compatibility with FreeBSD.  All callers changed.
14332         (filemodestring): Now stores 12 bytes instead of 10, and sets file
14333         types that can't be deduced solely from st_mode.  First arg is now a
14334         const pointer.
14335         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
14336         (strmode): Renamed from mode_string.
14337         (filemodestring): New decl.
14338         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
14339         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
14340         needed.
14341         (S_ISPORT, S_ISWHT): New macros, if not already defined.
14342
14343         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
14344
14345         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
14346         fsusage.h now does that.  Include fsusage.h first, to test interface.
14347         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
14348         at most one method (the old code could have generated decls that
14349         didn't conform to C89, not that this was ever exercised).
14350         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
14351
14352         2006-03-19  Jim Meyering  <jim@meyering.net>
14353
14354         Work even in a chroot where d_ino values for entries in "/"
14355         don't match the stat.st_ino values for the same names.
14356         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
14357         number, iterate through all entries again, using lstat instead.
14358         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
14359         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
14360
14361         * lib/getcwd.c (__getcwd): Clarify a comment.
14362         Use memcpy in place of a call to strcpy.
14363
14364         2006-03-12  Jim Meyering  <jim@meyering.net>
14365
14366         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
14367         matches that of the current directory (which we're about to chdir ".."
14368         out of), then save the dev-ino of the parent, instead.
14369
14370         * lib/same-inode.h (SAME_INODE): New file/macro.
14371         * lib/chdir-safer.c (SAME_INODE): Remove definition.
14372         Include "same-inode.h", instead.
14373         * lib/same.c: Likewise.
14374         * lib/cycle-check.h: Include "same-inode.h".
14375         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
14376         * lib/cycle-check.c (SAME_INODE): Remove definition.
14377         * lib/root-dev-ino.h: Include "same-inode.h".
14378
14379         2006-03-11  Eric Blake  <ebb9@byu.net>
14380
14381         * lib/same.c (same_name): s/base_name/last_component/
14382         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
14383         * lib/filenamecat.c (file_name_concat): Likewise.
14384
14385         2006-03-11  Eric Blake  <ebb9@byu.net>,
14386                     Paul Eggert  <eggert@cs.ucla.edu>
14387
14388         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
14389         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
14390         drive prefix.
14391         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
14392         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
14393         (last_component): New method.
14394         * lib/dirname.c (dir_len): Determine when drive letters need a
14395         subsequent slash.  Preserve // when it is special.
14396         (dir_name): Don't append dot when drive letter is absolute.
14397         [TEST_DIRNAME]: Move into a full-blown gnulib test.
14398         * lib/basename.c (base_name): New semantics - malloc the result.
14399         Preserve // when it is special.  Preserve relative files that look
14400         like drive letters.
14401         (base_len): Preserve // when it is special.
14402         (last_component): New method, similar to old base_name semantics.
14403         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
14404         base_name.  Strip redundant slashes from ///.
14405
14406 2006-07-03  Jim Meyering  <jim@meyering.net>
14407
14408         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
14409         macro is used before the first cycle_check call.
14410
14411 2006-07-03  Eric Blake  <ebb9@byu.net>
14412
14413         * modules/dirname (Depends-on): Add xstrndup.
14414
14415 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14416
14417         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
14418         test cases, so that config.log is a bit easier to follow.
14419
14420 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14421
14422         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
14423         both are 64 bits, since this seems to be the tradition, and this
14424         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
14425         we ever run into a host that prefers long long to long in this
14426         case, we'll need another configure-time test.  Problem reported by
14427         Jim Meyering.
14428
14429 2006-07-02  Eric Blake  <ebb9@byu.net>
14430
14431         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
14432
14433 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14434
14435         * modules/inttypes (Depends-on): No longer depends on stdint.
14436         * modules/stdint (Description): Say more about assumptions.
14437         Say that the fast types might differ.  Say macros are used.
14438         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
14439         (Makefile.am): Revise list of substituted symbols to match
14440         new stdint.m4.
14441         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
14442         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
14443         * tests/test-stdint.c (verify_same_types)
14444         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
14445         the code conforms to C99/C89.
14446         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
14447         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
14448
14449 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14450
14451         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
14452         but fix a bug, by requiring at least 64 bits.
14453         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
14454         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
14455         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
14456         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
14457
14458         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
14459         changes.  Make 2.59 a prerequisite.  Check and substitute for
14460         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
14461         inttypes.h.  Do not use special include files; just use the
14462         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
14463         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
14464         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
14465         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
14466         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
14467         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
14468         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
14469         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
14470         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
14471         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
14472         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
14473         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
14474         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
14475         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
14476         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
14477         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
14478         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
14479         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
14480         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
14481         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
14482         WINT_MAX.  Check for C99 conformance more strictly, by detecting
14483         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
14484         not check for things that C99 does not require, e.g., int8_t.  If
14485         a test isn't needed unless <stdint.h> isn't working, and is
14486         unlikely to be needed for any other reason, then don't do it
14487         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
14488         size_t, since we assume C89 freestanding at least.  Do not check
14489         for sig_atomic_t, wchar_t, or wint_t, since the code now does
14490         the right thing even if the types are not defined.  Instead use:
14491         (gl_STDINT_TYPE_PROPERTIES): New macro.
14492         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
14493         testing whether <sys/types.h> clashes, as Autoconf does this for
14494         us now.  All uses removed.
14495         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
14496         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
14497         (gl_CHECK_TYPE_SAME):
14498         Remove; no longer needed.
14499         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
14500         exists, since we'll return 0 anyway in that case.
14501         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
14502
14503 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14504
14505         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
14506         possible collision with system files.
14507         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
14508         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
14509         WCHAR_MIN and WCHAR_MAX in this case.
14510         (<stddef.h>): Do not include; no longer needed.
14511         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
14512         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
14513         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
14514         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
14515         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
14516         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
14517         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
14518         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
14519         !defined(__c99))]: Include in this case too, since it's harmless
14520         now.
14521         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
14522         dangerous to do so.
14523         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
14524         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
14525         (_STDINT_MIN, _STDINT_MAX): New macros.
14526         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
14527         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
14528         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
14529         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
14530         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
14531         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
14532         macros, not typedefs; this simplifies things quite a bit.
14533         Use long int for all types narrower than int64_t.
14534         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
14535         Define in terms of long long int or int64_t or long int,
14536         not int64_t or int32_t.  This saves some compile-time testing.
14537         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
14538         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
14539         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
14540         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
14541         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
14542         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
14543         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
14544         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
14545         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
14546         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
14547         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
14548         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
14549         undef any previous version and define our own version, for
14550         simplicity and consistency with the new macros for types.
14551         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
14552         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
14553         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
14554         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
14555         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
14556         @WINT_T_SUFFIX@ to keep things simple here.
14557         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
14558         Simplify by assuming typical 8/16/32/64 host, since we're
14559         already doing that elsewhere anyway.
14560         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
14561         and assume long long int is 64 bits if available.  This
14562         speeds up 'configure'.
14563
14564 2006-07-01  Eric Blake  <ebb9@byu.net>
14565
14566         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
14567         Reported by Andreas Buening.
14568
14569 2006-07-01  Eric Blake  <ebb9@byu.net>
14570
14571         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
14572
14573 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
14574
14575         * lib/getaddrinfo.c: fixed typo
14576
14577 2006-06-29  Jim Meyering  <jim@meyering.net>
14578
14579         * modules/strftime (Maintainer): Add my name, since with the
14580         FPRINTFTIME changes strftime.c has forked from glibc.
14581
14582 2006-06-29  Eric Blake  <ebb9@byu.net>
14583
14584         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
14585
14586 2006-06-29  Eric Blake  <ebb9@byu.net>
14587
14588         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
14589
14590 2006-06-29  Eric Blake  <ebb9@byu.net>
14591
14592         * lib/stat_.h: New file.
14593
14594 2006-06-29  Eric Blake  <ebb9@byu.net>
14595
14596         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
14597         unused static function.
14598
14599 2006-06-29  Eric Blake  <ebb9@byu.net>
14600
14601         * doc/functions.texi (Function Portability): Document missing lstat
14602         on mingw.
14603
14604 2006-06-29  Eric Blake  <ebb9@byu.net>
14605
14606         * MODULES.html.sh: Add sys_stat.
14607         * modules/sys_stat: New module.
14608         * modules/mkstemp (Depends-on): Add sys_stat.
14609
14610 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14611
14612         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
14613
14614 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14615
14616         * m4/c-bs-a.m4: Removed.
14617
14618 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14619
14620         * lib/strftime.c: Assume strftime() exists.
14621
14622 2006-06-29  Derek Price  <derek@ximbiot.com>
14623
14624         * modules/c-bs-a: Removed - \a is C89.
14625         * MODULES.html.sh: Remove c-bs-a.
14626
14627 2006-06-29  Bruno Haible  <bruno@clisp.org>
14628
14629         * modules/wcwidth (License): Change to LGPL.
14630
14631 2006-06-28  Simon Josefsson  <jas@extundo.com>
14632
14633         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
14634         on _WIN32.
14635
14636         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
14637         getnameinfo.
14638
14639 2006-06-28  Simon Josefsson  <jas@extundo.com>
14640
14641         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
14642
14643 2006-06-28  Simon Josefsson  <jas@extundo.com>
14644
14645         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
14646         functions there.  It will succeed on Windows XP, but on Windows
14647         2000 and (presumably) earlier, it will fail, and use the internal
14648         re-implementation.
14649         (use_win32_p): New function.
14650         (getaddrinfo): Use strtoul on servname, to support numeric ports.
14651         Support AI_NUMERICSERV to disable getservbyname.
14652         (getnameinfo): New function, only supports
14653         NI_NUMERICHOST|NI_NUMERICSERV for now.
14654
14655         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
14656         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
14657         getnameinfo.
14658
14659 2006-06-28  Eric Blake  <ebb9@byu.net>
14660
14661         * modules/wcwidth: New file.
14662         * modules/mbchar (Depends-on): Add wcwidth.
14663         * modules/mbswidth (Depends-on): Add wcwidth.
14664         * MODULES.html.sh: Add wcwidth.
14665
14666 2006-06-28  Eric Blake  <ebb9@byu.net>
14667
14668         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
14669         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
14670
14671 2006-06-28  Eric Blake  <ebb9@byu.net>
14672
14673         * lib/xvasprintf.h: Fix comments.
14674
14675 2006-06-28  Eric Blake  <ebb9@byu.net>
14676
14677         * lib/mbchar.h (wcwidth): Include wcwidth.h.
14678         * lib/mbswidth.c (wcwidth): Move from here...
14679         * lib/wcwidth.h: ...to this new file.
14680
14681 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14682
14683         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
14684
14685         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
14686         it's obsolete.
14687         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
14688
14689 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14690
14691         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
14692         Autoconf 2.60 says this stuff was obsolete.
14693
14694 2006-06-28  Bruno Haible  <bruno@clisp.org>
14695
14696         * modules/wcwidth (Files): Add m4/wchar_t.m4.
14697
14698 2006-06-28  Bruno Haible  <bruno@clisp.org>
14699
14700         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
14701         gt_TYPE_WCHAR_T.
14702
14703 2006-06-28  Bruno Haible  <bruno@clisp.org>
14704
14705         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
14706         declaration for wcwidth.
14707         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
14708
14709 2006-06-28  Bruno Haible  <bruno@clisp.org>
14710
14711         * lib/mkdtemp.c [MINGW]: Include <io.h>.
14712         (mkdir): Define using _mkdir.
14713
14714 2006-06-28  Bruno Haible  <bruno@clisp.org>
14715
14716         * lib/getaddrinfo.h: Fix POSIX URL.
14717         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
14718         _WIN32.
14719         (use_win32_p): Make static.
14720         (getaddrinfo): Reject service name if it is empty or does not consist
14721         solely of decimal digits, or if its value is > 65535.
14722         (getnameinfo): Remove useless casts.
14723
14724 2006-06-27  Simon Josefsson  <jas@extundo.com>
14725
14726         * modules/sys_select: New file, suggested by Bruno Haible, Paul
14727         Eggert and Martin Lambers.
14728
14729 2006-06-27  Simon Josefsson  <jas@extundo.com>
14730
14731         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
14732         Eggert and Martin Lambers.
14733
14734 2006-06-27  Bruno Haible  <bruno@clisp.org>
14735
14736         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
14737         result to 0, not to empty.
14738         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
14739
14740 2006-06-27  Bruno Haible  <bruno@clisp.org>
14741
14742         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
14743
14744 2006-06-26  Simon Josefsson  <jas@extundo.com>
14745
14746         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
14747         present.
14748
14749 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
14750
14751         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
14752         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
14753         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
14754
14755 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
14756
14757         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
14758
14759 2006-06-26  Bruno Haible  <bruno@clisp.org>
14760
14761         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
14762
14763 2006-06-26  Bruno Haible  <bruno@clisp.org>
14764
14765         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
14766
14767 2006-06-26  Bruno Haible  <bruno@clisp.org>
14768
14769         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
14770         SGI C compiler in pre-C99 mode.
14771         Suggested by Mark D. Baushke and Larry Jones.
14772
14773 2006-06-26  Bruno Haible  <bruno@clisp.org>
14774
14775         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
14776         WCHAR_MAX.
14777         Reported by Mark D. Baushke and Larry Jones.
14778
14779 2006-06-26  Bruno Haible  <bruno@clisp.org>
14780
14781         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
14782         in pre-C99 mode.
14783         Suggested by Mark D. Baushke and Larry Jones.
14784
14785 2006-06-23  Simon Josefsson  <jas@extundo.com>
14786             Bruno Haible  <bruno@clisp.org>
14787
14788         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
14789         Emit mostlyclean-local rule.
14790         (func_emit_tests_Makefile_am): Likewise.
14791         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
14792
14793 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
14794
14795         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
14796
14797 2006-06-23  Bruno Haible  <bruno@clisp.org>
14798
14799         * tests/test-stdint.c: Update to match ISO C 99 Technical
14800         Corrigendum 1.
14801
14802 2006-06-23  Bruno Haible  <bruno@clisp.org>
14803
14804         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
14805
14806 2006-06-23  Bruno Haible  <bruno@clisp.org>
14807
14808         * lib/stdint_.h: Treat IRIX like OpenBSD.
14809
14810 2006-06-23  Bruno Haible  <bruno@clisp.org>
14811
14812         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
14813         ISO C 99 Technical Corrigendum 1.
14814
14815 2006-06-22  Simon Josefsson  <jas@extundo.com>
14816
14817         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
14818         MinGW.
14819
14820 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14821
14822         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
14823         needed.  Some compiler complained about some of them.  Problem reported
14824         by Larry Jones in
14825         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
14826
14827 2006-06-21  Simon Josefsson  <jas@extundo.com>
14828
14829         * tests/test-getaddrinfo.c: New file.
14830
14831         * modules/getaddrinfo-tests: New file.
14832
14833         * MODULES.html.sh: Add inet_pton.
14834
14835         * modules/inet_pton: New file.
14836
14837 2006-06-21  Simon Josefsson  <jas@extundo.com>
14838
14839         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
14840         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
14841         of using the (limited) gnulib implementation on Windows XP.
14842
14843         * m4/inet_pton.m4: New file.
14844
14845 2006-06-21  Simon Josefsson  <jas@extundo.com>
14846
14847         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
14848         variable.
14849
14850         * lib/socket_.h: Don't define WINVER.
14851
14852         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
14853         slightly modified to work in gnulib.
14854
14855 2006-06-21  Simon Josefsson  <jas@extundo.com>
14856
14857         * doc/gnulib.texi (Windows sockets): Add.
14858
14859 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
14860
14861         * lib/read-file.c (fread_file): Start with buffer allocation of
14862         0 bytes rather than 1 byte; this simplifies the code.
14863         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
14864         code to free buffer and save/restore errno.
14865         (internal_read_file): Remove unused local.
14866
14867 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
14868
14869         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
14870         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
14871         Problem reported by Denis Excoffier in
14872         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
14873
14874 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14875
14876         * modules/sys_socket, modules/socklen: Include sys/types since
14877         FreeBSD 4.x's sys/socket.h needs it.
14878
14879 2006-06-19  Simon Josefsson  <jas@extundo.com>
14880
14881         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
14882
14883 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
14884
14885         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
14886
14887 2006-06-19  Bruno Haible  <bruno@clisp.org>
14888
14889         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
14890         and FULL_PATH_INTTYPES_H in angle brackets.
14891         Reported by Mark D. Baushke <mdb@gnu.org>.
14892
14893 2006-06-17  Eric Blake  <ebb9@byu.net>
14894
14895         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
14896         errno.
14897
14898 2006-06-17  Bruno Haible  <bruno@clisp.org>
14899
14900         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
14901         <sys/inttypes.h>.
14902
14903 2006-06-17  Bruno Haible  <bruno@clisp.org>
14904
14905         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
14906         whether errno is declared. Assume <errno.h> declares errno.
14907
14908 2006-06-17  Bruno Haible  <bruno@clisp.org>
14909
14910         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
14911
14912 2006-06-17  Bruno Haible  <bruno@clisp.org>
14913
14914         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
14915         problem on Solaris 2.5.1.
14916
14917 2006-06-16  Eric Blake  <ebb9@byu.net>
14918
14919         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
14920         * lib/unicodeio.c [!defined errno]: Likewise.
14921         * lib/strtol.c [!defined errno]: Likewise.
14922         * lib/strtod.c [!defined errno]: Likewise.
14923
14924 2006-06-15  Eric Blake  <ebb9@byu.net>
14925
14926         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
14927
14928 2006-06-15  Eric Blake  <ebb9@byu.net>
14929
14930         * config/srclist.txt (ssize_t.m4): Lose sync.
14931
14932 2006-06-15  Bruno Haible  <bruno@clisp.org>
14933
14934         * modules/stdint (Files): Include m4/full-header-path.m4,
14935         m4/size_max.m4, m4/wchar_t.m4.
14936         (Makefile.am): Many more substitutions.
14937         * modules/stdint-tests: New file.
14938         * tests/test-stdint.c: New file.
14939
14940 2006-06-15  Bruno Haible  <bruno@clisp.org>
14941
14942         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
14943         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
14944         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
14945         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
14946         gl_CHECK_TYPE_SAME): New macros.
14947
14948 2006-06-15  Bruno Haible  <bruno@clisp.org>
14949
14950         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
14951
14952 2006-06-15  Bruno Haible  <bruno@clisp.org>
14953
14954         * lib/stdint_.h: Rewritten to be fully auto-configured.
14955         Fixes bug on HP-UX/IA64.
14956
14957 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
14958
14959         * lib/getdate.y (__attribute__): Don't define if already defined.
14960         Problem reported by Larry Jones.
14961         * lib/utimens.c (__attribute__): Likewise.
14962
14963 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
14964
14965         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
14966         reported by Andreas Schwab.
14967
14968 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14969             Bruno Haible  <bruno@clisp.org>
14970
14971         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
14972         check for the declaration of strnlen and a run test that exposes the
14973         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
14974         rpl_strndup.
14975
14976 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14977             Bruno Haible  <bruno@clisp.org>
14978
14979         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
14980
14981 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14982
14983         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
14984         compile test, for Tru64 4.0D.
14985
14986 2006-05-28  Karl Berry  <karl@gnu.org>
14987
14988         * config/srclist.txt (printf-args.c): lose sync.
14989
14990 2006-05-26  Martin Lambers  <marlam@marlam.de>
14991
14992         * lib/getpass.c: Updates the test for the native W32 API, and adds
14993         missing includes, thus fixing compilation warnings.
14994
14995 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14996
14997         * lib/exclude.c (exclude_fnmatch): New function.
14998         (excluded_file_name): Call exclude_fnmatch.
14999         * lib/exclude.h (excluded_file_name): New prototype
15000
15001 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
15002
15003         * lib/tempname.c (small_open, large_open): New macros.
15004         (__open, __open64) [!_LIBC]: Remove.
15005         (__gen_tempname): Use small_open and large_open instead of __open
15006         and __open64.  This fixes a portability bug on HP-UX 11.11i
15007         reported by Simon Wing-Tang in
15008         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
15009
15010 2006-05-24  Bruno Haible  <bruno@clisp.org>
15011
15012         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
15013         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
15014         Reported by Thorsten Maerz <torte@netztorte.de> via
15015         Aaron Stone <aaron@serendipity.cx>.
15016
15017 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
15018
15019         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
15020         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
15021         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
15022         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
15023         not really conditional on the cache.
15024         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
15025
15026 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
15027
15028         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
15029         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
15030         (my_usleep): Don't mishandle maximum value.
15031
15032 2006-05-19  Jim Meyering  <jim@meyering.net>
15033
15034         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
15035
15036 2006-05-17  Bruno Haible  <bruno@clisp.org>
15037
15038         Cygwin portability.
15039         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
15040
15041 2006-05-17  Bruno Haible  <bruno@clisp.org>
15042
15043         * lib/stdint_.h: Fix recognition of Cygwin.
15044
15045 2006-05-15  Bruno Haible  <bruno@clisp.org>
15046
15047         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
15048         on libtool patch by Ralf Wildenhues.
15049
15050 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
15051
15052         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
15053         test for C99 conformance; (bool) 0.5 is an integer constant
15054         expression, but (bool) -0.5 is not.  Problem reported by Fedor
15055         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
15056
15057 2006-05-11  Simon Josefsson  <jas@extundo.com>
15058
15059         * m4/xvasprintf.m4: Fix obvious typo.
15060
15061 2006-05-11  Jim Meyering  <jim@meyering.net>
15062
15063         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
15064         James Lemley.
15065
15066 2006-05-10  Simon Josefsson  <jas@extundo.com>
15067
15068         * lib/md4.c: Typo fix, update copyright years.
15069         (K1, K2): Don't use L because it turn computations into 64-bit on
15070         64-bit platforms.
15071
15072 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
15073
15074         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
15075         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
15076         unwanted sign propagation, e.g., on hosts with 64-bit int.
15077         There still are some problems with reeelly weird theoretical hosts
15078         (e.g., 33-bit int) but it's not worth worrying about now.
15079         * lib/sha1.c (rol): Likewise.
15080         (K1, K2, K3, K4): Remove unnecessary L suffix.
15081
15082 2006-05-10  Bruno Haible  <bruno@clisp.org>
15083
15084         * lib/des.c: Cast to avoid warnings.
15085
15086 2006-05-09  Bruno Haible  <bruno@clisp.org>
15087
15088         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
15089         (Depends-on): Depend also on xsize, stdarg.
15090         (configure.ac): Add gl_XVASPRINTF.
15091
15092 2006-05-09  Bruno Haible  <bruno@clisp.org>
15093
15094         * m4/xvasprintf.m4: New file.
15095
15096 2006-05-09  Bruno Haible  <bruno@clisp.org>
15097
15098         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
15099         (EOVERFLOW): Define fallback value.
15100         (xstrcat): New function.
15101         (xvasprintf): Recognize the special case of a string concatenation.
15102
15103 2006-05-08  Eric Blake  <ebb9@byu.net>
15104
15105         * gnulib-tool (func_version): Base copyright year on CVS date.
15106         (func_emit_copyright_notice): New function.
15107         (func_emit_lib_Makefile_am): Use it.
15108         (func_emit_tests_Makefile_am): Likewise.
15109         (func_import): Likewise.
15110
15111 2006-05-08  Bruno Haible  <bruno@clisp.org>
15112
15113         * modules/stdarg: New file.
15114         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
15115
15116 2006-05-08  Bruno Haible  <bruno@clisp.org>
15117
15118         * m4/stdarg.m4: New file, from GNU gettext.
15119
15120 2006-05-08  Bruno Haible  <bruno@clisp.org>
15121
15122         * config/srclist.txt (build-aux/config.rpath): different from latest
15123         release.
15124
15125 2006-05-08  Bruno Haible  <bruno@clisp.org>
15126
15127         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
15128
15129 2006-05-05  Jim Meyering  <jim@meyering.net>
15130
15131         * m4/warning.m4: New file, derived from bison's file by the same name.
15132
15133 2006-05-03  Bruno Haible  <bruno@clisp.org>
15134
15135         * lib/stdint_.h: Shorter URL.
15136         * lib/inttypes.h: Likewise.
15137
15138 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
15139
15140         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
15141
15142 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
15143
15144         * lib/verify.h: Document the internals better.  Most of this change
15145         was written by Bruno Haible.
15146
15147 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
15148
15149         * doc/verify.texi: New file, partly based on a proposal by
15150         Bruno Haible.
15151
15152 2006-05-02  Bruno Haible  <bruno@clisp.org>
15153
15154         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
15155         test from here...
15156         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
15157
15158 2006-04-29  Bruno Haible  <bruno@clisp.org>
15159
15160         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
15161         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
15162
15163 2006-04-29  Bruno Haible  <bruno@clisp.org>
15164
15165         * gnulib-tool: Make --update option actually work.
15166
15167 2006-04-29  Bruno Haible  <bruno@clisp.org>
15168
15169         * doc/gcd.texi: New file.
15170         * doc/gnulib.texi: Include it.
15171
15172 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
15173
15174         * lib/getdate.y (get_date): When adding relative date, start with the
15175         initial time, not with the result of the first mktime call.
15176
15177 2006-04-25  Bruno Haible  <bruno@clisp.org>
15178
15179         * gnulib-tool (func_import): Output the include directives in three
15180         blocks, sorted separately.
15181         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15182
15183 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
15184
15185         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
15186         to define main with arguments, for C++.  Reported by Eric Blake.
15187         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
15188         Prefer 'int main ()' to 'int main (void)', for C++.
15189         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
15190         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
15191         for 'main', for C99 and C++.
15192
15193 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
15194
15195         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
15196         Don't assume that exit status -1 is valid.
15197         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
15198         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
15199         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
15200         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
15201         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
15202         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
15203         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
15204         functions can be used without declaring them, or that you can
15205         exit with status -1.
15206         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
15207
15208 2006-04-24  Karl Berry  <karl@gnu.org>
15209
15210         * config/srclist.txt (longdouble.m4): sync lost.
15211
15212 2006-04-24  Eric Blake  <ebb9@byu.net>
15213
15214         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
15215
15216 2006-04-24  Bruno Haible  <bruno@clisp.org>
15217
15218         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
15219         poll() implementation in AIX.
15220         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15221
15222 2006-04-24  Bruno Haible  <bruno@clisp.org>
15223
15224         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
15225         assigned exactly once.
15226
15227 2006-04-23  Claudio Fontana  <claudio@gnu.org>
15228             Bruno Haible  <bruno@clisp.org>
15229
15230         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
15231         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
15232         for AM_CPPFLAGS.
15233
15234 2006-04-23  Bruno Haible  <bruno@clisp.org>
15235
15236         * modules/copy-file: Depend on unistd.
15237         * modules/execute: Likewise.
15238         * modules/fatal-signal: Likewise.
15239         * modules/findprog: Likewise.
15240         * modules/mkdtemp : Likewise.
15241         * modules/pipe: Likewise.
15242         * modules/wait-process: Likewise.
15243
15244 2006-04-23  Bruno Haible  <bruno@clisp.org>
15245
15246         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
15247         condition was already detected.
15248         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15249
15250 2006-04-23  Bruno Haible  <bruno@clisp.org>
15251
15252         * lib/copy-file.c: Include <unistd.h> unconditionally.
15253         * lib/execute.c: Likewise.
15254         * lib/fatal-signal.c: Likewise.
15255         * lib/findprog.c: Likewise.
15256         * lib/mkdtemp.c: Likewise.
15257         * lib/pipe.h: Likewise.
15258         * lib/pipe.c: Likewise.
15259         * lib/wait-process.h: Likewise.
15260
15261 2006-04-23  Bruno Haible  <bruno@clisp.org>
15262
15263         * gnulib-tool (func_usage): Fix --import description. Document
15264         --update.
15265         (func_import): Create temporary file in a temporary directory, if
15266         --dry-run is specified. Silence errors from 'grep' when there are no
15267         m4 files in $m4dir.
15268         (func_create_testdir): Silence errors from 'grep' when there are no
15269         m4 files in $m4dir.
15270         Reported by Karl Berry <karl@freefriends.org>.
15271
15272 2006-04-20  Bruno Haible  <bruno@clisp.org>
15273
15274         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
15275         one argument, so that the code will be portable to Autoconf 2.60.
15276         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
15277         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
15278         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
15279
15280 2006-04-19  Derek Price  <derek@ximbiot.com>
15281             Eric Blake  <ebb9@byu.net>
15282
15283         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
15284         rather than "/full/path.h".  Update comment to match.  Shorten &
15285         generalize m4_translit call via AS_TR_CPP.
15286
15287 2006-04-19  Derek Price  <derek@ximbiot.com>
15288             Eric Blake  <ebb9@byu.net>
15289
15290         * lib/inttypes.h: Correct grammar in comment.
15291
15292 2006-04-18  Derek Price  <derek@ximbiot.com>
15293             Paul Eggert  <eggert@cs.ucla.edu>
15294
15295         * modules/inttypes: New file.
15296         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
15297
15298 2006-04-18  Derek Price  <derek@ximbiot.com>
15299             Paul Eggert  <eggert@cs.ucla.edu>
15300
15301         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
15302         New files.
15303
15304 2006-04-18  Derek Price  <derek@ximbiot.com>
15305             Paul Eggert  <eggert@cs.ucla.edu>
15306
15307         * lib/inttypes.h: New file.
15308         * lib/strtoimax.c: Assume <inttypes.h>.
15309
15310 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
15311
15312         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
15313         isn't mounted.  Problem reported by Kir Kolyshkin.
15314
15315 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15316
15317         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
15318         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
15319         Derek R. Price.
15320         * lib/regex.h (RE_DUP_MAX): Update comment to match current
15321         implementation.
15322
15323 2006-04-12  Eric Blake  <ebb9@byu.net>
15324
15325         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
15326         is now done automatically by the corresponding Autoconf macro.
15327
15328 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
15329
15330         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
15331         time_r.h.
15332
15333 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15334
15335         Merge regex changes from libc, removing some of our
15336         POSIX-conformance changes that were rejected and redoing them in a
15337         less-intrusive way.
15338
15339         * lib/regcomp.c (re_compile_internal, init_dfa):
15340         Length arg is now size_t, not Idx.  All uses changed.
15341         (peek_token): Forward decl now says internal_function.
15342         (__re_error_msgid, __re_error_msgid_idx):
15343         Now static rather than extern with attribute_hidden.
15344         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
15345         For some reason libc prefers K&R style defns for external functions.
15346         (regerror) [!defined _LIBC]: Likewise.
15347         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
15348         (seek_collating_symbol_entry, lookup_collation_sequence_value):
15349         (build_range_exp, build_collating_symbol):
15350         Use K&R-style defn.
15351         (re_compile_fastmap): Use '\0' to memset, not 0.
15352         (utf8_sb_map): Make the calculations more obvious.
15353         (init_dfa, parse_bracket_exp, build_charclass_op):
15354         Call calloc and cast result, as glibc does.
15355         (init_word_char, fetch_token, peek_token, peek_token_bracket):
15356         (build_range_exp, build_collating_symbol):
15357         Now internal functions.
15358
15359         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
15360
15361         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
15362         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
15363         Don't depend on VMS; depend on __VMS instead, for POSIX
15364         namespace cleanness.
15365         (regoff_t): Define to ssize_t, not long int.
15366
15367         Remove the REG_ macros named below.  Instead, make the old names
15368         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
15369         __USE_GNU_REGEX.
15370         (REG_BACKSLASH_ESCAPE_IN_LISTS):
15371         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
15372         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
15373         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
15374         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
15375         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
15376         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
15377         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
15378         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
15379         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
15380         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
15381         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
15382         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
15383         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
15384         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
15385         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
15386         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
15387         (REG_NREGS):
15388         Remove.  All uses replaced by the old RE_* names.
15389         (RE_BACKSLASH_ESCAPE_IN_LISTS):
15390         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
15391         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
15392         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
15393         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
15394         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
15395         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
15396         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
15397         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
15398         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
15399         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
15400         Don't bother having these macros be independent of each others'
15401         values, since they no longer exist in the POSIX name space.
15402
15403         Rename the following member names back to their old names,
15404         unless !__USE_GNU_REGEX.  All uses changed back.
15405         (buffer): Renamed from re_buffer.
15406         (allocated): Renamed from re_allocated.
15407         (used): Renamed from re_used.
15408         (syntax): Renamed from re_syntax.
15409         (fastmap): Renamed from re_fastmap.
15410         (translate): Renamed from re_translate.
15411         (can_be_null): Renamed from re_can_be_null.
15412         (regs_allocated): Renamed from re_regs_allocated.
15413         (fastmap_accurate): Renamed from re_fastmap_accurate.
15414         (no_sub): Renamed from re_no_sub.
15415         (not_bol): Renamed from re_not_bol.
15416         (not_eol): Renamed from re_not_eol.
15417         (newline_anchor): Renamed from re_newline_anchor.
15418         (num_regs): Renamed from rm_num_regs.
15419         (start): Renamed from rm_start.
15420         (end): Renamed from rm_end.
15421
15422         (free_state): Move up a bit.
15423
15424         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
15425         #define to be empty.
15426         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
15427         when that is what is intended.
15428         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
15429         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
15430         (MAX): New macro.
15431         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
15432         All uses changed back to re_malloc, etc.  It's now the caller's
15433         responsibility to check for overflow; all callers changed.
15434         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
15435         (re_x2nrealloc): Remove.
15436         (free_state): Remove decl.
15437
15438         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
15439         (re_set_registers, re_exec):
15440         Use K&R-style defn.
15441
15442         2006-01-31  Roland McGrath  <roland@redhat.com>
15443
15444         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
15445         Reported by Mike Frysinger <vapier@gentoo.org>.
15446
15447         2006-01-15  Andreas Jaeger  <aj@suse.de>
15448
15449         [BZ #1950]
15450         * lib/regex_internal.c (re_string_reconstruct): Adjust for
15451         build_wcs_upper_buffer change.
15452         (build_wcs_upper_buffer): Change return type.
15453
15454         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
15455
15456         * lib/regex_internal.h: Include <stdint.h> if available.
15457
15458         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
15459
15460         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
15461
15462         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
15463
15464         * lib/regcomp.c: Adjust for changed secondary hash function.
15465
15466         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
15467
15468         * lib/regex.h: Pretty printing.
15469         Clean up namespace a bit.
15470
15471         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
15472
15473         * lib/regexec.c (update_cur_sifted_state, check_arrival,
15474         check_arrival_add_next_nodes): Avoid using uninitialized variable.
15475
15476         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
15477                     Ulrich Drepper  <drepper@redhat.com>
15478
15479         [BZ #1302]
15480         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
15481         changed.
15482         (bitset_word_t): Renamed from bitset_word.  All uses changed.
15483
15484         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
15485
15486         [BZ #281]
15487         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
15488         * lib/regcomp.c: Remove unnecessary uses of
15489         unsigned RE_TRANSLATE_TYPE.
15490         * lib/regex_internal.h: Likewise.
15491         * lib/regex_internal.c: Likewise.
15492         * lib/regexec.c: Likewise.
15493         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
15494
15495         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
15496
15497         * lib/regexec.c (find_recover_state): Remove unnecessary
15498         initialization.
15499         (transit_state_bkref): Make DFA a const pointer.
15500         (get_subexp): Likewise.
15501         (check_arrival): Likewise.
15502         (update_cur_sifted_state): Likewise.
15503         (re_search_internal): Likewise.
15504         (prune_impossible_nodes): Likewise.
15505         (acquire_init_state_context): Likewise.
15506         (proceed_next_node): Likewise.
15507         (set_regs): Likewise.
15508         (free_fail_stack_return): Likewise.
15509         (check_arrival_expand_ecl): Mark DFA parameter as const.
15510         (check_arrival_expand_ecl_sub): Likewise.
15511         (check_subexp_limits): Likewise.
15512         (sub_epsilon_src_nodes):  Likewise.
15513         (add_epsilon_src_nodes):  Likewise.
15514         (merge_state_array): Likewise.
15515         (update_regs): Likewise.
15516         (build_trtable): Likewise.
15517         (sift_states_backward): Mark MCTX parameter as const.
15518         (build_sifted_states): Likewise.
15519         (update_cur_sifted_state): Likewise.
15520         (sift_states_mkref): Likewise.
15521         (check_arrival_expand_ecl): Mark eclosure as const.
15522         (check_dst_limits_calc_pos_1): Likewise.
15523         * lib/regex_internal.h (re_match_context_t): Make dfa a const
15524         pointer.
15525
15526         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
15527
15528         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
15529         (transit_state_sb): Likewise.
15530         (transit_state_mb): Likewise.
15531         (sift_states_iter_mb): Likewise.
15532         (check_arrival_add_next_nodes): Likewise.
15533         (check_node_accept_bytes): Change first parameter to pointer-to-const.
15534         [_LIBC] (re_search_2_stub): Use mempcpy.
15535
15536         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
15537         mbrtowc for very simple UTF-8 case.
15538
15539         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
15540         a pointer-to-const.
15541         (re_acquire_state_context): Likewise.
15542         * lib/regex_internal.h: Adjust prototypes.
15543
15544         * lib/regex.c: Prevent using C++ compilers.
15545
15546         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
15547         (re_acquire_state_context): Likewise.
15548
15549 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15550
15551         * modules/regex (Depends-on): Add ssize_t.
15552
15553 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15554
15555         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
15556         translation table.
15557
15558 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15559
15560         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
15561
15562 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
15563             Bruno Haible  <bruno@clisp.org>
15564
15565         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
15566         <sys/types.h> and <inttypes.h>.
15567
15568 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15569
15570         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
15571         `__error_t_defined', so argp.h will not typedef the former.
15572
15573 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
15574
15575         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
15576         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
15577         glibc names.  Even if glibc is changed to conform to POSIX, the
15578         traditional names will be available anyway, since regex depends on
15579         the extensions module.  Also, fix a longstanding typo in the
15580         implementation of Spencer ERE test #75 from grep 2.3.  Problems
15581         reported by Emanuele Giaquinta.  Also, change sense of cached
15582         variable, so that the message makes sense.
15583
15584 2006-03-24  Simon Josefsson  <jas@extundo.com>
15585
15586         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
15587         including some doc fixes.
15588         (base64_encode_alloc): Fix +1 bug on allocation failures.
15589
15590 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15591
15592         * lib/base64.c (base64_encode): Do not read past end of array with
15593         unsanitized input on systems with CHAR_BIT > 8.
15594
15595 2006-03-24  Eric Blake  <ebb9@byu.net>
15596
15597         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
15598
15599 2006-03-22  Karl Berry  <karl@gnu.org>
15600
15601         * config/srclist.txt (*setenv.[ch]): get from coreutils.
15602         * config/srclistvars.sh (COREUTILS): new var.
15603
15604 2006-03-17  Jim Meyering  <jim@meyering.net>
15605
15606         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
15607         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
15608
15609 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
15610
15611         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
15612         no longer needs it.  Instead, check that regoff_t is as least
15613         as wide as ptrdiff_t.
15614
15615         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
15616         so that our regex.h stays compatible with the installed regex.
15617         This is helpful for installers who configure --without-included-regex.
15618         Problem reported by Emanuele Giaquinta.
15619
15620 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
15621
15622         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
15623         Typedef to long int, not to off_, as POSIX will likely change
15624         in that direction.
15625
15626 2006-03-15  Eric Blake  <ebb9@byu.net>
15627
15628         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
15629
15630 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15631
15632         * lib/argp-help.c (validate_uparams): Fix typo
15633         * lib/argp-parse.c (argp_default_options): Consistently begin help
15634         messages with a lowercase letter.
15635
15636 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
15637
15638         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
15639         overrun buffers and shouldn't be used (much as gets shouldn't be
15640         used).
15641         * lib/time_r.c (asctime_r, ctime_r): Likewise.
15642
15643 2006-03-08  Simon Josefsson  <jas@extundo.com>
15644
15645         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
15646         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15647
15648 2006-03-08  Simon Josefsson  <jas@extundo.com>
15649
15650         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
15651         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15652
15653 2006-03-08  Simon Josefsson  <jas@extundo.com>
15654
15655         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
15656         signal that configure disabled the device.
15657
15658 2006-03-08  Simon Josefsson  <jas@extundo.com>
15659
15660         * build-aux/maint.mk: Fix refresh-po, to handle no translated
15661         languages.
15662
15663 2006-03-07  Simon Josefsson  <jas@extundo.com>
15664
15665         * modules/getopt (Depends-on): Add unistd.
15666
15667         * modules/unistd: New file.
15668
15669 2006-03-07  Simon Josefsson  <jas@extundo.com>
15670
15671         * modules/gc-random: New file.
15672
15673 2006-03-07  Simon Josefsson  <jas@extundo.com>
15674
15675         * m4/unistd_h.m4: New file.
15676
15677 2006-03-07  Simon Josefsson  <jas@extundo.com>
15678
15679         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
15680         test to be side-effect free by storing the result in the cache
15681         variable gl_cv_lib_readline, and moving the assignment of
15682         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
15683         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15684
15685 2006-03-07  Simon Josefsson  <jas@extundo.com>
15686
15687         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
15688         error on missing devices (the functions will return an error).
15689
15690         * m4/gc.m4: Move random stuff to gc-random.m4
15691
15692 2006-03-07  Simon Josefsson  <jas@extundo.com>
15693
15694         * lib/unistd_.h: New file.
15695
15696 2006-03-07  Simon Josefsson  <jas@extundo.com>
15697
15698         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
15699
15700 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15701
15702         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
15703         Problem reported by Juan Manuel Guerrero.
15704
15705 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15706
15707         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
15708         the unistd module.
15709         * lib/getlogin_r.c: Likewise.
15710         * lib/getlogin_r.h: Likewise.
15711         * lib/glob.c: Likewise.
15712         * lib/pagealign_alloc.c: Likewise.
15713         * lib/unistd_.h: Remove; no longer needed.
15714
15715 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15716
15717         * MODULES.html.sh (Support for systems lacking POSIX:2001):
15718         Add unistd.
15719         * modules/c-stack (Depends-on): Add unistd.
15720         * modules/getlogin_r: Likewise.
15721         * modules/glob: Likewise.
15722         * modules/pagealign_alloc: Likewise.
15723         * modules/unistd (Files): Remove lib/unistd_.h.
15724         (EXTRA_DIST): Remove.
15725         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
15726         need unistd_.h.
15727         (MOSTLYCLEANFILES): Remove unistd.h-t.
15728
15729 2006-03-03  Simon Josefsson  <jas@extundo.com>
15730
15731         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
15732
15733 2006-03-03  Simon Josefsson  <jas@extundo.com>
15734
15735         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
15736         libidn and bison.
15737
15738 2006-03-03  Simon Josefsson  <jas@extundo.com>
15739
15740         * build-aux/maint.mk: Add indent target.
15741
15742 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
15743
15744         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
15745         our replacement poll.h in any case, to avoid a differing
15746         declaration from a system header.  Seen on AIX.
15747
15748 2006-03-01  Simon Josefsson  <jas@extundo.com>
15749
15750         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
15751         <kasal@ucw.cz>.
15752
15753 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15754
15755         * modules/gettime (Depends-on): Add extensions module.
15756         * modules/nanosleep (Depends-on): Likewise.
15757         * modules/settime (Depends-on): Likewise.
15758
15759 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15760
15761         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
15762         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
15763         pedantically.
15764         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
15765         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
15766
15767         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
15768         not "==".  Reported by Ralf Wildenhues.
15769
15770 2006-03-01  Karl Berry  <karl@gnu.org>
15771
15772         * doc/Copyright/request-*: new files, synced from gnuorg.
15773
15774 2006-03-01  Karl Berry  <karl@gnu.org>
15775
15776         * config/srclist.txt (Copyright/*): new entries.
15777
15778 2006-02-28  Simon Josefsson  <jas@extundo.com>
15779
15780         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
15781
15782 2006-02-27  Simon Josefsson  <jas@extundo.com>
15783
15784         * lib/base64.h: Indent #define's.  From Jim Meyering
15785         <jim@meyering.net>.
15786
15787 2006-02-27  Jim Meyering  <jim@meyering.net>
15788
15789         Revert the change of 2006-02-24, so these files can continue
15790         to be sync'd from gettext.
15791         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
15792         of `config.h'.
15793
15794 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
15795
15796         * modules/intprops: New file.
15797         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
15798         Add intprops.
15799         * modules/getloadavg (Files): Remove lib/intprops.h.
15800         (Depends-on): Add intprops.
15801         * modules/human: Likewise.
15802         * modules/inttostr: Likewise.
15803         * modules/openat: Likewise.
15804         * modules/sig2str: Likewise.
15805         * modules/userspec: Likewise.
15806         * modules/utimecmp: Likewise.
15807         * modules/xnanosleep: Likewise.
15808         * modules/xstrtol: Likewise.
15809
15810 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
15811
15812         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
15813         * modules/lock-tests (TESTS): Use $(EXEEXT).
15814         * modules/tls-tests: Likewise.
15815         * modules/argp-tests: Likewise.
15816         (check_PROGRAMS): New var, replacing...
15817         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
15818
15819 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15820
15821         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
15822         `config.h'.
15823
15824 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
15825
15826         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
15827
15828 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15829
15830         Sync from coreutils.
15831         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
15832         gl_CHDIR_SAFER.
15833
15834 2006-02-22  Jim Meyering  <jim@meyering.net>
15835
15836         Sync from coreutils.
15837         * m4/chdir-safer.m4: New file.
15838
15839 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
15840
15841         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
15842         AT_FDCWD exceeds INT_MAX.
15843         * lib/openat.h (AT_FDCWD): Likewise.
15844
15845 2006-02-17  Eric Blake  <address@hidden>
15846
15847         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
15848
15849 2006-02-16  Simon Josefsson  <jas@extundo.com>
15850
15851         * modules/getaddrinfo (Depends-on): Add sys_socket.
15852
15853 2006-02-15  Simon Josefsson  <jas@extundo.com>
15854
15855         * build-aux/maint.mk: Add dsyntax-check rule.
15856
15857 2006-02-15  Eric Blake  <ebb9@byu.net>
15858
15859         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
15860         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
15861         'present but cannot compile' warnings on cygwin.
15862         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
15863         use ws2tcpip.h if sys/socket.h works.
15864         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
15865         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
15866
15867 2006-02-14  Simon Josefsson  <jas@extundo.com>
15868
15869         * modules/maintainer-makefile (Files): Rename.
15870
15871         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
15872         and (the local) Makefile.cfg to maint-cfg.mk.
15873
15874         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
15875         to the latter.
15876
15877         * modules/maintainer-makefile: New module.
15878
15879         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
15880         severaly stripped to make it possible to build it up from scratch
15881         with reliable tests.
15882
15883         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
15884         fixes to permit overriding the default actions when configure and
15885         makefile are not available.
15886
15887 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
15888
15889         Sync from coreutils.
15890         * modules/lstat (Depends-on): Don't depend on xalloc.
15891         (License): Change from GPL to LGPL, since this is now simply a
15892         replacement for a libc function.
15893
15894 2006-02-14  Jim Meyering  <jim@meyering.net>
15895
15896         Sync from coreutils.
15897
15898         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
15899         failure on deficient systems, and simplify gnulib lgpl dependencies.
15900         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
15901         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
15902
15903         * lib/xalloc-die.c: Remove unused definition of N_.
15904
15905 2006-02-14  Jim Meyering  <jim@meyering.net>
15906
15907         Sync from coreutils.
15908         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
15909         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
15910         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
15911         double-quote uses of that variable, to accommodate the rare case in
15912         which getmntent is available in none of the libraries checked.  This
15913         happens at least on FreeBSD 5.0.
15914
15915 2006-02-13  Simon Josefsson  <jas@extundo.com>
15916
15917         * gnulib-tool (Usage): Fix --import, from
15918         karl@freefriends.org (Karl Berry).
15919
15920 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15921
15922         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
15923
15924 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
15925
15926         * lib/argp-namefrob.h: Restore changes accidentally lost during the
15927         "autoupdate" on 2005-12-12.
15928
15929 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15930
15931         * modules/closeout (Depends-on): Remove atexit.
15932
15933 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15934
15935         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
15936         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
15937
15938 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
15939
15940         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
15941         __EXTENSIONS__ if this causes compilation to fail.  Problem
15942         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
15943         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
15944
15945 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
15946
15947         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
15948         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
15949         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
15950         All uses changed.
15951
15952 2006-01-26  Simon Josefsson  <jas@extundo.com>
15953
15954         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
15955         prototype is visible on mingw32.
15956
15957         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
15958         for mingw32.
15959
15960         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
15961         mingw32).
15962
15963 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
15964
15965         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
15966         attempt to open for write; this always fails, at least on POSIX
15967         hosts.  This reinstates the 2006-01-09 change, which was
15968         inadvertently removed.
15969
15970 2006-01-26  Bruno Haible  <bruno@clisp.org>
15971
15972         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
15973         Reported by Paul Eggert.
15974
15975 2006-01-26  Bruno Haible  <bruno@clisp.org>
15976             Paul Eggert  <eggert@cs.ucla.edu>
15977
15978         * lib/stdbool_.h (_Bool)
15979         [(! (defined __cplusplus || defined __BEOS__)
15980           && !defined __GNUC__
15981           && !(defined __HP_cc || defined __xlc__
15982                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
15983                || defined __sgi))]:
15984         #define to signed char in these cases too; this simplifies
15985         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
15986         etc., separately) and makes it more conservative.
15987
15988 2006-01-25  Simon Josefsson  <jas@extundo.com>
15989
15990         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
15991         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
15992         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
15993
15994 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
15995
15996         * lib/argp-namefrob.h: Bugfix. Remove stray #
15997
15998 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
15999
16000         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
16001         so that we test the test.
16002         Check for yet another HP-UX cc bug involving *bool |= bool.
16003
16004 2006-01-25  Karl Berry  <karl@gnu.org>
16005
16006         * config/srclist.txt (vasnprintf.c): sync lost.
16007
16008 2006-01-25  Jim Meyering  <jim@meyering.net>
16009
16010         Sync from the stable (b5) branch of coreutils:
16011
16012         * lib/fts.c (fts_children): Don't let close() clobber errno from
16013         failed fchdir().
16014
16015         * lib/fts.c (fts_stat): When following a symlink-to-directory,
16016         don't necessarily interpret stat-fails+lstat-succeeds as indicating
16017         a dangling symlink.  That can also happen at least for ELOOP.
16018         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
16019         FYI, this bug predates the inclusion of fts.c in coreutils.
16020
16021         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
16022         in their own block, so pre-c99 compilers don't object.
16023
16024         Avoid the double-free (first in fts_read, second in fts_close) that
16025         would occur when an `active' directory is made inaccessible (e.g.,
16026         via chmod a-x) during a traversal.
16027         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
16028         before returning.  Reproduce this failure by
16029         mkdir -p a/b; cd a; chmod a-x . b
16030         Reported by Stavros Passas.
16031
16032 2006-01-25  Jim Meyering  <jim@meyering.net>
16033
16034         * lib/fileblocks.c: Remove more useless parentheses.
16035         * lib/readutmp.h: Likewise.
16036
16037 2006-01-25  Bruno Haible  <bruno@clisp.org>
16038
16039         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
16040         warnings.
16041         Reported by Paul Eggert.
16042
16043 2006-01-25  Bruno Haible  <bruno@clisp.org>
16044
16045         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
16046         rid of a trap command. For Solaris sh.
16047         Reported by Mark D. Baushke <mdb@gnu.org>.
16048
16049 2006-01-24  Simon Josefsson  <jas@extundo.com>
16050
16051         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
16052         Bruno.
16053
16054 2006-01-24  Karl Berry  <karl@gnu.org>
16055
16056         * config/srclist.txt (argp-namefrob.h): sync lost.
16057
16058 2006-01-24  Jim Meyering  <jim@meyering.net>
16059
16060         * modules/openat (Files): Add lib/intprops.h.
16061         From Mark D. Baushke.
16062
16063 2006-01-24  Jim Meyering  <jim@meyering.net>
16064
16065         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
16066         Reported by Mark D. Baushke.
16067
16068 2006-01-24  Jim Meyering  <jim@meyering.net>
16069
16070         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
16071
16072 2006-01-24  Bruno Haible  <bruno@clisp.org>
16073
16074         * modules/strnlen (Maintainer): Change from glibc to all.
16075
16076 2006-01-24  Bruno Haible  <bruno@clisp.org>
16077
16078         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
16079         Patch by Paul Eggert.
16080
16081 2006-01-24  Bruno Haible  <bruno@clisp.org>
16082
16083         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
16084         already has it.
16085         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
16086         2005-11-26.
16087
16088         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
16089         'signed char' to avoid problems with the built-in _Bool type.
16090         Reported by Paul Eggert on 2005-11-26.
16091
16092 2006-01-24  Bruno Haible  <bruno@clisp.org>
16093
16094         * gnulib-tool (func_import): Avoid constructing complicated sed
16095         expressions inside backquote.
16096         Report and solution by Mark D. Baushke <mdb@gnu.org>.
16097
16098 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
16099
16100         These changes imported from libc.
16101         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
16102         test and two separate function calls.
16103         * lib/strndup.c (__strndup): Add libc_hidden_def.
16104
16105 2006-01-23  Simon Josefsson  <jas@extundo.com>
16106
16107         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
16108         Remove the test_*_SOURCES variable: automake infers it by default.
16109         * modules/tls-tests: Likewise.
16110
16111 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16112
16113         Work around porting bugs reported by Dieter in
16114         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
16115         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
16116         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
16117         Include "getopt.h" first, to check interface.
16118         (getenv): Declare only if defined HAVE_DECL_GETENV &&
16119         !HAVE_DECL_GETENV.
16120         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
16121         (__strndup): Revert to K&R-style function dfns, the glibc style.
16122         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
16123         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
16124         Include strnlen.h first, to get prototype properly.
16125         (strnlen): Renamed from __strnlen.
16126         Remove weak alias.
16127
16128 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16129
16130         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
16131
16132 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16133
16134         * config/srclist.txt: Adjust to reflect glibc reorganization.
16135         This affects only comments.
16136
16137 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16138
16139          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
16140          Reported by Bruce Korb <bkorb@gnu.org>.
16141
16142 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
16143
16144         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
16145         to pacify gcc -Wswitch-default.
16146
16147 2006-01-22  Bruno Haible  <bruno@clisp.org>
16148
16149         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
16150         temporary buffer for sprintf, take into account the precision also
16151         for 'd', 'i', 'u', 'o', 'x', 'X'.
16152
16153 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
16154
16155         * modules/argp-tests: New module
16156         * tests/test-argp.c: New file
16157         * tests/test-argp-2.sh: New file
16158
16159 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
16160
16161         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
16162         (__argp_base_name): Removed
16163         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
16164         typo.
16165         (__argp_base_name): Provide macro definition or extern declaration
16166         depending on the configuration
16167
16168 2006-01-20  Simon Josefsson  <jas@extundo.com>
16169
16170         * modules/inet_ntop (Depends-on): Depend on sys_socket.
16171
16172 2006-01-20  Simon Josefsson  <jas@extundo.com>
16173
16174         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
16175
16176 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16177
16178         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
16179         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
16180         Suggested by Bruno Haible.
16181
16182 2006-01-20  Karl Berry  <karl@gnu.org>
16183
16184         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
16185         until changes propagate, I guess.
16186
16187 2006-01-19  Simon Josefsson  <jas@extundo.com>
16188
16189         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
16190
16191 2006-01-19  Simon Josefsson  <jas@extundo.com>
16192
16193         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
16194
16195 2006-01-19  Simon Josefsson  <jas@extundo.com>
16196
16197         * gnulib-tool: Set check_PROGRAMS.
16198
16199         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
16200         modules/des-tests, modules/gc-arcfour-tests,
16201         modules/gc-arctwo-tests, modules/gc-des-tests,
16202         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
16203         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
16204         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
16205         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
16206         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
16207         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
16208         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
16209         test_*_SOURCES.
16210
16211 2006-01-18  Simon Josefsson  <jas@extundo.com>
16212
16213         * modules/socklen (Depends-on): Depend on sys_socket.
16214
16215 2006-01-18  Simon Josefsson  <jas@extundo.com>
16216
16217         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
16218         modules/des-tests, modules/gc-arcfour-tests,
16219         modules/gc-arctwo-tests, modules/gc-des-tests,
16220         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
16221         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
16222         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
16223         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
16224         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
16225         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
16226         $(EXEEXT) to automake TESTS variable, for mingw32.
16227
16228 2006-01-17  Simon Josefsson  <jas@extundo.com>
16229
16230         * modules/socklen (Include): Need sys/socket.h.
16231
16232 2006-01-17  Bruno Haible  <bruno@clisp.org>
16233
16234         * modules/ssize_t (Include): Add <sys/types.h>.
16235
16236 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
16237
16238         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
16239         it's not portable and it doesn't work with cross-compiles.
16240         Problem reported by Bruno Haible.  Fix missing-$ typo in
16241         'test "gl_cv_ignore_unused_libraries" ...' that prevented
16242         -zignore from being used with Sun's C compiler.
16243
16244 2006-01-12  Simon Josefsson  <jas@extundo.com>
16245
16246         * lib/base64.c: Fix warning, reported by Bruno Haible
16247         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
16248
16249 2006-01-12  Bruno Haible  <bruno@clisp.org>
16250
16251         * modules/ldd: New file.
16252         * build-aux/ldd.sh.in: New file.
16253         * MODULES.html.sh (Support for building libraries and executables): Add
16254         ldd.
16255
16256 2006-01-12  Bruno Haible  <bruno@clisp.org>
16257
16258         * m4/ldd.m4: New file.
16259
16260 2006-01-12  Bruno Haible  <bruno@clisp.org>
16261
16262         * gnulib-tool (func_import, func_create_testdir): Don't go into an
16263         endless loop while replacing $auxdir with build-aux.
16264
16265 2006-01-11  Simon Josefsson  <jas@extundo.com>
16266
16267         * lib/stdint_.h (SIZE_MAX): Add missing (.
16268
16269 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
16270
16271         Sync from coreutils.
16272         * lib/md5.c: Fix commentary typos.
16273         (alignof, UNALIGNED_P): No need for a GCC-specific version.
16274         * lib/md5.h (__attribute__): Remove; unused.
16275         * lib/sha1.c: Fix commentary to match md5 better.
16276         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
16277         so that we don't need to worry about alignment.  All uses changed.
16278         This merges the 2005-10-28 md5 change into sha1.
16279
16280 2006-01-11  Jim Meyering  <jim@meyering.net>
16281
16282         Sync from coreutils.
16283         * lib/md5.c (OP): Fix spacing.
16284
16285 2006-01-11  Bruno Haible  <bruno@clisp.org>
16286
16287         Ensure automatic ordering between gl_LOCK and gl_ARGP.
16288         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
16289         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
16290
16291 2006-01-11  Bruno Haible  <bruno@clisp.org>
16292
16293         Ensure automatic ordering between gl_LOCK and gl_ARGP.
16294         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
16295         the "early" section as well.
16296
16297 2006-01-11  Bruno Haible  <bruno@clisp.org>
16298
16299         Avoid "ar: no archive members specified" error on MacOS X.
16300         * gnulib-tool (func_modules_add_dummy): New function.
16301         (func_import, func_create_testdir): Invoke it.
16302
16303 2006-01-11  Bruno Haible  <bruno@clisp.org>
16304
16305         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
16306         with $auxdir in AC_CONFIG_FILES statements.
16307
16308 2006-01-11  Bruno Haible  <bruno@clisp.org>
16309
16310         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16311         Initialize also noinst_HEADERS to empty.
16312
16313 2006-01-11  Bruno Haible  <bruno@clisp.org>
16314
16315         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
16316         variables.
16317         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
16318         autoreconf.
16319
16320 2006-01-11  Bruno Haible  <bruno@clisp.org>
16321
16322         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
16323         overridable by the user.
16324         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16325
16326 2006-01-10  Simon Josefsson  <jas@extundo.com>
16327
16328         * modules/sys_socket: New file.
16329
16330 2006-01-10  Simon Josefsson  <jas@extundo.com>
16331
16332         * m4/sys_socket_h.m4: New file.
16333
16334 2006-01-10  Simon Josefsson  <jas@extundo.com>
16335
16336         * lib/socket_.h: New file.
16337
16338 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16339
16340         * modules/readutmp (Maintainer): Add myself.
16341
16342 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16343
16344         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
16345         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
16346         People who are still concerned with buggy memcmp implementations
16347         can invoke gl_FUNC_MEMCMP themselves.
16348
16349 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16350
16351         * lib/regex_internal.h (BITSET_WORD_BITS):
16352         Work around a bug in 64-bit PGC (before version 6.1-2), where the
16353         preprocessor mishandles large unsigned values as if they were signed.
16354         Problem reported by Claudio Fontana in
16355         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
16356
16357 2006-01-10  Jim Meyering  <jim@meyering.net>
16358
16359         Avoid the double-free (first in fts_read, second in fts_close) that
16360         would occur when an `active' directory is made inaccessible (e.g.,
16361         via chmod a-x) during a traversal.
16362         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
16363         before returning.  Reproduce this failure by
16364         mkdir -p a/b; cd a; chmod a-x . b
16365         Reported by Stavros Passas.
16366
16367         Sync from coreutils.
16368         * lib/sha1.c: Tweak grammar in a comment.
16369
16370 2006-01-10  Jim Meyering  <jim@meyering.net>
16371
16372         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
16373         Patch by Joerg Sonnenberger.
16374
16375 2006-01-10  Bruno Haible  <bruno@clisp.org>
16376
16377         * modules/readutmp: Depend on module free.
16378         * modules/strtok_r: Depend on module restrict.
16379
16380 2006-01-10  Bruno Haible  <bruno@clisp.org>
16381
16382         * modules/gettext (configure.ac): Add an invocation of
16383         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
16384
16385 2006-01-10  Bruno Haible  <bruno@clisp.org>
16386
16387         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
16388         Reported by Werner Lemberg <wl@gnu.org>.
16389
16390 2006-01-10  Bruno Haible  <bruno@clisp.org>
16391
16392         * lib/localcharset.c: Update from GNU gettext.
16393
16394 2006-01-10  Bruno Haible  <bruno@clisp.org>
16395
16396         * lib/argp.h (__const): Remove macro. Use const instead.
16397         * lib/argp-fmtstream.h (__const): Likewise.
16398         * lib/glob_.h (__const): Remove macro.
16399         * lib/glob-libc.h: Use const instead of __const.
16400
16401 2006-01-10  Bruno Haible  <bruno@clisp.org>
16402
16403         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
16404         variable.
16405         Needed to avoid an automake error regarding the 'gettext' module.
16406
16407 2006-01-09  Simon Josefsson  <jas@extundo.com>
16408
16409         * modules/inet_ntop (Depends-on): Add restrict.
16410
16411 2006-01-09  Simon Josefsson  <jas@extundo.com>
16412
16413         * modules/gc-rijndael-tests (License): Put under LGPL.
16414
16415         * modules/gc-des-tests (License): Likewise.
16416
16417         * modules/gc-arcfour-tests (License): Likewise.
16418
16419         * modules/gc-arctwo-tests (License): Likewise.
16420
16421         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
16422
16423         * modules/gc-hmac-sha1-tests (Files): Likewise.
16424
16425         * modules/gc-hmac-md5-tests (License): Likewise.
16426
16427         * modules/gc-sha1-tests (License): Likewise.
16428
16429         * modules/gc-md5-tests (License): Likewise.
16430
16431         * modules/gc-md4-tests (License): Likewise.
16432
16433         * modules/gc-md2-tests (License): Likewise.
16434
16435         * modules/gc-tests (License): Likewise.
16436
16437         * modules/des-tests (License): Likewise.
16438
16439         * modules/md4-tests (License): Likewise.
16440
16441         * modules/md2-tests (License): Likewise.
16442
16443 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16444
16445         Sync from coreutils:
16446
16447         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
16448         * modules/lib-ignore: New file.
16449         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
16450         chdir-safer.m4, lchmod.m4.
16451         * modules/openat: Add mkdirat.c, openat-priv.h.
16452
16453 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16454
16455         Sync from coreutils.
16456         * m4/lib-ignore.m4: New file.
16457         * m4/lchmod.m4: New file.
16458
16459 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16460
16461         Sync from coreutils.
16462         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
16463         for write access: POSIX says that must fail.
16464         * lib/fts.c (diropen): Likewise.
16465         * lib/save-cwd.c (save_cwd): Likewise.
16466         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
16467         well, for minor improvements on hosts that lack O_DIRECTORY.
16468         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
16469         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
16470         Fall back on chown if open failed with EACCES.
16471
16472         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
16473         Report an error at compile-time if only a 1-second nominal clock
16474         resolution is found.
16475
16476         * lib/lchmod.h: New file.
16477         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
16478         (make_dir_parents): Use lchown rather than chown, and
16479         lchmod rather than chmod.
16480
16481         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
16482         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
16483         "proc" reported by n0dalus.
16484
16485         * lib/mountlist.c: Include <limits.h>.
16486         (dev_from_mount_options)
16487         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
16488         New function.  It no longer assumes "dev=" has the System V meaning
16489         on Linux (since it doesn't).  It also parses "dev=" more carefully.
16490         (read_file_system_list)
16491         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
16492         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
16493         dev= in that case.
16494
16495         * lib/posixtm.h (PDS_PRE_2000): New macro.
16496         * lib/posixtm.c (year): Arg is now syntax_bits rather than
16497         allow_century.  All usages changed.  Reject dates outside the range
16498         1969-1999 if PDS_PRE_2000 is used.
16499
16500 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16501
16502         Sync from coreutils.
16503         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
16504         (Time of day items): Mention the possibility of leap seconds.
16505         Problem reported by Dr. David Alan Gilbert.
16506
16507 2006-01-09  Jim Meyering  <jim@meyering.net>
16508
16509         Sync from coreutils.
16510
16511         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
16512
16513         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
16514
16515         * lib/modechange.c (mode_compile): Reject an invalid mode string
16516         that starts with an octal digit.  From Andreas Gruenbacher.
16517
16518         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
16519         and dup to open_safer and dup_safer, respectively.
16520         (openat_permissive): Fix typo in comment.
16521
16522         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
16523         "gettext.h"; either no longer needed or are guaranteed by openat.h.
16524         (_): Remove; no longer needed.
16525         (openat): Renamed from rpl_openat; no need for rpl_openat
16526         since openat.h renames openat for us.
16527         Replace most of the body with a call to openat_permissive,
16528         to avoid duplicate code.
16529         Port to (probably hypothetical) environments were mode_t is
16530         wider than int.
16531         (openat_permissive): Require mode arg, so that we can check
16532         types better.  Put it just after flags.  Change cwd failure
16533         indicator from pointer-to-bool to pointer-to-errno-value.
16534         All callers changed.
16535         Invoke openat_save_fail and/or openat_restore_fail if
16536         cwd_errno is null, so that openat can call us.
16537         (openat_permissive, fdopendir, fstatat, unlinkat):
16538         Simplify errno handling to avoid some duplicate code,
16539         as it's OK to set errno on success.
16540         * lib/openat.h: Revamp code so that function macros depend on
16541         __OPENAT_PREFIX only, not also on AT_FDCWD.
16542         (openat_ro): Remove.  Caller changed to use openat_permissive.
16543         (openat_permissive): Now a macro, if not a function.
16544         (openat_restore_fail, openat_save_fail): Now always functions,
16545         since mkdirat needs them even if __OPENAT_PREFIX is defined.
16546
16547         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
16548         and openat.c.
16549         * lib/mkdirat.c: Include openat-priv.h.
16550         Remove definitions of macros defined therein.
16551         * lib/openat.c: Likewise.
16552
16553         * lib/mkdirat.c (mkdirat): New file and function.
16554         * lib/openat.h (mkdirat): Declare.
16555
16556         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
16557
16558         * lib/openat.h (openat_permissive): Declare.
16559         (openat_ro): Define.
16560
16561         * lib/openat.c (EXPECTED_ERRNO): New macro.
16562         (openat_permissive): New function -- used in remove.c rewrite.
16563         (all functions): Set errno just before returning, only if there
16564         was an actual failure.
16565         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
16566
16567         Emulate openat-family functions using Linux's procfs, if possible.
16568         Idea and some code based on Ulrich Drepper's glibc changes.
16569
16570         * lib/openat.c: (BUILD_PROC_NAME): New macro.
16571         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
16572         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
16573         before falling back on save_cwd and restore_cwd.
16574         (fdopendir, fstatat, unlinkat): Likewise.
16575
16576         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
16577         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
16578
16579         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
16580         as second argument to va_arg.  Otherwise, some versions of gcc
16581         warn that `if this code is reached, the program will abort'.
16582
16583 2006-01-09  Jim Meyering  <jim@meyering.net>
16584
16585         Sync from coreutils.
16586         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
16587         Require openat-priv.h.
16588
16589 2006-01-09  Bruno Haible  <bruno@clisp.org>
16590
16591         * modules/strnlen (Include): Use strnlen.h.
16592
16593 2006-01-09  Bruno Haible  <bruno@clisp.org>
16594
16595         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
16596
16597 2006-01-09  Bruno Haible  <bruno@clisp.org>
16598
16599         * lib/sysexit_.h (EX_OK): New macro.
16600         Suggested by Martin Lambers <marlam@marlam.de>.
16601
16602 2006-01-09  Bruno Haible  <bruno@clisp.org>
16603
16604         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
16605         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
16606
16607 2006-01-09  Bruno Haible  <bruno@clisp.org>
16608
16609         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
16610         numbers.
16611
16612 2006-01-09  Bruno Haible  <bruno@clisp.org>
16613
16614         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
16615         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
16616         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
16617         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
16618
16619 2006-01-09  Bruno Haible  <bruno@clisp.org>
16620
16621         * build-aux/javacomp.sh.in: New file, moved from lib/.
16622         * modules/javacomp-script (Files): Update.
16623         (configure.ac): Add AC_CONFIG_FILES invocation.
16624         (EXTRA_DIST): Remove variable.
16625
16626         * build-aux/javaexec.sh.in: New file, moved from lib/.
16627         * modules/javaexec (Files): Update.
16628         (configure.ac): Add AC_CONFIG_FILES invocation.
16629         (EXTRA_DIST): Remove javaexec.sh.in.
16630
16631         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
16632         * modules/csharpcomp-script (Files): Update.
16633         (configure.ac): Add AC_CONFIG_FILES invocation.
16634         (EXTRA_DIST): Remove variable.
16635
16636         * build-aux/csharpexec.sh.in: New file, moved from lib/.
16637         * modules/csharpexec (Files): Update.
16638         (configure.ac): Add AC_CONFIG_FILES invocation.
16639         (EXTRA_DIST): Remove csharpexec.sh.in.
16640
16641 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
16642
16643         Sync from coreutils.
16644
16645         Add POSIX ACL support
16646         * lib/acl.h (copy_acl, set_acl): Add declarations.
16647         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
16648         systems other than Linux.
16649         (chmod_or_fchmod): New function: use fchmod when possible,
16650         and chmod otherwise.
16651         (file_has_acl): Add a POSIX ACL implementation, with a
16652         Linux-specific subcase.
16653         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
16654         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
16655         acls are unsupported.
16656         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
16657         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
16658         are unsupported.
16659
16660 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
16661
16662         Sync from coreutils.
16663         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
16664
16665 2006-01-07  Bruno Haible  <bruno@clisp.org>
16666
16667         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
16668         gl_EARLY.
16669
16670 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16671
16672         * lib/strftime.c (tzname): Don't declare if it is already #defined.
16673         Problem reported for Mingw by Mark Junker.
16674
16675 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16676
16677         * README: Gnulib normally doesn't generate a tarball.
16678
16679 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
16680
16681         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
16682         long int, not int, for nanosecond counts, so that people who are
16683         used to POSIX struct timespec won't be surprised.  Reported by Jim
16684         Meyering.
16685
16686 2005-12-28  Bruno Haible  <bruno@clisp.org>
16687
16688         * build-aux/config.rpath: Update from GNU gettext.
16689
16690 2005-12-16  Jim Meyering  <jim@meyering.net>
16691
16692         * modules/fprintftime: New module.
16693         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
16694
16695 2005-12-16  Jim Meyering  <jim@meyering.net>
16696
16697         * m4/fprintftime.m4: New file.
16698
16699 2005-12-16  Jim Meyering  <jim@meyering.net>
16700
16701         * lib/fprintftime.c, lib/fprintftime.h: New files.
16702
16703 2005-12-15  Simon Josefsson  <jas@extundo.com>
16704
16705         * modules/socklen (configure.ac): Fix M4 macro name, to align with
16706         new m4/socklen.m4.
16707
16708 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16709
16710         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
16711         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
16712
16713 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16714
16715         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
16716         * lib/argp-help.c (fill_in_uparams): Check if the constructed
16717         struct uparams is valid. Fall back to the default values if it is
16718         not.
16719
16720 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16721
16722         * modules/argp (Files): Add argp-pin.c
16723         (Depends-on): dirname
16724         (lib_SOURCES): Add argp-pin.c
16725
16726 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16727
16728         * m4/argp.m4:  Check if program_invocation_name and
16729         program_invocation_short_name are declared and define appropriate
16730         macros if they are not.
16731
16732 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16733
16734         * lib/argp-help.c (__argp_base_name): New function
16735         (__argp_short_program_name): Rewrite using __argp_base_name
16736         * lib/argp-namefrob.h: Define program_invocation_name and
16737         program_invocation_short_name if requested
16738         (__argp_base_name): Add prototype
16739         * lib/argp-parse.c (argp_def): Use gettext wrappers
16740         (argp_default_parser): Use __argp_base_name
16741         * lib/argp-pin.c: New file. Defines program_invocation_name and
16742         program_invocation_short_name on systems that lack them.
16743
16744 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16745
16746         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
16747         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
16748         porting problem reported by Georg Schwarz in
16749         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
16750
16751 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16752
16753         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
16754         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
16755         porting problem reported by Georg Schwarz in
16756         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
16757
16758 2005-12-05  Bruno Haible  <bruno@clisp.org>
16759
16760         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
16761         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
16762         Reported by Mark Junker <mjscod@gmx.de>.
16763
16764 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
16765
16766         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
16767         Use implementation from Albert Chin, with some
16768         comments/corrections by Stepan Kasal and myself.
16769
16770 2005-12-02  Bruno Haible  <bruno@clisp.org>
16771
16772         * gnulib-tool (func_import): Accept GPLed build tool modules when
16773         --lgpl is given.
16774         * modules/csharpcomp-script: New file.
16775         * modules/csharpcomp: Depend on it.
16776         * modules/javacomp-script: New file.
16777         * modules/javacomp: Depend on it.
16778         Suggested by Simon Josefsson.
16779
16780 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
16781
16782         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
16783         statement, to work around an HP-UX 10.20 compiler bug reported by
16784         Peter O'Gorman.
16785
16786 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
16787
16788         * modules/savedir (Depends-on): Add openat.
16789
16790 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
16791
16792         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
16793         (uintmax_t) [defined uintmax_t]: Do not declare.
16794         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
16795         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
16796         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
16797         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
16798         sake of portability to weird hosts that C allows (though we don't
16799         know of any practical examples).
16800
16801         * lib/savedir.h (fdsavedir): New decl.
16802         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
16803         contains most of the former guts of savedir.
16804         (savedir): Use savedirstream.
16805         Include "openat.h".
16806
16807 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16808
16809         * modules/obstack (Files): Add m4/ulonglong.m4.
16810         Problem reported by Davide Angelocola.
16811
16812 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
16813
16814         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
16815         coreutils no longer futzes with rounding modes.
16816
16817 2005-11-14  Jim Meyering  <jim@meyering.net>
16818
16819         * lib/mkstemp-safer.c: Include <config.h>, required for possible
16820         replacement of mkstemp.
16821
16822 2005-11-10  Simon Josefsson  <jas@extundo.com>
16823
16824         * lib/readline.c: Remove EOL.
16825
16826 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16827
16828         * modules/gethrxtime (Depends-on): Add gettime.
16829
16830 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16831
16832         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
16833         or gettimeofday; no longer needed.
16834
16835 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16836
16837         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
16838         time business.
16839         (gethrxtime) [! (HAVE_NANOUPTIME
16840         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
16841         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
16842         our own approximation.
16843
16844 2005-11-08  Eric Blake  <ebb9@byu.net>
16845
16846         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16847
16848 2005-11-08  Eric Blake  <ebb9@byu.net>
16849
16850         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16851
16852 2005-11-04  Bruno Haible  <bruno@clisp.org>
16853
16854         * gnulib-tool: Implement --update mode.
16855
16856 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16857
16858         Fix porting problem reported by Theodoros V. Kalamatianos.
16859         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
16860         Don't assume that futimes failing means we must fail.
16861
16862 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16863
16864         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
16865         variables to suggest the intended function of the PATH_MAX check.
16866
16867 2005-10-30  Kean Johnston  <jkj@sco.com>
16868
16869         Trivial changes to support SCO systems.
16870         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
16871         as PATH_MAX.
16872         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
16873         where __ptr is null when no I/O is pending.
16874
16875 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16876
16877         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
16878         leave errno alone.  Problem reported by Dmitry V. Levin.
16879
16880 2005-10-28  Simon Josefsson  <jas@extundo.com>
16881
16882         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
16883         Test more.
16884
16885         * tests/test-gc-md2.c, tests/test-md2.c: New files.
16886
16887         * modules/md2, modules/md2-tests: New files.
16888
16889 2005-10-28  Simon Josefsson  <jas@extundo.com>
16890
16891         * m4/inet_ntop.m4: More tests.
16892
16893         * m4/gc-md2.m4, md2.m4: New file.
16894
16895 2005-10-28  Simon Josefsson  <jas@extundo.com>
16896
16897         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
16898         "restrict" keywords, as per POSIX.  Protect the function
16899         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
16900         Don't use K&R prototypes.  Check the sprintf return values.
16901         Re-define EAFNOSUPPORT if not present.  Indent.
16902
16903         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
16904         suggested by Bruno Haible <bruno@clisp.org>.
16905
16906         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
16907
16908         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
16909
16910         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
16911         libgcrypt).
16912
16913         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
16914
16915         * lib/md2.h, lib/md2.c: New files.
16916
16917 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
16918
16919         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
16920         errno alone.  Problem reported by Frederic Jolliton.
16921
16922 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
16923
16924         * modules/verify (License): Change from GPL to LGPL.  This is a
16925         tiny module and there are apparently near-equivalents that are
16926         under the BSD license.
16927
16928 2005-10-24  Simon Josefsson  <jas@extundo.com>
16929
16930         * modules/sha1: Relicense to LGPL.
16931
16932 2005-10-24  Simon Josefsson  <jas@extundo.com>
16933
16934         * lib/md4.h: Shrink buffer size, now that we changed the type.
16935
16936 2005-10-23  Simon Josefsson  <jas@extundo.com>
16937
16938         * gnulib-tool (func_import): Fix --tests-base.
16939
16940 2005-10-22  Simon Josefsson  <jas@extundo.com>
16941
16942         * modules/arcfour (Depends-on): Need stdint.
16943
16944 2005-10-22  Simon Josefsson  <jas@extundo.com>
16945
16946         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
16947         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
16948
16949 2005-10-22  Simon Josefsson  <jas@extundo.com>
16950
16951         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
16952         suggested by Bruno Haible <bruno@clisp.org>.
16953
16954 2005-10-22  Simon Josefsson  <jas@extundo.com>
16955
16956         * lib/crc.h: Include stddef.h, for size_t.
16957
16958 2005-10-22  Simon Josefsson  <jas@extundo.com>
16959
16960         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
16961         arcfour_context struct (simplify test vector testing in GNU
16962         Shishi).
16963
16964 2005-10-21  Simon Josefsson  <jas@extundo.com>
16965
16966         * modules/des, modules/des-tests: New files.
16967
16968         * modules/gc-des, modules/gc-des-tests: New files.
16969
16970         * tests/test-des.c, tests/test-gc-des.c: New file.
16971
16972 2005-10-21  Simon Josefsson  <jas@extundo.com>
16973
16974         * modules/arctwo, modules/arctwo-tests: New files.
16975
16976         * tests/test-arctwo.c: New file.
16977
16978         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
16979
16980         * tests/test-gc-arctwo.c: New file.
16981
16982 2005-10-21  Simon Josefsson  <jas@extundo.com>
16983
16984         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
16985         Bruno Haible <bruno@clisp.org>.
16986
16987         * m4/gc-des.m4: New file.
16988
16989 2005-10-21  Simon Josefsson  <jas@extundo.com>
16990
16991         * m4/arctwo.m4: New file.
16992
16993         * m4/gc-arctwo.m4: New file.
16994
16995 2005-10-21  Simon Josefsson  <jas@extundo.com>
16996
16997         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
16998         block.
16999
17000 2005-10-21  Simon Josefsson  <jas@extundo.com>
17001
17002         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
17003         <bruno@clisp.org>.
17004
17005         * lib/hmac-sha1.c (hmac_sha1): Likewise.
17006
17007         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
17008         Bruno Haible <bruno@clisp.org>.
17009
17010         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
17011         <bruno@clisp.org>.
17012
17013 2005-10-21  Simon Josefsson  <jas@extundo.com>
17014
17015         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
17016
17017 2005-10-21  Simon Josefsson  <jas@extundo.com>
17018
17019         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
17020
17021 2005-10-21  Simon Josefsson  <jas@extundo.com>
17022
17023         * lib/des.h, lib/des.c: New files.
17024
17025         * lib/gc-gnulib.c: Support DES.c
17026
17027 2005-10-21  Simon Josefsson  <jas@extundo.com>
17028
17029         * lib/arctwo.h, lib/arctwo.c: New files.
17030
17031         * lib/gc-gnulib.c: Support ARCTWO.
17032
17033 2005-10-21  Simon Josefsson  <jas@extundo.com>
17034
17035         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
17036         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17037
17038 2005-10-21  Simon Josefsson  <jas@extundo.com>
17039
17040         * gnulib-tool (func_import, func_create_testdir): Define automake
17041         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
17042         Makefile.am snippet),
17043         suggested by Bruno Haible <bruno@clisp.org>.
17044
17045         * modules/gc (Makefile.am): Use it.
17046
17047 2005-10-21  Bruno Haible  <bruno@clisp.org>
17048
17049         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
17050         patch.
17051
17052 2005-10-19  Simon Josefsson  <jas@extundo.com>
17053
17054         * tests/test-gc-rijndael.c: New file.
17055
17056         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
17057
17058 2005-10-19  Simon Josefsson  <jas@extundo.com>
17059
17060         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
17061         interface too.
17062
17063 2005-10-19  Simon Josefsson  <jas@extundo.com>
17064
17065         * tests/test-gc-arcfour.c: New file.
17066
17067         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
17068
17069 2005-10-19  Simon Josefsson  <jas@extundo.com>
17070
17071         * modules/gc-md4, modules/gc-md4-tests: New file.
17072
17073         * tests/test-gc-md4.c: New file.
17074
17075 2005-10-19  Simon Josefsson  <jas@extundo.com>
17076
17077         * m4/gc-md4.m4: New file.
17078
17079 2005-10-19  Simon Josefsson  <jas@extundo.com>
17080
17081         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
17082         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
17083         <kasal@ucw.cz>.
17084
17085 2005-10-19  Simon Josefsson  <jas@extundo.com>
17086
17087         * m4/gc-arcfour.m4: New file.
17088
17089         * m4/gc-rijndael.m4: New file.
17090
17091 2005-10-19  Simon Josefsson  <jas@extundo.com>
17092
17093         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
17094
17095 2005-10-19  Simon Josefsson  <jas@extundo.com>
17096
17097         * lib/gc-gnulib.c: Support ARCFOUR.
17098
17099 2005-10-19  Simon Josefsson  <jas@extundo.com>
17100
17101         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
17102         support.
17103
17104         * lib/gc.h: Add ECB enum type.
17105
17106         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
17107
17108 2005-10-18  Simon Josefsson  <jas@extundo.com>
17109
17110         * tests/test-md5.c: New file.
17111
17112         * modules/md5-tests: New file.
17113
17114 2005-10-18  Simon Josefsson  <jas@extundo.com>
17115
17116         * tests/test-md4.c: New file.
17117
17118         * modules/md4, modules/md4-tests: New files.
17119
17120 2005-10-18  Simon Josefsson  <jas@extundo.com>
17121
17122         * m4/md4.m4: New file.
17123
17124 2005-10-18  Simon Josefsson  <jas@extundo.com>
17125
17126         * lib/md4.h, lib/md4.c: New files, based on md5.?.
17127
17128 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
17129
17130         * gnulib-tool (func_create_testdir): Omit the second check whether
17131         BUILT_SOURCES in nonempty.
17132
17133 2005-10-17  Simon Josefsson  <jas@extundo.com>
17134
17135         * tests/test-rijndael.c: New file.
17136
17137 2005-10-17  Simon Josefsson  <jas@extundo.com>
17138
17139         * modules/sha1: Depend on stdint instead of md5.
17140
17141         * modules/md5: Depend on stdint, remove uint32_t.
17142
17143 2005-10-17  Simon Josefsson  <jas@extundo.com>
17144
17145         * modules/gc-sha1-tests: New file.
17146
17147         * tests/test-gc-sha1.c: New file.
17148
17149 2005-10-17  Simon Josefsson  <jas@extundo.com>
17150
17151         * m4/md5.m4: Remove call to uint32_t.m4.
17152
17153 2005-10-17  Simon Josefsson  <jas@extundo.com>
17154
17155         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
17156
17157         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
17158         md5.h.
17159
17160         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
17161
17162         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
17163
17164 2005-10-17  Simon Josefsson  <jas@extundo.com>
17165
17166         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
17167
17168 2005-10-17  Simon Josefsson  <jas@extundo.com>
17169
17170         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
17171
17172 2005-10-17  Simon Josefsson  <jas@extundo.com>
17173
17174         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
17175
17176         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
17177
17178 2005-10-17  Bruno Haible  <bruno@clisp.org>
17179
17180         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
17181         that it can also be used in a test.
17182
17183 2005-10-16  Bruno Haible  <bruno@clisp.org>
17184
17185         * gnulib-tool (func_emit_tests_Makefile_am): Also define
17186         TESTS_ENVIRONMENT, so that individual tests can augment it.
17187
17188         * gnulib-tool (func_create_testdir): Use an intermediate target for
17189         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
17190         macros, like $(ALLOCA_H), which cannot be passed through the command
17191         line.
17192
17193 2005-10-15  Simon Josefsson  <jas@extundo.com>
17194
17195         * modules/rijndael-tests: New file.
17196
17197         * modules/rijndael: New file.
17198
17199 2005-10-15  Simon Josefsson  <jas@extundo.com>
17200
17201         * m4/rijndael.m4: New file.
17202
17203 2005-10-15  Simon Josefsson  <jas@extundo.com>
17204
17205         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
17206
17207         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
17208
17209 2005-10-14  Simon Josefsson  <jas@extundo.com>
17210
17211         * tests/test-arcfour.c: New file.
17212
17213         * modules/arcfour, modules/arcfour-tests: New files.
17214
17215 2005-10-14  Simon Josefsson  <jas@extundo.com>
17216
17217         * m4/arcfour.m4: New file.
17218
17219 2005-10-14  Simon Josefsson  <jas@extundo.com>
17220
17221         * lib/arcfour.h, lib/arcfour.c: New files.
17222
17223 2005-10-14  Roland McGrath  <roland@redhat.com>
17224
17225         Import from libc.  [BZ #1331]
17226         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
17227         macro argument.
17228         Reported by Matej Vela <vela@debian.org>.
17229
17230 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
17231
17232         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
17233         include <wchar.h>; no longer needed.
17234
17235 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
17236
17237         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
17238
17239 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
17240         and  Ulrich Drepper  <drepper@redhat.com>
17241
17242         Import from libc.
17243         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
17244         instead of inline stream orientation test and two separate
17245         function calls.  Pay no attention to USE_IN_LIBIO.
17246
17247 2005-10-13  Simon Josefsson  <jas@extundo.com>
17248
17249         * modules/gc-hmac-md5-tests: New file.
17250
17251         * tests/test-gc-hmac-sha1.c: New file.
17252
17253         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
17254
17255         * modules/gc-hmac-md5-tests: New file.
17256
17257         * tests/test-gc-md5.c: New file.
17258
17259         * modules/gc-md5-tests: New file.
17260
17261 2005-10-13  Simon Josefsson  <jas@extundo.com>
17262
17263         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
17264         Move memory allocation outside of loop.
17265
17266 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
17267
17268         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
17269         intermediate directory is in a read-only file system.  Problem
17270         reported by Eric Blake.
17271
17272 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
17273
17274         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
17275
17276 2005-10-12  Simon Josefsson  <jas@extundo.com>
17277
17278         * tests/test-hmac-sha1.c: New file.
17279
17280         * modules/hmac-sha1-tests: New file.
17281
17282         * modules/hmac-sha1: New file.
17283
17284 2005-10-12  Simon Josefsson  <jas@extundo.com>
17285
17286         * modules/gc-sha1: New file.
17287
17288 2005-10-12  Simon Josefsson  <jas@extundo.com>
17289
17290         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
17291
17292         * tests/test-gc-pbkdf2-sha1.c: New file.
17293
17294 2005-10-12  Simon Josefsson  <jas@extundo.com>
17295
17296         * modules/gc-md5, modules/gc-hmac-md5: New files.
17297
17298         * modules/gc (Files): Remove md5, memxor and hmac files.
17299
17300 2005-10-12  Simon Josefsson  <jas@extundo.com>
17301
17302         * m4/gc-pbkdf2-sha1.m4: New file.
17303
17304         * m4/gc-hmac-sha1.m4: New file.
17305
17306         * m4/gc-sha1: New file.
17307
17308         * m4/hmac-sha1.m4: New file.
17309
17310 2005-10-12  Simon Josefsson  <jas@extundo.com>
17311
17312         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
17313
17314         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
17315
17316 2005-10-12  Simon Josefsson  <jas@extundo.com>
17317
17318         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
17319         suggested by Bruno Haible <bruno@clisp.org>.
17320
17321 2005-10-12  Simon Josefsson  <jas@extundo.com>
17322
17323         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
17324
17325 2005-10-12  Simon Josefsson  <jas@extundo.com>
17326
17327         * lib/gc-pbkdf2-sha1.c: New file.
17328
17329         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
17330
17331 2005-10-12  Simon Josefsson  <jas@extundo.com>
17332
17333         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
17334
17335         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
17336
17337 2005-10-12  Simon Josefsson  <jas@extundo.com>
17338
17339         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
17340         GC_USE_HMAC_MD5, respectively.
17341
17342         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
17343         (gc_md5): Fix typo.
17344
17345         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
17346
17347         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
17348
17349         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
17350
17351 2005-10-12  Bruno Haible  <bruno@clisp.org>
17352
17353         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
17354         Reported by Stepan Kasal <kasal@ucw.cz>.
17355
17356 2005-10-11  Simon Josefsson  <jas@extundo.com>
17357
17358         * tests/test-crc.c: New file.
17359
17360         * modules/crc, modules/crc-tests: New files.
17361
17362 2005-10-11  Simon Josefsson  <jas@extundo.com>
17363
17364         * m4/crc.m4: New file.
17365
17366 2005-10-11  Simon Josefsson  <jas@extundo.com>
17367
17368         * lib/gc.h: Add gc_hash and gc_hash_buffer.
17369
17370         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
17371
17372         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
17373
17374 2005-10-11  Simon Josefsson  <jas@extundo.com>
17375
17376         * lib/crc.h, lib/crc.c: New files.
17377
17378         * lib/gc.h (gc_hash_buffer): Add doc.
17379
17380 2005-10-11  Bruno Haible  <bruno@clisp.org>
17381
17382         * modules/c-strcasestr: New file.
17383         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
17384
17385 2005-10-11  Bruno Haible  <bruno@clisp.org>
17386
17387         * modules/c-strcase: New file.
17388         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
17389
17390 2005-10-11  Bruno Haible  <bruno@clisp.org>
17391
17392         * lib/strcasecmp.c: Include limits.h.
17393         (strcasecmp): Avoid integer overflow on exotic platforms.
17394         * lib/strncasecmp.c: Include limits.h.
17395         (strncasecmp): Avoid integer overflow on exotic platforms.
17396         Reported by Paul Eggert.
17397
17398 2005-10-11  Bruno Haible  <bruno@clisp.org>
17399
17400         * lib/c-strcasestr.h: New file, from GNU gettext.
17401         * lib/c-strcasestr.c: New file, from GNU gettext.
17402
17403 2005-10-11  Bruno Haible  <bruno@clisp.org>
17404
17405         * lib/c-strcase.h: New file, from GNU gettext.
17406         * lib/c-strcasecmp.c: New file, from GNU gettext.
17407         * lib/c-strncasecmp.c: New file, from GNU gettext.
17408
17409 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
17410
17411         * modules/mempcpy (License): GPL -> LGPL.
17412         * modules/strchrnul (License): Likewise.
17413         * modules/sysexits (License): Likewise.
17414
17415 2005-10-08  Simon Josefsson  <jas@extundo.com>
17416
17417         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
17418
17419 2005-10-07  Simon Josefsson  <jas@extundo.com>
17420
17421         * m4/memxor.m4: Remove gl_C_RESTRICT call.
17422
17423 2005-10-06  Simon Josefsson  <jas@extundo.com>
17424
17425         * tests/test-hmac-md5.c: New file.
17426
17427         * modules/hmac-md5-tests: New file.
17428
17429         * modules/hmac-md5: New file.
17430
17431 2005-10-06  Simon Josefsson  <jas@extundo.com>
17432
17433         * m4/hmac-md5.m4: New file.
17434
17435         * m4/memxor.m4: Require gl_C_RESTRICT.
17436
17437 2005-10-06  Simon Josefsson  <jas@extundo.com>
17438
17439         * lib/memxor.c (memxor): Avoid casts and warnings.
17440
17441 2005-10-06  Simon Josefsson  <jas@extundo.com>
17442
17443         * lib/hmac-md5.c: New file.
17444
17445         * lib/hmac.h: New file.
17446
17447 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
17448
17449         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
17450         promotes to int, not unsigned int, to catch the AIX 5.3
17451         compiler bug.
17452
17453 2005-10-05  Simon Josefsson  <jas@extundo.com>
17454
17455         * modules/memxor: New file.
17456
17457         * modules/iconv (Files): Move config.rpath to havelib, it is used
17458         there.
17459
17460         * modules/havelib (Files): Add config.rpath.
17461
17462 2005-10-05  Simon Josefsson  <jas@extundo.com>
17463
17464         * m4/memxor.m4: New file.
17465
17466 2005-10-05  Simon Josefsson  <jas@extundo.com>
17467
17468         * lib/memxor.c (memxor): Fix compiler error.
17469
17470         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
17471         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
17472
17473         * lib/memxor.h, lib/memxor.c: New files.
17474
17475         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
17476         we assume all systems have it, suggested by Jim Meyering
17477         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
17478         any systems lack sys/socket.h; mingw32 is known to lack it, but we
17479         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
17480         same reasons.
17481
17482 2005-10-05  Simon Josefsson  <jas@extundo.com>
17483
17484         * config/srclist.txt: Add glibc bug 1423 for md5.h.
17485
17486 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
17487
17488         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
17489         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
17490         needed, since the source code now assumes these .h files.
17491
17492 2005-10-05  Derek Price  <derek@ximbiot.com>
17493
17494         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
17495
17496 2005-10-05  Bruno Haible  <bruno@clisp.org>
17497
17498         * modules/stdint (License): Change to LGPL.
17499
17500 2005-10-04  Simon Josefsson  <jas@extundo.com>
17501
17502         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
17503         D. Baushke" <mdb@gnu.org>.
17504
17505 2005-10-04  Bruno Haible  <bruno@clisp.org>
17506
17507         * lib/verify.h (verify_true): Provide alternative definition for C++.
17508
17509 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
17510
17511         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
17512         (SSIZE_MAX): New macro, if not already defined.
17513         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
17514         than 2 GiB.
17515
17516 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17517
17518         Sync from coreutils.
17519         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
17520         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
17521         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
17522         ULLONG_MAX doesn't work with 2.7.2.1.
17523
17524 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17525
17526         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
17527         From Ben Pfaff.
17528
17529         * modules/exclude (Depends-on): Depend on verify.
17530         * modules/strtoimax (Depends-on): Likewise.
17531         * modules/utimecmp (Depends-on): Likewise.
17532
17533 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17534
17535         * lib/exclude.c: Include verify.h.
17536         (verify): Remove.  All callers changed to use verify.h's version.
17537         * lib/strtoimax.c: Likewise.
17538         * lib/utimecmp.c: Likewis.e
17539
17540         Sync from coreutils.
17541         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
17542         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
17543         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
17544         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
17545         bother returning ENOSYS if settimeofday or stime fails; just let
17546         them return whatever errno they want to return.
17547         * lib/utimens.c: Include unistd.h, for dup2.
17548         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
17549         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
17550
17551 2005-10-02  Jim Meyering  <jim@meyering.net>
17552
17553         Sync from coreutils.
17554         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
17555         from glibc-2.2.5 that fails for read-only files.
17556
17557 2005-10-02  Jim Meyering  <jim@meyering.net>
17558
17559         Sync from coreutils.
17560         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
17561         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
17562         `#if HAVE_CONFIG_H'.
17563         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
17564         Remove AT_FDCWD test.
17565         Do not consume the fd unless successful.
17566         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
17567         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
17568         block, so that we don't even try to compile it if settimeofday is
17569         available.  This works around a compilation failure on OSF1 V5.1,
17570         due to stime requiring a `long int*' while tv_sec is `int'.
17571
17572 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
17573
17574         Sync from coreutils.
17575         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
17576         against `yes', rather than just testing for nonempty.
17577
17578 2005-10-01  Simon Josefsson  <jas@extundo.com>
17579
17580         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
17581         and Darwin.
17582
17583         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
17584         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
17585         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
17586         freeaddrinfo and gai_strerror are declared by the POSIX headers.
17587         Check if struct addrinfo is declared.
17588
17589 2005-10-01  Simon Josefsson  <jas@extundo.com>
17590
17591         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
17592         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
17593         AI_* and EAI_* definitions.  Protect function declarations.
17594
17595 2005-10-01  Jim Meyering  <jim@meyering.net>
17596
17597         Sync from coreutils.
17598
17599         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
17600         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
17601         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
17602         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
17603         in the inet and nsl libraries.  Required on Solaris 5.7.
17604
17605 2005-10-01  Jim Meyering  <jim@meyering.net>
17606
17607         Sync from coreutils.
17608         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
17609         in the inet and nsl libraries.  Required on Solaris 5.7.
17610
17611 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
17612
17613         * lib/getdelim.c (getdelim): Remove unused variables.
17614
17615 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
17616
17617         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
17618         so that the code works even with ancient cpp.  Portability problem
17619         with GCC 2.7.2.1 reported by Thomas M.Ott.
17620
17621 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
17622
17623         * modules/regex (Depends-on): Add strcase.
17624
17625         * modules/gethostname (Licence): Change from GPL to LGPL, since
17626         gethostname.c is a trivial implementation of a standard library
17627         function.
17628         * modules/poll (License): Change from GPL to LGPL, since it's
17629         derived from LGPL code.
17630
17631 2005-09-27  Jim Meyering  <jim@meyering.net>
17632
17633         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
17634         HAVE_CONFIG_H.
17635
17636         * lib/intprops.h (signed_type_or_expr__): Define.
17637         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
17638         for unsigned types.
17639
17640 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
17641
17642         * lib/verify.h (verify_expr): Remove, replacing with:
17643         (verify_true): New macro that returns true instead of void.
17644         (verify_type__): Remove.
17645         (verify): Use verify_true rather than verify_type__.
17646
17647 2005-09-26  Bruno Haible  <bruno@clisp.org>
17648
17649         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
17650         is necessary.
17651         (lib_SOURCES): Remove mbchar.c.
17652         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
17653         (Files): Add m4/mbrtowc.m4.
17654         * modules/mbiter: Likewise.
17655         * modules/mbuiter: Likewise.
17656
17657 2005-09-26  Bruno Haible  <bruno@clisp.org>
17658
17659         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
17660         compile mbchar.c if they are not both present.
17661         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
17662         * m4/mbiter.m4 (gl_MBITER): Likewise.
17663         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
17664         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
17665         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
17666
17667 2005-09-25  Jim Meyering  <jim@meyering.net>
17668
17669         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
17670         also uses socklen_t.
17671
17672 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
17673
17674         * lib/utimens.c (ENOSYS): Define if not already defined.
17675         (futimens): Support having a null PATH if the file descriptor
17676         is nonnegative.
17677
17678         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
17679         Remove.
17680         (__attribute): Define to empty unless GCC 3.1 or later.
17681         This works around a core dump on OpenBSD 3.4, which has GCC
17682         2.95.3, which dumps core when given __attribute__(()).  It also
17683         simplifies other tests, since we really don't want to bother with
17684         worrying about which ancient version of GCC supported what.
17685         Original problem reported by Yoann Vandoorselaere, with part of
17686         the fix suggested by Derek Price.
17687
17688 2005-09-24  Jim Meyering  <jim@meyering.net>
17689
17690         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
17691         so we can once again use a positive bitfield width of 1 -- now we
17692         don't have to explain why we were using a bitfield width of 2.
17693
17694 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
17695
17696         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
17697         and similarly for the other external symbols.  Problem reported
17698         by James Gallager.
17699
17700         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
17701         bug reported by Jim Meyering.
17702
17703         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
17704         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
17705         not needed, since socklen is a prerequisite module.
17706
17707 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
17708
17709         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
17710         Problem reported by Eric Blake.
17711         (getaddrinfo): Initialize se so that it's not garbage.
17712         Redo internal storage allocation so that it doesn't make unportable
17713         assumptions about alignment.
17714         Fix a memory leak.
17715
17716         * lib/utimens.c (futimens): Use futimesat if available.
17717         Prefer it to futimes since it doesn't have the futimes bug.
17718
17719         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
17720         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
17721         Instead, declare a function that returns a pointer to an array,
17722         and use verify_type__ to declare the size of the array.
17723         Problem and germ of a solution reported by Bruno Haible.
17724         (verify_type__): Use 2, not 1, for bitfield size, to avoid
17725         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
17726
17727 2005-09-23  Jim Meyering  <jim@meyering.net>
17728
17729         Sync from coreutils.
17730         Correct build failure (socklen_t not defined) on at least
17731         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
17732         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
17733
17734 2005-09-23  Jim Meyering  <jim@meyering.net>
17735
17736         * modules/getaddrinfo (Depends-on): Add socklen.
17737
17738 2005-09-23  Bruno Haible  <bruno@clisp.org>
17739
17740         * tests/test-verify.c: New file.
17741
17742 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17743
17744         Sync from coreutils.
17745
17746         * modules/argmatch (Depends-on): Add verify.
17747         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
17748         unistd-safer.
17749         * modules/save-cwd (Depends-on): Likewise.
17750
17751         * modules/openat (Files): Add lib/openat-die.c.
17752         (Depends-on): Remove error, exitfail.
17753         Add dirname.
17754
17755         * modules/verify: New file.
17756         * MODULES.html.sh (Diagnostics <assert.h>): New section,
17757         with "verify" module.
17758
17759 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17760
17761         Sync from coreutils.
17762
17763         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
17764         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
17765         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
17766         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
17767         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
17768         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
17769         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
17770         Don't bother checking for string.h, stdlib.h, unistd.h.
17771         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
17772         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
17773         module's job.
17774         * m4/jm-macros.m4 (gl_MACROS): Likewise.
17775         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
17776
17777         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
17778         (gl_GETDATE): Use it.
17779
17780         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
17781
17782 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17783
17784         Sync from coreutils.
17785
17786         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
17787         stat-time.h.
17788         * lib/argmatch.h: Include verify.h
17789         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
17790         (ARGMATCH_ASSERT): Remove; unused.
17791         * lib/canonicalize.c: Assume STDC_HEADERS.
17792         * lib/exclude.c: Include "strcase.h".
17793         * lib/regex_internal.h [!defined _LIBC]: Likewise.
17794         * lib/getusershell.c: Include stdio--.h rather than stdio.h
17795         and stdio-safer.h.
17796         (getusershell): Call fopen, not fopen_safer.
17797         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
17798         Do not include unistd-safer.h.
17799         (save_cwd): Don't call fd_safer; no longer needed
17800         now that we include fcntl--.h.
17801
17802         * lib/getdate.y (relative_time): New type.
17803         (RELATIVE_TIME_0): New constant.
17804         (parser_control): Use relative_time instead of doing it ourselves.
17805         (%union): Add new relative_time rel member.
17806         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
17807         Now typeless.
17808         (relunit, relunit_snumber): Now of type rel.
17809         (zone, rel, relunit, get_date): Adjust to above changes.
17810
17811         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
17812         Do not include unistd-safer.h.
17813         (getloadavg): Don't call fd_safer; no longer needed
17814         now that we include fcntl--.h.
17815
17816         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
17817         (make_dir_parents): Treat ENOSYS like EEXIST.
17818
17819         Improve quality of diagnostics on restore_cwd failure.
17820         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
17821         (make_dir_parents): Last arg is now int * (for errno), not bool *.
17822         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
17823         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
17824         each time through the loop.  Do not diagnose restore_cwd failure;
17825         that is the caller's job (and perhaps the caller does not care).
17826
17827         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
17828         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
17829         If the file already exists but is not a directory, don't bother
17830         to try to make its parents.
17831         Close potential file descriptor leak if we can't chdir("/") (!).
17832         Don't always return true if chdir($PWD) fails; return true only
17833         if the requested action was done successfully (except for the
17834         chdir($PWD)).
17835         Don't log final directory unless we actually made it.
17836         Refactor to avoid duplicate code to fix up permissions.
17837         Don't attempt to fix up parent permissions if chdir($PWD) fails.
17838
17839         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
17840         to make it a bit faster and (I hope) clearer.
17841         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
17842         Fix bug in formats like %2N.
17843
17844         * lib/verify.h: New file.
17845
17846 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17847
17848         Sync from coreutils.
17849         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
17850
17851 2005-09-22  Jim Meyering  <jim@meyering.net>
17852
17853         Sync from coreutils.
17854
17855         * m4/lstat.m4 (gl_FUNC_LSTAT):
17856         Use AC_LIBSOURCES to require lstat.c and lstat.h.
17857         Remove obsolete comment.
17858         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
17859         * m4/xstrtod.m4: Likewise.
17860
17861         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
17862
17863 2005-09-22  Jim Meyering  <jim@meyering.net>
17864
17865         Sync from coreutils.
17866
17867         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
17868
17869         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
17870         the .tm_year member, since otherwise gcc-4.0 would now warn about
17871         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
17872
17873         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
17874         order to avoid an unsuppressible warning from gcc on 64-bit systems.
17875
17876         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
17877         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
17878         when run in a time zone for which daylight savings time is in effect
17879         for the starting date.
17880
17881         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
17882         stop us from restricting permissions of just-created absolute-named
17883         directories.
17884         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
17885         to restore initial working directory.
17886         * lib/mkdir-p.c (make_dir_parents): New parameter:
17887         different_working_dir, to tell caller if/when we change the working
17888         directory and are unable to return to the initial one.
17889         * lib/mkdir-p.h (make_dir_parents): Update prototype.
17890         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
17891         `return false'.  This fixes a bug introduced on 2004-07-30.
17892
17893         * lib/openat.c (fdopendir): Be sure to close the supplied
17894         file descriptor before returning.  This makes our replacement
17895         implementation a little closer to Solaris's, where fdopendir
17896         ties the file descriptor to the returned DIR* pointer.
17897         * lib/openat.c (unlinkat): New function.
17898         * lib/openat.h (unlinkat): Add prototype.
17899         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
17900         (openat_restore_fail): Rename from openat_restore_die.
17901         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
17902
17903         Provide an alternative to exiting immediately upon save_cwd or
17904         restore_cwd failure.  Now, an application can arrange e.g.,
17905         to perform a longjump in that case.
17906         * lib/openat.c: Include dirname.h.
17907         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
17908         (rpl_openat, fdopendir, fstatat): Call openat_save_die
17909         and openat_restore_die rather than calling error directly.
17910         Don't include "error.h" or "exitfail.h"; they're no longer needed.
17911
17912         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
17913         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
17914         define.
17915
17916         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
17917         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
17918                             int utc, int nanoseconds);
17919         Background:
17920         date should not have to allocate a megabyte of virtual memory to
17921         handle a format argument like +%1048575T.  When implemented with
17922         strftime, it must allocate such a buffer, use strftime to fill it
17923         in, print it, then free it.
17924         With fprintftime, it simply prints everything and exits.
17925         With no need for memory allocation, that's one fewer way to fail.
17926         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
17927         optional field width, not before, so we accept %9:z, not %:9z.
17928         (my_strftime): Be sure to use L_('x') for literals.
17929
17930         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
17931         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
17932         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
17933         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
17934         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
17935         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
17936         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
17937         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
17938         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
17939         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
17940         * lib/xgethostname.c, lib/xreadlink.c:
17941         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
17942
17943         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
17944         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
17945         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
17946         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
17947         and don't include <sys/file.h>).
17948
17949 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
17950
17951         Sync from coreutils.
17952
17953         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
17954         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
17955         [!LDAV_DONE]: Avoid unused variable warning.
17956
17957 2005-09-21  Bruno Haible  <bruno@clisp.org>
17958
17959         * lib/unicodeio.h (unicode_to_mb): New declaration.
17960
17961 2005-09-20  Derek Price  <derek@ximbiot.com>
17962
17963         * lib/getaddrinfo.c: Don't include <netdb.h> included from
17964         getaddrinfo.h.
17965
17966 2005-09-20  Bruno Haible  <bruno@clisp.org>
17967
17968         * gnulib-tool: Remove trailing slashes from the values specified for
17969         --source-base, --m4-base, --tests-base, --aux-dir.
17970         Suggested by Simon Josefsson <jas@extundo.com>.
17971
17972 2005-09-20  Bruno Haible  <bruno@clisp.org>
17973
17974         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
17975         func_modules_to_filelist, func_import, func_create_testdir): Make all
17976         sorting results locale-independent, so that gnulib-cache.m4 doesn't
17977         change when gnulib-tool is invoked in a different locale.
17978
17979 2005-09-19  Simon Josefsson  <jas@extundo.com>
17980
17981         * m4/socklen.m4: Fix typo.
17982
17983 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17984
17985         Use a consistent style for including <config.h>.
17986         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
17987         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
17988         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
17989         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
17990         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
17991         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
17992         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
17993         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
17994         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
17995         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
17996         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
17997         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
17998         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
17999         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
18000         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
18001         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
18002         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
18003         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
18004         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
18005         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
18006         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
18007         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
18008         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
18009         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
18010         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
18011         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
18012         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
18013         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
18014         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
18015         lib/xstrtoumax.c, lib/yesno.c:
18016         Standardize inclusion of config.h.
18017         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
18018         lib/inttostr.h:  Removed inclusion of config.h from header files.
18019         * lib/inttostr.c:  Adjusted in-tree users.
18020         * lib/timespec.h: Remove superfluous warning to include config.h.
18021         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
18022         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
18023         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
18024         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
18025         config.h with HAVE_CONFIG_H.
18026
18027 2005-09-19  Jim Meyering  <jim@meyering.net>
18028
18029         * modules/pathmax (License): Change to LGPL.
18030
18031 2005-09-19  Derek Price  <derek@ximbiot.com>
18032
18033         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
18034
18035 2005-09-19  Bruno Haible  <bruno@clisp.org>
18036
18037         * gnulib-tool (import): Provide default for --tests-base.
18038
18039 2005-09-19  Bruno Haible  <bruno@clisp.org>
18040
18041         * doc/quote.texi: New file, extracted from gnulib.texi.
18042         * doc/ctime.texi: New file, extracted from gnulib.texi.
18043         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
18044         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
18045         * doc/gnulib.texi: Include them.
18046
18047 2005-09-18  Bruno Haible  <bruno@clisp.org>
18048
18049         Portability fix.
18050         * gnulib-tool (func_readlink): New function.
18051         (func_ln_if_changed): Use it.
18052
18053 2005-09-18  Bruno Haible  <bruno@clisp.org>
18054
18055         * gnulib-tool: Support --with-tests also with --import.
18056         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
18057         (func_import): Use variables $testsbase and $inctests. Emit a
18058         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
18059         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
18060         SUBDIRS += $testsdir.
18061         (func_create_testdir): Update.
18062
18063 2005-09-18  Bruno Haible  <bruno@clisp.org>
18064
18065         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
18066         instead of $dry_run.
18067         (func_cp_if_changed, func_mv_if_changed): Remove functions.
18068         (func_ln_if_changed): Don't handle dry-run here.
18069         (func_import): In dry-run mode, detect more precisely which actions
18070         would be performed, and don't use "...ing" verbs.
18071
18072 2005-09-18  Bruno Haible  <bruno@clisp.org>
18073
18074         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
18075         (func_import): Use join on two temporary files instead of three nested
18076         loops, in order to determine which files are new or old.
18077
18078 2005-09-18  Bruno Haible  <bruno@clisp.org>
18079
18080         * gnulib-tool (func_import): Comment out code that spits out the
18081         new files with --dry-run.
18082
18083 2005-09-18  Bruno Haible  <bruno@clisp.org>
18084
18085         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
18086
18087 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
18088
18089         * lib/stat-time.h: New file.
18090         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
18091         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
18092         in a different way.
18093         (timespec_cmp): New function.
18094         * lib/utimecmp.c: Include stat-time.h.
18095         (SYSCALL_RESOLUTION): Depend on whether various struct stat
18096         members exist, not on the obsolescent ST_MTIM_NSEC.
18097         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
18098
18099 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
18100
18101         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
18102
18103 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
18104
18105         * MODULES.html.sh (File system functions): Add stat-time.
18106         * modules/stat-time: New file.
18107         * modules/timespec (Files): Remove m4/st_mtim.m4; this
18108         is now done in a different way, by the stat-time module.
18109         * modules/utimecmp (Depends-on): Add stat-time.
18110
18111 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
18112
18113         * m4/st_mtim.m4: Remove.  Superseded by...
18114         * m4/stat-time.m4: New file.
18115         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
18116         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
18117
18118 2005-09-15  Derek Price  <derek@ximbiot.com>
18119
18120         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
18121
18122 2005-09-15  Derek Price  <derek@ximbiot.com>
18123
18124         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
18125         * lib/regex_internal.c: Ditto, using this...
18126         (__GNUC_PREREQ): ...new macro.
18127         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
18128         using...
18129         (__GNUC_PREREQ): ...this new macro.
18130
18131         * lib/strstr.h: Include string.h. Define strstr as a macro here.
18132
18133 2005-09-15  Derek Price  <derek@ximbiot.com>
18134             Paul Eggert  <eggert@cs.ucla.edu>
18135
18136         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
18137         changes, consolidating in...
18138         * lib/regex_internal.h: ...this file.
18139
18140 2005-09-13  Jim Meyering  <jim@meyering.net>
18141
18142         * lib/canon-host.c: Filter through gnu indent and reword comments
18143         slightly.
18144         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
18145
18146 2005-09-13  Derek Price  <derek@ximbiot.com>
18147
18148         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
18149         failure.
18150         Reported by Jim Meyering  <jim@meyering.net>.
18151
18152 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18153
18154         * lib/base64.c: Typo.
18155         (base64_encode): Put b64str in initialized data section.
18156
18157 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
18158
18159         Merge glibc and coreutils changes into gnulib, plus a few
18160         extra fixes.
18161         * lib/md5.c: Use #error rather than a string.
18162         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
18163         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
18164         (__attribute__): Define to empty for non recent-GCC.
18165         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
18166         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
18167         Renamed from their non-__ counterparts, with new macros replacing
18168         them if not _LIBC.  Add __THROW attribute.
18169         (rol): Remove.
18170         (struct md5_ctx): Align buffer if using GCC.
18171         * lib/sha1.h (struct sha1_ctx): Likewise.
18172         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
18173         The old name was backwards.
18174         (NOTSWAP): Remove; not used.
18175         (rol): New macro, moved here from md5.h.
18176         (sha1_process_block): Remove a FIXME that doesn't make sense.
18177
18178 2005-09-12  Derek Price  <derek@ximbiot.com>
18179
18180         Return usable errors from canon-host.
18181         * lib/canon-host.h: New file.
18182         * lib/canon-host.c (canon_host): Wrap...
18183         (canon_host_r): ...this new function, which now relies exclusively on
18184         getaddrinfo.
18185         (ch_strerror): New function.
18186         (last_cherror): New global.
18187         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
18188         interface.
18189         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
18190         void *.
18191         (freeaddrinfo): Free ai->ai_canonname when set.
18192
18193 2005-09-12  Derek Price  <derek@ximbiot.com>
18194
18195         Make canon-host require getaddrinfo.
18196         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
18197         AC_LIBSOURCE canon-host.h.  Call...
18198         (gl_PREREQ_CANON_HOST): ...this new function, which requires
18199         gl_GETADDRINFO.
18200         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
18201
18202 2005-09-12  Derek Price  <derek@ximbiot.com>
18203
18204         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
18205         LGPL.
18206         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
18207
18208 2005-09-12  Derek Price  <derek@ximbiot.com>
18209
18210         * lib/gai_strerror.c: Include config.h when available.  Include
18211         getaddrinfo.h before other headers to test interface.
18212         Reported by Larry Jones <lawrence.jones@ugs.com>.
18213
18214 2005-09-12  Derek Price  <derek@ximbiot.com>
18215             Paul Eggert  <eggert@cs.ucla.edu>
18216
18217         * modules/glob (Files): Add glob-libc.h.
18218
18219 2005-09-12  Derek Price  <derek@ximbiot.com>
18220             Paul Eggert  <eggert@cs.ucla.edu>
18221
18222         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
18223         glob_.h, glob-libc.h.
18224         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
18225
18226 2005-09-12  Derek Price  <derek@ximbiot.com>
18227             Paul Eggert  <eggert@cs.ucla.edu>
18228
18229         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
18230         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
18231         protecting things that should be done only in gnulib contexts.
18232         * lib/glob_.h: New file, containing only the glob things needed for
18233         gnulib.
18234         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
18235         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
18236         (glob, globfree, glob_pattern_p): Now defined simply in terms of
18237         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
18238         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
18239         and to respect the namespace rules better.
18240
18241 2005-09-08  Simon Josefsson  <jas@extundo.com>
18242
18243         * modules/socklen: New file.
18244
18245 2005-09-08  Simon Josefsson  <jas@extundo.com>
18246
18247         * m4/socklen.m4: New file.
18248
18249 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18250
18251         * modules/utimens (Files): Add m4/utimbuf.m4, since
18252         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
18253         Reported by Sergey Poznyakoff.
18254
18255 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18256
18257         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
18258         definitions, since that's the preferred style in glibc.
18259         Fix a minor spacing issue, and update copyright notice to match
18260         glibc's.
18261
18262 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18263
18264         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
18265
18266 2005-09-06  Simon Josefsson  <jas@extundo.com>
18267
18268         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
18269         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
18270
18271 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
18272
18273         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
18274         warning.
18275
18276 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
18277
18278         * config/srclist.txt: Add glibc bug 1302.
18279
18280 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
18281
18282         Change bitset word type from unsigned int to unsigned long int,
18283         as this has better performance on typical 64-bit hosts.
18284         Port bitset code to hosts with unusual word sizes.
18285         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
18286         (build_collating_symbol):
18287         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
18288         argument is a bitset.  This is merely a style issue, but it makes
18289         it clearer that an entire array is expected.
18290         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
18291         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
18292         Port to the case where bitset_word is not the same as unsigned int.
18293         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
18294         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
18295         Likewise.
18296         * lib/regexec.c (check_dst_limits_calc_pos_1,
18297         check_subexp_matching_top):
18298         (build_trtable, group_nodes_into_DFAstates):
18299         Likewise.
18300         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
18301         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
18302         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
18303         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
18304         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
18305         * lib/regcomp.c (optimize_subexps, lower_subexp):
18306         Work even if bitset_word has holes in its bitwise representation.
18307         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
18308         * lib/regexec.c (check_dst_limits_calc_pos_1,
18309         check_subexp_matching_top):
18310         Likewise.
18311         * lib/regex_internal.c (re_string_reconstruct):
18312         Don't assume UCHAR_MAX == 255.
18313         * lib/regex_internal.h (bitset_set_all): Likewise.
18314         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
18315         All uses changed.
18316         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
18317         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
18318         All uses changed.
18319         (BITSET_WORD_MAX): New macro.
18320         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
18321         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
18322         (bitset_empty, bitset_copy):
18323         Prefer sizeof (bitset) to multiplying it out ourselves.
18324         (bitset_not_merge): Remove; unused.
18325         (bitset_contain): Return bool, not unsigned int with one bit on.
18326         All callers changed.
18327         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
18328         alignment than re_node_set; do this by defining a new internal
18329         type struct dests_alloc and using it to allocate memory.
18330
18331 2005-09-05  Bruno Haible  <bruno@clisp.org>
18332
18333         * gnulib-tool (func_import): Fix comparison in handling of symbolic
18334         links.
18335
18336 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
18337
18338         * modules/size_max (Makefile.am): Add size_max.h
18339
18340 2005-09-04  Derek Price  <derek@ximbiot.com>
18341
18342         * gnulib-tool (func_import): Fix reversed $symbolic logic.
18343
18344 2005-09-03  Simon Josefsson  <jas@extundo.com>
18345
18346         * gnulib-tool: Fix typo.
18347
18348 2005-09-03  Simon Josefsson  <jas@extundo.com>
18349
18350         * config/srclist.txt: Add glibc bug 1293.
18351
18352 2005-09-03  Derek Price  <derek@ximbiot.com>
18353
18354         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
18355         From Larry Jones <lawrence.jones@ugs.com>.
18356
18357 2005-09-02  Simon Josefsson  <jas@extundo.com>
18358
18359         * modules/socklen: New file.
18360
18361 2005-09-02  Simon Josefsson  <jas@extundo.com>
18362
18363         * modules/havelib: New module.
18364
18365         * modules/gettext, modules/iconv, modules/lock, modules/readline:
18366         Use havelib.
18367
18368 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
18369
18370         Check for arithmetic overflow when calculating sizes, to prevent
18371         some buffer-overflow issues.  These patches are conservative, in the
18372         sense that when I couldn't determine whether an overflow was possible,
18373         I inserted a run-time check.
18374         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
18375         macros.
18376         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
18377         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
18378         (re_xnrealloc, re_x2nrealloc): New inline functions.
18379         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
18380         parse_bracket_exp):
18381         (build_equiv_class, build_charclass): Check for arithmetic overflow
18382         in size expression calculations.
18383         * lib/regex_internal.c (re_string_realloc_buffers):
18384         (build_wcs_upper_buffer, re_node_set_add_intersect):
18385         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
18386         (re_dfa_add_node, register_state): Likewise.
18387         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
18388         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
18389         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
18390         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
18391
18392 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
18393
18394         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
18395         m4/ulonglong.m4.  Problem reported by Martin Lambers.
18396
18397 2005-09-02  Bruno Haible  <bruno@clisp.org>
18398
18399         Support for lib vs. lib64 distinction on biarch platforms.
18400         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
18401         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
18402         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
18403
18404 2005-09-02  Bruno Haible  <bruno@clisp.org>
18405
18406         * gnulib-tool (import): In the other first-use case, provide defaults
18407         as well.
18408
18409 2005-09-02  Bruno Haible  <bruno@clisp.org>
18410
18411         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
18412         patches not yet found in the latest gettext release.
18413
18414 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18415
18416         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
18417         to avoid a collision with bits/local_lim.h in glibc.
18418         All uses changed.  Problem reported by Dmitry V. Levin in
18419         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
18420
18421         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
18422         bugs in int versus size_t comparisons.
18423         (re_string_context_at): Fix bug where the code assumed that
18424         Idx is signed.
18425
18426         Use bool where appropriate.
18427         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
18428         All callers changed.
18429         (calc_eclosure_iter): Likewise, for ROOT arg.
18430         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
18431         (build_charclass_op): Likewise, for NON_MATCH arg.
18432         * lib/regex_internal.c (re_string_allocate, re_string_construct):
18433         (re_string_construct_common): Likewise, for ICASE arg.
18434         * lib/regexec.c (re_search_2_stub, re_search_stub):
18435         Likewise, for RET_LEN arg.
18436         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
18437         (set_regs): Likewise, for FL_BACKTRACK arg.
18438         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
18439         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
18440         (calc_eclosure_iter, parse_bracket_exp):
18441         Use bool for internal variables that are booleans.
18442         * lib/regexec.c (re_search_internal, check_matching,
18443         proceed_next_node):
18444         (set_regs, build_sifted_states, sift_states_bkref):
18445         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
18446         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
18447         (find_collation_sequence_value):
18448         Likewise.
18449         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
18450         (re_node_set_compare):
18451         Return bool, not int. All callers changed.
18452         * lib/regexec.c (check_halt_node_context, check_dst_limits):
18453         (build_trtable, check_node_accept): Likewise.
18454         * lib/regex_internal.h: Include stdbool.h.
18455
18456         Fix bugs uncovered when converting to bool.
18457         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
18458         failure instead of charging ahead blindly.
18459         * lib/regex_internal.c (register_state): Likewise.
18460         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
18461         for freeing internal storage.
18462         (group_nodes_into_DFA_states): Use unsigned int, not int, for
18463         bitset pieces used as boolean, to avoid undefined behavior
18464         on hosts that do int overflow checking.
18465
18466 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18467
18468         * config/srclist.txt: Add glibc bugs 1285-1287.
18469
18470 2005-09-01  Jim Meyering  <jim@meyering.net>
18471
18472         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
18473         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
18474         Require gl_STAT_MACROS, too.
18475
18476 2005-09-01  Bruno Haible  <bruno@clisp.org>
18477
18478         * gnulib-tool (import): In the first-use case, provide defaults.
18479
18480 2005-09-01  Bruno Haible  <bruno@clisp.org>
18481
18482         * gnulib-tool (func_import): Remove the .tmp files.
18483
18484 2005-09-01  Bruno Haible  <bruno@clisp.org>
18485
18486         * gnulib-tool (func_import): Fix handling of symbolic links.
18487
18488 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18489
18490         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
18491         old glibc regex code mishandles strings longer than 2**31 bytes.
18492         This patch fixes this when the regex code is used in gnulib
18493         (i.e., outside glibc).
18494
18495         This patch should not affect the use of the regex code inside
18496         glibc.  No doubt this problem also needs to be handled for glibc
18497         as well, but the result will be an incompatible change to the
18498         glibc ABI, and the old ABI will have to be supported too.  That
18499         can be the the subject for another patch.
18500
18501         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
18502         governing whether the rest of this patch is active.  By default,
18503         the macro is disabled and the patch has no effect.
18504         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
18505         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
18506         (struct re_pattern_buffer, re_search, re_search_2, re_match):
18507         (re_match_2, re_set_registers): Use the new types.
18508         * lib/regex_internal.h (Idx, re_hashval_t): New types.
18509         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
18510         New macros.
18511         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
18512         (re_string_context_at, bin_tree_t, re_dfastate_t):
18513         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
18514         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
18515         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
18516         (re_string_char_size_at, re_string_wchar_at):
18517         (re_string_elem_size_at):
18518         Use the new types and macros to port to 64-bit hosts.
18519         Use unsigned types for internal values, so that the code
18520         mostly works even for arrays larger than SSIZE_MAX.
18521         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
18522         (search_duplicated_node, calc_eclosure_iter, fetch_number):
18523         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
18524         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
18525         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
18526         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
18527         (calc_inveclosure, parse_dup_op, build_range_exp):
18528         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
18529         (fetch_number, create_token_tree, mark_opt_subexp):
18530         Likewise.
18531         * lib/regex_internal.c (re_string_construct_common,
18532         create_ci_newstate):
18533         (create_cd_newstate, re_string_allocate, re_string_construct):
18534         (re_string_realloc_buffers, build_wcs_upper_buffer):
18535         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
18536         (re_string_reconstruct, re_string_peek_byte_case):
18537         (re_string_fetch_byte_case, re_string_context_at):
18538         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
18539         (re_node_set_init_copy, re_node_set_add_intersect):
18540         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18541         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18542         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
18543         (re_acquire_state, re_acquire_state_context, register_state):
18544         Likewise.
18545         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
18546         search_cur_bkref_entry):
18547         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
18548         (re_search_internal, re_search_2_stub, re_search_stub)
18549         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
18550         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
18551         (update_cur_sifted_state, check_dst_limits):
18552         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
18553         (check_subexp_limits, sift_states_bkref, merge_state_array):
18554         (check_subexp_matching_top, get_subexp, get_subexp_sub):
18555         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
18556         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
18557         (expand_bkref_cache, check_node_accept_bytes):
18558         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
18559         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
18560         (acquire_init_state_context, check_halt_node_context):
18561         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
18562         (sift_states_backward, clean_state_log_if_needed):
18563         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
18564         (find_recover_state, transit_state_sb, transit_state_mb):
18565         (transit_state_bkref, build_trtable, match_ctx_clean):
18566         Likewise.
18567         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
18568         to work around an assumption that REG_MISSING is negative.
18569
18570         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
18571         (seek_collating_symbol_entry) [defined _LIBC]:
18572         (lookup_collation_sequence_value) [defined _LIBC]:
18573         (build_range_exp, build_collating_symbol) [defined _LIBC]:
18574         Use prototypes rather than old-style function definitions.
18575         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
18576         (transit_state_sb) [0]:
18577         (find_collation_sequence_value) [defined _LIBC]: Likewise.
18578
18579         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
18580         rm_eo.
18581
18582         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
18583         (optimize_subexps, lower_subexp):
18584         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
18585         since the signed shift might overflow.  Use 1u<<31 instead.
18586         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
18587         Likewise.
18588         * lib/regexec.c (check_dst_limits_calc_pos_1,
18589         check_subexp_matching_top): Likewise.
18590
18591         * lib/regcomp.c (optimize_subexps, lower_subexp):
18592         Use CHAR_BIT rather than 8, for clarity.
18593         * lib/regexec.c (check_dst_limits_calc_pos_1):
18594         (check_subexp_matching_top): Likewise.
18595         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
18596         have to worry about portability issues when shifting it left.
18597         Remove no-longer-needed test for table_size > 0.
18598         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
18599         in a word, as the resulting behavior is undefined.
18600         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
18601         in one case, a <= should have been an <, and in another case the
18602         whole test was missing.
18603         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
18604         the standard name CHAR_BIT.
18605         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
18606         this is not true on one's complement and signed-magnitude hosts.
18607
18608         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
18609         next_last_offset.
18610         (struct re_dfa_t): Remove unused member states_alloc.
18611         * lib/regcomp.c (init_dfa): Don't initialize unused members.
18612
18613 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18614
18615         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
18616         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
18617         and large-file glibc and in 32-bit large-file Solaris.
18618
18619 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18620
18621         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
18622         lengths fit in regoff_t; this isn't true if regoff_t is the same
18623         width as size_t.
18624         * lib/regex.c (re_search_internal): 5th arg is LAST_START
18625         (= START + RANGE) instead of RANGE.  This avoids overflow
18626         problems when regoff_t is the same width as size_t.
18627         All callers changed.
18628         (re_search_2_stub): Check for overflow when adding the
18629         sizes of the two strings.
18630         (re_search_stub): Check for overflow when adding START
18631         to RANGE; if it occurs, substitute the extreme value.
18632
18633 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18634
18635         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
18636
18637 2005-08-31  Jim Meyering  <jim@meyering.net>
18638
18639         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
18640         a pointer-to-const.
18641         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
18642         (register_state): Likewise.
18643         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
18644         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
18645         (group_nodes_into_DFAstates): Likewise.
18646
18647 2005-08-31  Jim Meyering  <jim@meyering.net>
18648
18649         * check-module: Add a FIXME comment.
18650
18651 2005-08-31  Eric Blake  <ebb9@byu.net>
18652
18653         * modules/unistd-safer (Files): Add unistd--.h.
18654         * modules/stdio-safer (Files): Add stdio--.h.
18655
18656 2005-08-31  Derek Price  <derek@ximbiot.com>
18657
18658         * lib/getdelim.c (getdelim): Return EOF on EOF.
18659         Reported by Larry Jones <lawrence.jones@ugs.com>.
18660
18661 2005-08-31  Bruno Haible  <bruno@clisp.org>
18662
18663         Avoid unnecessary diffs in the generated lib/Makefile.am.
18664         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
18665         the generated files.
18666         (func_import): Don't set cmd.
18667
18668 2005-08-31  Bruno Haible  <bruno@clisp.org>
18669
18670         * lib/strstr.c: Include <stddef.h>, for NULL.
18671         * lib/strcasestr.c: Likewise.
18672         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18673
18674 2005-08-31  Bruno Haible  <bruno@clisp.org>
18675
18676         * gnulib-tool: New option --macro-prefix.
18677         (func_import): Use macro_prefix.
18678         (import): Handle option --macro-prefix.
18679
18680 2005-08-31  Bruno Haible  <bruno@clisp.org>
18681
18682         * gnulib-tool (import): Rename most ac_* variables to cached_*.
18683         Also use new variables cached_lgpl, cached_libtool.
18684
18685 2005-08-31  Bruno Haible  <bruno@clisp.org>
18686
18687         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
18688         always instantiating them.
18689
18690 2005-08-31  Bruno Haible  <bruno@clisp.org>
18691
18692         * gnulib-tool (func_import): Read the previous cached settings
18693         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
18694         earlier added by gnulib but are now dropped. Warn when a gnulib file
18695         overwrites a non-gnulib file.
18696
18697 2005-08-31  Bruno Haible  <bruno@clisp.org>
18698
18699         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
18700         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
18701         projects that don't keep autogenerated files in CVS. Put into
18702         actioncmd only the specified modules, not the transitive closure.
18703
18704 2005-08-31  Bruno Haible  <bruno@clisp.org>
18705
18706         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
18707         Create directories that shall be filled.
18708         (import): Don't look for gl_* macros in configure.ac. Recurse across
18709         all directories containing a gnulib-cache.m4 files, if meaningful.
18710
18711 2005-08-31  Bruno Haible  <bruno@clisp.org>
18712
18713         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
18714         (import): Set seen_libtool when we see gl_LIBTOOL.
18715
18716 2005-08-31  Bruno Haible  <bruno@clisp.org>
18717
18718         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
18719         declaration macro definitions from generated gnulib.m4.
18720
18721 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
18722
18723         * lib/iconvme.h: Add prototype for iconv_alloc.
18724
18725 2005-08-29  Simon Josefsson  <jas@extundo.com>
18726
18727         * lib/iconvme.c: Fix errno.
18728
18729 2005-08-29  Bruno Haible  <bruno@clisp.org>
18730
18731         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
18732         that it works when the directory contains spaces.
18733
18734 2005-08-29  Bruno Haible  <bruno@clisp.org>
18735
18736         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
18737
18738 2005-08-29  Bruno Haible  <bruno@clisp.org>
18739
18740         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
18741         Emit more advice.
18742
18743 2005-08-29  Bruno Haible  <bruno@clisp.org>
18744         and Stepan Kasal  <kasal@ucw.cz>
18745
18746         * check-module: If more parameters are given, check each of them
18747         separately; add more exceptions, as noted by Jim Meyering.
18748         (check_module): New procedure.
18749         (%exempt_header): Now contains all exceptions.
18750
18751 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
18752
18753         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
18754
18755 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18756
18757         * lib/iconvme.c: Split iconv_string into iconv_alloc.
18758
18759 2005-08-28  Bruno Haible  <bruno@clisp.org>
18760
18761         * m4/gnulib-tool.m4: New file.
18762
18763 2005-08-27  Jim Meyering  <jim@meyering.net>
18764
18765         * modules/unistd-safer (Files): Add pipe-safer.c.
18766         * modules/fcntl-safer (Files): Add creat-safer.c.
18767
18768 2005-08-27  Jim Meyering  <jim@meyering.net>
18769
18770         * m4/stdlib-safer.m4: New file.  From coreutils.
18771         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
18772         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
18773         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
18774         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
18775         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
18776
18777 2005-08-27  Jim Meyering  <jim@meyering.net>
18778
18779         * lib/fopen-safer.c: Merge minor changes from coreutils.
18780         * lib/dup-safer.c: Likewise.
18781         * lib/fd-safer.c: Likewise.
18782
18783         Merge from coreutils.
18784         * lib/stdio--.h: New file.
18785         * lib/stdlib--.h: New file.
18786         * lib/mkstemp-safer.c: New file.
18787
18788         GNU tar needs these.
18789         * lib/pipe-safer.c: New file.
18790         * lib/creat-safer.c: New file.
18791         * lib/fcntl--.h (creat): Define to creat_safer.
18792         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
18793         * lib/unistd--.h (pipe): Define to pipe_safer.
18794         * lib/unistd-safer.h: Declare pipe_safer.
18795
18796 2005-08-26  Simon Josefsson  <jas@extundo.com>
18797
18798         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
18799         Haible <bruno@clisp.org>.
18800
18801 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
18802
18803         * lib/regex_internal.h: Remove all references to
18804         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
18805         or better.
18806         (bitset_not, bitset_merge, bitset_not_merge):
18807         (bitset_mask, re_string_allocate, re_string_construct):
18808         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
18809         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
18810         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
18811         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
18812         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18813         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18814         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
18815         (re_acquire_state_context):
18816         Remove unnecessary forward decls.
18817         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
18818         Put __attribute at function definition,
18819         now that the function decl has been removed.
18820         * lib/regex_internal.c (re_string_peek_byte_case):
18821         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
18822         Likewise.
18823
18824 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
18825
18826         * m4/regex.m4: Add AC_PREREQ(2.50).
18827         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
18828
18829 2005-08-25  Simon Josefsson  <jas@extundo.com>
18830
18831         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
18832         __fsetlocking.
18833
18834 2005-08-25  Simon Josefsson  <jas@extundo.com>
18835
18836         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
18837         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
18838         GLIBC specific code.
18839
18840 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18841
18842         Make regex safe for g++.  This fixes one real bug (an "err"
18843         that should have been "*err").  g++ problem reported by
18844         Sam Steingold.
18845         * lib/regex_internal.h (re_calloc): New macro, consistent with
18846         re_malloc etc.  All callers of calloc changed to use re_calloc.
18847         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
18848         not int.  All callers changed.
18849         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
18850         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
18851         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
18852         (find_recover_state): Change "err" to "*err"; this fixes what
18853         appears to be a real bug.
18854         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
18855         versus int.
18856
18857 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18858
18859         * modules/regex (Depends-on): Add malloc, since the code
18860         assumes that !malloc(0) means failure.
18861
18862 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18863
18864         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
18865
18866         alloca modernization/simplification for regex.
18867         * lib/regex.c: Remove portability cruft for alloca.  This no longer
18868         needs to be at the start of the file, and can be moved into
18869         regex_internal.h and simplified.
18870         * lib/regex_internal.h: Include <alloca.h>.
18871         (__libc_use_alloca) [!defined _LIBC]: New macro.
18872         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
18873         now works outside glibc.
18874
18875 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18876
18877         * config/srclist.txt: Add glibc bugs 1241, 1245.
18878
18879 2005-08-25  Jim Meyering  <jim@meyering.net>
18880
18881         * lib/open-safer.c: Include <config.h>.
18882         Otherwise, we'd lose LARGEFILE support in any file using
18883         e.g. "fcntl--.h"
18884
18885 2005-08-25  Bruno Haible  <bruno@clisp.org>
18886
18887         * m4/minmax.m4: Require autoconf 2.52.
18888         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
18889         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
18890         alternatives of translit over the alphabet.
18891         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
18892
18893 2005-08-24  Simon Josefsson  <jas@extundo.com>
18894
18895         * tests/test-getpass.c: New file.
18896
18897 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18898
18899         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
18900         for GNU regex features.
18901
18902 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18903
18904         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
18905         * lib/regex.h (regerror): Likewise.
18906
18907         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
18908         requires this.  (The code never needed it.)
18909
18910         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
18911         All uses of recently-renamed identifiers changed to use the new,
18912         POSIX-compliant names.  The code will build and run just fine
18913         without these changes, but it's better to eat our own dog food
18914         and use the standard-conforming names.
18915
18916         * lib/regex.h: Fix a multitude of POSIX name space violations.
18917         These changes have an effect only for programs that define
18918         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
18919         do not change anything for programs compiled in the normal way.
18920         Also, there is no effect on the ABI.
18921
18922         (_REGEX_SOURCE): New macro.
18923         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
18924         defined and _GNU_SOURCE is not; this fixes a name space violation.
18925
18926         Rename the following macros to obey POSIX requirements.
18927         The old names are still visible as macros if _REGEX_SOURCE is defined.
18928         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
18929         RE_BACKSLASH_ESCAPE_IN_LISTS.
18930         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
18931         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
18932         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
18933         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
18934         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
18935         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
18936         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
18937         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
18938         (REG_INTERVALS): renamed from RE_INTERVALS.
18939         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
18940         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
18941         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
18942         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
18943         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
18944         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
18945         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
18946         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
18947         RE_UNMATCHED_RIGHT_PAREN_ORD.
18948         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
18949         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
18950         (REG_DEBUG): renamed from RE_DEBUG.
18951         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
18952         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
18953         unusual, since we can't clash with the POSIX REG_ICASE.
18954         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
18955         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
18956         (REG_NO_SUB): renamed from RE_NO_SUB.
18957         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
18958         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
18959         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
18960         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
18961         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
18962         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
18963         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
18964         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
18965         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
18966         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
18967         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
18968         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
18969         RE_SYNTAX_POSIX_MINIMAL_BASIC.
18970         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
18971         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
18972         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
18973         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
18974         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
18975         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
18976         (REG_FIXED): Renamed from REGS_FIXED.
18977         (REG_NREGS): Renamed from RE_NREGS.
18978
18979         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
18980         of other REG_* macros, since POSIX says the user is allowed to
18981         #undef these macros selectively.
18982
18983         (reg_errcode_t): Update comment stating what other tables need
18984         to be consistent.
18985
18986         Rename the following enum values to obey POSIX requirements.
18987         The old names are still visible as macros.
18988         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
18989         is not defined, since GNU is supposed to be a superset of POSIX as
18990         much as possible, and since we want reg_errcode_t to be a signed
18991         type for implementation consistency.
18992         (_REG_NOERROR): Renamed from REG_NOERROR.
18993         (_REG_NOMATCH): Renamed from REG_NOMATCH.
18994         (_REG_BADPAT): Renamed from REG_BADPAT.
18995         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
18996         (_REG_ECTYPE): Renamed from REG_ECTYPE.
18997         (_REG_EESCAPE): Renamed from REG_EESCAPE.
18998         (_REG_ESUBREG): Renamed from REG_ESUBREG.
18999         (_REG_EBRACK): Renamed from REG_EBRACK.
19000         (_REG_EPAREN): Renamed from REG_EPAREN.
19001         (_REG_EBRACE): Renamed from REG_EBRACE.
19002         (_REG_BADBR): Renamed from REG_BADBR.
19003         (_REG_ERANGE): Renamed from REG_ERANGE.
19004         (_REG_ESPACE): Renamed from REG_ESPACE.
19005         (_REG_BADRPT): Renamed from REG_BADRPT.
19006         (_REG_EEND): Renamed from REG_EEND.
19007         (_REG_ESIZE): Renamed from REG_ESIZE.
19008         (_REG_ERPAREN): Renamed from REG_ERPAREN.
19009         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
19010         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
19011         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
19012         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
19013
19014         (_REG_RE_NAME, _REG_RM_NAME): New macros.
19015         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
19016         changed.  But support the old name if the new one is not defined
19017         and if _REGEX_SOURCE.
19018
19019         Change the following member names in struct re_pattern_buffer.
19020         The old names are still supported if !_REGEX_SOURCE.
19021         The new names are always supported, regardless of _REGEX_SOURCE.
19022         (re_buffer): Renamed from buffer.
19023         (re_allocated): Renamed from allocated.
19024         (re_used): Renamed from used.
19025         (re_syntax): Renamed from syntax.
19026         (re_fastmap): Renamed from fastmap.
19027         (re_translate): Renamed from translate.
19028         (re_can_be_null): Renamed from can_be_null.
19029         (re_regs_allocated): Renamed from regs_allocated.
19030         (re_fastmap_accurate): Renamed from fastmap_accurate.
19031         (re_no_sub): Renamed from no_sub.
19032         (re_not_bol): Renamed from not_bol.
19033         (re_not_eol): Renamed from not_eol.
19034         (re_newline_anchor): Renamed from newline_anchor.
19035
19036         Change the following member names in struct re_registers.
19037         The old names are still supported if !_REGEX_SOURCE.
19038         The new names are always supported, regardless of _REGEX_SOURCE.
19039         (rm_num_regs): Renamed from num_regs.
19040         (rm_start): Renamed from start.
19041         (rm_end): Renamed from end.
19042
19043         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
19044         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
19045         Prepend __ to parameter names.
19046
19047         Undo yesterday's changes.
19048
19049 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
19050
19051         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
19052         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
19053         lib/regex.c.
19054
19055 2005-08-24  Jim Meyering  <jim@meyering.net>
19056
19057         Sync from coreutils.
19058         * m4/fcntl-safer.m4: New file.
19059
19060         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
19061         and object files for this module.
19062
19063 2005-08-24  Jim Meyering  <jim@meyering.net>
19064
19065         Sync from coreutils.
19066         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
19067
19068 2005-08-24  Jim Meyering  <jim@meyering.net>
19069
19070         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
19071         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
19072
19073 2005-08-24  Jim Meyering  <jim@meyering.net>
19074
19075         * modules/fcntl-safer: New module.
19076         * modules/fts (Depends-on): Add fcntl-safer.
19077         * MODULES.html.sh (File descriptor based Input/Output):
19078         Add fcntl-safer.
19079
19080 2005-08-24  Bruno Haible  <bruno@clisp.org>
19081
19082         Support for unit test modules.
19083         * modules/README: Mention tests modules.
19084         * modules/TEMPLATE-TESTS: New file.
19085         * gnulib-tool: New options --extract-tests-module, --with-tests and
19086         --tests-base (unused for the moment).
19087         (testsbase, inctests): New variables.
19088         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
19089         (func_verify_module): Exclude TEMPLATE-TESTS.
19090         (func_verify_nontests_module, func_verify_tests_module): New functions.
19091         (func_get_dependencies): Add implicit dependency for tests modules.
19092         (func_get_tests_module): New function.
19093         (func_modules_transitive_closure): When --with-tests was specified,
19094         include the unit tests as well, unless explicitly avoided.
19095         (func_emit_lib_Makefile_am): Ignore the tests modules here.
19096         (func_emit_tests_Makefile_am): New function.
19097         (func_create_testdir): When --with-tests was specified, emit a
19098         tests/ directory.
19099         * MODULES.html.sh (Future developments): Update.
19100
19101 2005-08-24  Bruno Haible  <bruno@clisp.org>
19102
19103         * modules/tls-tests: New file.
19104         * tests/test-tls.c: New file, from GNU gettext.
19105
19106 2005-08-24  Bruno Haible  <bruno@clisp.org>
19107
19108         * modules/lock-tests: New file.
19109         * tests/test-lock.c: New file, from GNU gettext.
19110
19111 2005-08-24  Bruno Haible  <bruno@clisp.org>
19112
19113         * lib/lock.h: Add multiple inclusion guard.
19114         * lib/tls.h: Add multiple inclusion guard.
19115
19116 2005-08-24  Bruno Haible  <bruno@clisp.org>
19117
19118         * gnulib-tool: Add support for the --aux-dir option to
19119         --create-testdir, --create-megatestdir, --test, --megatest.
19120         (func_create_testdir, func_create_megatestdir): Optionally emit a
19121         AC_CONFIG_AUX_DIR directive.
19122         (create-testdir, create-megatestdir, test, megatest): Provide a
19123         default value for $auxdir.
19124
19125 2005-08-24  Bruno Haible  <bruno@clisp.org>
19126
19127         * gnulib-tool (import): Use compound statement instead of subshell
19128         where possible.
19129
19130 2005-08-24  Bruno Haible  <bruno@clisp.org>
19131
19132         * gnulib-tool (import): Change --aux-dir default to "build-aux".
19133
19134 2005-08-24  Bruno Haible  <bruno@clisp.org>
19135
19136         * gnulib-tool (func_version): Update.
19137
19138 2005-08-24  Bruno Haible  <bruno@clisp.org>
19139
19140         * gnulib-tool (func_import, func_create_testdir,
19141         func_create_megatestdir): Quote all autoconf macro arguments.
19142
19143 2005-08-24  Bruno Haible  <bruno@clisp.org>
19144
19145         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
19146         option --force, because --force causes the aclocal.m4 of each
19147         subdirectory to be newer than the corresponding config.h.in.
19148
19149 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
19150
19151         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
19152         All contents moved to gl_REGEX.
19153         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
19154         assume that it does.
19155
19156 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
19157
19158         * lib/regex.h (REG_NOSYS)
19159         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
19160         Define, since POSIX requires it as of 2001.
19161         (_REG_ENOSYS)
19162         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
19163         New private symbol, used to keep the enum signed in all cases.
19164         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
19165         Youngman in
19166         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
19167
19168         * lib/regex_internal.c (re_string_skip_chars, register_state):
19169         (calc_state_hash):
19170         Remove forward decls; no longer needed now that we use prototypes.
19171         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
19172         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
19173         (clean_state_log_if_needed): Likewise.
19174
19175 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
19176
19177         * config/srclist.txt: Add glibc bugs 1231-1233.
19178
19179 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19180
19181         Fix problems reported by Sam Steingold in
19182         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
19183         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
19184         assumed that reg_errcode_t is a signed type, which is not
19185         necessarily true if _XOPEN_SOURCE is not defined.
19186         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
19187         since some compilers warn about it otherwise.
19188
19189 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19190
19191         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
19192         (init_word_char, create_initial_state, duplicate_node_closure):
19193         (fetch_token, peek_token_bracket, build_range_exp):
19194         (build_collating_symbol): Remove forward decls; no longer needed
19195         now that we use prototypes.
19196
19197         * lib/regcomp.c:
19198         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
19199         (re_compile_fastmap_iter, regcomp, regerror, regfree):
19200         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
19201         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
19202         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
19203         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
19204         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
19205         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
19206         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
19207         (build_range_exp, build_collating_symbol, parse_bracket_exp):
19208         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
19209         (build_charclass, build_charclass_op, fetch_number, create_tree):
19210         (create_token_tree, mark_opt_subexp, duplicate_tree):
19211         Use prototypes rather than old-style definitions.
19212
19213         * lib/regex_internal.c:
19214         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
19215         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
19216         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
19217         (re_string_reconstruct, re_string_peek_byte_case):
19218         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
19219         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
19220         (re_node_set_init_copy, re_node_set_add_intersect):
19221         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
19222         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
19223         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
19224         (re_acquire_state, re_acquire_state_context, register_state):
19225         (create_ci_newstate, create_cd_newstate, free_state):
19226         Likewise.
19227         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
19228         re_search_2):
19229         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
19230         (re_search_internal, prune_impossible_nodes):
19231         (acquire_init_state_context, check_matching, static):
19232         (check_halt_node_context, check_halt_state_context, proceed_next_node):
19233         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
19234         (update_regs, sift_states_backward, build_sifted_states):
19235         (clean_state_log_if_needed, merge_state_array):
19236         (update_cur_sifted_state, add_epsilon_src_nodes):
19237         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
19238         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
19239         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
19240         (find_recover_state, check_subexp_matching_top, transit_state_mb):
19241         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
19242         (check_arrival, check_arrival_add_next_nodes):
19243         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
19244         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
19245         (check_node_accept_bytes, check_node_accept, extend_buffers):
19246         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
19247         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
19248         (sift_ctx_init):
19249         Likewise.
19250
19251         * lib/regex_internal.h:
19252         (re_string_allocate, re_string_construct, re_string_reconstruct):
19253         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
19254         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
19255         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
19256         (re_string_context_at, re_string_peek_byte_case):
19257         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
19258         is defined, since we now use prototypes always.
19259
19260         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
19261         C89 or better.  All uses removed.
19262
19263 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19264
19265         * config/srclist.txt: Add glibc bugs 1220-1227.
19266
19267 2005-08-20  Jim Meyering  <jim@meyering.net>
19268
19269         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
19270         of unused local, dfa.
19271
19272 2005-08-20  Bruno Haible  <bruno@clisp.org>
19273
19274         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
19275
19276 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19277
19278         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
19279         (re_node_set_insert_last, re_dfa_add_node):
19280         Rename local variables to avoid GCC shadowing warnings.
19281
19282 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19283
19284         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
19285         [defined lint]: Suppress bogus uninitialized-variable warnings.
19286
19287         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
19288         and let the caller return REG_ESPACE if out of space.  This
19289         removes an uninitialied-variable warning with GCC 4.0.1, and also
19290         avoids taking the address of a local variable.  All callers
19291         changed.
19292
19293 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19294
19295         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
19296         $LIBCSRC/posix/regexec.c.
19297         Add glibc bug 1217 for regcomp.c.
19298
19299 2005-08-19  Jim Meyering  <jim@meyering.net>
19300
19301         * lib/regexec.c (proceed_next_node): Redo local variables to
19302         avoid GCC shadowing warnings.
19303
19304 2005-08-18  Bruno Haible  <bruno@clisp.org>
19305
19306         * lib/strstr.c (strstr): Fix return value in multibyte case.
19307         * lib/strcasestr.c (strcasestr): Likewise.
19308
19309 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19310
19311         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
19312
19313 2005-08-17  Jim Meyering  <jim@meyering.net>
19314
19315         Make the %s format (seconds since the epoch) work for a negative
19316         number and when used with a zero-padded field width, e.g. %015s.
19317
19318         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
19319         label so that it precedes the code to set `digits'.  Otherwise,
19320         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
19321         print `00-22'.  Now, it prints `-0022', as it should.
19322
19323 2005-08-17  Bruno Haible  <bruno@clisp.org>
19324
19325         * modules/strstr (Files): Add m4/mbrtowc.m4.
19326         (Depends-on): Add mbuiter.
19327
19328 2005-08-17  Bruno Haible  <bruno@clisp.org>
19329
19330         * modules/strcasestr: New file.
19331         * MODULES.html.sh (String handling, based on ANSI C 89): Add
19332         strcasestr.
19333
19334 2005-08-17  Bruno Haible  <bruno@clisp.org>
19335
19336         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
19337
19338 2005-08-17  Bruno Haible  <bruno@clisp.org>
19339
19340         * modules/mbuiter: New file.
19341         * MODULES.html.sh (Extended multibyte and wide character utilities):
19342         Add mbuiter.
19343
19344 2005-08-17  Bruno Haible  <bruno@clisp.org>
19345
19346         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
19347         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
19348
19349 2005-08-17  Bruno Haible  <bruno@clisp.org>
19350
19351         * m4/strcasestr.m4: New file.
19352
19353 2005-08-17  Bruno Haible  <bruno@clisp.org>
19354
19355         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
19356         * lib/strstr.c: Completely rewritten, with multibyte locale support.
19357
19358 2005-08-17  Bruno Haible  <bruno@clisp.org>
19359
19360         * lib/strcasestr.h: New file.
19361         * lib/strcasestr.c: New file.
19362
19363 2005-08-17  Bruno Haible  <bruno@clisp.org>
19364
19365         * lib/strcasecmp.c: Use mbuiter.h.
19366
19367 2005-08-17  Bruno Haible  <bruno@clisp.org>
19368
19369         * lib/mbuiter.h: New file.
19370
19371 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
19372
19373         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
19374         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
19375         and gl_GETOPT are both invoked via different paths (as happens
19376         with GNU tar CVS because it uses both argp and getopt), the former
19377         wins.
19378
19379 2005-08-16  Bruno Haible  <bruno@clisp.org>
19380
19381         * modules/tls: New file.
19382         * MODULES.html.sh (Multithreading): Add tls.
19383
19384 2005-08-16  Bruno Haible  <bruno@clisp.org>
19385
19386         * modules/strnlen1: New file.
19387         * MODULES.html.sh (String handling): Add strnlen1.
19388
19389 2005-08-16  Bruno Haible  <bruno@clisp.org>
19390
19391         * modules/strcase (Files): Add m4/mbrtowc.m4.
19392         (Depends-on): Add strnlen1, mbchar.
19393
19394 2005-08-16  Bruno Haible  <bruno@clisp.org>
19395
19396         * modules/mbiter: New file.
19397         * MODULES.html.sh (Extended multibyte and wide character utilities):
19398         Add mbiter.
19399
19400 2005-08-16  Bruno Haible  <bruno@clisp.org>
19401
19402         * modules/mbfile: New file.
19403         * MODULES.html.sh (Extended multibyte and wide character utilities):
19404         Add mbfile.
19405
19406 2005-08-16  Bruno Haible  <bruno@clisp.org>
19407
19408         * modules/mbchar: New file.
19409         * MODULES.html.sh (Extended multibyte and wide character utilities):
19410         New section.
19411
19412 2005-08-16  Bruno Haible  <bruno@clisp.org>
19413
19414         * m4/tls.m4: New file, from GNU gettext.
19415
19416 2005-08-16  Bruno Haible  <bruno@clisp.org>
19417
19418         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
19419         always.
19420         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
19421
19422 2005-08-16  Bruno Haible  <bruno@clisp.org>
19423
19424         * m4/mbiter.m4: New file.
19425
19426 2005-08-16  Bruno Haible  <bruno@clisp.org>
19427
19428         * m4/mbfile.m4: New file.
19429
19430 2005-08-16  Bruno Haible  <bruno@clisp.org>
19431
19432         * m4/mbchar.m4: New file.
19433
19434 2005-08-16  Bruno Haible  <bruno@clisp.org>
19435
19436         * lib/tls.h: New file, from GNU gettext.
19437         * lib/tls.c: New file, from GNU gettext.
19438
19439 2005-08-16  Bruno Haible  <bruno@clisp.org>
19440
19441         * lib/strnlen1.h: New file.
19442         * lib/strnlen1.c: New file.
19443
19444 2005-08-16  Bruno Haible  <bruno@clisp.org>
19445
19446         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
19447         (mbi_init): Update.
19448         (mbi_avail, mbi_advance): Let the iteration end before the terminating
19449         NUL byte, not after it.
19450
19451 2005-08-16  Bruno Haible  <bruno@clisp.org>
19452
19453         * lib/strcase.h (strcasecmp): Add note in comments.
19454         * lib/strncasecmp.c: Use code from strcasecmp.c.
19455         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
19456         (strcasecmp): Work correctly in multibyte locales.
19457
19458 2005-08-16  Bruno Haible  <bruno@clisp.org>
19459
19460         * lib/mbiter.h: New file.
19461
19462 2005-08-16  Bruno Haible  <bruno@clisp.org>
19463
19464         * lib/mbfile.h: New file.
19465
19466 2005-08-16  Bruno Haible  <bruno@clisp.org>
19467
19468         * lib/mbchar.h: New file.
19469         * lib/mbchar.c: New file.
19470
19471 2005-08-16  Bruno Haible  <bruno@clisp.org>
19472
19473         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
19474         the valid ones. Makes the comparison operations transitive:
19475         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
19476         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
19477
19478 2005-08-15  Simon Josefsson  <jas@extundo.com>
19479
19480         * modules/ssize_t (License): Change to 'unlimited'.
19481
19482         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
19483
19484 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19485
19486         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
19487         Add comments for each pending glibc patch.
19488
19489 2005-08-15  Bruno Haible  <bruno@clisp.org>
19490
19491         * lib/regex.h (__restrict_arr): Don't define to __restrict if
19492         __cplusplus is defined.
19493
19494 2005-08-14  Jim Meyering  <jim@meyering.net>
19495
19496         Sync from coreutils.
19497
19498         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
19499         Use the hash-table-based cycle-detection code not just when
19500         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
19501         Reported by James Youngman in
19502         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
19503         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
19504         FTS_TIGHT_CYCLE_CHECK.
19505         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
19506         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
19507         once again.
19508         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
19509         * lib/fts.c (fd_safer): Remove decl.
19510         Include fcntl--.h rather than unistd-safer.h
19511         (fts_safe_changedir): Don't call fd_safer; no longer needed
19512         now that we include fcntl--.h.
19513
19514 2005-08-12  Simon Josefsson  <jas@extundo.com>
19515
19516         * modules/getndelim2: Use ssize_t module.
19517         * modules/getnline: Likewise.
19518         * modules/safe-read: Likewise.
19519         * modules/xreadlink: Likewise.
19520
19521         * modules/ssize_t: New file.
19522
19523 2005-08-12  Simon Josefsson  <jas@extundo.com>
19524
19525         * m4/readline.m4: Look for termcap, curses or ncurses if required.
19526
19527 2005-08-12  Simon Josefsson  <jas@extundo.com>
19528
19529         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19530         ssize_t.
19531
19532 2005-08-12  Simon Josefsson  <jas@extundo.com>
19533
19534         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
19535         readline, getdelim and check_version.
19536         (Support for systems lacking ISO C 99: Sizes of integer types):
19537         Add size_max.
19538
19539 2005-08-12  Bruno Haible  <bruno@clisp.org>
19540
19541         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
19542
19543 2005-08-11  Simon Josefsson  <jas@extundo.com>
19544
19545         * modules/readline: New file.
19546
19547         * modules/strnlen (Files): Add strnlen.h.
19548
19549 2005-08-11  Simon Josefsson  <jas@extundo.com>
19550
19551         * m4/readline.m4: New file.
19552
19553 2005-08-11  Simon Josefsson  <jas@extundo.com>
19554
19555         * lib/readline.h, readline.c: New file.
19556
19557 2005-08-11  Simon Josefsson  <jas@extundo.com>
19558
19559         * doc/gnulib.texi (Initial import, Finishing touches): Mention
19560         gl_AVOID.
19561
19562 2005-08-11  Bruno Haible  <bruno@clisp.org>
19563
19564         * lib/strnlen.h (strnlen): Change parameter name to match comment.
19565
19566 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
19567
19568         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
19569
19570 2005-08-10  Simon Josefsson  <jas@extundo.com>
19571
19572         * tests/test-iconvme.c: New file.
19573
19574 2005-08-10  Simon Josefsson  <jas@extundo.com>
19575
19576         * m4/strnlen.m4: New file.
19577
19578         * m4/strndup.m4: Don't check for strnlen declaration, done in
19579         strnlen.m4.
19580
19581 2005-08-10  Simon Josefsson  <jas@extundo.com>
19582
19583         * lib/strndup.c: Use strnlen.h.
19584
19585         * lib/strnlen.h: New file.
19586
19587 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
19588
19589         * README: Typos.
19590
19591 2005-08-02  Simon Josefsson  <jas@extundo.com>
19592
19593         * modules/readline: New file.
19594
19595 2005-08-02  Simon Josefsson  <jas@extundo.com>
19596
19597         * modules/getdelim: New file.
19598
19599         * modules/getline: Rewrite, don't use getndelim2.
19600
19601 2005-08-02  Simon Josefsson  <jas@extundo.com>
19602
19603         * m4/getline.m4: Separate out getdelim stuff into separate module.
19604
19605         * m4/getdelim.m4: New file.
19606
19607 2005-08-02  Simon Josefsson  <jas@extundo.com>
19608
19609         * lib/getline.h, getline.c: Rewrite.
19610
19611         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
19612
19613 2005-07-31  Bruno Haible  <bruno@clisp.org>
19614
19615         * lib/lock.h (gl_lock_initializer): New macro.
19616         (gl_lock_define_initialized): Use it.
19617         (gl_rwlock_initializer): New macro.
19618         (gl_rwlock_define_initialized): Use it.
19619         (gl_recursive_lock_initializer): New macro.
19620         (gl_recursive_lock_define_initialized): Use it.
19621
19622 2005-07-30  Karl Berry  <karl@gnu.org>
19623
19624         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
19625         Report from Ben Pfaff, regarding getopt.
19626
19627 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
19628
19629         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
19630         normal way.
19631         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
19632         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
19633         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
19634         (gl_GETOPT): Use the new macros.  Most of the implementation
19635         is moved to the new macros.  This is for programs like Emacs
19636         that don't want all the functionality of gl_GETOPT.
19637
19638 2005-07-26  Bruno Haible  <bruno@clisp.org>
19639
19640         * m4/lock.m4: Update from GNU gettext.
19641
19642 2005-07-26  Bruno Haible  <bruno@clisp.org>
19643
19644         * lib/lock.h: Update from GNU gettext.
19645         * lib/lock.c: Update from GNU gettext.
19646
19647 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
19648
19649         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
19650         obsolescent AC_TRY_RUN.  Include the default includes files, for
19651         'exit'.
19652
19653 2005-07-24  Bruno Haible  <bruno@clisp.org>
19654
19655         * modules/visibility: New file.
19656         * MODULES.html.sh (Misc): Add visibility.
19657
19658 2005-07-24  Bruno Haible  <bruno@clisp.org>
19659
19660         * m4/visibility.m4: New file.
19661
19662 2005-07-24  Bruno Haible  <bruno@clisp.org>
19663
19664         * doc/visibility.texi: New file.
19665
19666 2005-07-22  Bruno Haible  <bruno@clisp.org>
19667
19668         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
19669         $(ALLOCA_H), redundant through BUILT_SOURCES.
19670         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
19671         redundant through BUILT_SOURCES.
19672         * modules/byteswap (Makefile.am): Remove explicit dependency on
19673         $(BYTESWAP_H), redundant through BUILT_SOURCES.
19674         * modules/fnmatch (Makefile.am): Remove explicit dependency on
19675         $(FNMATCH_H), redundant through BUILT_SOURCES.
19676         * modules/getopt (Makefile.am): Remove explicit dependency on
19677         $(GETOPT_H), redundant through BUILT_SOURCES.
19678         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
19679         redundant through BUILT_SOURCES.
19680         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
19681         redundant through BUILT_SOURCES.
19682         * modules/stdbool (Makefile.am): Remove explicit dependency on
19683         $(STDBOOL_H), redundant through BUILT_SOURCES.
19684         * modules/stdint (Makefile.am): Remove explicit dependency on
19685         $(STDINT_H), redundant through BUILT_SOURCES.
19686         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
19687         Remove explicit dependency on $(SYSEXITS_H).
19688         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
19689
19690 2005-07-18  Simon Josefsson  <jas@extundo.com>
19691
19692         * lib/check-version.c (check_version): Accept identical versions too.
19693
19694 2005-07-18  Bruno Haible  <bruno@clisp.org>
19695
19696         * modules/lock: New file.
19697         * MODULES.html.sh (Multithreading): New section.
19698
19699 2005-07-18  Bruno Haible  <bruno@clisp.org>
19700
19701         * m4/lock.m4: New file, from GNU gettext.
19702
19703 2005-07-18  Bruno Haible  <bruno@clisp.org>
19704
19705         * lib/lock.h: New file, from GNU gettext.
19706         * lib/lock.c: New file, from GNU gettext.
19707
19708 2005-07-18  Bruno Haible  <bruno@clisp.org>
19709
19710         * lib/lock.h (gl_once_t): New type.
19711         (gl_once_define, gl_once): New macros.
19712         * lib/lock.c (fresh_once): New variable.
19713         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
19714         functions.
19715
19716 2005-07-16  Simon Josefsson  <jas@extundo.com>
19717
19718         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
19719         workaround, suggested by Bruno.
19720
19721 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
19722
19723         * modules/xalloc (Depends-on): Add xalloc-die.
19724         * modules/xvasprintf (Depends-on): Add xalloc-die.
19725
19726 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
19727
19728         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
19729         with a minor change.
19730
19731 2005-07-15  Bruno Haible  <bruno@clisp.org>
19732
19733         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
19734         When using lib/poll.c, define poll as rpl_poll.
19735
19736 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
19737
19738         * modules/argp (Depends-on): Remove unlocked-io.
19739
19740 2005-07-14  Derek Price  <derek@ximbiot.com>
19741
19742         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
19743         for glob symlink bug.
19744
19745 2005-07-14  Bruno Haible  <bruno@clisp.org>
19746
19747         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
19748         Instead, test for *_unlocked function declarations directly.
19749
19750 2005-07-11  Simon Josefsson  <jas@extundo.com>
19751
19752         * modules/size_max: New file.
19753
19754         * modules/xsize: Depend on size_max module for size_max.m4.
19755
19756 2005-07-11  Simon Josefsson  <jas@extundo.com>
19757
19758         * lib/size_max.h: New file.
19759
19760 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
19761
19762         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
19763         copyright symbol and the year.
19764         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
19765         (version_etc_va): Use parameterized copyright notice.
19766         Reword to conform to the current GNU coding standards.
19767
19768 2005-07-11  Karl Berry  <karl@gnu.org>
19769
19770         * doc/gnulib.texi (Quoting): new node.
19771         (Initial import): more info, from Patrice.
19772
19773 2005-07-11  Bruno Haible  <bruno@clisp.org>
19774
19775         * gnulib-tool (func_usage): Document option --avoid.
19776         (Command line options): Handle --avoid.
19777         (func_acceptable): New function.
19778         (func_modules_transitive_closure): Use it.
19779
19780 2005-07-11  Bruno Haible  <bruno@clisp.org>
19781
19782         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
19783         Reported by Jim Meyering.
19784
19785 2005-07-10  Bruno Haible  <bruno@clisp.org>
19786
19787         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
19788         Needed when size_t is smaller than 'unsigned int'.
19789         Reported by Paul Eggert.
19790
19791 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19792
19793         * modules/argp (Depends-on): Add unlocked-io
19794
19795 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19796
19797         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
19798         block of defines.
19799
19800 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
19801
19802         * config/srclist.txt: Comment out regcomp.c, since we have a porting
19803         fix now.
19804
19805 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
19806         and Paul Eggert  <eggert@cs.ucla.edu>
19807
19808         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
19809         in wint_t, not wchar_t.  Remove now-unnecessary cast.
19810
19811 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19812
19813         * modules/regex (Files): Add lib/regex_internal.c,
19814         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
19815         (Depends-on): Add extensions.
19816         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
19817
19818 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19819
19820         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
19821         pathconf.
19822         * m4/same.m4 (gl_SAME): Likewise.
19823         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
19824
19825         * m4/regex.m4: Adjust to new libc regex implementation.
19826         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
19827         all the .c and .h parts of (the new) regex.
19828         Quote the m4 stuff better.
19829         Check for RE_ICASE bug of old gnulib.
19830         Check for REG_STARTEND of recent libc.
19831         Rename local variables from jm_* to gl_*.
19832         Quote operand of "test -f".
19833         Say "recent enough" version of libc, not "version 2".
19834         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
19835         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
19836         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
19837         Remove check for btowc, isascii.
19838         Require AM_LANGINFO_CODESET.
19839
19840 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19841
19842         * lib/regex.c, regex.h: Sync from libc.
19843         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
19844         * lib/regexec.c:
19845         New files, synced from libc, except that regex_internal.h
19846         currently has a small porting fix.
19847
19848 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19849
19850         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
19851         regex_internal.c, regexec.c.
19852         Add regex_internal.h too, but as a comment, since the libc version
19853         is currently broken in gnulib mode.
19854
19855 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
19856
19857         Support programs like Emacs that use gnulib but not gettext.
19858         * MODULES.html.sh (Internationalization functions): Add gettext-h.
19859         * modules/gettext-h: New file.
19860         * modules/gettext (Files): Remove lib/gettext.h.
19861         (Depends-on): Add gettext-h.
19862         (Makefile.am): Remove lib_SOURCES.
19863         * modules/argmatch, modules/c-stack, modules/closeout:
19864         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
19865         * modules/execute, modules/file-type, modules/getaddrinfo:
19866         * modules/getopt, modules/human, modules/javacomp:
19867         * modules/javaexec, modules/mkdir-p, modules/obstack:
19868         * modules/openat, modules/pagealign_alloc, modules/pipe:
19869         * modules/quotearg, modules/regex, modules/rpmatch:
19870         * modules/unicodeio, modules/userspec, modules/version-etc:
19871         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
19872         * modules/xsetenv:
19873         Depend on gettext-h, not gettext.
19874
19875 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
19876
19877         * gnulib-tool (func_import): Add support for 'public domain' license.
19878         * modules/alloca, modules/atexit, modules/memmove:
19879         Now public domain, not GPL.
19880         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
19881         * modules/realloc, modules/strerror, modules/strtod:
19882         Now LGPL, not GPL.
19883
19884 2005-07-05  Bruno Haible  <bruno@clisp.org>
19885
19886         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
19887         autoconf CVS. Needed for mingw.
19888
19889 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19890
19891         Remove the dependency of the strftime module on the tzset module.
19892         * modules/strftime (Depends-on): Remove dependency on tzset.
19893
19894 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19895
19896         Remove the dependency of the strftime module on the tzset module.
19897         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
19898         gl_FUNC_TZSET_CLOBBER.
19899
19900 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19901
19902         Remove the dependency of the strftime module on the tzset module.
19903         * lib/strftime.c (my_strftime)
19904         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
19905         Copy the input structure, to work around some of the bug with
19906         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
19907         Solaris releases, you should also use the tzset module, but we won't
19908         require it as a dependency any more since we don't want LGPLed code
19909         to depend on GPLed code.
19910
19911 2005-07-02  Jim Meyering  <jim@meyering.net>
19912
19913         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
19914         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
19915         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
19916         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
19917
19918 2005-07-02  Jim Meyering  <jim@meyering.net>
19919
19920         * lib/backupfile.c (backup_args): Change a `0' to NULL.
19921
19922 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
19923
19924         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
19925         declares only 'struct timespec;' (!).
19926
19927 2005-07-01  Jim Meyering  <jim@meyering.net>
19928
19929         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
19930         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
19931         * lib/save-cwd.c, tempname.c:
19932         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
19933         and don't include <sys/file.h>).
19934
19935 2005-06-29  Jim Meyering  <jim@meyering.net>
19936
19937         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
19938         type name.  Use the variable name instead.
19939         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
19940         Likewise.
19941
19942 2005-06-28  Simon Josefsson  <jas@extundo.com>
19943
19944         * modules/check-version (Files): Add check-version.m4.
19945
19946 2005-06-28  Simon Josefsson  <jas@extundo.com>
19947
19948         * m4/check-version.m4: New file, suggested by Jim Meyering
19949         <jim@meyering.net>.
19950
19951 2005-06-28  Simon Josefsson  <jas@extundo.com>
19952
19953         * lib/check-version.h, lib/check-version.c: New files.
19954
19955 2005-06-28  Simon Josefsson  <jas@extundo.com>
19956
19957         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
19958         collision with global variable.  Better indentation.  Don't
19959         increment buffer pointer beyond buffer end.  Based on comments
19960         from Paul Eggert <eggert@cs.ucla.edu>.
19961
19962         * lib/base64.h: Indent.
19963
19964 2005-06-28  Simon Josefsson  <jas@extundo.com>
19965
19966         * doc/gnulib.texi (Library version handling): New section.
19967
19968 2005-06-28  Jim Meyering  <jim@meyering.net>
19969
19970         * check-module (find_included_lib_files): Hard-code another
19971         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
19972         but modules/fts-lgpl (correctly) does not list those files.
19973
19974         * modules/canonicalize (Files): Add lib/pathmax.h.
19975
19976 2005-06-25  Simon Josefsson  <jas@extundo.com>
19977
19978         * modules/check-version: New file.
19979
19980 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
19981
19982         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
19983         initializer of struct addrinfo, as an indication that we don't
19984         care how many members the structure has.
19985
19986 2005-06-24  Derek Price  <derek@ximbiot.com>
19987         and Bruno Haible  <bruno@clisp.org>
19988
19989         Remove stat module & update lstat.
19990         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
19991         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
19992         * m4/stat.m4: Remove this file.
19993
19994 2005-06-24  Derek Price  <derek@ximbiot.com>
19995         and Bruno Haible  <bruno@clisp.org>
19996
19997         Remove stat module & update lstat.
19998         * lib/stat.c: Remove this file...
19999         (slash_aware_lstat): ...moving this content and its support...
20000         * lib/lstat.c (rpl_lstat): ...into here.
20001         * lib/lstat.h: New file.
20002
20003 2005-06-24  Derek Price  <derek@ximbiot.com>
20004         and Bruno Haible  <bruno@clisp.org>
20005
20006         Remove stat module & update lstat.
20007         * config/srclist.txt (libc sources): Remove stat.
20008
20009 2005-06-24  Derek Price  <derek@ximbiot.com>
20010         and Bruno Haible  <bruno@clisp.org>
20011
20012         Remove stat module & update lstat.
20013         * MODULES.html.sh (stat): Remove.
20014         * MODULES.html: Regenerated.
20015         * modules/lstat (Description): Correct function name.
20016         (Files): Add "lstat.h".
20017         (Depends-on): Remove stat, add xalloc, stat-macros.
20018         * modules/stat: Remove this file.
20019         (Include): Add "lstat.h", remove <sys/stat.h>.
20020
20021 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
20022
20023         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
20024         (ranged_convert): Don't save conversion in a temporary struct.
20025         This causes a warning with GCC 4.0.0, and anyway in the typical
20026         case it's not worth the extra 100 bytes or so of code.
20027         (ranged_convert, __mktime_internal): When calling a function via a
20028         pointer P, use P () rather than (*P) (), as we now assume C89 or
20029         better.
20030
20031 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
20032
20033         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
20034         "who -r" failed to give output.  Problem reported by Tim Waugh.
20035
20036         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
20037         (xcalloc): Use it to avoid needless tests.
20038         Problem reported by Jim Meyering.
20039
20040 2005-06-20  Derek Price  <derek@ximbiot.com>
20041
20042         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
20043         unnecessary for Autoconfs > 2.59c.
20044
20045 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20046
20047         * lib/argp.h (__option_is_short): Check upper limit of
20048         __key. Isprint() requires its argument to have the value
20049         of an unsigned char or EOF.
20050
20051 2005-06-16  Jim Meyering  <jim@meyering.net>
20052
20053         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
20054         when either N or S is zero.
20055
20056 2005-06-16  Derek Price  <derek@ximbiot.com>
20057
20058         * m4/bison.m4: Declare YACC & YFLAGS precious.
20059
20060 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
20061
20062         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
20063         multibyte string or pattern, fall back on unibyte matching.
20064         Problem reported by James Youngman.
20065
20066 2005-06-08  Bruno Haible  <bruno@clisp.org>
20067
20068         * modules/csharpcomp: New file.
20069         * MODULES.html.sh (C#): Add csharpcomp.
20070
20071 2005-06-08  Bruno Haible  <bruno@clisp.org>
20072
20073         * m4/csharpcomp.m4: New file, from GNU gettext.
20074
20075 2005-06-08  Bruno Haible  <bruno@clisp.org>
20076
20077         * lib/csharpcomp.h: New file, from GNU gettext.
20078         * lib/csharpcomp.c: New file, from GNU gettext.
20079         * lib/csharpcomp.sh.in: New file, from GNU gettext.
20080
20081 2005-06-08  Bruno Haible  <bruno@clisp.org>
20082
20083         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
20084         warning on mingw.
20085
20086 2005-06-07  Derek Price  <derek@ximbiot.com>
20087
20088         Sync from CVS.
20089         * lib/glob_.h: Indent nested #ifdef.
20090
20091 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
20092
20093         Sync from coreutils.
20094         Use "file name" when talking about file names, instead of "filename"
20095         or "path", as per the GNU coding standards.
20096         * lib/mkdir-p.c: Renamed from makepath.c.
20097         (make_dir_parents): Renamed from make_path.  All callers changed.
20098         * lib/mkdir-p.h: Likewise.  All includers changed.
20099         * lib/filenamecat.c: Renamed from path-concat.c.
20100         (file_name_concat): Renamed from path_concat.  All callers changed.
20101         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
20102         * lib/filenamecat.h: Likewise.  All includers changed.
20103         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
20104         in comments or local variable names.
20105         * lib/basename.c: Likewise.
20106         * lib/canonicalize.c, canonicalize.h: Likewise.
20107         * lib/dirname.c, dirname.h: Likewise.
20108         * lib/euidaccess.c: Likewise.
20109         * lib/exclude.c: Likewise
20110         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
20111         * lib/fsusage.c, fsuage.h: Likewise.
20112         * lib/fts.c, fts_.h: Likewise.
20113         * lib/getcwd.c: Likewise.
20114         * lib/getloadavg.c: Likewise.
20115         * lib/mkstemp.c: Likewise.
20116         * lib/mountlist.c, mountlist.h: Likewise.
20117         * lib/openat.c, openat.h: Likewise.
20118         * lib/readlink-stub.c: Likewise.
20119         * lib/readutmp.c, readutmp.h: Likewise.
20120         * lib/rename.c: Likewise.
20121         * lib/rmdir.c: Likewise.
20122         * lib/same.c: Likewise.
20123         * lib/savedir.c: Likewise.
20124         * lib/stripslash.c: Likewise.
20125         * lib/tempname.c: Likewise.
20126         * lib/xreadlink.c: Likewise.
20127         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
20128         All uses changed.
20129         * lib/exclude.h: Likewise.
20130
20131         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
20132         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
20133         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
20134         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
20135         * lib/pathmax.h: Include <limits.h> unconditionally, since other
20136         files have been getting away with it for years (MORE/BSD 4.3
20137         is extinct now).
20138         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
20139         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
20140
20141         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
20142         Define to 256, not 255, as per modern POSIX.
20143
20144 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
20145
20146         Sync from coreutils.
20147         Use "file name" when talking about file names, instead of "filename"
20148         or "path", as per the GNU coding standards.
20149         * MODULES.html.sh: mkdir-p renamed from makepath.
20150         filenamecat renamed from path-concat.
20151         * modules/filenamecat: Renamed from modules/path-concat.
20152         (Files): filenamecat.h and filenamecat.c renamed from
20153         path-concat.h and path-concat.c.
20154         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
20155         (Include): filenamecat.h, not path-concat.h.
20156         * modules/mkdir-p: Renamed from modules/makepath.
20157         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
20158         makepath.c.
20159         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
20160         (Include): mkdir-p.h, not makepath.h.
20161
20162 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
20163
20164         Sync from coreutils.
20165         * m4/mkdir-p.m4: Renamed from makepath.m4.
20166         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
20167         Rename files from makepath.c to mkdir-p.c, and from
20168         makepath.h to mkdir-p.h.
20169         * m4/filenamecat.m4: Renamed from path-concat.m4.
20170         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
20171         Rename files from path-concat.c to filenamecat.c,
20172         and from path-concat.h to filenamecat.h.
20173         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
20174         "file name" in local variables or comments.
20175         * m4/rename.m4: Likewise.
20176
20177 2005-06-01  Bruno Haible  <bruno@clisp.org>
20178
20179         * modules/csharpexec: New file.
20180         * MODULES.html.sh (C#): New section.
20181
20182 2005-06-01  Bruno Haible  <bruno@clisp.org>
20183
20184         * m4/csharp.m4: New file, from GNU gettext.
20185         * m4/csharpexec.m4: New file, from GNU gettext.
20186
20187 2005-06-01  Bruno Haible  <bruno@clisp.org>
20188
20189         * lib/csharpexec.h: New file, from GNU gettext.
20190         * lib/csharpexec.c: New file, from GNU gettext.
20191         * lib/csharpexec.sh.in: New file, from GNU gettext.
20192
20193 2005-05-31  Derek Price  <derek@ximbiot.com>
20194             Paul Eggert  <eggert@cs.ucla.edu>
20195
20196         Sync from cvs.
20197         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
20198
20199 2005-05-31  Derek Price  <derek@ximbiot.com>
20200             Paul Eggert  <eggert@cs.ucla.edu>
20201
20202         Sync from cvs.
20203         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
20204
20205 2005-05-29  Derek Price  <derek@ximbiot.com>
20206
20207         * config/srclist.txt (glob_.h, glob.c): Add these files.
20208
20209 2005-05-29  Derek Price  <derek@ximbiot.com>
20210
20211         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
20212         * modules/glob: New file.
20213         * modules/getlogin_r: Add link to POSIX spec in description.
20214
20215 2005-05-29  Derek Price  <derek@ximbiot.com>
20216             Paul Eggert  <eggert@cs.ucla.edu>
20217
20218         * m4/glob.m4: New file.
20219
20220 2005-05-29  Derek Price  <derek@ximbiot.com>
20221             Paul Eggert  <eggert@cs.ucla.edu>
20222
20223         * lib/glob_.h, lib/glob.c: New files.
20224
20225 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20226
20227         * modules/fts (Files): Remove m4/inttypes-pri.m4.
20228         * modules/fts-lgpl (Depends-on): Remove gettext.
20229
20230 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20231
20232         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
20233         and don't require gt_INTTYPES_PRI.
20234
20235 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20236
20237         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
20238
20239         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
20240         the configuration hassle isn't worth it.
20241         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
20242         (LONGEST_MODIFIER, PRIuMAX): Remove.
20243
20244 2005-05-27  Bruno Haible  <bruno@clisp.org>
20245
20246         * lib/getlogin_r.h: Remove second include of <stddef.h>.
20247
20248 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
20249
20250         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
20251         _POSIX_PTHREAD_SEMANTICS for Solaris.
20252
20253 2005-05-25  Derek Price  <derek@ximbiot.com>
20254
20255         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
20256
20257 2005-05-25  Derek Price  <derek@ximbiot.com>
20258             Paul Eggert  <eggert@cs.ucla.edu>
20259
20260         * modules/getlogin_r, m4/getlogin_r.m4: New files.
20261         * lib/getlogin_r.c, getlogin_r.h: New files.
20262
20263 2005-05-25  Bruno Haible  <bruno@clisp.org>
20264             Derek Price  <derek@ximbiot.com>
20265
20266         * lib/getlogin_r.h: Simplify API documentation.
20267
20268 2005-05-23  Derek Price  <derek@ximbiot.com>
20269
20270         * modules/minmax (Files): Add m4/minmax.m4.
20271         (configure.ac): Add gl_MINMAX.
20272
20273 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
20274
20275         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
20276         so that unistd-safer.h (GPL'ed code) need not be included.
20277
20278 2005-05-22  Bruno Haible  <bruno@clisp.org>
20279
20280         * m4/minmax.m4: New file.
20281         Based on a patch by Derek Price <derek@ximbiot.com>.
20282
20283 2005-05-22  Bruno Haible  <bruno@clisp.org>
20284
20285         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
20286         (INT64_MIN): Fix definition.
20287         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
20288
20289         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
20290         NEED_SIGNED_INT_TYPES.
20291
20292         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
20293         HAVE_SYSTEM_INTTYPES.
20294
20295 2005-05-22  Bruno Haible  <bruno@clisp.org>
20296
20297         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
20298         Also include <sys/param.h> if it defines MIN, MAX.
20299         Based on a patch by Derek Price <derek@ximbiot.com>.
20300
20301 2005-05-21  Jim Meyering  <jim@meyering.net>
20302
20303         * modules/fts (Files): Add m4/inttypes-pri.m4.
20304         (Depends-on): Add lstat and remove gettext.  Alphabetize.
20305
20306 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20307
20308         New fts module.
20309         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
20310         (setup_dir, free_dir): New functions.
20311         (enter_dir, leave_dir): Define trivial
20312         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
20313         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
20314         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
20315         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
20316         Move to fts-cycle.c.
20317         (fts_open): Use setup_dir.
20318         (fts_close): Use free_dir.
20319         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
20320         This adds a label and some gotos, but the alternatives were messier.
20321         Check for memory allocation failure when entering a dir.
20322         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
20323         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
20324         (FTS): New member fts_cycle, that is a union that contains the
20325         old active_dir_ht and cycle_state.  All uses changed to mention
20326         fts_cycle.ht and fts_cycle.state.
20327         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
20328         fts.c, with the following changes:
20329         (setup_dir, free_dir): New functions.
20330         (enter_dir): Now returns bool.  Return true if successful, false
20331         if memory exhausted.  All callers changed.
20332         Do not bother partly cleaning up on
20333         memory allocation failure; that is free_dir's job.
20334         However, free ad if hash_insert fails, to avoid memory leak.
20335         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
20336         fts->fts_options to see which union member to use.
20337
20338 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20339
20340         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
20341         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
20342
20343 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20344
20345         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
20346
20347 2005-05-20  Jim Meyering  <jim@meyering.net>
20348
20349         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
20350         Now a macro, to pacify GCC.
20351
20352 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
20353
20354         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
20355         of -1.
20356
20357 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
20358
20359         * lib/chown.c (rpl_chown): Return -1 on failure.
20360
20361 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
20362
20363         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
20364         Don't check for stddef.h.
20365         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
20366         don't use its results.
20367         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
20368         since we include them unconditionally.  Don't require
20369         AM_STDBOOL_H, since stdbool is a prerequisite.
20370         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
20371         since we assume C89 or better.
20372         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
20373         as we don't use their results.
20374         Don't check for fchdir, memmove, memset, strrchr, as we use
20375         them unconditionally.
20376         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
20377         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
20378
20379 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
20380
20381         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
20382         Include <stddef.h> unconditionally, since we assume C89 now.
20383         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
20384         * lib/fts.c: Include fts_.h first, to check interface.
20385         Do not include intprops.h; no longer needed.
20386         Include cycle-check.h and hash.h, since fts_.h no longer does.
20387         Remove unnecessary casts of closedir to void.
20388         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
20389         decide whether to decrement nlinks.
20390         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
20391         (FTS): Use struct hash_table * instead of Hash_table, so that
20392         we no longer need to include hash.h here.
20393
20394 2005-05-18  Jim Meyering  <jim@meyering.net>
20395
20396         * modules/dirfd (License): Change to LGPL.  Most of the code
20397         is already in the public domain.
20398
20399 2005-05-18  Jim Meyering  <jim@meyering.net>
20400
20401         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
20402         Reported by Yoann Vandoorselaere.
20403
20404 2005-05-17  Jim Meyering  <jim@meyering.net>
20405
20406         * m4/fts.m4: New file, from coreutils.
20407
20408 2005-05-17  Jim Meyering  <jim@meyering.net>
20409
20410         * lib/fts.c, lib/fts_.h: New files, from coreutils.
20411
20412 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20413
20414         Sync from coreutils.
20415         * m4/unlinkdir.m4: New file.
20416
20417 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20418
20419         Sync from coreutils.
20420         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
20421         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
20422         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
20423         White space changes only.
20424         * lib/makepath.c (make_path): Port to hosts where leading "//" is
20425         special.
20426         * lib/yesno.c: Include getline.h, not ctype.h.
20427         (yesno): Don't remove leading white space; POSIX doesn't allow it.
20428         Use getline to remove arbitrary restriction on response length.
20429
20430 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20431
20432         * config/srclist-update: Spell out "Street" in FSF postal
20433         mail address; this is the style the FSF seems to prefer.
20434
20435         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
20436         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
20437         this updates FSF postal mail address.
20438
20439         Sync from coreutils.
20440         * modules/unlinkdir: New file.
20441         * modules/yesno (Depends-on): Add getline.
20442         * MODULES.html.sh (File system functions): Add unlinkdir.
20443
20444 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20445
20446         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
20447         lib/strsep.h:
20448         Change the initial comment to refer to GPL, not LGPL.
20449         gnulib-tool will change it to LGPL as needed.
20450
20451         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
20452         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
20453         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
20454         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
20455         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
20456         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
20457         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
20458         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
20459         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
20460         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
20461         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
20462         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
20463         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
20464         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
20465         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
20466         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
20467         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
20468         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
20469         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
20470         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
20471         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
20472         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
20473         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
20474         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
20475         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
20476         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
20477         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
20478         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
20479         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
20480         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
20481         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
20482         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
20483         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
20484         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
20485         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
20486         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
20487         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
20488         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
20489         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
20490         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
20491         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
20492         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
20493         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
20494         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
20495         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
20496         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
20497         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
20498         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
20499         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
20500         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
20501         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
20502         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
20503         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
20504         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
20505         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
20506         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
20507         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
20508         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
20509         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
20510         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
20511         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
20512         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
20513         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
20514         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
20515         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
20516         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
20517         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
20518         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
20519         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
20520         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
20521         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
20522         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
20523         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
20524         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
20525         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
20526         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
20527         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
20528         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
20529         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
20530         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
20531         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
20532         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
20533         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
20534         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
20535         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
20536         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
20537         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
20538         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
20539         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
20540         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
20541         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
20542         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
20543         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
20544         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
20545         lib/yesno.c, lib/yesno.h:
20546         Update FSF postal mail address.
20547
20548 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20549
20550         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
20551         tests/test-memmem.c, tests/test-stpncpy.c:
20552         Update FSF postal mail address.
20553
20554 2005-05-13  Bruno Haible  <bruno@clisp.org>
20555
20556         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
20557         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
20558         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
20559         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
20560         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
20561         Add support for 64-bit integers in the MSVC compiler.
20562
20563 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20564
20565         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
20566
20567 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
20568
20569         * gnulib-tool (func_import): Sort and uniquify recommended includes.
20570
20571 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
20572
20573         * doc/getdate.texi (General date syntax): Don't say that date
20574         date --iso-8601=ns generates acceptable dates; it doesn't yet.
20575         Problem reported by Nic Ferrier.
20576
20577 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20578
20579         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
20580         specified in ai_socktype. Fix invalid ai_protocol
20581         check. ai_protocol is usually set to 0 or depending on
20582         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
20583         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
20584         ai_socktype / ai_protocol in the returned addrinfo structure.
20585
20586 2005-05-10  Simon Josefsson  <jas@extundo.com>
20587
20588         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
20589         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20590
20591 2005-05-10  Karl Berry  <karl@gnu.org>
20592
20593         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
20594         (from http://www.gnu.org/licenses).
20595         * doc/COPYING.LIB: also rename to COPYING.LESSER.
20596         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
20597         fdl.texi suffices.
20598
20599 2005-05-10  Karl Berry  <karl@gnu.org>
20600
20601         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
20602         (COPYING.DOC): remove.
20603
20604         * config/srclist-update: new FSF address.
20605
20606 2005-05-10  Derek Price  <derek@ximbiot.com>
20607
20608         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
20609         possible.
20610
20611 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20612             Bruno Haible  <bruno@clisp.org>
20613
20614         * modules/inet_ntop: New file.
20615         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20616         inet_ntop.
20617
20618 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20619             Bruno Haible  <bruno@clisp.org>
20620
20621         * m4/inet_ntop.m4: New file.
20622
20623 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20624             Bruno Haible  <bruno@clisp.org>
20625
20626         * lib/inet_ntop.h: New file.
20627         * lib/inet_ntop.c: New file, from glibc with modifications.
20628
20629 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
20630
20631         * modules/time_r (License): Change to LGPL.
20632         * modules/extensions (License): Change to LGPL.  Actually,
20633         the license is more permissive than that, but currently gnulib-tool
20634         doesn't know how to handle more-permissive licenses.
20635
20636         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
20637         Problem reported by Dave Love.
20638
20639 2005-05-08  Jim Meyering  <jim@meyering.net>
20640
20641         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
20642         blank.
20643
20644 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
20645
20646         * modules/argmatch (Depends-on): Add stdbool.
20647         * modules/backupfile (Depends-on): Likewise.
20648         * modules/chdir-long (Depends-on): Likewise.
20649         * modules/closeout (Depends-on): Likewise.
20650         * modules/cycle-check (Depends-on): Likewise.
20651         * modules/dirname (Depends-on): Likewise.
20652         * modules/fnmatch (Depends-on): Likewise.
20653         * modules/fsusage (Depends-on): Likewise.
20654         * modules/fwriteerror (Depends-on): Likewise.
20655         * modules/getcwd (Depends-on): Likewise.
20656         * modules/getloadavg (Depends-on): Likewise.
20657         * modules/hard-locale (Depends-on): Likewise.
20658         * modules/makepath (Depends-on): Likewise.
20659         * modules/mountlist (Depends-on): Likewise.
20660         * modules/nanosleep (Depends-on): Likewise.
20661         * modules/posixtm (Depends-on): Likewise.
20662         * modules/quotearg (Depends-on): Likewise.
20663         * modules/readtokens (Depends-on): Likewise.
20664         * modules/readtokens0 (Depends-on): Likewise.
20665         * modules/readutmp (Depends-on): Likewise.
20666         * modules/save-cwd (Depends-on): Likewise.
20667         * modules/strftime (Depends-on): Likewise.
20668         * modules/userspec (Depends-on): Likewise.
20669         * modules/utimecmp (Depends-on): Likewise.
20670         * modules/xgetcwd (Depends-on): Likewise.
20671         * modules/xnanosleep (Depends-on): Likewise.
20672         * modules/xstrtod (Depends-on): Likewise.
20673         * modules/yesno (Depends-on): Likewise.
20674
20675 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
20676
20677         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
20678         needless checks.
20679
20680 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20681
20682         Merge from coreutils.  Among other things,
20683         add bulletproofing for cases where stdin, stdout, or stderr are closed.
20684         * lib/fd-safer.c: New file.
20685         * lib/fcntl-safer.h, open-safer.c: Remove.
20686         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
20687         * lib/dup-safer.c: Include unistd-safer.h first.
20688         Don't include errno.h.
20689         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
20690         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
20691         * lib/file-type.c: Rely on file-type.h change.
20692         * lib/getloadavg.c: Include unistd-safer.h.
20693         (getloadavg): Use safer open.
20694         * lib/getusershell.c: Include "stdio-safer.h".
20695         (getusershell): Use safer fopen.
20696         * lib/long-options.c (long_options): Use NULL rather than 0.
20697         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
20698         'free'.
20699         * lib/modechange.c: Likewise.
20700         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
20701         (MODE_DONE): New constant.
20702         (struct mode_change): Remove 'next' member.
20703         (make_node_op_equals): New function; like the old one of the
20704         same name, except it allocates an array.
20705         (mode_compile, mode_create_from_ref): Use it.
20706         (mode_compile): Allocate result as an array, not a linked list.
20707         Parse octal string ourself, so that we catch mistakes like "+0".
20708         (mode_adjust): Arg is an array, not a linked list.
20709         * lib/modechange.c: Include stat-macros.h, xalloc.h.
20710         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
20711         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
20712         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
20713         Remove.  This is now stat-macros.h's job.
20714         (talloc): Remove.  All callers replaced by xalloc, so that
20715         our invokers don't have to worry about reporting memory failures.
20716         (make_node_op_equals): Remove.
20717         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
20718         New constants.
20719         (struct mode_change): Moved here from modechange.h.
20720         (mode_append_entry): Remove.
20721         (mode_compile): Remove MASKED_OPS arg, since it encouraged
20722         apps to have incorrect behavior.  Use simpler algorithm for head
20723         and tail.  Don't futz with umask; that's now the job of mode_adjust.
20724         Detect more invalid usages rather than having somewhat-random behavior.
20725         Don't insert an "a=" action, as that leads to incorrect behavior.
20726         (mode_compile, mode_create_from_ref): Return NULL on error instead
20727         of an enum, since now there's only one way to have an error.  All
20728         callers changed.
20729         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
20730         at the correct time.  Simplify calculation of "+u" and its ilk.
20731         Don't mishandle "+X".
20732         (mode_free): Remove "register" and localize decls.
20733         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
20734         (struct mode_change): Move to modechange.c; callers don't
20735         need to see this stuff.
20736         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
20737         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
20738         (mode_change, mode_adjust): Reflect the new signatures noted above.
20739         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
20740         that might redefine system include files.
20741         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
20742         (my_usleep): Use NULL rather than (void *) 0.
20743         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
20744         Use siginterrupt to specify that system calls should be interrupted.
20745         (rpl_nanosleep): Move initialization of suspended closer to call of
20746         my_usleep.
20747         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
20748         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
20749         (desirable_utmp_entry): New function.
20750         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
20751         using x2nrealloc, to simplify logic.
20752         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
20753         size calculation.  Do not assume utmp file is a regular file.
20754         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
20755         (READ_UTMP_CHECK_PIDS): New constant.
20756         * lib/save-cwd.c: Include unistd-safer.h.
20757         (save_cwd): Use fd_safer.
20758         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
20759         [!_LIBC] Include "stat-macros.h" instead.
20760         * lib/unistd-safer.h (fd_safer): New decl.
20761
20762 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20763
20764         * modules/getloadavg (Depends-on): Add unistd-safer.
20765         * modules/getusershell (Depends-on): Add stdio-safer.
20766         * modules/lstat (Depends-on): Remove xalloc.
20767         * modules/mkstemp (Depends-on): Add stat-macros.
20768         * modules/modechange (Depends-on): Remove xstrtol.
20769         Add stat-macros, xalloc.
20770         * modules/save-cwd (Depends-on): Add unistd-safer.
20771         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
20772         * modules/unistd-safer (Files): Add lib/fd-safer.c
20773         (Makefile.am): Remove lib_SOURCES.
20774
20775         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
20776         Remove fcntl-safer; unistd-safer supersedes it.
20777
20778 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20779
20780         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
20781         AC_HEADER_STAT.
20782         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
20783         (gl_PREREQ_CHOWN): Remove.
20784         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
20785         it.  Don't require AC_HEADER_STAT.
20786         (gl_PREREQ_LSTAT): Remove.
20787         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
20788         Don't require AC_HEADER_STAT.
20789         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
20790         (gl_PREREQ_RMDIR): Remove.
20791         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
20792         mention stat-macros.h or AC_HEADER_STAT, since we'll make
20793         the stat-macros module a prerequisite.
20794         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
20795         * m4/filemode.m4 (gl_FILEMODE): Likewise.
20796         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
20797         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
20798         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
20799         variable names.
20800         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
20801         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
20802         variable prefixes.
20803         * m4/fcntl-safer.m4: Remove.
20804         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
20805         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
20806         Invoke gl_PREREQ_FD_SAFER.
20807         (gl_PREREQ_FD_SAFER): New macro.
20808         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
20809         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
20810         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
20811         Remove duplicate call to AC_LIBOBJ(readutmp).
20812         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
20813
20814         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
20815         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
20816
20817 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20818
20819         * MODULES.html.sh (Misc): Add byteswap.
20820
20821 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20822
20823         * modules/getcwd (Depends-on): Add extensions.
20824         * modules/openat (Depends-on): Likewise.
20825
20826 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20827
20828         * modules/byteswap: New file.
20829
20830 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20831
20832         * m4/byteswap.m4: New file.
20833
20834 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20835
20836         * lib/byteswap_.h: New file.
20837
20838 2005-04-25  Karl Berry  <karl@gnu.org>
20839
20840         * m4/gettext.m4: Update from GNU gettext 0.14.4.
20841
20842 2005-04-25  Albert Chin  <china@thewrittenword.com>
20843
20844         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
20845         Toolkit C bug.
20846
20847 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
20848
20849         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
20850         (func_ln_if_changed) Remove forcibly for no error message
20851         in case file does not exist.
20852
20853 2005-04-19  Simon Josefsson  <jas@extundo.com>
20854
20855         * gnulib-tool (Options): Make --symlink mean --symbolic.
20856
20857 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
20858
20859         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
20860
20861 2005-04-16  Simon Josefsson  <jas@extundo.com>
20862
20863         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
20864
20865 2005-04-15  Simon Josefsson  <jas@extundo.com>
20866
20867         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
20868
20869 2005-04-15  Simon Josefsson  <jas@extundo.com>
20870
20871         * gnulib-tool: Rename --symlink to --symbolic.
20872
20873 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
20874
20875         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
20876         symbolic links to files instead of copying/moving.  Add --aux-dir,
20877         specifying directory relative --dir where auxiliary build tools
20878         are placed.
20879
20880 2005-04-14  Bruno Haible  <bruno@clisp.org>
20881
20882         * modules/allocsa (License): Change to LGPL.
20883         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20884
20885 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
20886
20887         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
20888         that "UTC +1 second" continues to work.  Problem reported
20889         by Dmitry V. Levin.
20890         (relunit_snumber): New rule.
20891         (relunit): Use it.
20892
20893 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
20894
20895         * lib/getdate.y (universal_time_zone_table): New constant.
20896         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
20897         universal_time_zone_table.
20898         (lookup_zone): Prefer universal_time_zone_table to
20899         local_time_zone_table, so that "GMT" time stamps are allowed in
20900         London during the summer.  Problem reported by Ian Abbott.
20901
20902 2005-04-12  Jim Meyering  <jim@meyering.net>
20903
20904         * lib/human.c (humblock): Set *options even when returning due to
20905         xstrtoumax conversion failure.  Thanks to a used-uninitialized
20906         warning from gcc-4.
20907
20908 2005-04-09  Jim Meyering  <jim@meyering.net>
20909
20910         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
20911         -Wuninitialized: initialize tm0.tm_year.
20912
20913 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
20914
20915         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
20916         count, since there's no maximum.  All uses changed.
20917         Add member dsts_seen.
20918         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
20919         not being INT_MAX.
20920         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
20921         Use pc_rels_seen to decide whther a date is absolute.
20922
20923         * lib/getdate.y (number): Don't overwrite year.
20924         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
20925         check.
20926
20927 2005-04-02  Simon Josefsson  <jas@extundo.com>
20928
20929         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
20930         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
20931
20932 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
20933
20934         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
20935         where no absolute path name can be longer than PATH_MAX.
20936
20937 2005-03-27  Jim Meyering  <jim@meyering.net>
20938
20939         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
20940
20941 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
20942
20943         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
20944         "one's complement" -> "ones' complement" in comment, as per Knuth.
20945         "value of type" -> "type or expression" in comment.
20946         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
20947
20948 2005-03-26  Jim Meyering  <jim@meyering.net>
20949
20950         Comment nits.
20951         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
20952         Correct typos: s/or/of/.
20953
20954 2005-03-26  Jim Meyering  <jim@meyering.net>
20955
20956         * modules/check-include-files: Move to ../ and rename to...
20957         * check-module: ...this.
20958
20959 2005-03-25  Jim Meyering  <jim@meyering.net>
20960
20961         * modules/xvasprintf (Files): Add xalloc.h.
20962
20963 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
20964
20965         * modules/gettext (Files): config/config.rpath ->
20966         build-aux/config.rpath
20967         * modules/iconv (Files): Likewise.
20968         Problem reported by Oskar Liljeblad.
20969
20970 2005-03-23  Jim Meyering  <jim@meyering.net>
20971
20972         * modules/check-include-files: New script to check for
20973         missing dependencies, multiple includes, etc.
20974
20975         * modules/c-strtold (Depends-on): Add xalloc.
20976         * modules/c-strtod (Depends-on): Add xalloc.
20977         * modules/hash (Depends-on): Add xalloc.
20978         (Files): Remove lib/xalloc.h.
20979
20980         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
20981         * modules/userspec (Files): Add lib/inttostr.h.
20982
20983 2005-03-23  Jim Meyering  <jim@meyering.net>
20984
20985         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
20986
20987 2005-03-22  Jim Meyering  <jim@meyering.net>
20988
20989         * modules/stat-macros: New module.
20990         * modules/canonicalize, modules/euidaccess, modules/file-type,
20991         * modules/filemode, modules/lchown, modules/makepath,
20992         * modules/rmdir, modules/stat: Depend on new stat-macros module
20993         rather than listing lib/stat-macros.h manually.
20994         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
20995
20996 2005-03-22  Jim Meyering  <jim@meyering.net>
20997
20998         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
20999
21000 2005-03-22  Bruno Haible  <bruno@clisp.org>
21001
21002         * config/srclist.txt: Replace target directory 'config' with
21003         'build-aux'.
21004         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
21005         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
21006         ../build-aux/.
21007
21008 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
21009
21010         * modules/chdir-long (Depends-on): Add mempcpy.
21011
21012         * modules/acl, modules/backupfile, modules/c-strtod,
21013         modules/c-strtold, modules/canon-host, modules/canonicalize,
21014         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
21015         modules/exclude, modules/exitfail, modules/file-type,
21016         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
21017         modules/getdate, modules/getline, modules/getpagesize,
21018         modules/getpass, modules/getugroups, modules/group-member,
21019         modules/hard-locale, modules/hash, modules/human, modules/idcache,
21020         modules/inttostr, modules/long-options, modules/makepath,
21021         modules/md5, modules/memcasecmp, modules/memcoll,
21022         modules/modechange, modules/mountlist, modules/path-concat,
21023         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
21024         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
21025         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
21026         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
21027         modules/strftime, modules/strndup, modules/strverscmp,
21028         modules/timespec, modules/unlocked-io, modules/userspec,
21029         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
21030         modules/yesno:
21031         Remove lib_SOURCES line from Makefile.am section, as this is now
21032         done automatically by the corresponding Autoconf macro.
21033
21034 2005-03-21  Jim Meyering  <jim@meyering.net>
21035
21036         Changes imported from coreutils.
21037
21038         * lib/cycle-check.c: Don't include xalloc.h.
21039
21040         * lib/path-concat.c: Don't include assert.h.
21041         (path_concat): Remove assertion that would have triggered
21042         for ABASE starting with more than one slash.
21043         Reported by Andreas Schwab.
21044
21045         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
21046         properly when ABASE is an absolute file name.
21047         Correct the description of this function.
21048         Include <assert.h>.
21049         Add an assertion and a test driver.
21050         This fixes a bug introduced on 2004-07-02.
21051         Andreas Schwab reported the resulting failure of cp --parents:
21052         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
21053
21054 2005-03-21  Jim Meyering  <jim@meyering.net>
21055
21056         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
21057         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
21058
21059 2005-03-21  Jim Meyering  <jim@meyering.net>
21060         and  Paul Eggert  <eggert@cs.ucla.edu>
21061
21062         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
21063         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
21064         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
21065         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
21066         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
21067         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
21068         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
21069         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
21070         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
21071         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
21072         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
21073         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
21074         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
21075         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
21076         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
21077         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
21078         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
21079         for these modules.
21080
21081 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
21082
21083         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
21084         (which shouldn't happen), generate nothing instead of returning 0
21085         immediately, so that nstrftime (NULL, ...) doesn't return 0.
21086
21087 2005-03-16  Bruno Haible  <bruno@clisp.org>
21088
21089         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
21090         HAVE_LONGLONG_64BIT.
21091
21092 2005-03-16  Bruno Haible  <bruno@clisp.org>
21093
21094         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
21095         HAVE_LONGLONG_64BIT.
21096
21097 2005-03-16  Bruno Haible  <bruno@clisp.org>
21098
21099         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
21100         HAVE_LONGLONG_64BIT.
21101
21102 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
21103
21104         * lib/strftime.c (my_strftime): Prepend space to format so that we can
21105         reliably distinguish strftime failure from empty output on POSIX
21106         hosts.
21107
21108 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
21109
21110         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
21111         (iconv_string): Don't guess a size-zero buffer, as that might cause
21112         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
21113         result would be 'too large', where 'too large' is (heuristically)
21114         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
21115         overflow concerns.  This will prevent some unwanted malloc failures
21116         when the inputs are very large.
21117
21118 2005-03-15  Karl Berry  <karl@gnu.org>
21119
21120         * config/srclist.txt (config.rpath): from gettext.
21121         * config/config.rpath: update.
21122
21123 2005-03-15  Bruno Haible  <bruno@clisp.org>
21124
21125         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
21126         to 'negate'.
21127
21128         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
21129         variable.
21130
21131         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
21132         results.
21133
21134 2005-03-14  Simon Josefsson  <jas@extundo.com>
21135
21136         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
21137         <fx@gnu.org>.
21138
21139 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
21140
21141         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
21142         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
21143         intprops.h.
21144         * lib/strtol.c: Likewise.
21145
21146 2005-03-14  Jim Meyering  <jim@meyering.net>
21147
21148         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
21149         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
21150         to be nonzero so that we (and caller) can detect the difference
21151         between a valid zero-length expansion and an error return, even
21152         when the underlying strftime fails before writing anything into
21153         that location.
21154
21155 2005-03-14  Bruno Haible  <bruno@clisp.org>
21156
21157         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
21158         Update from GNU gettext 0.14.3.
21159
21160 2005-03-10  Jim Meyering  <jim@meyering.net>
21161
21162         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
21163
21164 2005-03-10  Jim Meyering  <jim@meyering.net>
21165
21166         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
21167         so that this module works on systems without fchdir.
21168
21169 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
21170
21171         Factor int-properties macros into a single file, except for
21172         glibc-related files.
21173         * lib/intprops.h: New file.
21174         * lib/getloadavg.c: Include it instead of limits.h.
21175         (INT_STRLEN_BOUND): Remove.
21176         * lib/human.c: Include intprops.h.
21177         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
21178         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
21179         302/1000.
21180         * lib/inttostr.h: Include intprops.h instead of limits.h.
21181         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
21182         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
21183         for consistency with intprops.h.
21184         (time_t_is_integer, twos_complement_arithmetic): Use them.
21185         * lib/sig2str.h: Include <signal.h>, intprops.h.
21186         (INT_STRLEN_BOUND): Remove.
21187         * lib/strftime.c (TYPE_SIGNED): Remove.
21188         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
21189         * lib/strtol.c: Adjust comments to match intprops.h.
21190         * lib/userspec.c: Include intprops.h.
21191         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
21192         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
21193         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
21194         instead of rolling our own expressions.
21195         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
21196
21197         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
21198         instead of int.
21199         (my_strftime): Do not mishandle years close to INT_MAX, by doing
21200         the right thing even if adding 1900 would overflow.  Similarly
21201         for tm_mon + 1 and tm_yday + 1.
21202         Make %Y always equivalent to %C%y, and similarly for %G and %g.
21203         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
21204         (DO_SIGNED_NUMBER): New macro.
21205         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
21206
21207 2005-03-07  Bruno Haible  <bruno@clisp.org>
21208
21209         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
21210
21211 2005-03-07  Bruno Haible  <bruno@clisp.org>
21212
21213         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
21214
21215 2005-03-04  Derek R. Price  <derek@ximbiot.com>
21216
21217         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
21218         (func_import): Only replace files via --import when they have actually
21219         changed.
21220
21221 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21222
21223         * m4/mmap-anon.m4: New file.
21224         * m4/pagealign_alloc.m4: New file.
21225
21226 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21227             Bruno Haible  <bruno@clisp.org>
21228
21229         * modules/pagealign_alloc: New file.
21230         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
21231
21232 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21233             Bruno Haible  <bruno@clisp.org>
21234
21235         * lib/pagealign_alloc.h: New file.
21236         * lib/pagealign_alloc.c: New file.
21237
21238 2005-03-03  Bruno Haible  <bruno@clisp.org>
21239
21240         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
21241         Use an all-permissive copyright notice, recommended by RMS.
21242
21243 2005-03-02  Bruno Haible  <bruno@clisp.org>
21244
21245         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
21246         of AIX, the replacement has to be done only after <string.h> is
21247         included, therefore not in config.h. stpncpy.h does the replacement,
21248         and stpncpy.c uses it.
21249
21250 2005-03-02  Bruno Haible  <bruno@clisp.org>
21251
21252         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
21253         stpncpy.c uses it.
21254
21255 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21256
21257         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
21258         The workaround isn't strictly needed for POSIX conformance, and
21259         it's too much of a pain to configure and maintain.  We'll ask
21260         people to fix their kernels instead.
21261         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
21262         (NANOSLEEP_BUG_WORKAROUND): Remove.
21263         (xnanosleep): Remove the workaround.
21264
21265 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21266
21267         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
21268         Reported by Derek Price.
21269         (Include): Add "timespec.h".
21270
21271         * modules/xnanosleep (Depends-on): Remove gethrxtime.
21272
21273 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21274
21275         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
21276         to detect nanosleep bug.
21277
21278 2005-03-01  Bruno Haible  <bruno@clisp.org>
21279
21280         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
21281
21282 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
21283
21284         * modules/gethrxtime: New file.
21285         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
21286         (Depends-on): Add gethrxtime.
21287         (configure.ac): Add gl_XNANOSLEEP.
21288         (Makefile.am): Remove lib_SOURCES line.
21289
21290 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
21291
21292         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
21293         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
21294
21295 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
21296
21297         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
21298         * lib/timespec.h (gettime): Return void, since it always
21299         succeeds now.  All uses changed.
21300         * lib/gettime.c (gettime) Likewise.
21301         [HAVE_NANOTIME]: Prefer nanotime.
21302         Assume gettimeofday succeeds, as POSIX requires.
21303         Assime time () succeeds, since other code already does.
21304         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
21305         (timespec_subtract): Remove.
21306         (NANOSLEEP_BUG_WORKAROUND): New constant.
21307         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
21308         things considerably.  Use it only on GNU/Linux hosts, since the
21309         workaround shouldn't be needed elsewhere.
21310
21311 2005-02-24  Bruno Haible  <bruno@clisp.org>
21312
21313         * modules/gettext (Files): Add m4/glibc2.m4.
21314
21315 2005-02-24  Bruno Haible  <bruno@clisp.org>
21316
21317         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
21318         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
21319         * m4/progtest.m4:
21320         Update from GNU gettext 0.14.2.
21321         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
21322
21323 2005-02-24  Bruno Haible  <bruno@clisp.org>
21324
21325         * lib/localcharset.c: Update from GNU gettext 0.14.2.
21326         * lib/config.charset: Update from GNU gettext 0.14.2.
21327
21328 2005-02-24  Bruno Haible  <bruno@clisp.org>
21329
21330         * lib/gettext.h: Update from GNU gettext 0.14.2.
21331
21332 2005-02-23  Simon Josefsson  <jas@extundo.com>
21333
21334         * m4/iconvme.m4: New file.
21335
21336 2005-02-23  Jim Meyering  <jim@meyering.net>
21337
21338         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
21339         change.
21340         Thanks to Bruno Haible for catching it.
21341
21342 2005-02-22  Simon Josefsson  <jas@extundo.com>
21343
21344         * modules/iconvme: New file.
21345
21346         * MODULES.html.sh: Add iconvme.
21347
21348 2005-02-22  Simon Josefsson  <jas@extundo.com>
21349
21350         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
21351
21352 2005-02-22  Simon Josefsson  <jas@extundo.com>
21353
21354         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
21355
21356 2005-02-22  Jim Meyering  <jim@meyering.net>
21357
21358         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
21359         s/ifndef/ifdef/.
21360
21361 2005-02-20  Neil Conway  <neilc@samurai.com>
21362
21363         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
21364         returned by OSX/Darwin if the specified buffer is not large
21365         enough for the hostname.
21366
21367 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21368
21369         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
21370         pass it to _help, otherwise the latter coredumps trying to
21371         dereference state.root_argp.
21372
21373 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21374
21375         * modules/chdir-long (Depends-on): Add memrchr.
21376         * modules/memrchr (Files): Add lib/memrchr.h.
21377         (Include): "memrchr.h".
21378
21379 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21380
21381         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
21382
21383 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21384
21385         * lib/memrchr.h: New file.
21386         * lib/chdir-long.c: Include it.
21387         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
21388         Don't bother including stddef.h.
21389
21390 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
21391
21392         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
21393         inclusion.
21394         Include <sys/types.h>, for dev_t.
21395         (ME_DUMMY, ME_REMOTE): Move from here....
21396         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
21397         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
21398         Dmitry V. Levin.
21399         Include mountlist.h first, to test the interface.
21400
21401 2005-01-29  Bruno Haible  <bruno@clisp.org>
21402
21403         * lib/progname.c (program_name): Initialize.
21404         Needed when linking statically on MacOS X.
21405
21406 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
21407
21408         Sync from coreutils.
21409         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
21410         (Depends-on): Add c-strtod.
21411         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
21412
21413 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
21414
21415         Sync from coreutils.
21416         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
21417
21418         Remove files that are specific to coreutils.
21419         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
21420
21421 2005-01-28  Bruno Haible  <bruno@clisp.org>
21422
21423         * modules/javacomp: New file.
21424         * MODULES.html.sh (Java): Add javacomp.
21425
21426 2005-01-28  Bruno Haible  <bruno@clisp.org>
21427
21428         * m4/javacomp.m4: New file, from GNU gettext.
21429
21430 2005-01-28  Bruno Haible  <bruno@clisp.org>
21431
21432         * lib/javacomp.sh.in: New file, from GNU gettext.
21433         * lib/javacomp.h: New file, from GNU gettext.
21434         * lib/javacomp.c: New file, from GNU gettext.
21435
21436 2005-01-26  Simon Josefsson  <jas@extundo.com>
21437
21438         * lib/gai_strerror.c: Use GPL in header.
21439
21440 2005-01-26  Bruno Haible  <bruno@clisp.org>
21441
21442         * modules/javaexec: New file.
21443         * MODULES.html.sh (Java): Add javaexec.
21444
21445 2005-01-26  Bruno Haible  <bruno@clisp.org>
21446
21447         * m4/javaexec.m4: New file, from GNU gettext.
21448
21449 2005-01-26  Bruno Haible  <bruno@clisp.org>
21450
21451         * lib/javaexec.sh.in: New file, from GNU gettext.
21452         * lib/javaexec.h: New file, from GNU gettext.
21453         * lib/javaexec.c: New file, from GNU gettext.
21454
21455 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21456
21457         * modules/lchown (Depends-on): Remove lchown.h
21458
21459 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21460
21461         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
21462         must be defined if the header file was not found, in order
21463         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
21464
21465 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21466
21467         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
21468         initializers for struct pentry_state.
21469         (__argp_error): Check return value of __asprintf
21470         (__argp_failure): Translate error message
21471
21472         * lib/argp-parse.c: Removed braces around the expansion of N_()
21473
21474 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
21475
21476         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
21477         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
21478         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
21479         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
21480         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
21481         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
21482         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
21483         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
21484         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
21485         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
21486         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
21487         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
21488         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
21489         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
21490         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
21491         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
21492         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
21493         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
21494         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
21495         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
21496         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
21497         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
21498         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
21499         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
21500         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
21501         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
21502         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
21503         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
21504         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
21505         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
21506         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
21507         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
21508         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
21509         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
21510         xstrtol.m4, xstrtoumax.m4, yesno.m4:
21511         Use an all-permissive copyright notice, recommended by RMS.
21512
21513 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
21514
21515         * modules/chdir-long (Depends-on): Remove mempcpy.
21516
21517 2005-01-21  Jim Meyering  <jim@meyering.net>
21518
21519         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
21520         same value as for Solaris 9.
21521
21522         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
21523         component length.  This included changing the parameter to be
21524         of type `char *' rather than `char const *'.
21525         * lib/chdir-long.h (chdir_long): Update prototype.
21526
21527         * lib/openat.c (fdopendir, fstatat): New functions.
21528         * lib/openat.h: Include headers required for use of DIR and struct
21529         stat.
21530         [AT_SYMLINK_NOFOLLOW]: Define.
21531         (fdopendir, fstatat): Add prototypes.
21532
21533 2005-01-21  Bruno Haible  <bruno@clisp.org>
21534
21535         * modules/classpath: New file.
21536         * MODULES.html.sh (Java): Add classpath.
21537
21538 2005-01-21  Bruno Haible  <bruno@clisp.org>
21539
21540         * lib/classpath.h: New file, from GNU gettext.
21541         * lib/classpath.c: New file, from GNU gettext.
21542
21543 2005-01-20  Simon Josefsson  <jas@extundo.com>
21544
21545         * modules/version-etc-fsf: New file.
21546
21547 2005-01-20  Simon Josefsson  <jas@extundo.com>
21548
21549         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
21550         * lib/version-etc.c: Remove version_etc_copyright.
21551         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
21552         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
21553
21554 2005-01-20  Simon Josefsson  <jas@extundo.com>
21555
21556         * lib/base64.h (isbase64): Add.
21557
21558         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
21559         using a unsigned prototype, don't inline.
21560         (base64_decode): Use it.
21561
21562 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21563
21564         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
21565         it.
21566
21567 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21568
21569         * lib/save-cwd.c (save_cwd): Remove code to support the case
21570         where fchdir is missing or flaky.
21571
21572 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21573
21574         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
21575
21576 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
21577
21578         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
21579         AC_LIBSOURCES now does this.
21580         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
21581         with new ullong_max module.
21582
21583 2005-01-19  Bruno Haible  <bruno@clisp.org>
21584
21585         * modules/sh-quote: New file.
21586         * MODULES.html.sh (Executing programs): Add sh-quote.
21587
21588 2005-01-19  Bruno Haible  <bruno@clisp.org>
21589
21590         * lib/sh-quote.h: New file, from GNU gettext.
21591         * lib/sh-quote.c: New file, from GNU gettext.
21592
21593 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21594
21595         Merge from coreutils.
21596         * m4/ullong_max.m4: New file.
21597         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
21598         (gl_MACROS): Assume localeconv exists.
21599
21600 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21601
21602         Merge changes from coreutils, as described below in several
21603         changelogs dated today.
21604
21605         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
21606         (O_DIRECTORY): Remove; not needed here, since "." must be
21607         a directory.  All uses removed.
21608         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
21609         universal on Suns, and we also need to test for IRIX.
21610         Revamp code to use 'if' rather than '#if'.
21611         Avoid unnecessary comparison of cwd->desc to 0.
21612
21613         * lib/utimens.c (futimens): Robustify the previous patch, by checking
21614         for known valid error numbers rather than observed invalid ones.
21615
21616 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21617
21618         * modules/ullong_max: New file.
21619
21620         * modules/chdir-long, modules/openat: New files.
21621         * modules/save-cwd (Depends-on): Depend on chdir-long.
21622         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
21623
21624 2005-01-18  Jim Meyering  <jim@meyering.net>
21625
21626         Merge from coreutils.
21627         * m4/chdir-long.m4, m4/openat.m4: New files.
21628         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
21629         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
21630         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
21631         is sane and DOES follow symlinks.  Besides, testing 20 different
21632         systems found no broken chown implementations.
21633         Prompted by a change in rsync's copy of this macro.
21634         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
21635
21636         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
21637
21638         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
21639         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
21640         NULL-means-set-to-current-time semantics.
21641         Remove temporary file immediately, rather than waiting
21642         for configure's at-exit trap code to do it.
21643
21644 2005-01-18  Jim Meyering  <jim@meyering.net>
21645
21646         * lib/version-etc.c (version_etc_copyright): Update copyright date.
21647
21648         * lib/utimens.c (futimens): Account for the fact that futimes
21649         can also fail with errno == ENOSYS or errno == ENOENT.
21650         Patch from Dmitry V. Levin.
21651
21652         Change the name of the robust chdir function from chdir to chdir_long.
21653         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
21654         (restore_cwd): Use chdir_long, not chdir.
21655         * lib/chdir-long.c: Renamed from chdir.c.
21656         * lib/chdir-long.h: Renamed from chdir.h.
21657         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
21658         Hurd.
21659
21660 2005-01-18  Bruno Haible  <bruno@clisp.org>
21661
21662         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
21663         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
21664         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
21665         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
21666         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
21667         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
21668         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
21669         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
21670         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
21671         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
21672         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
21673         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
21674         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
21675         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
21676         Use an all-permissive copyright notice, recommended by RMS.
21677
21678 2005-01-18  Bob Proulx  <bob@proulx.com>
21679
21680         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
21681         simplify offsetof() macro construct to avoid compile failure with
21682         native HP-UX 11.0 ANSI C compiler.
21683
21684 2005-01-17  Bruno Haible  <bruno@clisp.org>
21685
21686         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
21687         redundant because stpncpy.m4 takes care of it.
21688
21689 2005-01-17  Bruno Haible  <bruno@clisp.org>
21690
21691         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
21692
21693 2005-01-17  Bruno Haible  <bruno@clisp.org>
21694
21695         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
21696         used.
21697
21698 2005-01-17  Bruno Haible  <bruno@clisp.org>
21699
21700         * lib/fwriteerror.h (fwriteerror): Change specification to include
21701         fclose.
21702         * lib/fwriteerror.c: Include <stdbool.h>.
21703         (fwriteerror): At the end, close the file stream. Record whether
21704         stdout was already closed.
21705
21706 2005-01-17  Bruno Haible  <bruno@clisp.org>
21707
21708         * lib/execute.c (environ): Declare if needed.
21709         * lib/pipe.c (environ): Likewise.
21710         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
21711
21712 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21713
21714         * modules/argp: Depend on vsnprintf
21715
21716 2005-01-10  Jim Meyering  <jim@meyering.net>
21717
21718         * modules/closeout (Depends-on): Add atexit.
21719
21720 2005-01-06  Bruno Haible  <bruno@clisp.org>
21721
21722         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
21723
21724 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
21725
21726         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
21727         definitions to be after all include files, to avoid collisions.
21728         Problem reported by Bob Proulx.
21729
21730 2005-01-04  Jim Meyering  <jim@meyering.net>
21731
21732         Changes imported from coreutils.
21733         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
21734         as the mkstemp template, use a temporary directory and an
21735         8.3-friendly template to avoid trouble on systems like DJGPP.
21736         Reported by Juan M. Guerrero via Stepan Kasal.
21737         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
21738         close. Remove the temporary directory right away, rather than waiting
21739         for configure's at-exit trap code to do it.
21740         Suggestion from Stepan Kasal.
21741
21742 2005-01-01  Simon Josefsson  <jas@extundo.com>
21743
21744         * gnulib-tool: Print #include directives when --import'ing.
21745
21746 2004-12-28  Simon Josefsson  <jas@extundo.com>
21747
21748         * tests/test-base64.c: Include required header files.  Remove
21749         unused variables.
21750
21751 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21752
21753         * modules/error (Depends-on): Remove gettext.
21754
21755 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21756
21757         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
21758         not needed.  This removes a dependency on the gettext module.
21759         [defined _LIBC]: Do not include <libintl.h>; not needed.
21760
21761 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
21762
21763         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
21764         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
21765
21766 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
21767
21768         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
21769         HAVE_DECL_STRTOLD.
21770
21771 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21772
21773         * modules/getdate (Depends-on): Remove alloca-opt.
21774
21775 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21776
21777         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
21778
21779 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21780
21781         * lib/argp-parse.c: Include <stddef.h>.
21782         (alignof, alignto): New macros.
21783         (parser_init): Don't assume that void * is aligned sufficiently
21784         for struct option.
21785
21786         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
21787         need to extend the stack.
21788         (YYINITDEPTH): New macro, so that the initial stack isn't overly
21789         large.
21790
21791 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21792
21793         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
21794
21795 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
21796
21797         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
21798         (2004-10-24) change.  Apparently this was a false alarm.
21799
21800         * modules/getdate: Depend on alloca-opt, not alloca.
21801
21802 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
21803
21804         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
21805         Remove now-obsolete comment about AIX.
21806         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
21807         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
21808         (YYMAXDEPTH): New macro.
21809
21810 2004-12-18  Simon Josefsson  <jas@extundo.com>
21811
21812         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
21813
21814 2004-12-18  Bruno Haible  <bruno@clisp.org>
21815
21816         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
21817
21818 2004-12-18  Bruno Haible  <bruno@clisp.org>
21819
21820         * lib/fatal-signal.c (fatal_signals): Make non-const.
21821         (init_fatal_signals): New function.
21822         (uninstall_handlers, install_handlers): Ignore signals that were set to
21823         SIG_IGN.
21824         (at_fatal_signal): Call init_fatal_signals.
21825         (init_fatal_signal_set): Likewise. Ignore signals that were set to
21826         SIG_IGN.
21827         Reported by Paul Eggert.
21828
21829 2004-12-18  Bruno Haible  <bruno@clisp.org>
21830
21831         * doc/alloca.texi: New file.
21832         * doc/alloca-opt.texi: New file.
21833
21834 2004-12-17  Jim Meyering  <jim@meyering.net>
21835
21836         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
21837         Otherwise, install-sh could exit with improper exit status when
21838         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
21839
21840 2004-12-16  Simon Josefsson  <jas@extundo.com>
21841
21842         * tests/test-base64.c: Add license.
21843
21844 2004-12-15  Stepan Kasal  <address@hidden>
21845
21846         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
21847
21848 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
21849
21850         * modules/getcwd (Files): Add m4/d-ino.m4.
21851         Suggested by Mark D. Baushke.
21852
21853 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21854
21855         * lib/getdate.y (textint): New member "negative".
21856         (time_zone_hhmm): New function.
21857         Expect 14 shift-reduce conflicts, not 13.
21858         (o_colon_minutes): New rule.
21859         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
21860         (yylex): Set the "negative" member of signed numbers.
21861
21862 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21863
21864         * doc/getdate.texi (Time of day items, Time zone items):
21865         Describe new formats +00:00, UTC+00:00.
21866
21867 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
21868
21869         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
21870         spurious "-l"s.  Problem reported by Stepan Kasal.
21871
21872 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
21873
21874         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
21875         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
21876
21877 2004-12-04  Simon Josefsson  <jas@extundo.com>
21878
21879         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
21880         Vandoorselaere <yoann@prelude-ids.org>.
21881
21882 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21883
21884         Changes imported from coreutils.
21885         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
21886         exist.
21887         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
21888
21889 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21890
21891         Changes imported from coreutils.
21892         * lib/hard-locale.c: Assume <locale.h> exists.
21893         Include "strdup.h".
21894         (GLIBC_VERSION): New macro.
21895         (hard_locale): Assume setlocale exists.
21896         Rewrite to avoid #ifdef.
21897         Use strdup rather than malloc + strcpy.
21898         * lib/human.c: Assume <locale.h> exists.
21899         (human_readable): Assume localeconv exists.
21900
21901 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21902
21903         * modules/hard-locale (Depends-on): Add strdup.
21904
21905 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
21906
21907         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
21908         convert T2, not T.  (Imported from libc.)
21909
21910 2004-11-30  Simon Josefsson  <jas@extundo.com>
21911
21912         * modules/restrict (License): Change to LGPL.
21913
21914 2004-11-30  Simon Josefsson  <jas@extundo.com>
21915
21916         * m4/restrict.m4: Add copyright and copying conditions.
21917
21918 2004-11-30  Simon Josefsson  <jas@extundo.com>
21919
21920         * m4/base64.m4: New file.
21921
21922 2004-11-30  Simon Josefsson  <jas@extundo.com>
21923
21924         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
21925         base64.
21926
21927         * tests/test-base64.c: New file.
21928
21929         * modules/base64: New file.
21930
21931 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21932
21933         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
21934         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
21935
21936         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
21937
21938 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21939
21940         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
21941         (__getcwd.c): Don't restore errno; glibc doesn't.
21942         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
21943         first, falling back to our code only if its results look suspicious.
21944         Ensure that the resulting buffer is only as large as necessary.
21945
21946         * lib/readutmp.c: Include readutmp.h first.
21947         Include <errno.h>, since readutmp.h no longer does that.
21948         * lib/readutmp.h: Don't include <errno.h>,
21949         <sys/param.h>, <time.h>; not needed to establish interface.
21950         (errno): Remove decl.
21951         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
21952         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
21953         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
21954
21955 2004-11-28  Simon Josefsson  <jas@extundo.com>
21956
21957         * lib/base64.h, base64.c: New file.
21958
21959 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
21960
21961         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
21962
21963 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
21964
21965         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
21966         (Depends-on): Remove pathmax, same.  Add mempcpy.
21967         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
21968         (Makefile.am): Append getcwd.h to lib_SOURCES.
21969         (Include): Add getcwd.h.
21970         (Maintainer): Change from Jim Meyering to "all, glibc",
21971         since getdate now uses intended-for-glibc code.
21972         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
21973         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
21974
21975 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21976
21977         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
21978         HP's ANSI C compiler.
21979         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
21980         Declaring int functions causes warnings on some modern systems and
21981         shouldn't be needed to compile on ancient ones.
21982         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
21983         defined.
21984
21985         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
21986         with the following changes.
21987         (__set_errno): Parenthesize properly.
21988         Include <stdbool.h>.
21989         (MIN, MAX, MATCHING_INO): New macros.
21990         (__getcwd): Define with prototype, not K&R form.
21991         Use heuristics to allocate default buffer on stack if possible.
21992         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
21993         behavior, and to avoid the PATH_MAX limit when computing
21994         ../../../../...
21995         Use MATCHING_INO to compare inode number to file.
21996         Check for arithmetic overflow in size calculations.
21997         Fix bug in reallocation of dot array that caused getcwd to fail
21998         on directories nested deeper than 75.
21999         Be more careful about saving errno on error.
22000         Do not use realloc; use only free+malloc, as this is a bit
22001         more flexible and avoids a needless copy operation.
22002         Do not inspect st_dev and st_ino for symbolic links; POSIX
22003         doesn't specify the latter.
22004         Check for closedir errors.
22005         Avoid needless casts.
22006         Use "#ifdef weak_alias" around weak_alias, to be like other
22007         glibc code.
22008         The following changes to getcwd.c have effect only when used in
22009         gnulib; they have no effect inside glibc proper.
22010         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
22011         as alloca isn't used.
22012         (alloca, __alloca): Likewise.
22013         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
22014         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
22015         unconditionally, as gnulib assumes C89 or better.
22016         Do not include <sys/param.h>.
22017         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
22018         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
22019         better.
22020         (NULL) [!defined NULL]: Remove; we assume C89 or better.
22021         Include <dirent.h> in a way that is compatible with modern Autoconf.
22022         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
22023         New macros, if not already defined.
22024         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
22025         Use "_LIBC", not "defined _LIBC", for consistency.
22026         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
22027         a mempcpy module.
22028         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
22029         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
22030         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
22031         credit only to Jim Meyering and adjust the copyright dates.
22032         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
22033         <stdlib.h>, <unistd.h>, "pathmax.h".
22034         Instead, include "xgetcwd.h" (first) and "getcwd.h".
22035         (INITIAL_BUFFER_SIZE): Remove.
22036         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
22037
22038 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
22039
22040         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
22041         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
22042         Use the _ONCE methods, for efficiency.
22043         Check for fcntl.h.  In test program, include <errno.h>
22044         and <fcntl.h> if available.  Remove old K&R cruft from
22045         test program.  Check for common errors in GNU/Linux,
22046         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
22047         don't do AC_LIBOBJ, as that's getcwd.m4's job.
22048         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
22049         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
22050         name accordingly.
22051         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
22052         accommodate new getcwd.c.
22053         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
22054         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
22055         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
22056         that's all we need now.
22057
22058 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22059
22060         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
22061         argp-parse.c depends on getopt internals, that means we should
22062         always use our getopt, to be on the safe side.
22063         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
22064         order not to spoil the result of an eventual previous invocation
22065         of gl_GETOPT_SUBSTITUTE.
22066
22067 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22068
22069         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
22070         redefinition warnings. To avoid them, include the defines
22071         in `#if !defined __need_getopt ... #endif'. The only place
22072         where __getopt_argv_const is used is in definitions
22073         of getopt_long and getopt_long_only below, which are as well
22074         protected by `#ifndef __need_getopt'.
22075         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
22076         __need_getopt after including <stdio.h> and <unistd.h> These
22077         headers might have defined it.
22078
22079 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
22080
22081         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
22082
22083 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
22084
22085         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
22086         (futimens): New function, which uses futimes if available.
22087         (futimens, utimens): Support timespec==NULL, with same semantics
22088         as utime and utimens.
22089         * lib/utimens.h (futimens): New decl.
22090
22091 2004-11-23  Jim Meyering  <jim@meyering.net>
22092
22093         * lib/getopt_.h: Remove trailing blanks.
22094
22095 2004-11-23  Jim Meyering  <jim@meyering.net>
22096
22097         * lib/__fpending.c: Add comment.
22098
22099 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
22100
22101         * modules/canonicalize (Depends-on): Add xreadlink.
22102         Problem reported by James Youngman.
22103
22104 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
22105
22106         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
22107         New macros.
22108         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
22109         optopt): Use them instead of invoking ## directly; otherwise, the
22110         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
22111
22112 2004-11-19  Bruno Haible  <bruno@clisp.org>
22113
22114         * lib/strtok_r.c: Move comments from here...
22115         * lib/strtok_r.h: ... to here.
22116
22117 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
22118
22119         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
22120         implementations that mishandle size_t overflow.
22121
22122 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
22123
22124         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
22125         might fail.  Problem reported by Yoann Vandoorselaere.
22126         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
22127         implementations that mishandle size_t overflow.
22128
22129 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22130
22131         * modules/canon-host (Depends-on): Add strdup.
22132
22133 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22134
22135         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
22136
22137 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22138
22139         * lib/canon-host.c: Include "strdup.h".
22140         (canon_host): Use getaddrinfo if available, so that IPv6 works.
22141         Use strdup instead of malloc/strcpy to duplicate strings.
22142
22143         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
22144         (human_space_before_unit): New constant.
22145         * lib/human.c (human_readable): Support it.
22146
22147         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
22148         (xgetcwd): Set errno correctly when failing.
22149         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
22150         the failure is actually due to a PATH_MAX problem.
22151
22152         Further getopt changes to make it more likely that glibc will
22153         buy the changes back.
22154         * lib/getopt.c (POSIXLY_CORRECT): New constant.
22155         (getopt): Use it, so to preserve glibc semantic
22156         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
22157         when compiling for libc.
22158         * lib/getopt_.h (__getopt_argv_const): Bring it back.
22159         (getopt_long, getopt_long_only): Use it.
22160
22161         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
22162         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
22163         (getopt): Argv is now char * const *, as per standard.
22164         (_getopt_internal_r, _getopt_internal): Argv is now char **,
22165         not char *__getopt_argv_const *.
22166         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
22167         _getopt_long_only_r): Likewise.
22168         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
22169         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
22170         _getopt_long_r, _getopt_long_only_r): Likewise.
22171         * lib/getopt_.h (__getopt_argv_const): Remove.
22172         (getopt): Argv is now char * const *, as per standard.
22173
22174         * lib/getdate.y (tORDINAL): New token.
22175         (day, relunit): Allow it for relative times.
22176         (relative_time_table): Use tORDINAL for ordinals.
22177
22178 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22179
22180         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
22181         Document that "second" isn't allowed as an ordinal number.
22182
22183 2004-11-16  Jim Meyering  <jim@meyering.net>
22184
22185         * modules/closeout (Depends-on): Add fpending.
22186
22187 2004-11-15  Jim Meyering  <jim@meyering.net>
22188
22189         * lib/closeout.c: Include "__fpending.h" once again.
22190         Include <stdbool.h>.
22191         (close_stdout): Don't fail just because stdout was closed initially,
22192         since some programs don't write to stdout in the normal course of
22193         operation (other than --version and --help), and we don't want this
22194         function to make e.g. `touch file >&-' fail.
22195         But do fail if it was closed and someone has tried to write to it.
22196         E.g., `printf foo >&-' must fail.
22197
22198 2004-11-13  Jim Meyering  <jim@meyering.net>
22199
22200         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
22201
22202 2004-11-12  Simon Josefsson  <jas@extundo.com>
22203
22204         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
22205         small doc fix is still pending.
22206
22207 2004-11-11  Simon Josefsson  <jas@extundo.com>
22208
22209         * modules/strtok_r: New file.
22210
22211         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22212         strtok_r.
22213
22214 2004-11-11  Simon Josefsson  <jas@extundo.com>
22215
22216         * m4/strtok_r.m4: New file.
22217
22218         * m4/getopt.m4: Replace opterr.
22219
22220 2004-11-11  Simon Josefsson  <jas@extundo.com>
22221
22222         * lib/strtok_r.h, strtok_r.c: New file.
22223
22224 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
22225
22226         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
22227         of replacing opterr, getopt, etc.  This should handle the
22228         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
22229
22230 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
22231
22232         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
22233         we can stop lying to compilers about the constness of argv when we
22234         are compiled outside glibc.
22235         (getopt, getopt_long, getopt_long_only): Use it.
22236         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
22237         _getopt_internal, getopt): Likewise.
22238         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
22239         _getopt_long_only_r): Likewise.
22240         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
22241         _getopt_long_r, _getopt_long_only_r): Likewise.
22242
22243         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
22244         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
22245         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
22246         the other external symbols.
22247         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
22248         declaration, since the above renaming now works around collisions.
22249
22250 2004-11-11  Jim Meyering  <jim@meyering.net>
22251
22252         * lib/linebreak.c: Remove trailing blanks.
22253         * lib/alloca_.h: Likewise.
22254         * lib/acosl.c: Likewise.
22255         * lib/euidaccess.c: Likewise.
22256         * lib/allocsa.h: Likewise.
22257
22258 2004-11-10  Simon Josefsson  <jas@extundo.com>
22259
22260         * m4/getaddrinfo.m4: New file.
22261
22262 2004-11-10  Simon Josefsson  <jas@extundo.com>
22263
22264         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
22265
22266 2004-11-10  Simon Josefsson  <jas@extundo.com>
22267
22268         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22269         getaddrinfo.
22270
22271         * modules/getaddrinfo: New file.
22272
22273 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22274
22275         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
22276
22277 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22278
22279         * lib/mktime.c (SHR): New macro, which is a portable
22280         substitute for >> that should work even on Crays.
22281         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
22282         Problem reported by Mark D. Baushke in
22283         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
22284         * lib/getdate.y (SHR): Likewise.
22285         (tm_diff): Use it.
22286         * lib/strftime.c (SHR): Likewise.
22287         (tm_diff): Use it.
22288         * lib/quotearg.c (struct quoting_options): Use unsigned int for
22289         quote_these_too, so that right shifts are well defined.  All uses
22290         changed.
22291
22292 2004-11-10  Jim Meyering  <jim@meyering.net>
22293
22294         Ensure that no close failure goes unreported.
22295         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
22296         return early when it seems there's nothing to flush.
22297         Don't include __fpending.h.
22298
22299 2004-11-10  Jim Meyering  <jim@meyering.net>
22300
22301         * modules/closeout (Depends-on): Remove fpending.
22302
22303 2004-11-10  Jim Meyering  <jim@meyering.net>
22304
22305         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
22306
22307 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22308
22309         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
22310         gl_FUNC_STRFTIME.
22311         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
22312         and AC_REQUIRE when possible, to avoid duplicate checks.
22313         Check for <wchar.h>.
22314
22315 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22316
22317         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
22318
22319 2004-11-09  Bruno Haible  <bruno@clisp.org>
22320
22321         * m4/sockpfaf.m4: New file.
22322
22323 2004-11-05  Bruno Haible  <bruno@clisp.org>
22324
22325         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
22326         Reported by Mark D. Baushke <mdb@cvshome.org>.
22327
22328 2004-11-04  Bruno Haible  <bruno@clisp.org>
22329
22330         2004-09-11  Bruno Haible  <bruno@clisp.org>
22331                 * allocsa.valgrind: New file.
22332         2004-02-06  Bruno Haible  <bruno@clisp.org>
22333                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
22334                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
22335                 Reported by Christopher Seip <chris.seip@hp.com>.
22336
22337 2004-11-04  Bruno Haible  <bruno@clisp.org>
22338
22339         * modules/allocsa (Files): Add lib/allocsa.valgrind.
22340         (Makefile.am): Distribute it.
22341
22342 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
22343
22344         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
22345         with errno == ERANGE if the buffer is too small.
22346         Problem reported by Mark D. Baushke.
22347
22348 2004-11-03  Albert Chin  <china@thewrittenword.com>
22349             Paul Eggert  <eggert@cs.ucla.edu>
22350
22351         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
22352         equivalent, substitute $ac_type for equivalent type rather than
22353         blindly using uint32_t *always* which won't work if uint32_t is not
22354         available.  Define _UINT32_T to work around typedef of uint32_t if
22355         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
22356         2.5.1.
22357
22358 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22359
22360         * m4/jm-macros.m4: Sync from coreutils.
22361         (gl_MACROS): Check for mbrlen, for pathchk.
22362         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
22363
22364 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22365
22366         * lib/xreadlink.c (MAXSIZE): New macro.
22367         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
22368         size does not exceed MAXSIZE.  Avoid cast.
22369         As suggested by Mark D. Baushke in
22370         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
22371         if readlink fails with buffer size just under MAXSIZE, try again
22372         with MAXSIZE.
22373
22374 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22375
22376         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
22377
22378 2004-11-02  Derek R. Price  <derek@ximbiot.com>
22379         and  Paul Eggert  <eggert@cs.ucla.edu>
22380
22381         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
22382         (get_date): Overparenthesize to avoid GCC warning.
22383
22384 2004-11-02  Bruno Haible  <bruno@clisp.org>
22385
22386         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
22387         returns void.
22388
22389 2004-11-02  Bruno Haible  <bruno@clisp.org>
22390
22391         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
22392         function returns void.
22393
22394 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
22395
22396         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
22397         fflush_unlocked, flockfile, funlockfile, funlockfile,
22398         fputs_unlocked, putc_unlocked.
22399
22400 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
22401
22402         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
22403         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
22404         already declared.
22405
22406 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22407
22408         * modules/getdate (Files): Add doc/getdate.texi.
22409         (Depends-on): Add setenv, xalloc.
22410
22411 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22412
22413         * lib/getdate.y: Add support for TZ="foo" within a date string.
22414         Fix some bugs near time_t boundaries.  Reject dates with
22415         out-of-range components, e.g., "Sept 31".
22416         Include <stdlib.h>, "setenv.h", "xalloc.h".
22417         (ISDIGIT_LOCALE): Remove; unused.
22418         Note that the TZ and time functions used here are not reentrant.
22419         (mktime_ok, get_tz): New functions.
22420         (TZBUFSIZE): New constant.
22421         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
22422         This requires that we sometimes generate our own TZ="XXX..." setting.
22423
22424 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22425
22426         * doc/getdate.texi: New file, from coreutils with modifications for
22427         the new TZ parsing.
22428
22429 2004-10-27  Derek R. Price  <derek@ximbiot.com>
22430
22431         * lib/mktime.c (not_equal_tm): Remove redundant check.
22432
22433 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22434
22435         * modules/regex (lib_SOURCES): Add regex.c.
22436         Reported by James Youngman in
22437         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
22438
22439 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22440
22441         * lib/getdate.y: Use Bison 1.875 features, and some minor
22442         code cleanups.  This change does not affect semantics.
22443         Don't include <stdlib.h>; no longer needed.
22444         Don't include unlocked-io.h; only the "#if TEST" code uses
22445         stdio, and performance isn't crucial there.
22446         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
22447         Bison 1.875 features as described below.
22448         All uses of "PC." replaced by "pc->".
22449         (YYSTYPE): Add a forward declaration.
22450         (yylex, yyerror): Use full prototypes in forward decls.
22451         Use "%pure-parser" rather than obsolescent "%pure_parser".
22452         Use %parse-param and %lex-param instead of obsolescent
22453         YYPARSE_PARAM and YYLEX_PARAM.
22454         (meridian_table, month_and_day_table, time_units_table,
22455         relative_time_table, time_zone_table, military_table,
22456         lookup_zone, lookup_word, get_date):
22457         Use NULL instead of 0 where appropriate.
22458         (to_hour): Avoid abort (), to avoid a dependency on
22459         stdlib.h.
22460         (yyerror, yylex): Now accepts parser_control * arg.
22461         (main) [TEST]: Use '\0' rather than 0 for char.
22462
22463 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
22464
22465         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
22466
22467 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
22468
22469         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
22470         It's now the caller's responsibility to handle the case where
22471         !HAVE_GETPAGESIZE && !defined getpagesize.
22472
22473         * lib/mktime.c (leapyear): Arg is long int, not int.
22474
22475 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
22476
22477         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
22478
22479 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
22480
22481         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
22482         missing.  Problem reported by James Youngman.
22483
22484 2004-10-16  Simon Josefsson  <jas@extundo.com>
22485
22486         * gnulib-tool: Fix comments.  Fix parse problem.
22487         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
22488
22489 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
22490
22491         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
22492         implementation of getopt_long.  Problem reported by Alexander Taler in:
22493         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
22494
22495 2004-10-15  Bruno Haible  <bruno@clisp.org>
22496
22497         * gnulib-tool: Untabify. Initialize supplied_libname.
22498         (func_usage): More homogenous output.
22499         (func_modules_transitive_closure, func_modules_to_filelist,
22500         func_emit_lib_Makefile_am): New functions.
22501         (func_import): New function, extracted from big case statement. Use
22502         func_get_license, func_modules_transitive_closure,
22503         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
22504         opt_lgpl. Don't use test -a, as it's not portable.
22505         (func_create_testdir): Use func_modules_transitive_closure,
22506         func_modules_to_filelist, func_emit_lib_Makefile_am.
22507
22508 2004-10-15  Bruno Haible  <bruno@clisp.org>
22509
22510         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
22511
22512 2004-10-15  Bruno Haible  <bruno@clisp.org>
22513
22514         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
22515         the portions belonging to each module.
22516         Suggested by Derek Robert Price <derek@ximbiot.com>.
22517
22518 2004-10-12  Simon Josefsson  <jas@extundo.com>
22519
22520         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
22521         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
22522         to real functions.
22523
22524 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22525
22526         * modules/vsnprintf: New file.
22527
22528 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22529
22530         * m4/vsnprintf.m4: New file.
22531
22532 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22533
22534         * lib/vsnprintf.h: New file.
22535         * lib/vsnprintf.c: New file.
22536
22537 2004-10-11  Bruno Haible  <bruno@clisp.org>
22538
22539         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
22540         vsnprintf.
22541
22542 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
22543
22544         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
22545
22546 2004-10-07  Bruno Haible  <bruno@clisp.org>
22547
22548         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
22549         fits into the provided buffer.
22550
22551 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
22552
22553         * lib/diacrit.c, diacrit.h: Add GPL notice.
22554
22555         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
22556         notice.
22557         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
22558         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
22559         This avoids a potential constant-folding bug.
22560
22561 2004-10-05  Bruno Haible  <bruno@clisp.org>
22562
22563         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
22564         for the declaration of strsep.
22565
22566 2004-10-05  Bruno Haible  <bruno@clisp.org>
22567
22568         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
22569
22570 2004-10-04  Simon Josefsson  <jas@extundo.com>
22571
22572         * modules/memmem: New file.
22573         * tests/test-memmem.c: New file.
22574         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
22575
22576 2004-10-04  Simon Josefsson  <jas@extundo.com>
22577
22578         * m4/memmem.m4: New file.
22579
22580 2004-10-04  Simon Josefsson  <jas@extundo.com>
22581
22582         * lib/memmem.h: New file.
22583         * lib/memmem.c: New file, taken from glibc.
22584
22585 2004-10-04  Simon Josefsson  <jas@extundo.com>
22586
22587         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
22588         '#ifdef USE_UNLOCKED_IO'.
22589
22590 2004-10-04  Simon Josefsson  <jas@extundo.com>
22591
22592         * config/srclist.txt: Add memmem from glibc.
22593
22594 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22595
22596         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
22597
22598         * modules/argmatch, modules/argp, modules/closeout, modules/error,
22599         modules/exclude, modules/getdate, modules/getline,
22600         modules/getndelim2, modules/getpass, modules/getpass-gnu,
22601         modules/getusershell, modules/linebuffer, modules/md5,
22602         modules/mountlist, modules/posixtm, modules/readtokens,
22603         modules/readutmp, modules/regex, modules/sha1,
22604         modules/version-etc, modules/yesno:
22605         Remove dependency on unlocked-io.
22606
22607 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22608
22609         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
22610
22611         * m4/unlocked-io.m4: Add copyright notice.
22612         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
22613
22614 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22615
22616         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
22617         * lib/xmalloc.c (xmemdup): Likewise.
22618         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
22619         XFREE): Remove these long-obsolescent macros.
22620         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
22621         * lib/xstrdup.c: Remove.
22622
22623         * lib/regex.c (re_comp): Cast gettext return value to char *,
22624         Problem reported by Martin Neitzel via Mark D. Baushke.
22625
22626 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22627
22628         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
22629         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
22630         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
22631         regex.c, sha1.c, version-etc.c, yesno.c:
22632         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
22633         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
22634         the includer's responsibility.
22635
22636         Sync from coreutils.
22637
22638         * lib/modechange.c (mode_compile): Don't decrement a pointer that
22639         points to the start of a string, as the C Standard says the
22640         resulting behavior is undefined.
22641
22642         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
22643         simple -> simple_backups, numbered_existing ->
22644         numbered_existing_backups, numbered -> numbered_backups
22645         to avoid shadowing problems.  All uses changed.
22646         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
22647         * lib/backupfile.c (check_extension, numbered_backup):
22648         Rename locals to avoid shadowing 'basename'.
22649         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
22650         once.
22651
22652         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
22653         * lib/.cvsignore: Add getopt.h.
22654
22655 2004-10-04  Bruno Haible  <bruno@clisp.org>
22656
22657         * modules/README: New file.
22658         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
22659         not a module.
22660
22661 2004-10-02  Jim Meyering  <jim@meyering.net>
22662
22663         * lib/dirfd.h, getpagesize.h: Add copyright notice.
22664
22665 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22666
22667         * modules/strsep: New file.
22668
22669 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22670
22671         * m4/strsep.m4: New file.
22672
22673 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22674
22675         * lib/strsep.h: New file.
22676         * lib/strsep.c: New file.
22677
22678 2004-10-01  Simon Josefsson  <jas@extundo.com>
22679
22680         * lib/snprintf.c (snprintf): Handle size==0.
22681
22682 2004-10-01  Simon Josefsson  <jas@extundo.com>
22683             Bruno Haible  <bruno@clisp.org>
22684
22685         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
22686         (snprintf): Declare 'args'.
22687
22688 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
22689
22690         * lib/snprintf.c: Remove comments as to why each header is needed.
22691
22692 2004-10-01  Bruno Haible  <bruno@clisp.org>
22693
22694         * MODULES.html.sh: Add strsep.
22695
22696 2004-09-30  Simon Josefsson  <jas@extundo.com>
22697
22698         * modules/snprintf: New file.
22699
22700 2004-09-30  Simon Josefsson  <jas@extundo.com>
22701
22702         * m4/snprintf.m4: New file.
22703
22704 2004-09-30  Simon Josefsson  <jas@extundo.com>
22705
22706         * lib/snprintf.h, lib/snprintf.c: New files.
22707
22708 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22709
22710         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
22711         (hol_entry_help): Never translate an empty string.
22712         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
22713         * lib/argp.h (OPTION_NO_TRANS): New option.
22714
22715 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22716
22717         * modules/argp (Maintainer): Replace Simon Josefsson
22718         by Sergey Poznyakoff.
22719
22720 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22721
22722         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
22723         changes merged back into glibc.
22724
22725 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22726
22727         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
22728
22729 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
22730
22731         * lib/xvasprintf.c: Include xalloc.h.
22732         (xvasprintf): Use xalloc_die, not xmalloc_die.
22733
22734 2004-09-29  Bruno Haible  <bruno@clisp.org>
22735
22736         * modules/alloca-opt: New file, derived from modules/alloca.
22737         * modules/allocsa: Depend on alloca-opt instead of alloca.
22738         * modules/setenv: Likewise.
22739         * modules/vasnprintf: Likewise.
22740         * MODULES.html.sh: Add alloca-opt.
22741
22742 2004-09-28  Simon Josefsson  <jas@extundo.com>
22743
22744         * gnulib-tool: New parameter --lgpl, to asseert that modules are
22745         LGPL, and to replace license template from GPL to LGPL.
22746
22747 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
22748
22749         * modules/dummy: Change license to LGPL.
22750
22751 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
22752
22753         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
22754
22755 2004-09-24  Simon Josefsson  <jas@extundo.com>
22756
22757         * modules/minmax (License): Change from GPL to LGPL.
22758
22759 2004-09-23  Simon Josefsson  <jas@extundo.com>
22760
22761         * gnulib-tool (--import): Typo.
22762
22763 2004-09-23  Simon Josefsson  <jas@extundo.com>
22764
22765         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
22766
22767 2004-09-22  Bruno Haible  <bruno@clisp.org>
22768
22769         * modules/*: Add 'License' field.
22770         * gnulib-tool: Accept --extract-license option.
22771         (func_get_license): New function.
22772
22773 2004-09-21  Bruno Haible  <bruno@clisp.org>
22774
22775         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
22776         Reported by Simon Josefsson.
22777
22778 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
22779
22780         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
22781         gl_AC_TYPE_LONG_LONG.
22782
22783 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
22784
22785         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
22786
22787 2004-09-18  Simon Josefsson  <jas@extundo.com>
22788         and  Paul Eggert  <eggert@cs.ucla.edu>
22789
22790         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
22791         calls with autoreconf.  Define GL_LIB.
22792
22793 2004-09-14  Karl Berry  <karl@gnu.org>
22794
22795         * config/srclist.txt: unsync setenv.c, sigh.
22796
22797 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22798
22799         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
22800         Problem reported by Bruno Haible in:
22801         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
22802
22803 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22804
22805         * config/srclist.txt: Comment out argp-pvh.c.
22806
22807 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
22808
22809         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
22810         in case some system header has #define'd it.  Problem reported by
22811         Soeren D. Schulze in
22812         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
22813
22814 2004-09-09  Karl Berry  <karl@gnu.org>
22815
22816         * regex.[ch]: delete from the root.  These were supposed to be
22817                 synced with emacs cvs, but this has not happened for about
22818                 a year, and anyway nothing else uses emacs regex.[ch].
22819                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
22820                 lib/regex[.ch] is untouched.
22821
22822 2004-09-09  Bruno Haible  <bruno@clisp.org>
22823
22824         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
22825
22826 2004-09-09  Bruno Haible  <bruno@clisp.org>
22827
22828         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
22829         modifications.
22830         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
22831
22832 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
22833
22834         * modules/xvasprintf: New file.
22835         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
22836
22837 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
22838
22839         * lib/xvasprintf.h: New file.
22840         * lib/xvasprintf.c: New file.
22841         * lib/xasprintf.c: New file.
22842
22843 2004-09-08  Bruno Haible  <bruno@clisp.org>
22844
22845         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
22846
22847 2004-09-08  Bruno Haible  <bruno@clisp.org>
22848
22849         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
22850         length is > INT_MAX.
22851         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
22852         more.
22853
22854 2004-09-08  Bruno Haible  <bruno@clisp.org>
22855
22856         * lib/stdint_.h: New file, taken from GNU clisp.
22857
22858 2004-09-08  Bruno Haible  <bruno@clisp.org>
22859             Oskar Liljeblad  <oskar@osk.mine.nu>
22860
22861         * modules/stdint: New file.
22862         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
22863
22864 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22865
22866         Import from coreutils.
22867         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
22868         strings on unbounded length.  alloca's performance benefits aren't
22869         that important here.
22870         (V_STRDUP): Remove.
22871         (parse_with_separator): New function, with most of the internals
22872         of the old parse_user_spec.  Allow user to omit both user and group,
22873         for compatibility with FreeBSD.
22874         Clone only the user name, not the entire spec.
22875         Do not set *uid, *gid unless entirely successful.
22876         Avoid memory leak in some failing cases.
22877         Fix regression for USER.GROUP reported by Dmitry V. Levin in
22878         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
22879         (parse_user_spec): Rewrite to use parse_with_separator.
22880
22881 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22882
22883         * modules/userspec: Don't depend on alloca.
22884
22885 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22886
22887         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
22888
22889 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
22890
22891         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
22892         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
22893         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
22894
22895 2004-08-16  Simon Josefsson  <jas@extundo.com>
22896
22897         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
22898         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
22899         Add --dry-run for --import.
22900         Let user provided command line parameters override configure.ac
22901         settings.
22902
22903 2004-08-12  Simon Josefsson  <jas@extundo.com>
22904
22905         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
22906         as discussed with Paul Eggert in threads rooted at
22907         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
22908         and
22909         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
22910         Before, the test was empty, and relied on ELIDE_CODE in source
22911         code.)
22912         (gl_PREREQ_GETOPT): New macro.
22913         (gl_GETOPT): Use them.
22914
22915 2004-08-12  Simon Josefsson  <jas@extundo.com>
22916
22917         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
22918         * lib/getopt_.h: Renamed from getopt.h.
22919
22920 2004-08-12  Simon Josefsson  <jas@extundo.com>
22921
22922         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
22923         Change default library name from libfoo to libgnu.
22924         Now, if you have a configure.ac that says:
22925                 gl_SOURCE_BASE(gl)
22926                 gl_M4_BASE(gl/m4)
22927                 gl_MODULES(error getopt etcetera)
22928                 gl_INIT
22929         you can import all you need by running:
22930                 ../gnulib/gnulib-tool --import
22931
22932         * modules/getopt (Files): Rename getopt.h to getopt_.h.
22933         (Makefile.am): Rewrite, use logic from argz.
22934         (Include): Use <getopt.h> instead of "getopt.h".
22935
22936 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22937
22938         * modules/argp (Files): Add m4/unlocked-io.m4.
22939         (Depends-on): Add extensions.
22940
22941 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22942
22943         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
22944         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
22945         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
22946         Check for program_invocation_name, program_invocation_short_name,
22947         flockfile, funlockfile, features.h, _getopt_long_only_r.
22948
22949 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22950
22951         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
22952         its complicated substitute.
22953         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
22954         and program_invocation_name.
22955         (__argp_basename) [!_LIBC]: Remove; the only use was
22956         replaced by its body.
22957         (__argp_short_program_name): Change condition from
22958         !defined __argp_short_program_name to
22959         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
22960         to match argp-namefrob.h.
22961         (__argp_failure): Don't assume strerror_r returns char *.
22962         * lib/argp-parse.c (N_): Define unconditionally.
22963         (argp_default_options): Fill out initializers with 0 to avoid
22964         gcc warnings.
22965
22966 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22967
22968         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
22969         getopt1.c.
22970
22971 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22972
22973         Merge from coreutils.
22974
22975         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
22976
22977         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
22978         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
22979
22980 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22981
22982         Merge from coreutils.
22983
22984         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
22985         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
22986         for Reliant Unix 5.43.
22987
22988         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
22989         (union fooround): Use uintmax_t, not long int.
22990         The rest is a merge from libc:
22991         [defined _LIBC]: Include <shlib-compat.h>.
22992         (_obstack) [defined _LIBC]: Remove after 2.3.4.
22993
22994         * lib/settime.c (settime): Recode to avoid warning with
22995         Sun Forte C 6U2.
22996
22997         * lib/strverscmp.c: Convert to UTF-8.
22998
22999 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
23000
23001         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
23002         m4/uintmax_t.m4.
23003
23004 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
23005
23006         * modules/xalloc-die: New file.
23007         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
23008
23009         * modules/md5 (Files): Add m4/uint32_t.m4.
23010         * modules/sha1: Renamed from modules/sha.
23011         (Files):
23012         Rename lib/sha.h to lib/sha1.h.
23013         Rename lib/sha.c to lib/sha1.c.
23014         Rename m4/sha.m4 to m4/sha1.m4.
23015         (lib_SOURCES): Likewise.
23016         (configure.ac): Rename gl_SHA to gl_SHA1.
23017         (Include): sha.h -> sha1.h.
23018
23019 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
23020
23021         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
23022         * m4/sha1.m4: Renamed from sha.m4.
23023         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
23024
23025 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
23026
23027         * lib/obstack.h (obstack_empty_p):
23028         Don't assume that chunk->contents is suitably aligned.
23029         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
23030         Likewise. Problem reported by Benno in
23031         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
23032
23033         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
23034         readable.  This could be improved further but it'd take some work.
23035
23036 2004-08-08  Simon Josefsson  <jas@extundo.com>
23037
23038         * modules/xgethostname (Depends-on): Remove exit and error (not
23039         used).
23040
23041         * modules/getpass-gnu: Add getpass.h.
23042         (Depends-on): Add stdbool.
23043         * modules/getpass: Add getpass.h.
23044
23045 2004-08-08  Simon Josefsson  <jas@extundo.com>
23046
23047         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
23048         Check getpass declaration.
23049
23050 2004-08-08  Simon Josefsson  <jas@extundo.com>
23051
23052         * lib/xgethostname.c: Don't include error.h (not used).
23053
23054         * lib/getpass.h: Add.
23055         * lib/getpass.c: Include getpass.h first.
23056
23057 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
23058
23059         * lib/xalloc-die.c: New file.
23060         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
23061         All uses removed.
23062         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
23063         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
23064         xalloc-die.c.
23065         (_, N_, xalloc_die): Move to xalloc-die.c.
23066         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
23067         so that we needn't mess with xalloc_msg_memory_exhausted.
23068
23069         * lib/sha1.h: Renamed from sha.h.
23070         (SHA1_H): Renamed from _SHA_H.
23071         (sha1_ctx): Renamed from sha_ctx.
23072         (sha1_init_ctx): Renamed from sha_init_ctx.
23073         (sha1_process_block): Renamed from sha_process_block.
23074         (sha1_process_bytes): Renamed from sha_process_bytes.
23075         (sha1_finish_ctx): Renamed from sha_finish_ctx.
23076         (sha1_read_ctx): Renamed from sha_read_ctx.
23077         (sha1_stream): Renamed from sha_stream.
23078         (sha1_buffer): Renamed from sha_buffer.
23079         * lib/sha1.c: Likewise; renamed from sha.c.
23080         Do not include <sys/types.h>.
23081         Include <stddef.h> rather than <stdlib.h>.
23082
23083 2004-08-08  Bruno Haible  <bruno@clisp.org>
23084
23085         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
23086         FILESYSTEM_PREFIX_LEN.
23087         * lib/progreloc.c: Likewise.
23088         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
23089
23090 2004-08-06  Simon Josefsson  <jas@extundo.com>
23091
23092         * modules/progname (Depends-on): Don't depend on stdbool.
23093
23094 2004-08-06  Simon Josefsson  <jas@extundo.com>
23095
23096         * modules/getsubopt: New file.
23097         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23098         getsubopt.
23099
23100 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
23101
23102         More merge from coreutils.
23103
23104         * m4/utimens.m4, m4/utimecmp.m4: New files.
23105         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
23106         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
23107         prereq.m4, sha.m4: Import changes from coreutils.
23108
23109 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
23110
23111         More merge from coreutils.
23112         * modules/raise, modules/readtokens0, modules/utimens:
23113         * modules/utimecmp, module/xnanosleep: New files.
23114         * modules/strftime: Add lib/strftime.h.
23115         Change include from <time.h> to "strftime.h".
23116         * modules/yesno: Add lib/yesno.h.
23117         * modules/backupfile: Remove lib/addext.c.
23118         * modules/euidaccess: Add stat-macros.h.
23119         * modules/canonicalize, modules/euidaccess,
23120         modules/filemode, modules/lchown, modules/makepath,
23121         modules/rmdir, modules/stat: Likewise.
23122
23123 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
23124
23125         Merge from tar.
23126         * lib/argp-help.c (make_hol, hol_append): Don't assume that
23127         SIZE_MAX is a valid preprocessor constant.
23128         (__argp_basename): Change from "#ifndef _LIBC"
23129         to "#ifndef __argp_short_program_name", so that
23130         we don't compile these functions for tar.
23131
23132         More merges from coreutils.
23133         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
23134         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
23135         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
23136         * lib/addext.c: Remove; no longer needed.
23137         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
23138         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
23139         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
23140         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
23141         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
23142         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
23143         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
23144         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
23145         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
23146         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
23147         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
23148         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
23149         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
23150         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
23151         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
23152         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
23153         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
23154         Import changes from coreutils.
23155
23156 2004-08-05  Simon Josefsson  <jas@extundo.com>
23157
23158         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
23159
23160 2004-08-05  Simon Josefsson  <jas@extundo.com>
23161
23162         * m4/getsubopt.m4: New file.
23163
23164 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
23165
23166         Merge from coreutils.
23167
23168         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
23169         * m4/getcwd-path-max.m4: New files.
23170
23171         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
23172         FILESYSTEM_PREFIX_LEN ->
23173         FILE_SYSTEM_PREFIX_LEN.
23174         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
23175         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
23176         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
23177         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
23178
23179         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
23180         prerequisite modules now handle the DOS stuff.
23181         Don't check for unistd.h.
23182
23183 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
23184
23185         Merge from coreutils.
23186
23187         * lib/.gdb-history: Remove; this doesn't belong here.
23188
23189         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
23190         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
23191         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
23192         * lib/getcwd.c: New files.
23193
23194         * lib/dirname.h: Include <stdbool.h>.
23195         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
23196         for consistency with POSIX terminology.  All uses changed.
23197         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
23198         (strip_trailing_slashes): Use bool for booleans.
23199         * lib/stripslash.c (strip_trailing_slashes): Likewise.
23200
23201         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
23202         sometimes returns a positive errno value even when it succeeds.
23203         (print_errno_message) [!LIBC]: Fall back on strerror if
23204         __strerror_r fails.
23205
23206         * lib/path-concat.c (mempcpy): Don't define if a system header defines
23207         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
23208         (longest_relative_suffix): New function.
23209         (path_concat): Use it.  Assume first argument is not NULL.
23210         Port to DOS.  Omit redundant separators.
23211         Report an error instead of returning NULL.
23212         Use mempcpy instead of memcpy.
23213         (xpath_concat): Remove: not declared or used.
23214
23215         * lib/same.h: Include <stdbool.h>
23216         (same_name): Return bool, not int.
23217         * lib/same.c (same_name): Likewise.
23218         (errno): Don't declare; we assume C89 or better now.
23219
23220         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
23221         if not already defined.
23222
23223         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
23224         * lib/dup-safer.c (errno): Likewise.
23225
23226 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
23227
23228         Merge from coreutils.
23229         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
23230         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
23231         * modules/path-concat: Don't depend on strdup.
23232
23233 2004-08-03  Simon Josefsson  <jas@extundo.com>
23234
23235         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
23236         * lib/progname.h: Don't include stdbool.h.
23237
23238 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23239
23240         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
23241         * MODULES.html.sh (func_all_modules): Remove fatal.
23242
23243 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23244
23245         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
23246
23247 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23248
23249         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
23250         working.
23251
23252 2004-08-02  Simon Josefsson  <jas@extundo.com>
23253
23254         * lib/getsubopt.h: New file, with comments from Bruno Haible.
23255         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
23256         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
23257
23258 2004-08-01  Simon Josefsson  <jas@extundo.com>
23259
23260         * lib/xgetdomainname.c: Include stdlib.h, for free().
23261
23262 2004-07-19  Bruno Haible  <bruno@clisp.org>
23263
23264         * MODULES.html.sh (func_all_modules): Add dummy.
23265
23266 2004-07-16  Simon Josefsson  <jas@extundo.com>
23267
23268         * modules/dummy: New file.
23269
23270 2004-07-16  Simon Josefsson  <jas@extundo.com>
23271
23272         * lib/dummy.c: New file.
23273
23274 2004-07-16  Bruno Haible  <bruno@clisp.org>
23275
23276         * lib/backupfile.h: Add extern "C" for C++.
23277         * lib/closeout.h: Likewise.
23278         * lib/copy-file.h: Likewise.
23279         * lib/findprog.h: Likewise.
23280         * lib/full-write.h: Likewise.
23281         * lib/pathname.h: Likewise.
23282         * lib/progname.h: Likewise.
23283         * lib/stpcpy.h: Likewise.
23284         * lib/stpncpy.h: Likewise.
23285         * lib/strcase.h: Likewise.
23286         * lib/strstr.h: Likewise.
23287         * lib/xalloc.h: Likewise.
23288
23289         * lib/mbswidth.h: Add extern "C" for C++.
23290         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
23291
23292 2004-07-13  Robert Millan  <robertmh@gnu.org>
23293
23294         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
23295
23296 2004-07-09  Simon Josefsson  <jas@extundo.com>
23297
23298         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
23299         failed without this.)
23300
23301 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23302
23303         * modules/chown (Files): Add lib/fchown-stub.c, since
23304         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
23305
23306 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23307
23308         * lib/fchown-stub.c: New file.
23309
23310 2004-06-24  Jim Meyering  <jim@meyering.net>
23311
23312         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
23313
23314 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23315
23316         * modules/argz: Omit "#include".
23317
23318         * MODULES.html.sh (func_all_modules): Add calloc, to match
23319         2004-06-01 addition of calloc module.
23320
23321 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23322
23323         * m4/argz.m4: New file, which is autoupdated from libtool.
23324
23325 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23326
23327         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
23328         libtool.
23329
23330 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23331
23332         * config/srclist-update: Don't insist on "USA." before the
23333         close-comment, as libtool omits the period and puts the */ on a
23334         separate line.
23335         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
23336         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
23337
23338 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
23339
23340         * modules/argz: New file.
23341         * MODULES.html.sh (func_all_modules): Add argz.
23342
23343 2004-06-12  Jim Meyering  <jim@meyering.net>
23344         and  Paul Eggert  <eggert@cs.ucla.edu>
23345
23346         * modules/hash (Files): Add lib/xalloc.h.
23347         * modules/pipe (Depends-on): Add wait-process.
23348         * modules/stat (Depends-on): Add xalloc.
23349         * modules/userspec (Files): Add lib/userspec.h.
23350         * modules/xstrto
23351
23352         Upgrade from gettext-0.13.
23353         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
23354         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
23355         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
23356
23357 2004-06-10  Jim Meyering  <jim@meyering.net>
23358
23359         * lib/calloc.c: New file.
23360
23361 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
23362
23363         * lib/getdate.y (yylex): Allow space between sign and number.
23364         Problem reported by Dan Jacobson.
23365
23366 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
23367
23368         Merge from coreutils CVS.
23369
23370         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
23371         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
23372         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
23373         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
23374         xstrtol.m4: Fix copyright date and/or serial number.
23375
23376         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
23377         See if we need an fchown replacement.
23378         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
23379         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
23380         and use the replacement function if we detect either defect.
23381
23382         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
23383         gl_UTIMECMP.
23384
23385 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
23386         and  Jim Meyering  <jim@meyering.net>
23387
23388         Merge from coreutils CVS.
23389
23390         * lib/stat-macros.h: New file, with contents from file-type.h
23391         and coreutils' system.h.
23392         * lib/file-type.c: Include "stat-macros.h".
23393         * lib/file-type.h (file_type): Move all macro definitions to new file,
23394         stat-macros.h.
23395
23396         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
23397         Wrap old code with this conditional.
23398         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
23399         function that does not dereference symlinks.
23400         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
23401
23402         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
23403         dependency problems.
23404         (xreadlink): Accept new arg SIZE, for efficiency.
23405         All decls and uses changed.
23406         * lib/xreadlink.h: Include <stddef.h>, for size_t.
23407
23408         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
23409         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
23410
23411         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
23412         sysexits.h.
23413
23414 2004-06-01  Jim Meyering  <jim@meyering.net>
23415
23416         * m4/calloc.m4: New file.
23417
23418 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
23419
23420         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
23421         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
23422         Also, fix a typo in a diagnostic.
23423
23424 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
23425
23426         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
23427         or AC_FUNC_REALLOC.
23428
23429 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
23430
23431         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
23432         macros to be defined.
23433         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
23434         the allocator returns NULL because the requested size is zero.
23435
23436 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
23437
23438         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
23439         var.  Add comment explaining why libc still defines it.  This
23440         merges the following patch from glibc:
23441         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
23442
23443 2004-05-20  Andreas Schwab  <schwab@suse.de>
23444
23445         * m4/free.m4: Replace free if it not known to work, not the other
23446         way round.
23447
23448 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
23449
23450         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
23451         present in glibc since revision 1.1 of this file.
23452         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
23453         obstack_alignment_mask, obstack_alloc, obstack_base,
23454         obstack_blank, obstack_blank_fast, obstack_chunk_size,
23455         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
23456         obstack_grow0, obstack_init, obstack_int_grow,
23457         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
23458         obstack_next_free, obstack_object_size, obstack_ptr_grow,
23459         obstack_ptr_grow_fast, obstack_room): Remove declarations of
23460         nonexistent functions.
23461
23462 2004-05-18  Karl Berry  <karl@gnu.org>
23463
23464         * config/srclist.txt: break link for vasnprintf.c.
23465
23466 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
23467
23468         Port obstack to the AS/400, where pointers are 16 bytes wide and
23469         you cannot cast an integer to a valid pointer.  This patch is
23470         currently waiting to be integrated into glibc; see
23471         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
23472
23473         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
23474         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
23475         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
23476         (struct obstack): temp member is now a union of a pointer and
23477         an integer, instead of an integer.  All integer uses changed.
23478         This does not affect the physical layout of struct obstack,
23479         except on hosts (like the AS/400) where the size or alignment of
23480         void * is greater than that of ptrdiff_t.
23481         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
23482         __STDC__)]: Store temporary in pointer member of union, not
23483         integer member.
23484         * lib/obstack.c: Include <stddef.h>, for offsetof.
23485         (struct fooalign): Remove; it doesn't need a name.
23486         (union fooround): Change double to long double, and add void *.
23487         (DEFAULT_ALIGNMENT): Use offsetof to compute.
23488         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
23489         not a macro.  Hence the values are always int; so remove all
23490         casts-to-int in uses.
23491
23492 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
23493
23494         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
23495         we can get this patch merged into glibc.
23496
23497 2004-05-17  Derek R. Price  <derek@ximbiot.com>
23498             Paul Eggert  <eggert@cs.ucla.edu>
23499
23500         * m4/argp: Depend on alloca.
23501
23502 2004-05-17  Derek R. Price  <derek@ximbiot.com>
23503             Paul Eggert  <eggert@cs.ucla.edu>
23504
23505         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
23506         freecoding.
23507
23508 2004-05-17  Bruno Haible  <bruno@clisp.org>
23509
23510         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
23511         precision that consists of a '.' followed by an empty digit string.
23512         Patch by Tor Lillqvist <tml@iki.fi>.
23513
23514 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
23515
23516         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
23517         for backward compatibility with older code.  We need our own
23518         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
23519         it under some other name, and our alloca.h will define it.
23520
23521 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
23522             Derek Price  <derek@ximbiot.com>
23523
23524         * lib/alloca.c: Include <alloca.h>, to get our interface.
23525         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
23526         include <alloca.h> first.  Use C89 prototype for alloca; this
23527         requires including <stddef.h> for size_t.  Use extern "C" if C++.
23528         Use #elif for simplicity, since we can assume C89 now.
23529         Don't try to source the system alloca.h since it will not be found
23530         and to prevent recursively including its replacement.
23531         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
23532         * lib/regex.c: Likewise.
23533
23534 2004-05-16  Derek Price  <derek@ximbiot.com>
23535             Paul Eggert  <eggert@cs.ucla.edu>
23536
23537         getline cleanup.  This changes the getndelim2 API: both order of
23538         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
23539         no delimiter).
23540
23541         * lib/getline.c: Don't include stddef.h or stdio.h, since our
23542         interface does that.
23543         (getline): Always use getdelim, so that we don't have two
23544         copies of this code.
23545         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
23546         if available.
23547         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
23548         (GETNDELIM2_MAXIMUM): New macro.
23549         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
23550         instead of the old practice of delim2==0.  All callers changed.
23551         Return -1 on overflow, instead of returning junk.
23552         Do not set *linesize unless allocation succeeds.
23553         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
23554         that we include sys/types.h.
23555         * lib/getnline.h: Likewise.
23556         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
23557         (getndelim2): Reorder arguments.
23558         * lib/getnline.c (getnline, getndelim):
23559         Don't discard the NMAX argument.
23560         (getnline): Invoke getndelim, to avoid code duplication.
23561         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
23562         of (size_t) -1 by callers of the getnline family.
23563
23564 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
23565
23566         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
23567         Check for gettimeofday.
23568         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
23569         Check for settimeofday, stime.
23570
23571 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
23572
23573         * lib/nanosleep.c (suspended): Change its type from int to
23574         sig_atomic_t volatile.
23575         (first_call): Make it private to rpl_nanosleep, and have it
23576         be zero initially as that's a bit faster.
23577         (my_usleep): Round up fractional times instead of truncating them,
23578         as this is the usual meaning for 'sleep'.
23579
23580         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
23581         doesn't work.
23582         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
23583         (ENOSYS): Define if not defined.
23584         (settime): Fall back on stime if it exists and settimeofday fails.
23585         But don't bother with fallbacks if a method fails with errno == EPERM.
23586
23587 2004-05-11  Jim Meyering  <jim@meyering.net>
23588
23589         Prior to this change, the save_cwd caller required read access to the
23590         current directory on most systems (ones with the fchdir function).
23591
23592         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
23593         fails, try write-only, and finally, resort to using xgetcwd.
23594
23595 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
23596
23597         * lib/obstack.c, obstack.h: Import changes from libc.
23598
23599 2004-04-28  Bruno Haible  <bruno@clisp.org>
23600
23601         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
23602         also implicitly appends .exe to executables.
23603         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
23604         accepts Windows pathnames.
23605         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
23606         Treat Cygwin like Windows, since it now accepts Windows pathnames.
23607         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
23608         Treat Cygwin like Windows, since it now accepts Windows pathnames.
23609         Reported by Derek Robert Price <derek@ximbiot.com>.
23610
23611 2004-04-21  Karl Berry  <karl@gnu.org>
23612
23613         * config/srclist.txt (localcharset.c): break sync.
23614
23615 2004-04-20  Paul Eggert  <eggert@twinsun.com>
23616
23617         * m4/host-os.m4: Add a copyright notice.
23618
23619 2004-04-20  Jim Meyering  <jim@meyering.net>
23620
23621         Change UTILS_ to gl_ in AC_DEFINE'd names.
23622         Change utils_- and jm_-prefixed variables, too.
23623         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
23624         UTILS_FUNC_MKDIR_TRAILING_SLASH.
23625         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
23626
23627         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
23628         Don't emit trailing blanks.
23629         Also rename jm_-prefixed variables to have gl_ prefix.
23630
23631         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
23632         Also rename jm_-prefixed variables to have gl_ prefix.
23633
23634         * m4/jm-macros.m4: Reflect the renamings.
23635         * m4/prereq.m4: Likewise.
23636
23637 2004-04-20  Jim Meyering  <jim@meyering.net>
23638
23639         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
23640         memory.
23641
23642 2004-04-20  Jim Meyering  <jim@meyering.net>
23643             Bruno Haible  <bruno@clisp.org>
23644
23645         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
23646         memory when realloc fails.
23647
23648 2004-04-19  Jim Meyering  <jim@meyering.net>
23649
23650         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
23651         now that readutmp.c may call `free (0)'.
23652
23653 2004-04-19  Bruno Haible  <bruno@clisp.org>
23654
23655         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
23656         * m4/inttypes_h.m4: Likewise.
23657         * m4/stdint_h.m4: Likewise.
23658         * m4/intmax_t.m4: Likewise.
23659         * m4/uintmax_t.m4: Likewise.
23660
23661 2004-04-18  Jim Meyering  <jim@meyering.net>
23662
23663         * m4/prereq.m4: Don't forbid jm_ prefix.
23664
23665         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
23666         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
23667         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
23668         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
23669         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
23670         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
23671         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
23672         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
23673         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
23674         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
23675         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
23676         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
23677         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
23678         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
23679         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
23680         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
23681         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
23682         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
23683         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
23684
23685 2004-04-18  Jim Meyering  <jim@meyering.net>
23686
23687         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
23688         failure, don't leak memory and do call END_UTMP_ENT.
23689
23690 2004-04-16  Jim Meyering  <jim@meyering.net>
23691
23692         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
23693         coreutils' stat program.
23694         (gl_PREREQ): Don't require jm_PREREQ_STAT.
23695
23696 2004-04-11  Paul Eggert  <eggert@twinsun.com>
23697
23698         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
23699         C89.
23700         (CHAR_BIT): Remove, since we assume C89.
23701         Include <stdint.h> if available, as per current Autoconf CVS advice.
23702
23703 2004-03-31  Jim Meyering  <jim@meyering.net>
23704
23705         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
23706         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
23707         * m4/xalloc.m4: Likewise.
23708
23709 2004-03-30  Paul Eggert  <eggert@twinsun.com>
23710
23711         Merge from coreutils.
23712
23713         * m4/inttostr.m4: New file.
23714         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
23715         Require AM_STDBOOL_H and gl_TIMESPEC instead.
23716         Require gl_CLOCK_TIME.
23717         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
23718
23719 2004-03-30  Paul Eggert  <eggert@twinsun.com>
23720
23721         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
23722         not bool, to be more consistent with Unix conventions.
23723         Suggested by Bruno Haible.
23724
23725         Merge from coreutils.
23726
23727         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
23728         * lib/umaxtostr.c: New files.
23729
23730         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
23731         the usual <time.h> dance.
23732         (get_date): Change signature to support fractional time stamps.
23733         All callers changed.
23734         * lib/getdate.y: Include "getdate.h" first, as we can now
23735         assume C89 and don't need to worry about 'const'.
23736         Similarly, include "unlocked-io.h" near start, not in middle.
23737         Include <limits.h>.
23738         (textint.value): Use long int rather than int.
23739         (textint.digits): Use size_t rather than int.
23740         (BILLION, LOG10_BILLION): New constants.
23741         (parser_control): New member rel_ns.  Members day_ordinal,
23742         time_zone, month, day, hour, minutes, rel_year, rel_month,
23743         rel_day, rel_hour, rel_minutes, rel_seconds
23744         are now long int, not int.  Member seconds is now struct timespec,
23745         not int.  New member timespec_seen.  Members dates_seen, days_seen,
23746         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
23747         not int.
23748         (%union.intval): Now long int, not int.
23749         New member timespec.
23750         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
23751         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
23752         (spec): Now is a timespec or an item list.
23753         (timespec, items): New nonterminals.
23754         (time, rel, relunit, number, get_date):
23755         Add support for fractional seconds.
23756         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
23757         (gmtime, localtime, mktime): Remove decls; not needed with C89.
23758         (to_hour): First arg is now long int, not int.
23759         (to_year): Returns long int, not int.
23760         Don't treat year -70 like 70.
23761         (tm_diff): Returns long int, not int.
23762         (lookup_word): Use bool instead of int when appropriate.
23763         (yylex): Use size_t for count, not int.
23764         Detect overflow when parsing large integer constants.
23765         Add support for fractions.
23766         (get_date): Make pointers 'const' if possible.
23767         Use more-portable code to detect integer overflow.
23768         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
23769         Don't use ctime; it's not reliable if the year has >4 digits.
23770
23771         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
23772         This is for compatibility with BSD.
23773
23774         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
23775         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
23776         From coreutils' system.h.
23777
23778         * lib/userspec.c: Don't include "posixver.h".
23779         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
23780         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
23781         compatible extension.  Simplify code by removing a boolean int
23782         that was always nonzero if a string was nonnull.
23783
23784 2004-03-30  Jim Meyering  <jim@meyering.net>
23785
23786         Merge from coreutils.
23787
23788         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
23789         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
23790         on some systems one must include <grp.h> before it.
23791         Reported by Christian Krackowizer.
23792
23793 2004-03-30  Jim Meyering  <jim@meyering.net>
23794
23795         Merge from coreutils.
23796
23797         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
23798
23799         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
23800         an empty input stream.
23801
23802         * lib/readtokens.c: Include <stdbool.h>.
23803         (readtoken): Use `size_t' rather than int/long.
23804         All callers adjusted.
23805         Use `bool' rather than `int' where appropriate.
23806         Use memset rather than an explicit loop.
23807         Use x2nrealloc rather than xrealloc.
23808         Allow the use of `\0' as a delimiter.
23809         (readtokens): Likewise.
23810         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
23811
23812 2004-03-30  Jim Meyering  <jim@meyering.net>
23813
23814         * m4/realloc.m4: Remove file, since now it does no more than
23815         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
23816         the `configure.ac' section of module/realloc.
23817         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
23818
23819 2004-03-30  Bruno Haible  <bruno@clisp.org>
23820
23821         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
23822         nonnull.
23823
23824 2004-03-29  Paul Eggert  <eggert@twinsun.com>
23825
23826         Merge changes to getloadavg.c from coreutils and Emacs.
23827
23828         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
23829         Define to an expression, not to the empty string.
23830         Include cloexec.h and xalloc.h.
23831         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
23832         Use set_cloexec_flag rather than rolling our own.
23833         * lib/cloexec.c, lib/cloexec.h: New files.
23834
23835 2004-03-29  Paul Eggert  <eggert@twinsun.com>
23836
23837         * m4/cloexec.m4: New file.
23838
23839 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23840
23841         * lib/getopt.h: Sync with libc CVS.
23842
23843 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23844             Bruno Haible  <bruno@clisp.org>
23845
23846         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
23847         mbswidth.
23848
23849 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23850             Bruno Haible  <bruno@clisp.org>
23851
23852         * lib/mbswidth.h: Include <wchar.h> only if
23853         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
23854         <wchar.h>.
23855         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
23856
23857 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23858
23859         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
23860         Sync with libc CVS.
23861         * lib/getopt_int.h: New file, also synced from libc.
23862
23863 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23864
23865         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
23866         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
23867         Bring back getopt.c, getopt.h, getopt1.c.
23868
23869 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23870
23871         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
23872         All uses changed.  Check for sa_sigaction member; this fixes
23873         a bug first reported by Jason Andrade in
23874         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23875
23876 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23877
23878         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
23879         '#if' expressions.  Unlike the code it replaces, it does not
23880         depend on (defined _SC_PAGESIZE).  However, it does depend on
23881         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
23882         first reported by Jason Andrade in
23883         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23884
23885 2004-02-25  Simon Josefsson  <jas@extundo.com>
23886
23887         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
23888
23889 2004-02-25  Simon Josefsson  <jas@extundo.com>
23890
23891         * lib/strdup.h: New file.
23892         * lib/strdup.c: Include it.
23893         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
23894         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
23895
23896 2004-02-23  Karl Berry  <karl@gnu.org>
23897
23898         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
23899         (from fencepost.gnu.org:/gd/gnuorg).
23900
23901 2004-02-23  Karl Berry  <karl@gnu.org>
23902
23903         * config/srclistvars.sh (GNUORG) [karl]: redefine.
23904         * config/srclist.txt: add maintain/standards documents.
23905
23906 2004-02-18  Bruno Haible  <bruno@clisp.org>
23907
23908         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
23909         Reported by Derek Robert Price <derek@ximbiot.com>.
23910
23911 2004-02-16  Karl Berry  <karl@gnu.org>
23912
23913         * config/mkinstalldirs, install-sh: update from automake.
23914
23915 2004-02-06  Karl Berry  <karl@gnu.org>
23916
23917         * m4/po.m4: update from gettext 0.14.1.
23918
23919 2004-02-06  Karl Berry  <karl@gnu.org>
23920
23921         * lib/config.charset: update from gettext 0.14.1.
23922
23923 2004-02-05  Paul Eggert  <eggert@twinsun.com>
23924
23925         Add comments and code, prompted by suggestions from Bruno Haible
23926         for sh-quote.
23927         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
23928         describing the enum quoting_style values.
23929         * lib/quotearg.c (quotearg_alloc): New function.
23930         (quotearg_buffer_restyled): Treat lone { and } as special.
23931         Treat = as special.  Work around bug with older shells
23932         that "see" a '\' that is really the 2nd byte of a multibyte char.
23933         Quote empty string with shell_quoting_style.
23934
23935 2004-02-03  Bruno Haible  <bruno@clisp.org>
23936
23937         * m4/pipe.m4: New file, from GNU gettext.
23938
23939 2004-02-03  Bruno Haible  <bruno@clisp.org>
23940
23941         * lib/pipe.h: New file, from GNU gettext.
23942         * lib/pipe.c: New file, from GNU gettext.
23943
23944 2004-01-27  Bruno Haible  <bruno@clisp.org>
23945
23946         * m4/execute.m4: New file, from GNU gettext.
23947
23948 2004-01-27  Bruno Haible  <bruno@clisp.org>
23949
23950         * lib/execute.h: New file, from GNU gettext.
23951         * lib/execute.c: New file, from GNU gettext.
23952         * lib/w32spawn.h: New file, from GNU gettext.
23953
23954 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23955
23956         Merge from diffutils.
23957
23958         * lib/file-type.c (file_type): Add typed memory objects.
23959         * lib/file-type.h (S_TYPEISTMO): New macro.
23960
23961         * lib/c-stack.h (c_stack_action): Remove argv argument.
23962         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
23963         (die): Don't calculate message unless segv_action returns.
23964         (get_stack_location, min_address_from_argv, max_address_from_argv,
23965         volatile stack_base, volatile_stack_size): Remove.
23966         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
23967         that every segmentation violation is a stack overflow.  (Ouch!)
23968         See Debian bug 136249 (still outstanding) for more info about why
23969         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
23970
23971 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23972
23973         Exit-status fix from coreutils.
23974
23975         Use exit_failure consistently in place of EXIT_FAILURE,
23976         so that program exit statuses are consistent on failure.
23977
23978         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
23979         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
23980         * lib/argmatch.h: Comment fix to match the above.
23981         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
23982         Now a macro referring to exit_failure, instead of a separate
23983         variable.  Include "exitfail.h" to get it.
23984         * lib/xstrtol.h: Include "exitfail.h".
23985         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
23986
23987         * lib/long-options.c (parse_long_options): Use prototype
23988         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
23989         for clarity.
23990
23991 2004-01-21  Jim Meyering  <jim@meyering.net>
23992
23993         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
23994         so as not to conflict with a different-sized __mktime_internal
23995         function in GNU libc.
23996         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
23997         Problem building statically-linked `ls' reported by Michael Brunnbauer.
23998
23999 2004-01-20  Karl Berry  <karl@gnu.org>
24000
24001         * config/config.guess: update from config.
24002
24003         * config/srclistvars.sh: GNUWWWLICENSES for karl.
24004
24005 2004-01-20  Bruno Haible  <bruno@clisp.org>
24006
24007         Safer stack allocation.
24008         * lib/setenv.c: Include allocsa.h.
24009         (alloca): Remove fallback definition.
24010         (freea): Remove macro.
24011         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
24012         instead of freea.
24013
24014 2004-01-20  Bruno Haible  <bruno@clisp.org>
24015
24016         * m4/eealloc.m4: New file, from GNU gettext.
24017
24018 2004-01-20  Bruno Haible  <bruno@clisp.org>
24019
24020         * m4/allocsa.m4: New file, from GNU gettext.
24021
24022 2004-01-20  Bruno Haible  <bruno@clisp.org>
24023
24024         * lib/xallocsa.h: New file, from GNU gettext.
24025         * lib/xallocsa.c: New file, from GNU gettext.
24026
24027 2004-01-20  Bruno Haible  <bruno@clisp.org>
24028
24029         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
24030
24031 2004-01-20  Bruno Haible  <bruno@clisp.org>
24032
24033         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
24034         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
24035         specially.
24036
24037 2004-01-20  Bruno Haible  <bruno@clisp.org>
24038
24039         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
24040         patch.
24041
24042 2004-01-20  Bruno Haible  <bruno@clisp.org>
24043
24044         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
24045
24046 2004-01-20  Bruno Haible  <bruno@clisp.org>
24047
24048         * lib/eealloc.h: New file.
24049
24050 2004-01-20  Bruno Haible  <bruno@clisp.org>
24051
24052         * lib/binary-io.h: Avoid warnings on Cygwin.
24053
24054 2004-01-20  Bruno Haible  <bruno@clisp.org>
24055
24056         * lib/allocsa.h: New file, from GNU gettext.
24057         * lib/allocsa.c: New file, from GNU gettext.
24058
24059 2004-01-18  Karl Berry  <karl@gnu.org>
24060
24061         * doc/gpl.texi, doc/lgpl.texi: new files.
24062
24063 2004-01-18  Karl Berry  <karl@gnu.org>
24064
24065         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
24066         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
24067
24068 2004-01-15  Paul Eggert  <eggert@twinsun.com>
24069
24070         Merge from coreutils.
24071
24072         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
24073         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
24074         (gl_DEFAULT_POSIX2_VERSION): Move
24075         the documentation from 'configure' into 'config.hin',
24076         so that 'configure --help' isn't burdened by it and
24077         we don't have to worry about its formatting there.
24078         Reword the documentation so that it's more succinct
24079         and can be run together into a single paragraph.
24080         * m4/same.m4 (gl_SAME): Check for pathconf.
24081
24082 2004-01-15  Paul Eggert  <eggert@twinsun.com>
24083
24084         Merge from coreutils.
24085
24086         * lib/posixver.c: Include posixver.h.
24087
24088         * lib/same.c: Include <stdbool.h>, <limits.h>.
24089         (_POSIX_NAME_MAX): Define if not defined.
24090         (MIN): New macro.
24091         (same_name): If file names are silently truncated, report
24092         that the file names are the same if they are the same after
24093         the silent truncation.
24094
24095         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
24096         conversion function.
24097         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
24098         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
24099         longer needed.
24100
24101 2004-01-15  Jim Meyering  <jim@meyering.net>
24102
24103         Merge from coreutils.
24104
24105         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
24106         if no library is required.
24107         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
24108         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
24109         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
24110         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
24111         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
24112         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
24113         value, $ac_cv_search_crypt, if it's "none required".
24114         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
24115         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
24116         not gl_FUNC_GETLOADAVG.
24117         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
24118         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
24119
24120 2004-01-15  Jim Meyering  <jim@meyering.net>
24121
24122         Merge from coreutils.
24123
24124         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
24125         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
24126         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
24127
24128         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
24129         optional configure-time default.
24130
24131         * lib/version-etc.c (version_etc_copyright): Update copyright date.
24132
24133         * lib/xreadlink.c (xreadlink): Correct outdated comment.
24134
24135 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
24136
24137         Merge from coreutils.
24138
24139         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
24140         value, $ac_cv_search_nanosleep, if it's "none required".
24141
24142 2004-01-14  Paul Eggert  <eggert@twinsun.com>
24143
24144         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
24145         with like-named macro in fnmatch.c.
24146         (EXT): Use an internal constant instead.
24147
24148         Merge fnmatch patches from glibc.
24149         * lib/fnmatch.c (mbsinit): Remove define.
24150         Add libc_hidden_ver (__fnmatch, fnmatch).
24151         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
24152         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
24153
24154 2004-01-14  Karl Berry  <karl@gnu.org>
24155
24156         * config/install-sh: update from automake.
24157
24158 2004-01-13  Karl Berry  <karl@gnu.org>
24159
24160         * config/install-sh: update from automake.
24161
24162 2004-01-09  Karl Berry  <karl@gnu.org>
24163
24164         * config/install-sh: update from automake.
24165
24166 2004-01-05  Karl Berry  <karl@gnu.org>
24167
24168         * config/config.{sub,guess}: update from config.
24169
24170 2003-12-31  Karl Berry  <karl@gnu.org>
24171
24172         * config/depcomp: update from automake.
24173
24174 2003-12-14  Karl Berry  <karl@gnu.org>
24175
24176         * lib/config.charset: update from gettext-runtime.
24177
24178 2003-12-03  Paul Eggert  <eggert@twinsun.com>
24179
24180         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
24181         Bug reported by Alfred M. Szmidt.
24182
24183 2003-12-03  Bruno Haible  <bruno@clisp.org>
24184
24185         * m4/gettext.m4: Upgrade from gettext-0.13.
24186         * m4/po.m4: Upgrade from gettext-0.13.
24187         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
24188         * m4/intmax.m4: New file, from gettext-0.13.
24189         * m4/printf-posix.m4: New file, from gettext-0.13.
24190
24191 2003-11-29  Karl Berry  <karl@gnu.org>
24192
24193         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
24194
24195 2003-11-25  Paul Eggert  <eggert@twinsun.com>
24196             Bruno Haible  <bruno@clisp.org>
24197
24198         * lib/printf-parse.h: Don't include sys/types.h.
24199         (ARG_NONE): New macro.
24200         (char_directive): Change type of *arg_index fields to size_t.
24201         * lib/printf-parse.c: Don't include sys/types.h.
24202         (SSIZE_MAX): Remove macro.
24203         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
24204         Remove unnecessary overflow check.
24205         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
24206         fields.
24207
24208 2003-11-25  Bruno Haible  <bruno@clisp.org>
24209
24210         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
24211
24212 2003-11-25  Bruno Haible  <bruno@clisp.org>
24213
24214         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
24215         gt_TYPE_SSIZE_T.
24216
24217 2003-11-24  Paul Eggert  <eggert@twinsun.com>
24218
24219         * modules/alloca: Remove dependency on xalloc.
24220
24221 2003-11-24  Paul Eggert  <eggert@twinsun.com>
24222
24223         * lib/alloca.c: Remove dependency on xalloc module.
24224         (xalloc_die): Remove.
24225         (memory_full) [!defined emacs]: New macro.
24226         [!defined emacs]: Don't include xalloc.h.
24227         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
24228         address arithmetic overflows.  Change datatypes a bit to avoid
24229         unnecessary casts.
24230
24231 2003-11-22  Jim Meyering  <jim@meyering.net>
24232
24233         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
24234         s/size/size_t/.
24235
24236 2003-11-21  Karl Berry  <karl@gnu.org>
24237
24238         * config/config.{sub,guess}: update from config.
24239
24240 2003-11-18  Karl Berry  <karl@gnu.org>
24241
24242         * config/config.{sub,guess}: update from config.
24243
24244         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
24245
24246 2003-11-17  Paul Eggert  <eggert@twinsun.com>
24247
24248         * README: Mention that S+T cannot overflow if S is the size of
24249         an existing object and T is sufficiently small.
24250
24251 2003-11-17  Jim Meyering  <jim@meyering.net>
24252
24253         On systems without utime and without a utimes function capable of
24254         dealing with a NULL struct utimbuf* argument, this utime replacement
24255         could -- in unusual circumstances -- leak a file descriptor.
24256         * lib/utime.c: Include <unistd.h> and <errno.h>.
24257         (utime_null): Be sure to close `fd' and to preserve errno.
24258         Reported by Geoff Collyer via Arnold Robbins.
24259
24260 2003-11-17  Bruno Haible  <bruno@clisp.org>
24261
24262         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
24263         (Depends-on): Add xsize.
24264
24265 2003-11-17  Bruno Haible  <bruno@clisp.org>
24266
24267         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
24268
24269 2003-11-17  Bruno Haible  <bruno@clisp.org>
24270
24271         * lib/vasnprintf.c (alloca): Remove fallback definition.
24272         (freea): Remove definition.
24273         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
24274         Reported by Paul Eggert.
24275
24276 2003-11-16  Paul Eggert  <eggert@twinsun.com>
24277             Bruno Haible  <bruno@clisp.org>
24278
24279         Protect against address arithmetic overflow.
24280         * lib/printf-args.h: Include stddef.h.
24281         (arguments): Change type of field 'count' to size_t.
24282         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
24283         'unsigned int' where appropriate.
24284         * lib/printf-parse.h: Include sys/types.h.
24285         (char_directive): Change type of *arg_index fields to ssize_t.
24286         (char_directives): Change type of fields 'count', max_*_length to
24287         size_t.
24288         * lib/printf-parse.c: Include sys/types.h and xsize.h.
24289         (SSIZE_MAX): Define fallback value.
24290         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
24291         instead of 'int' where appropriate. Check a_allocated, d_allocated
24292         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
24293         * lib/vasnprintf.c: Include xsize.h.
24294         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
24295         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
24296         overflow. Avoid wraparound when converting a width or precision from
24297         decimal to binary.
24298
24299 2003-11-16  Bruno Haible  <bruno@clisp.org>
24300
24301         Update from GNU gettext.
24302         * lib/printf-parse.c: Generalize to it can be compiled for wide
24303         strings.
24304         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
24305         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
24306         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
24307         SNPRINTF): New macros.
24308         Don't include <alloca.h> if the file is used inside libintl.
24309         (local_wcslen): New function, for Solaris 2.5.1.
24310         (VASNPRINTF): Use it instead of wcslen.
24311
24312 2003-11-16  Bruno Haible  <bruno@clisp.org>
24313
24314         * lib/xsize.h (xmax): New function.
24315         (xsum, xsum3, xsum4): Declare as "pure" functions.
24316
24317 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24318
24319         * modules/xalloc (Files): Undo latest change, since xalloc.h
24320         no longer needs SIZE_MAX or PTRDIFF_MAX.
24321
24322 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24323
24324         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
24325         gl_PTRDIFF_MAX.
24326
24327 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24328
24329         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
24330         "return", to pacify some unknown compiler.  Problem reported
24331         by Joerg Schilling.
24332
24333 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24334
24335         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
24336         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
24337         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
24338         heuristic is just as accurate as far as we know, and it removes a
24339         dependency on size_max.m4 and ptrdiff_max.m4.
24340
24341 2003-11-11  Bruno Haible  <bruno@clisp.org>
24342
24343         * modules/xsize (Files): Add m4/size_max.m4.
24344         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
24345
24346 2003-11-11  Bruno Haible  <bruno@clisp.org>
24347
24348         * m4/size_max.m4: New file.
24349         * m4/ptrdiff_max.m4: New file.
24350         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
24351         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
24352         (gl_XALLOC): Invoke it.
24353
24354 2003-11-11  Bruno Haible  <bruno@clisp.org>
24355
24356         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
24357         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
24358         defined.
24359
24360 2003-11-10  Paul Eggert  <eggert@twinsun.com>
24361
24362         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
24363         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
24364         rejected some allocations of exactly SIZE_MAX - 2 bytes.
24365         From Bruno Haible.
24366         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
24367         not (size_t) -1, since it's defined here.
24368
24369 2003-11-09  Karl Berry  <karl@gnu.org>
24370
24371         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
24372
24373 2003-11-06  Paul Eggert  <eggert@twinsun.com>
24374
24375         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
24376         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
24377         Reject sizes of exactly SIZE_MAX bytes.
24378         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
24379         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
24380
24381 2003-11-05  Bruno Haible  <bruno@clisp.org>
24382
24383         * lib/xsize.h: Include limits.h, to avoid a possible collision with
24384         SIZE_MAX defined in <limits.h> on Solaris.
24385
24386 2003-11-04  Jim Meyering  <jim@meyering.net>
24387
24388         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
24389         variable names, rather than @VAR@.
24390         * modules/poll: Likewise.
24391
24392 2003-11-04  Bruno Haible  <bruno@clisp.org>
24393
24394         * modules/xsize: New file.
24395         * modules/linebreak: Depend on xsize.
24396         * MODULES.html.sh (func_all_modules): Add xsize.
24397
24398 2003-11-04  Bruno Haible  <bruno@clisp.org>
24399
24400         * m4/xsize.m4: New file.
24401
24402 2003-11-04  Bruno Haible  <bruno@clisp.org>
24403
24404         * lib/xsize.h: New file.
24405         * lib/linebreak.c: Include xsize.h.
24406         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
24407         argument for overflow.
24408         Suggested by Paul Eggert.
24409
24410 2003-11-03  Karl Berry  <karl@gnu.org>
24411
24412         * config/config.{guess,sub}: update from config.
24413
24414 2003-11-03  Jim Meyering  <jim@meyering.net>
24415
24416         * modules/userspec (lib_SOURCES): Add userspec.h.
24417         (Include): Add "userspec.h".
24418         Improve description.
24419
24420 2003-11-03  Jim Meyering  <jim@meyering.net>
24421
24422         * lib/userspec.c: Include "userspec.h".
24423         * lib/userspec.h: New file.
24424
24425 2003-11-03  Bruno Haible  <bruno@clisp.org>
24426
24427         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
24428
24429 2003-11-03  Bruno Haible  <bruno@clisp.org>
24430
24431         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
24432         available, to avoid (extremely rare) race condition.
24433         Suggested by Paul Eggert.
24434
24435 2003-11-02  Karl Berry  <karl@gnu.org>
24436
24437         * config/srclist.txt (vasprintf.c): sync broken, sigh.
24438
24439 2003-10-31  Paul Eggert  <eggert@twinsun.com>
24440
24441         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
24442         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
24443         (read_filesystem_list): Set and use me_type_malloced.
24444         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
24445         whatever the type happens to be), for brevity and consistency.
24446         Check for size calculation overflow on Alphas running OSF/1.
24447
24448 2003-10-31  Jim Meyering  <jim@meyering.net>
24449
24450         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
24451
24452         * lib/linebuffer.c: Include <string.h> for declaration of memset.
24453
24454 2003-10-30  Paul Eggert  <eggert@twinsun.com>
24455             Bruno Haible  <bruno@clisp.org>
24456
24457         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
24458         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
24459
24460 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
24461
24462         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
24463         netbsd*-gnu*.  Suggested by Robert Millan.
24464
24465 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24466
24467         * modules/group-member: Depend on stdbool.
24468
24469 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24470
24471         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
24472
24473 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24474
24475         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
24476         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
24477         after the 'gnu' in these cases.  This fixes some bugs in the
24478         previous change, and is based on suggestions by Robert Millan.
24479
24480 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24481
24482         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
24483         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
24484         no longer needed.
24485         * lib/quotearg.c (quotearg_n_options): Use it.
24486         * lib/group-member.c: Include <stdbool.h>.
24487         (free_group_info): Arg is now const *; don't free arg.
24488         (get_group_info): Now returns bool and accepts struct group_info *,
24489         rather than returning a malloc'ed struct group_info *.
24490         All uses changed.  Check for overflow in internal size calculation.
24491
24492         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
24493         rather than xmalloc/xrealloc.
24494         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
24495         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
24496         conformance bug: the old code used a pointer after freeing the
24497         storage that it addressed.
24498         * lib/hash.c (hash_initialize): Simplify the code by using
24499         xalloc_oversized rather than doing it by hand.
24500         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
24501         the buffer preserved.  Use free and xmalloc instead.
24502         * lib/quotearg.c (quotearg_n_options): Likewise.
24503         Use a simpler test for size overflow.  Don't use xalloc_oversized
24504         because unsigned int might be wider than size_t (!); this suggests
24505         that we should switch from unsigned int to size_t for slot numbers.
24506
24507 2003-10-28  Paul Eggert  <eggert@twinsun.com>
24508
24509         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
24510         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
24511         NetBSD kernels.  Requested by Richard Stallman.
24512
24513 2003-10-27  Paul Eggert  <eggert@twinsun.com>
24514
24515         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
24516         to allocate the returned structure.  Do not allocate a subarray,
24517         as x2nrealloc will do that.
24518         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
24519         instead of xnrealloc.
24520         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
24521
24522 2003-10-27  Bruno Haible  <bruno@clisp.org>
24523
24524         * lib/stdbool_.h: Better support for BeOS.
24525
24526 2003-10-26  Paul Eggert  <eggert@twinsun.com>
24527
24528         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
24529         now uses inline.
24530
24531 2003-10-26  Paul Eggert  <eggert@twinsun.com>
24532
24533         * lib/xalloc.h (xalloc_oversized): New static inline function, for
24534         callers that want to do their own size-overflow checking.  Include
24535         <stdbool.h>, since xalloc_oversized returns bool.
24536         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
24537         to use xalloc_oversized.
24538
24539         Add two functions x2realloc, x2nrealloc, for programs that grow
24540         arrays dynamically by doubling their sizes.
24541         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
24542         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
24543         New functions.
24544
24545         Port to C99 semantics for 'inline' of external functions.
24546         Bug reported by Bruno Haible.
24547         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
24548         with the old contents of xnmalloc.
24549         (xnmalloc, xmalloc): Use it.
24550         (xnrealloc_inline): New static inline function,
24551         with the old contents of xnrealloc.
24552         (xnrealloc, xrealloc): Use it.
24553
24554         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
24555         that.
24556
24557 2003-10-26  Karl Berry  <karl@gnu.org>
24558
24559         * config/srclist.txt (COPYING.DOC): no longer available from
24560         /gd/gnuorg; don't know where the ultimate source is.
24561
24562 2003-10-25  Paul Eggert  <eggert@twinsun.com>
24563
24564         Fix several address-calculation bugs in the hash modules,
24565         plus some minor code cleanup.
24566
24567         * lib/hash.h: Include <stdbool.h>, for bool.
24568         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
24569         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
24570         hash_get_n_entries, hash_get_max_bucket_length,
24571         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
24572         hash_rehash): Use size_t rather than unsigned.
24573         * lib/hash.c (struct hash_table, hash_get_n_buckets,
24574         hash_get_n_buckets_used, hash_get_n_entries,
24575         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
24576         hash_get_entries, hash_do_for_each, hash_string, is_prime,
24577         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
24578         Likewise.
24579         (SIZE_MAX): Define if not defined.
24580         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
24581         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
24582         hash_print):
24583         Use const * when possible.
24584         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
24585         (check_tuning): Fix bug: if tuning parameters were very close to
24586         0 or 1, rounding errors could have caused subscript violations.
24587         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
24588         (hash_initialize): Add 'fail:' label
24589         to free table and return NULL, and use it to simplify code.
24590         Use calloc rather than clearing the storage ourself.
24591         (hash_initialize, hash_rehash): Check for arithmetic overflow in
24592         buffer size calculations.
24593         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
24594         Include <stddef.h>, for size_t.
24595         * lib/hash-pjw.c (hash_pjw): Likewise.
24596         Switch to method described by Bruno Haible.
24597         Include <limits.h>, for CHAR_BIT.
24598         (SIZE_BITS): New macro.
24599
24600 2003-10-23  Paul Eggert  <eggert@twinsun.com>
24601
24602         * m4/getline.m4 (AM_FUNC_GETLINE):
24603         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
24604         hosts.  Problem reported by Derek Robert Price in
24605         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
24606         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
24607         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
24608
24609 2003-10-21  Paul Eggert  <eggert@twinsun.com>
24610
24611         * lib/getndelim2.c (getndelim2): When size calculation overflows,
24612         ceiling the allocation at NMAX bytes rather than silently
24613         discarding input bytes before NMAX is reached.  This makes
24614         a difference only if NMAX exceeds SIZE_MAX / 2.
24615
24616         * lib/obstack.c: Merge from glibc.
24617         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
24618         Add libc_hidden_def (_obstack_newchunk).
24619         (_obstack_free) [! defined _LIBC]: Remove.
24620         [defined _LIBC]: Make a strong alias from obstack_free, rather than
24621         a clone of the function body.
24622         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
24623         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
24624
24625         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
24626         glibc.
24627         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
24628         arg to memcpy.
24629
24630         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
24631         (obstack_ptr_grow_fast, obstack_int_grow_fast):
24632         Don't use lvalue casts, as GCC plans to remove support for them
24633         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
24634         was also present in the non-GCC version, indicating that this
24635         code had always been buggy and had never been widely used.
24636         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
24637         Use the fast variant of each macro, rather than copying the
24638         definiens of the fast variant; that way, we'll be more likely to
24639         catch future bugs in the fast variants.
24640
24641 2003-10-20  Bruno Haible  <bruno@clisp.org>
24642
24643         * modules/wait-process: New file.
24644         * MODULES.html.sh (func_all_modules): Add wait-process.
24645
24646 2003-10-20  Bruno Haible  <bruno@clisp.org>
24647
24648         * m4/wait-process.m4: New file.
24649
24650 2003-10-20  Bruno Haible  <bruno@clisp.org>
24651
24652         * lib/wait-process.h: New file, from GNU gettext.
24653         * lib/wait-process.c: New file, from GNU gettext.
24654
24655 2003-10-19  Jim Meyering  <jim@meyering.net>
24656
24657         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
24658         HPUX 10.20.
24659
24660 2003-10-18  Karl Berry  <karl@gnu.org>
24661
24662         * config/config.guess: update from config.
24663
24664 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24665
24666         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
24667         (getgroups): First arg is int, not size_t.
24668         Don't let 'free' mangle errno.
24669
24670 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24671
24672         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
24673
24674 2003-10-16  Karl Berry  <karl@gnu.org>
24675
24676         * config/config.{guess,sub}: update from config.
24677
24678 2003-10-16  Jim Meyering  <jim@meyering.net>
24679
24680         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
24681         memcpy.
24682
24683 2003-10-15  Paul Eggert  <eggert@twinsun.com>
24684
24685         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
24686         (SIZE_MAX): Remove.
24687         (new_exclude, add_exclude_file): Initial size no longer needs to
24688         be a power of 2.
24689         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
24690         our own address arithmetic overflow checking.
24691
24692         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
24693         (fnmatch): Do not alloca more than 2000 wide characters;
24694         instead, use malloc for large buffers.
24695         Check for address arithmetic overflow, and return -1
24696         with errno set to ENOMEM in that case.
24697         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
24698         (NEW_PATTERN): Do not alloca more than 8000 bytes;
24699         instead, return -1.  Check for address arithmetic overflow.
24700
24701 2003-10-14  Paul Eggert  <eggert@twinsun.com>
24702
24703         Handle invalid suffixes and overflow independently, so that
24704         callers can treat them independently as needed.  Fix some bugs in
24705         suffix handling, e.g., "100k@" was not diagnosed as an invalid
24706         suffix for a human-readable blocksize.  The major caller-visible
24707         change is the addition of a new
24708         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
24709         that both overflow and suffix chars were found.
24710
24711         * lib/human.c (humblock): Don't check separately for invalid suffix
24712         char; that is xstrtoumax's job (now that its bug is fixed).
24713         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
24714         INTMAX_MAX]: New macros.
24715         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
24716         TYPE_MAXIMUM): New macros.
24717         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
24718         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
24719         if overflow occurs, as it's what __strtol does and it's more useful
24720         in practice.
24721         (__xstrtol): If __strtol reports some error other than ERANGE,
24722         reflect it to the caller as LONGINT_INVALID.  If it reports
24723         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
24724         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
24725         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
24726         value.
24727         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
24728         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
24729         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
24730         [defined UINTMAX_MAX]: New macros.
24731
24732 2003-10-14  Bruno Haible  <bruno@clisp.org>
24733
24734         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
24735
24736 2003-10-14  Bruno Haible  <bruno@clisp.org>
24737
24738         * m4/sig_atomic_t: New file, from GNU gettext.
24739         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
24740
24741 2003-10-14  Bruno Haible  <bruno@clisp.org>
24742
24743         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
24744         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
24745         Also use volatile where needed.
24746
24747 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24748
24749         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
24750         Change maintainer from Bruno Haible to 'all'.
24751
24752 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24753
24754         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
24755
24756 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24757
24758         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
24759         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
24760         and define in terms of the other primitives.
24761         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
24762         (SIZE_MAX): Define if not already defined.
24763         (array_size_overflow): New function.
24764         (xalloc_die): Abort instead of exiting if 'error' returns.
24765         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
24766         (xmalloc, xrealloc): Use them.
24767         (xcalloc): Check for address arithmetic overflow.
24768         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
24769         a bit faster than strcpy.
24770
24771 2003-10-10  Simon Josefsson  <jas@extundo.com>
24772
24773         * modules/argp (Depends-on): Add restrict and strcase.
24774
24775 2003-10-10  Simon Josefsson  <jas@extundo.com>
24776
24777         * m4/argp.m4: Add AC_C_INLINE.
24778
24779 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24780
24781         Merge getpass from libc, plus a few fixes.
24782
24783         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
24784         Include <stdbool.h>.
24785         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
24786         __fsetlocking to empty.
24787         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
24788         do include <bits/libc-lock.h>.
24789         Do not include <fcntl.h>; not needed.
24790         [_LIBC]: Include <wchar.h>.
24791         (NOTCANCEL_MODE): New macro.
24792         (flockfile, funlockfile) [_LIBC]: New macros.
24793         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
24794         [!_LIBC]: New macros.
24795         (call_fclose): New function.
24796         (getpass): Use it.  Save tty stream separately; this simplifies the
24797         code and makes it more reliable if stdin happens to equal stdout.
24798         Invoke __fsetlocking on tty.
24799         Handle thread cancellation if needed.
24800         Namespace cleanup (use __tcgetattr, __getline).
24801         Use bool for Booleans.
24802         [USE_IN_LIBIO]: Handle wide streams.
24803         [!_LIBC]: Unconditionally do the fseek, since we don't know what
24804         stream might go where.
24805
24806         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
24807         doesn't have to include <stdio.h> before us.
24808         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
24809         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
24810         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
24811         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
24812         if not declared, so that we can use getpass.c code from libc without
24813         rewriting it.
24814         (flockfile, ftrylockfile, funlockfile): New macros.
24815
24816 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24817
24818         * modules/getpass: Depend on stdbool.
24819
24820 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24821
24822         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
24823
24824 2003-10-07  Karl Berry  <karl@gnu.org>
24825
24826         * config/config.{guess,sub}: update from config.
24827
24828 2003-10-06  Jim Meyering  <jim@meyering.net>
24829             Bruno Haible  <bruno@clisp.org>
24830
24831         This lets translators provide better translations for the
24832         "Written by ..." part of --version output.
24833         * lib/version-etc.h: Include stdarg.h.
24834         (version_etc_copyright): Declare as readonly.
24835         (version_etc): Make this function variadic with a NULL-terminated list
24836         of author name strings.
24837         (version_etc_va): New declaration.
24838         * lib/version-etc.c: Include stdarg.h, stdlib.h.
24839         (version_etc_copyright): Declare as readonly.
24840         (version_etc_va): New function. Provide a different translatable string
24841         for each possible number of authors < 10. Abbreviate when there are 10
24842         authors or more.
24843         (version_etc): Make this function variadic. Call version_etc_va.
24844         Suggestion from Gary V. Vaughan.
24845
24846         * lib/long-options.h (parse_long_options): Change prototype: the
24847         authors string is moved to the end and becomes variadic.
24848         * lib/long-options.c: Include stdarg.h.
24849         (parse_long_options): Make this function variadic, too.
24850         Call version_etc_va, not version_etc.
24851
24852 2003-10-06  Bruno Haible  <bruno@clisp.org>
24853
24854         * modules/version-etc-2: Remove file.
24855         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
24856
24857 2003-10-06  Bruno Haible  <bruno@clisp.org>
24858
24859         * modules/fatal-signal: New file.
24860         * MODULES.html.sh (func_all_modules): Add fatal-signal.
24861
24862 2003-10-06  Bruno Haible  <bruno@clisp.org>
24863
24864         * m4/fatal-signal.m4: New file.
24865         * m4/signalblocking.m4: New file, from GNU gettext.
24866
24867 2003-10-06  Bruno Haible  <bruno@clisp.org>
24868
24869         * lib/version-etc-2.h: Remove file.
24870         * lib/version-etc-2.c: Remove file.
24871
24872 2003-10-06  Bruno Haible  <bruno@clisp.org>
24873
24874         * lib/fatal-signal.h: New file, from GNU gettext.
24875         * lib/fatal-signal.c: New file, from GNU gettext.
24876
24877 2003-10-05  Paul Eggert  <eggert@twinsun.com>
24878
24879         * README: Rework advice for preventing empty .o files.
24880         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
24881         not <sys/types.h>.
24882
24883 2003-10-04  Karl Berry  <karl@gnu.org>
24884
24885         * lib/argp*: update from libc.
24886
24887 2003-10-04  Karl Berry  <karl@gnu.org>
24888
24889         * config/config.{guess,sub}: update from config.
24890
24891 2003-10-02  Bruno Haible  <bruno@clisp.org>
24892
24893         * modules/lchown (Include): Add lchown.h.
24894         * modules/time_r (Include): Use "..." syntax.
24895         * modules/xgetdomainname (Include): Add xgetdomainname.h.
24896
24897 2003-10-01  Simon Josefsson  <jas@extundo.com>
24898
24899         * MODULES.html.sh (func_all_modules): Move gethostname from section
24900         'based on' to section 'lacking' POSIX:2001.
24901
24902 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
24903
24904         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
24905         to output mode on the same stream.
24906
24907 2003-09-29  Paul Eggert  <eggert@twinsun.com>
24908
24909         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
24910         Fix arg typo in previous patch.
24911
24912 2003-09-28  Jim Meyering  <jim@meyering.net>
24913
24914         * lib/error.c: Correct cpp indentation.
24915
24916 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24917
24918         * modules/free: New file.
24919
24920 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24921
24922         * m4/free.m4: New file.
24923
24924 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24925
24926         * lib/minmax.h (MIN, MAX)
24927         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
24928         Omit the special code that used __typeof__, since we worry that
24929         it could be more trouble than it's worth.  See:
24930         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
24931         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
24932
24933         * lib/free.c: New file.
24934
24935 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
24936
24937         Trivial fixes to Makefile.am parts of module listings.
24938         * modules/strstr: Append strstr.h to lib_SOURCES.
24939         * modules/strcase: Likewise, for strcase.h.
24940
24941 2003-09-27  Karl Berry  <karl@gnu.org>
24942
24943         * config/mkinstalldirs: update from automake.
24944
24945 2003-09-26  Paul Eggert  <eggert@twinsun.com>
24946
24947         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
24948         (error_tail): Do not loop, reallocating temporary buffer, since
24949         the output cannot contain more wide characters than the input
24950         contains bytes, the size must be big enough already.  This avoids
24951         one potential size overflow calculation.  Check for size overflow
24952         when calculating temporary buffer size.  Free temporary buffer
24953         when done, if it was allocated with malloc; this plugs a memory
24954         leak.  Remove casts from void * to pointers, that are no longer
24955         needed now that we're assuming C89 or better.
24956
24957         Merge error changes from glibc.
24958
24959         * lib/error.c, error.h: Update copyright notice header to match glibc.
24960         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
24961         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
24962         Disable cancellation while printing error.
24963         * lib/error.h: Prepend __ to parameter names.
24964
24965 2003-09-26  Jim Meyering  <jim@meyering.net>
24966
24967         * lib/error.c (error_tail): Move some declarations
24968         into inner scope where the local variables are used.
24969
24970 2003-09-26  Bruno Haible  <bruno@clisp.org>
24971
24972         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
24973         stpncpy().
24974         Don't define stpncpy through config.h; it's now done through stpncpy.h.
24975
24976 2003-09-26  Bruno Haible  <bruno@clisp.org>
24977
24978         * lib/stpncpy.h (gnu_stpncpy): New declaration.
24979         (stpncpy): Define as alias for gnu_stpncpy.
24980         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
24981
24982 2003-09-25  Simon Josefsson  <jas@extundo.com>
24983
24984         * lib/xgetdomainname.h: New file.
24985         * lib/xgetdomainname.c: New file.
24986
24987 2003-09-25  Simon Josefsson  <jas@extundo.com>
24988             Bruno Haible  <bruno@clisp.org>
24989
24990         * modules/getdomainname: New file.
24991         * modules/xgetdomainname: New file.
24992         * MODULES.html.sh (func_all_modules): Add getdomainname,
24993         xgetdomainname.
24994
24995 2003-09-25  Simon Josefsson  <jas@extundo.com>
24996             Bruno Haible  <bruno@clisp.org>
24997
24998         * m4/getdomainname.m4: New file.
24999
25000 2003-09-25  Simon Josefsson  <jas@extundo.com>
25001             Bruno Haible  <bruno@clisp.org>
25002
25003         * lib/getdomainname.h: New file.
25004         * lib/getdomainname.c: New file.
25005
25006 2003-09-25  Karl Berry  <karl@gnu.org>
25007
25008         * lib/argp-fmtstream.c, argp-help.c: update from libc.
25009
25010 2003-09-25  Karl Berry  <karl@gnu.org>
25011
25012         * config/install-sh: update from automake.
25013
25014 2003-09-25  Bruno Haible  <bruno@clisp.org>
25015
25016         * modules/version-etc-2: New file, from modules/version-etc with
25017         modifications.
25018         * MODULES.html.sh (func_all_modules): Add version-etc-2.
25019
25020 2003-09-25  Bruno Haible  <bruno@clisp.org>
25021
25022         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
25023         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
25024
25025 2003-09-24  Simon Josefsson  <jas@extundo.com>
25026
25027         * modules/xgethostname: Add xgethostname.h.
25028
25029 2003-09-24  Paul Eggert  <eggert@twinsun.com>
25030
25031         * lib/linebuffer.c (freebuffer): Don't free the argument, just
25032         the buffer associated with the argument.  Bug reported by
25033         Simon Josefsson.
25034
25035 2003-09-24  Paul Eggert  <eggert@twinsun.com>
25036
25037         * README: Document assumptions that 'int' is at least 32 bits
25038         wide, that integer arithmetic is 2's complement without overflow,
25039         that there are no holes in integer values, that adding sizes of
25040         two nonoverlapping objects can't overflow, and that all-bits-zero
25041         yields scalar zero.  Fix spelling and capitalization typos.
25042
25043 2003-09-19  Karl Berry  <karl@gnu.org>
25044
25045         * lib/argp.h: update from libc.
25046
25047 2003-09-17  Paul Eggert  <eggert@twinsun.com>
25048
25049         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
25050         to avoid spurious warnings like "AC_RUN_IFELSE was called before
25051         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
25052
25053 2003-09-17  Paul Eggert  <eggert@twinsun.com>
25054
25055         * gnulib-tool: Use "test -h", not "test -L", for portability
25056         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
25057         (tags_regexp): Remove, since \| doesn't conform to POSIX.
25058         (sed_extract_prog): Issue s commands one-by-one, rather than
25059         using \| in one s command.
25060
25061 2003-09-16  Paul Eggert  <eggert@twinsun.com>
25062
25063         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
25064         input error, instead of returning NULL the next time we are called
25065         (and therefore losing track of errno).
25066
25067 2003-09-16  Bruno Haible  <bruno@clisp.org>
25068
25069         * gnulib-tool (func_create_testdir): Warn about duplicated
25070         dependencies.
25071
25072 2003-09-15  Paul Eggert  <eggert@twinsun.com>
25073
25074         * modules/argmatch, modules/fatal, modules/obstack,
25075         modules/xalloc, modules/xgethostname: Sort dependencies by
25076         importance, not alphabetically.
25077
25078 2003-09-15  Paul Eggert  <eggert@twinsun.com>
25079
25080         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
25081         fails, so that the caller gets the proper errno.
25082
25083         * lib/readutmp.c (read_utmp): Likewise.
25084         Check for fstat error.  Close stream and free storage
25085         when failing.
25086
25087 2003-09-14  Karl Berry  <karl@gnu.org>
25088
25089         * config/srclist.txt (strdup.c): disable for c89 changes.
25090
25091 2003-09-14  Jim Meyering  <jim@meyering.net>
25092
25093         * lib/getloadavg.c: Correct cpp indentation.
25094         * lib/strdup.c: Likewise.
25095         * lib/vasnprintf.c: Likewise.
25096
25097 2003-09-14  Bruno Haible  <bruno@clisp.org>
25098
25099         * modules/fwriteerror: New file.
25100         * MODULES.html.sh (func_all_modules): Add fwriteerror.
25101
25102 2003-09-14  Bruno Haible  <bruno@clisp.org>
25103
25104         * lib/fwriteerror.h: New file.
25105         * lib/fwriteerror.c: New file.
25106
25107 2003-09-12  Paul Eggert  <eggert@twinsun.com>
25108
25109         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
25110         modules/xgethostname, modules/xalloc: Depend on exit.
25111
25112 2003-09-12  Paul Eggert  <eggert@twinsun.com>
25113
25114         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
25115
25116         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
25117         and AC_MINIX, too, so that their extensions are available.
25118
25119         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
25120         This macro has been superseded by gl_BACKUPFILE.
25121
25122         More patches to assume C89 or better.
25123
25124         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
25125
25126         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
25127         unconditionally.
25128         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
25129         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
25130         Include <string.h>, <stdlib.h> unconditionally.
25131         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
25132         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
25133         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
25134         headers or for string.h.
25135         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
25136         or strtoul.
25137
25138         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
25139         headers.
25140         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
25141         * m4/userspec.m4 (gl_USERSPEC): Likewise.
25142         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
25143         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
25144         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
25145         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
25146         memcpy, memset.
25147         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
25148         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
25149         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
25150         strtol.
25151         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
25152         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
25153         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
25154         strtoul.
25155
25156 2003-09-12  Paul Eggert  <eggert@twinsun.com>
25157
25158         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
25159         * lib/obstack.c [!defined _LIBC]: Likewise.
25160         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
25161         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
25162         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
25163
25164         More changes to assume C89 or better.
25165
25166         * lib/error.c (error_tail): Assume vprintf.
25167
25168         * lib/argmatch.c (getenv): Remove decl.
25169         * lib/progreloc.c (get_full_program_name): Define via prototype.
25170         * lib/setenv.c (clearenv): Likewise.
25171         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
25172         needed.
25173         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
25174         (malloc, memcpy): Remove decls.
25175         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
25176         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
25177         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
25178         (memcpy): Remove macro.
25179         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
25180         (__P): Remove.  All uses removed.
25181         (PTR): Remove.  All uses changed to void *.
25182         (CHAR_BIT, NULL): Remove.
25183         (spaces, zeros, memset_space, memset_zero)
25184         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
25185         Remove.
25186         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
25187         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
25188         Define with prototype.
25189         Remove now-unnecessary prototype decl.
25190         (extra_args_spec): Assume ANSI C.  All uses changed.
25191         (extra_args_spec_iso): Remove.
25192         (my_strftime, emacs_strftimeu): Define via prototype.
25193         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
25194         unconditionally.
25195         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
25196         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
25197         (strtoul, strtol): Remove decls.
25198         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
25199         LONG_MAX): Remove.
25200         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
25201         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
25202         (LOCALE_PARAM_PROTO): New macro.
25203         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
25204         (INTERNAL (strtol), strtol): Define with a prototype.
25205         (PARAMS): Remove.  All uses removed.
25206         * lib/tempname.c: Include <string.h> unconditionally.
25207         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
25208         * lib/xgethostname.c (main): Define with a prototype.
25209         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
25210         Include <stdlib.h> unconditionally.
25211         (calloc, malloc, realloc, free): Remove decls.
25212         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
25213         Include <stdlib.h> unconditionally.  Sort include file names.
25214         (strtod): Remove.
25215         (xstrtod): Define with a prototype.
25216         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
25217         (strtol, strtoul): Remove decls.
25218
25219 2003-09-11  Paul Eggert  <eggert@twinsun.com>
25220
25221         More patches to assume C89 or better.
25222         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
25223         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
25224         string.h, memchr, STDC_HEADERS.
25225
25226 2003-09-11  Paul Eggert  <eggert@twinsun.com>
25227
25228         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
25229         Include <stdlib.h>, <string.h> unconditionally.
25230         Remove now-unnecessary cast to char *.
25231         * lib/strnlen.c: Include <string.h> unconditionally.
25232         * lib/yesno.c (yesno): Define with a prototype.
25233
25234 2003-09-11  Bruno Haible  <bruno@clisp.org>
25235
25236         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
25237
25238 2003-09-10  Jim Meyering  <jim@meyering.net>
25239
25240         * lib/error.c: Correct indentation of cpp directives.
25241
25242 2003-09-10  Bruno Haible  <bruno@clisp.org>
25243
25244         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
25245         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
25246         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
25247         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
25248         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
25249         <stdlib.h> and <string.h> checks.
25250         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
25251         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
25252
25253 2003-09-10  Bruno Haible  <bruno@clisp.org>
25254
25255         * lib/strcspn.c: Include <string.h> unconditionally.
25256         * lib/strpbrk.c: Include <string.h> unconditionally.
25257         * lib/strstr.c: Include <string.h> unconditionally.
25258         * lib/unicodeio.c: Include <string.h> unconditionally.
25259         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
25260         * lib/unsetenv.c: Likewise.
25261         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
25262         * lib/yesno.c: Include <stdlib.h> unconditionally.
25263         (rpmatch): Add prototype.
25264
25265 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25266
25267         More patches to assume C89 or better.
25268         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
25269         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
25270         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
25271         or for string.h.
25272         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
25273         stdlib.h.
25274         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
25275         C headers.
25276         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
25277         string.h.
25278         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
25279         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
25280         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
25281         or for string.h.
25282         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
25283         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
25284         C headers.
25285         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
25286         memcpy.
25287         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
25288         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
25289         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
25290         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
25291         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
25292         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
25293         string.h, free.
25294         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
25295         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
25296         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
25297         C headers, or for string.h.
25298         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
25299         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
25300         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
25301         headers, memory.h, stdlib.h, string.h, strings.h.
25302         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
25303         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
25304         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
25305         strchr.
25306         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
25307         headers, memory.h, string.h.
25308         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
25309         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
25310         free.
25311         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
25312         headers.
25313         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
25314         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
25315         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
25316         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
25317         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
25318
25319 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25320
25321         More K&R removal.
25322
25323         * lib/acosl.c (main): Use a prototype.
25324         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
25325         tanl.c: Likewise.
25326
25327         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
25328
25329         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
25330         (getopt, etopt_long, getopt_long_only, _getopt_internal)
25331         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
25332         with a prototype.
25333         * lib/getopt.c (const): Remove macro.
25334         Include <string.h> unconditionally.
25335         (my_index): Remove; all uses changed to strchr.
25336         (strlen): Remove decl.
25337         (exchange): Remove forward decl; no longer needed.
25338         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
25339         Define with prototype.
25340         * lib/getopt1.c (const): Remove macro.
25341         (getopt_long, getopt_long_only, main): Define with prototype.
25342
25343         * lib/getugroups.c: Include <string.h> unconditionally.
25344
25345         * lib/getusershell.c: Include <stdlib.h> unconditionally.
25346         (getusershell, setusershell, endusershell, readname, main):
25347         Define with prototypes.
25348
25349         * lib/group-member.c: Include group-member.h first.
25350         Include <stdlib.h> unconditionally.
25351
25352         * lib/hard-locale.c: Include hard-locale.h first.
25353         Include <stdlib.h>, <string.h> unconditionally.
25354
25355         * lib/hash.c (free, malloc): Remove decls.
25356         Include <stdlib.h> unconditionally.
25357
25358         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
25359         (getenv): Do not declare.
25360
25361         * lib/idcache.c: Include <string.h> unconditionally.
25362
25363         * lib/long-options.c: Include long-options.h first, to test interface.
25364         Include <stdlib.h> unconditionally.
25365
25366         * lib/makepath.c: Include makepath.h first, to test interface.
25367         Include <stdlib.h> and <string.h> unconditionally.
25368
25369         * lib/linebuffer.c: Include <stdlib.h>.
25370         (free): Remove decl.
25371
25372         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
25373         stddef.h. rpl_malloc returns void *, not char *.
25374         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
25375         prototype.
25376
25377         * lib/md5.h: Include <limits.h> unconditionally.
25378         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
25379         (__P): Remove; all uses removed.
25380         * lib/md5.c: Include "md5.h" first.
25381         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
25382         md5_buffer, md5_process_bytes, md5_process_block):
25383         Define with prototypes.
25384         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
25385         * lib/sha.c: Include "sha.h" first.
25386         Include <stdlib.h>, <string.h> unconditionally.
25387
25388         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
25389         * lib/memcmp.c (__ptr_t): Likewise.
25390         * lib/memrchr.c (__ptr_t): Likewise.
25391         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
25392         Include <string.h> unconditionally.
25393         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
25394         * lib/memchr.c: Include <stdlib.h> unconditionally.
25395         * lib/memchr.c (LONG_MAX): Remove.
25396         * lib/memrchr.c (LONG_MAX): Likewise.
25397         * lib/memchr.c (__memchr): Define via a prototype.
25398         * lib/memrchr.c (__memrchr): Likewise.
25399         * lib/memcmp.c (__P): Remove, and remove all uses.
25400         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
25401         Remove forward decls; no longer needed.
25402         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
25403         Use types required by C89 in prototype.
25404
25405         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
25406         * lib/savedir.c: Likewise.
25407         * lib/mkdir.c (free): Remove decl.
25408         * lib/rmdir.c (rmdir): Define with a prototype.
25409         * lib/savedir.c: Include savedir.h first, to test interface.
25410
25411         * lib/mktime.c (STDC_HEADERS): Remove.
25412         Include <stdlib.h>, <string.h> unconditionally.
25413
25414         * lib/modechange.c: Include <stdlib.h> unconditionally.
25415         (malloc): Remove decl.
25416
25417         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
25418         (free): Remove decl.
25419
25420         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
25421         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
25422         (This type really should be intptr_t, but that's a C99ism.)
25423         (_obstack_memcpy): Remove: all uses changed to memcpy.
25424         Include <string.h> unconditionally.
25425         (struct obstack): Assume __STDC__ for types of members
25426         chunkfun, freefun, extra_arg.
25427         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
25428         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
25429         obstack_begin, obstack_specify_allocation,
25430         obstack_specify_allocation_with_arg, obstack_chunkfun,
25431         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
25432         Remove unprototyped decls and the macros that use them.
25433         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
25434         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
25435         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
25436         (defined __STDC__ && __STDC__)]:
25437         Remove nonprototyped code.
25438         Include <stdlib.h> unconditionally.
25439         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
25440         _obstack_allocated_p, _obstack_free, obstack_free,
25441         _obstack_memory_used, print_and_abort):
25442         Define using prototypes.
25443         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
25444         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
25445         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
25446         obstack_next_free, obstack_object_size, obstack_room) [0]:
25447         Remove unused, unprototyped code.
25448
25449         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
25450
25451         * lib/physmem.c (physmem_total, physmem_available, main): Define
25452         with prototypes.
25453
25454         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
25455         (main): Define with a prototype.
25456
25457         * lib/posixver.c (getenv): Remove decl.
25458
25459         * lib/putenv.c (malloc): Returns void *, not char *.
25460         Include <string.h> unconditionally.
25461         (strchr, memcpy, NULL): Do not define.
25462
25463         * lib/readtokens.c: Include readtokens.h first, to test interface.
25464         Include <stdlib.h>, <string.h> unconditionally.
25465         (init_tokenbuffer): Define with a prototype.
25466
25467         * lib/regex.c (PARAMS): Remove.  All uses removed.
25468         All uses of _RE_ARGS removed, too.
25469         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
25470         unconditionally.
25471         (bzero): Assume memset exists.
25472         (memcmp, memcpy, NULL): Remove.
25473         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
25474         char, or assignments to local vars of type signed char.
25475         (init_syntax_once, PREFIX(extract_number_and_incr),
25476         PREFIX(print_partial_compiled_pattern),
25477         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
25478         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
25479         PREFIX(regex_grow_registers), PREFIX(regex_compile),
25480         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
25481         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
25482         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
25483         wcs_compile_range, byte_compile_range, truncate_wchar,
25484         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
25485         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
25486         count_mbs_length, wcs_re_match_2_internal,
25487         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
25488         PREFIX(alt_match_null_string_p),
25489         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
25490         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
25491         regfree, PREFIX(extract_number)): Define with prototype.  Remove
25492         now-unnecessary declaration, if any.
25493         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
25494         regcomp, regexec):
25495         Remove now-unnecessary casts among pointer types.
25496         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
25497
25498         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
25499         (free): Remove decl.
25500
25501         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
25502
25503         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
25504         (free): Remove decl.
25505
25506         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
25507         * lib/xgetcwd.c: Likewise.
25508
25509         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
25510         (free): Remove decl.
25511
25512         * lib/strchrnul.c (strchrnul): Define with a prototype.
25513         Fix bug: c_in was not converted to char before searching.
25514
25515         The following changes are not K&R related:
25516
25517         * lib/group-member.h: Include <sys/types.h>, so that this file is
25518         self-contained.
25519         * lib/makepath.h: Likewise.
25520
25521         * lib/getusershell.c (readname, default_index, line_size, readname):
25522         Use size_t, not int, for sizes.
25523         (readname): If the size overflows, report an error instead of
25524         looping forever.
25525
25526 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25527
25528         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
25529         libc.
25530
25531 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25532
25533         * README: New section: portability guidelines.
25534
25535 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
25536
25537         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
25538         C89 spec.
25539
25540 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
25541
25542         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
25543
25544 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25545
25546         Assume C89 or better; remove K&R cruft.
25547         A few of these changes were first proposed by Derek Robert Price
25548         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
25549
25550         * lib/addext.c: Include <string.h> unconditionally.
25551         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
25552         Don't declare getenv or malloc.
25553
25554         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
25555         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
25556         (NULL): Remove.
25557         (find_stack_direction, alloca): Use prototypes.
25558
25559         * lib/atexit.c (atexit): Define using a prototype.
25560
25561         * lib/basename.c, dirname.c, stripslash.c:
25562         Include <string.h> unconditionally.
25563
25564         * lib/bcopy.c: Include <stddef.h>.
25565         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
25566
25567         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
25568
25569         * lib/error.h (error, error_at_line, error_print_progname)
25570         [! (defined (__STDC__) && __STDC__)]: Remove decls.
25571         * lib/error.c: Include error.h first, to check interface.
25572         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
25573         (VA_START): Remove; all uses changeed to va_start.
25574         (exit, strerror): Remove decls.
25575         (error_print_progname): Prototype uncondionally.
25576         Don't include <errno.h>; no longer needed.
25577         (private_strerror): Remove.
25578         (error_tail): Always define.
25579         (error, error_at_line): Assume C89 or better; always use prototypes.
25580         * lib/fatal.c: Include "fatal.h" first, to test interface.
25581         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
25582         (VA_START): Remove; all uses changed to va_start.
25583         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
25584         this case.
25585         (exit): Remove decl.
25586         (fatal): Prototype unconditionally.  Assume va_start works.
25587         Abort at end, to pacify gcc.
25588
25589         * lib/euidaccess.c (main): Define with a prototype.
25590
25591         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
25592
25593         * lib/exitfail.c: Include <stdlib.h> unconditionally.
25594
25595         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
25596         prototypes.
25597         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
25598         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
25599         (getenv): Remove decl.
25600         (fnmatch): Define using a prototype.
25601         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
25602         (FCT): Define using a prototype.
25603
25604         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
25605
25606         * lib/gethostname.c: Include <stddef.h>.
25607         (gethostname): Define with prototype.  Length is size_t, not int.
25608
25609 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25610
25611         Assume C89 or better; remove K&R cruft.
25612         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
25613         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
25614         string.h, getenv, malloc.
25615         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
25616         headers.
25617         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
25618         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
25619         do not check for strerror.
25620         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
25621         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
25622         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
25623         do not check for doprnt or vprintf.
25624         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
25625         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
25626
25627 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25628
25629         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
25630         getversion.c should have been removed then, but was accidentally
25631         preserved.
25632
25633         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
25634         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
25635
25636 2003-09-08  Karl Berry  <karl@gnu.org>
25637
25638         * config/config.sub, config.guess, srclistvars.sh: update from savannah
25639                 config, forget about prep.
25640
25641         * config/depcomp, missing: update from automake.
25642
25643 2003-09-07  Paul Eggert  <eggert@twinsun.com>
25644
25645         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
25646         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
25647
25648 2003-09-07  Paul Eggert  <eggert@twinsun.com>
25649
25650         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
25651         copy_tm_result.  Bug reported by Simon Josefsson in
25652         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
25653
25654 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25655
25656         * m4/time_r.m4: New file.
25657         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
25658         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
25659         is. Check for timegm declaration.
25660         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
25661         Do not check for gmtime_r.
25662         Replace mktime if __mktime_internal does not exist and if mktime
25663         hasn't been replaced already.
25664
25665 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25666
25667         * lib/time_r.c, lib/time_r.h: New files.
25668
25669         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
25670         __localtime_r.
25671         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
25672         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
25673
25674         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
25675         __gmtime_r.
25676         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
25677         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
25678         Include <time_r.h>.
25679
25680         * lib/timegm.c: Switch to glibc implementation, with the following
25681         changes:
25682         [defined HAVE_CONFIG_H]: Include <config.h>.
25683         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
25684         (__mktime_internal) [!defined _LIBC]: New decl.
25685         (__gmtime_r) [!defined _LIBC]: New macro and function.
25686         (timegm): Use a prototype, since gnulib assumes C89.
25687         Do not bother declaring tmp to be const, as it's not really usefu.
25688         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
25689         (timegm): Declare only if HAVE_DECL_TIMEGM.
25690
25691 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25692
25693         * MODULES.html.sh (func_all_modules): Add time_r.
25694         * modules/time_r: New file.
25695         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
25696         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
25697
25698 2003-09-03  Paul Eggert  <eggert@twinsun.com>
25699
25700         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
25701         Bug reported by Lute Kamstra in
25702         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
25703
25704         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
25705         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
25706         course with correspondingly smaller numbers for tomorrow and
25707         yesterday.  From Tadayoshi Funaba.  Originally installed into
25708         sh-utils on 1999-08-07, but the patch got lost (I guess during the
25709         coreutils merge?).
25710
25711 2003-08-31  Simon Josefsson  <jas@extundo.com>
25712
25713         * modules/timegm: New file.
25714         * MODULES.html.sh (func_all_modules): Add timegm.
25715
25716 2003-08-31  Simon Josefsson  <jas@extundo.com>
25717
25718         * m4/timegm.m4: New file.
25719
25720 2003-08-31  Simon Josefsson  <jas@extundo.com>
25721
25722         * lib/timegm.h: New file.
25723         * lib/timegm.c: New file.  Based on
25724         wget-1.8.2/src/http.c:mktime_from_utc.
25725
25726 2003-08-31  Karl Berry  <karl@gnu.org>
25727
25728         * lib/argp.h: update from libc.
25729
25730 2003-08-28  Bruno Haible  <bruno@clisp.org>
25731
25732         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
25733         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
25734         followed by '#define fnmatch fnmatch_posix' gives an error.
25735
25736 2003-08-28  Bruno Haible  <bruno@clisp.org>
25737
25738         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
25739         warning on QNX, which defines O_BINARY to 000000.
25740
25741 2003-08-27  Jim Meyering  <jim@meyering.net>
25742
25743         * m4/mkstemp.m4: Require that the system mkstemp be able to create
25744         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
25745         would fail after 32.  Reported by Danny Levinson.  Details here:
25746         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
25747
25748 2003-08-24  Bruno Haible  <bruno@clisp.org>
25749
25750         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
25751         MSVC7 <stdio.h> is included later.
25752
25753 2003-08-22  Simon Josefsson  <jas@extundo.com>
25754
25755         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
25756
25757 2003-08-20  Karl Berry  <karl@gnu.org>
25758
25759         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
25760
25761 2003-08-20  Bruno Haible  <bruno@clisp.org>
25762
25763         * modules/progname: New file.
25764         * MODULES.html.sh (func_all_modules): Add progname.
25765
25766 2003-08-20  Bruno Haible  <bruno@clisp.org>
25767
25768         * lib/progname.h: New file, from GNU gettext.
25769         * lib/progname.c: New file, from GNU gettext.
25770         * lib/progreloc.c: New file, from GNU gettext.
25771
25772 2003-08-19  Jim Meyering  <jim@meyering.net>
25773
25774         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
25775         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
25776
25777 2003-08-19  Bruno Haible  <bruno@clisp.org>
25778
25779         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
25780         more.
25781
25782 2003-08-19  Bruno Haible  <bruno@clisp.org>
25783
25784         * lib/xstrdup.c: Assume <string.h> exists.
25785
25786 2003-08-18  Paul Eggert  <eggert@twinsun.com>
25787
25788         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
25789         in makefile rules.
25790
25791 2003-08-18  Jim Meyering  <jim@meyering.net>
25792
25793         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
25794         * m4/lib-ld.m4: Likewise.
25795
25796 2003-08-18  Jim Meyering  <jim@meyering.net>
25797
25798         * lib/setenv.h: Indent nested cpp directive.
25799         * lib/vasnprintf.c: Remove trailing blanks.
25800
25801 2003-08-17  Simon Josefsson  <jas@extundo.com>
25802
25803         * modules/xstrndup: New file.
25804         * MODULES.html.sh (func_all_modules): Add xstrndup.
25805
25806 2003-08-17  Simon Josefsson  <jas@extundo.com>
25807
25808         * modules/argp: Fix autoconf macro name. Add more dependencies.
25809
25810 2003-08-17  Simon Josefsson  <jas@extundo.com>
25811
25812         * m4/xstrndup.m4: New file.
25813
25814 2003-08-17  Simon Josefsson  <jas@extundo.com>
25815
25816         * m4/argp.m4: New file.
25817
25818 2003-08-17  Simon Josefsson  <jas@extundo.com>
25819             Bruno Haible  <bruno@clisp.org>
25820
25821         * lib/xstrndup.h: New file.
25822         * lib/xstrndup.c: New file.
25823
25824 2003-08-17  Bruno Haible  <bruno@clisp.org>
25825
25826         * modules/strndup (Files, Include): Add lib/strndup.h.
25827
25828 2003-08-17  Bruno Haible  <bruno@clisp.org>
25829
25830         * modules/euidaccess (Files): Add lib/euidaccess.h.
25831
25832 2003-08-17  Bruno Haible  <bruno@clisp.org>
25833
25834         * lib/strndup.h: New file.
25835
25836 2003-08-17  Bruno Haible  <bruno@clisp.org>
25837
25838         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
25839         like AC_GNU_SOURCE.
25840         * modules/extensions (configure.ac): Comment out the invocation of
25841         gl_USE_SYSTEM_EXTENSIONS.
25842
25843 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25844
25845         Merges from coreutils, etc.
25846         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
25847         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
25848         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
25849         fixing a typo.
25850         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
25851         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
25852
25853 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25854
25855         Document merge from coreutils.
25856         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
25857         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
25858         * modules/utime: Add m4/utimes-null.m4.
25859
25860 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25861
25862         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
25863         space, undoing this 2003-08-12 change:
25864         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25865
25866 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25867
25868         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
25869         strtoul.c from libc, undoing this 2003-08-12 change:
25870         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25871
25872 2003-08-16  Jim Meyering  <jim@meyering.net>
25873
25874         Merges from coreutils.
25875         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
25876         prefix.  Adjust cache variables similarly.  Create 500 rather than
25877         just 300 files, to exercise bug on Darwin6.5, too.
25878         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
25879         $missing_dir.
25880         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
25881         AM_SYS_POSIX_TERMIOS.
25882         Reported by mkc@mathdogs.com.
25883         Also change use of $am_cv_sys_posix_termios
25884         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
25885         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
25886         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
25887         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
25888         in /proc/mounts until it finds one with matching device number.  This
25889         is unnecessary when the FILE argument *is* a mount point.  No stat call
25890         is necessary in that case.  So, disable the statvfs-testing code on
25891         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
25892         as RedHat bug# 84846.
25893         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25894         to 1MB, so as not to render systems with no stack size limit (e.g.,
25895         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25896         Include <unistd.h>.  On some systems,
25897         it is required for the definition of _SC_PAGESIZE.
25898
25899 2003-08-16  Jim Meyering  <jim@meyering.net>
25900
25901         Merge from coreutils.
25902         * lib/xstrtoimax.c: #else #if -> #elif.
25903         * lib/xstrtoumax.c: Likewise.
25904
25905 2003-08-16  Jim Meyering  <jim@meyering.net>
25906
25907         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
25908         * m4/utimes.m4: Removed.
25909         * m4/utimes-null.m4: Renamed from utimes.m4.
25910
25911         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25912         to 1MB, so as not to render systems with no stack size limit (e.g.,
25913         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25914         Include <unistd.h>.  On some systems,
25915         it is required for the definition of _SC_PAGESIZE.
25916
25917 2003-08-16  Jim Meyering  <jim@meyering.net>
25918         and Paul Eggert  <eggert@cs.ucla.edu>
25919
25920         Merges from coreutils, etc.
25921
25922         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
25923         using the latest version from cvs.  This avoids problems with #line
25924         directives using a vendor (Sun) compiler.
25925         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
25926         Don't set GETGROUPS_LIB here; now it's
25927         done via getgroups.m4's wrapper function.
25928         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
25929         rather than just in sh-util/configure.in, so that the
25930         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
25931         same.
25932         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
25933         AC_FUNC_GETLOADAVG where to find getloadavg.c.
25934         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
25935         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
25936         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
25937         Remove code that is now done by the newly-required macros.
25938         Append $(EXEEXT) to DF_PROG.
25939         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
25940         Do not invoke or require the following here,
25941         since prereq.m4 or some gnulib .m4 now does this for us:
25942         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
25943         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
25944         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
25945         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
25946         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
25947         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
25948         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
25949         AC_FUNC_OBSTACK.
25950         Do not replace the following functions, as this is now the job
25951         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
25952         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
25953         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
25954         atexit getpass, strdup, getpagesize.
25955         Replace 'raise'.
25956         Do not check for the following functions, as this is now the job
25957         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
25958         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
25959         setregid.
25960         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
25961         Check for sys/sysctl.h.
25962         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
25963         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
25964         of checking for ssize_t ourselves.
25965
25966         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
25967         Require every macro that gnulib/modules/* suggests for us.
25968         (jm_PREREQ_ADDEXT): New macro.
25969         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
25970         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
25971
25972         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
25973         (gl_PHYSMEM): Use it.
25974         Also check for `table' function.
25975         Check for new headers and functions.
25976         Add check for sys/sysmp.h.
25977         With suggestions from Kaveh Ghazi.
25978         Ignore headers that are present but cannot be compiled.  This
25979         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
25980         C 5.4.
25981
25982 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25983
25984         Document merge from coreutils.
25985         * modules/userspec: Depend on posixver.
25986         * modules/strftime: Depend on tzset.
25987
25988 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25989
25990         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
25991         rather than tab, after '#' in shell-script copyright notices.
25992         Suggested by Bruno Haible.
25993
25994 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25995
25996         * config/srclist-update: Use three spaces, rather than tab, after '#'
25997         in shell-script copyright notices.  Suggested by Bruno Haible.
25998         Remove unnecessary parenthesization in regular expression.
25999
26000 2003-08-15  Jim Meyering  <jim@meyering.net>
26001
26002         Merge from coreutils.
26003         * lib/xgethostname.c: Include <stdlib.h>.
26004         (xghostname): Don't exit for anything other than memory-related
26005         failure; just return NULL.
26006         * lib/userspec.c: Include "posixver.h".
26007         (parse_user_spec): Accept `.' as a separator only
26008         in pre-POSIX-200112 mode.
26009         * lib/strtoimax.c: Use #elif rather than #else #if.
26010         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
26011         Remove function, now that we can rely on a working tzset function.
26012         [!_LIBC]: Ensure that the required autoconf test has been run.
26013         [!defined _NL_CURRENT && HAVE_STRFTIME]:
26014         Use underlying_strftime for %r.
26015         * lib/sha.c: Merge in some clean-up and optimization changes from
26016         glibc.
26017         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
26018         Ensure that it is a multiple of 64.
26019         Rearrange loop exit tests so as to avoid performing an
26020         additional fread after encountering an error or EOF.
26021         * lib/realloc.c: Update copyright date.
26022
26023 2003-08-15  Jim Meyering  <jim@meyering.net>
26024         and Paul Eggert  <eggert@twinsun.com>
26025
26026         Merge from coreutils.
26027         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
26028         member but strut utmpx does not.  Needed for AIX 4.3.3.
26029         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
26030
26031 2003-08-15  Jim Meyering  <jim@meyering.net>
26032         and Paul Eggert  <eggert@cs.ucla.edu>
26033
26034         Merges from coreutils, etc.
26035         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
26036         Require gl_FUNC_TZSET_CLOBBER.
26037         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
26038         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
26039         members.
26040
26041 2003-08-14  Paul Eggert  <eggert@twinsun.com>
26042
26043         Help the merge from coreutils.
26044         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
26045         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
26046         * m4/tzset.m4: Use it too.
26047
26048 2003-08-14  Paul Eggert  <eggert@twinsun.com>
26049
26050         * modules/tzset: New file.
26051
26052 2003-08-14  Jim Meyering  <jim@meyering.net>
26053
26054         Merges from coreutils.
26055         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
26056         variable names, rather than @FNMATCH_H@.
26057         * modules/alloca: Likewise for $(ALLOCA_H).
26058
26059         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
26060         the three copies of the literal target, `fnmatch.h'.
26061         * modules/alloca (alloca.h): Likewise.
26062
26063 2003-08-14  Jim Meyering  <jim@meyering.net>
26064
26065         Merge from coreutils.
26066         * m4/tzset.m4: New file.
26067         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
26068         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
26069         otherwise, AIX 5.1 systems would end up using the latter.
26070         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
26071         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
26072         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
26073         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
26074
26075 2003-08-14  Jim Meyering  <jim@meyering.net>
26076
26077         Merge from coreutils.
26078         * lib/obstack.h: Whitespace changes.
26079         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
26080         and xcalloc return values.
26081         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
26082         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
26083         hang on OSF/1 5.1 for DIR on both local and remote file systems.
26084         Reported by (and fix confirmed by) Nelson H. F. Beebe.
26085         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
26086         error from mntctl.
26087         Use mntctl's return value to drive the entry-processing loop, since
26088         we can't rely on the value of the vmt_length member in the last
26089         entry.  On some systems doing so could result in exhausting
26090         virtual memory.  Based in part on a patch from Mike Jetzer.
26091
26092 2003-08-14  Jim Meyering  <jim@meyering.net>
26093         and Paul Eggert  <eggert@twinsun.com>
26094
26095         Merges from coreutils, plus other fixes.
26096         * lib/physmem.c: Merge in portability changes from gcc/libiberty
26097         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
26098         for credits and details.  Thanks to Kaveh Ghazi for helping
26099         to keep these files in sync.
26100         (ARRAY_SIZE): Define it.
26101         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
26102         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
26103         (memcasecmp): Don't assume size_t fits in unsigned int.
26104         Remove casts and duplicate code.
26105         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
26106         (memcpy): Remove definition.
26107         Merge in some clean-up and optimization changes from glibc.
26108         [BLOCKSIZE]: Move definition to top of file.
26109         Ensure that it is a multiple of 64.
26110         Rearrange loop exit tests so as to avoid performing an
26111         additional fread after encountering an error or EOF.
26112         * lib/md5.h (md5_uintptr): Define.
26113         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
26114         return to the initial working directory.  Preserve errno
26115         for caller.
26116         * lib/idcache.c: Include "xalloc.h".
26117         (xmalloc, xrealloc): Remove decls.
26118         (getuser): Remove casts no longer required in C89.
26119         * lib/human.c: Include stdio.h, for sprintf.
26120         * lib/group-member.c: Include "xalloc.h".
26121         (xmalloc, xrealloc): Remove decls.
26122         (get_group_info): Remove casts no longer required in C89.
26123         * lib/getusershell.c (readname): Remove casts no longer required in
26124         C89.
26125         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
26126         * lib/getline.c: Whitespace fix, from coreutils.
26127
26128 2003-08-13  Paul Eggert  <eggert@twinsun.com>
26129
26130         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
26131         Check for isascii.
26132
26133         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
26134         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
26135         Undo previous (whitespace-only) change.
26136
26137 2003-08-13  Paul Eggert  <eggert@twinsun.com>
26138
26139         * lib/exclude.c: Include <ctype.h>
26140         (IN_CTYPE_DOMAIN): New macro.
26141         (is_space): New fn.
26142         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
26143         and empty lines.
26144
26145         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
26146         Undo previous (whitespace-only) change.
26147
26148 2003-08-13  Paul Eggert  <eggert@twinsun.com>
26149
26150         * config/srclist-update: Change update back to the old behavior,
26151         leaving whitespace alone.  Use one 'sed' command rather than a
26152         pipeline.
26153         (fixlicense): Now a variable, not a function.
26154         (remove_trailing_blanks): Remove.
26155         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
26156         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
26157         Undo previous (whitespace-only) change.
26158
26159 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26160
26161         Merge from coreutils.
26162         * modules/euidaccess: Add lib_SOURCES, include for new
26163         file euidaccess.h
26164
26165 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26166
26167         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
26168         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
26169         Normalize leading white space and remove trailing white space.
26170
26171         Merge from coreutils
26172         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
26173
26174         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
26175         0.12.1.  These files are now being upgraded automatically by
26176         ../config/srclist-update.
26177
26178 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26179
26180         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
26181         Normalize leading white space and remove trailing white space.
26182         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
26183         notice, as per ../config/srclist-update.
26184
26185         Merge from coreutils.
26186         * lib/euidaccess.h: New file.
26187         * lib/euidaccess.c: Include it.
26188         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
26189         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
26190         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
26191
26192 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26193
26194         * config/srclist-update: Add copyright notice.
26195         (remove_id_lines, remove_trailing_blanks): New constants.
26196         (fixfile): Use them to normalize spacing a bit in copied files.
26197         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
26198         Normalize leading white space and remove trailing white space.
26199
26200         * config/texinfo.tex: Sync with texinfo.
26201
26202         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
26203         strtoul.c from libc, to merge coreutils whitespace changes.
26204
26205         * config/srclist.txt: Get the following m4 files from gettext:
26206         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
26207         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
26208         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
26209         wint_t.m4.
26210
26211 2003-08-12  Karl Berry  <karl@gnu.org>
26212
26213         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
26214         been made.
26215
26216 2003-08-11  Paul Eggert  <eggert@twinsun.com>
26217
26218         * modules/gnu-source, m4/gnu-source.m4:
26219         Remove; we're assuming Autoconf 2.54 or later now.
26220         Suggested by Bruno Haible.
26221         * MODULES.html.sh (func_all_modules): Remove gnu-source.
26222
26223 2003-08-11  Bruno Haible  <bruno@clisp.org>
26224
26225         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
26226
26227 2003-08-11  Bruno Haible  <bruno@clisp.org>
26228
26229         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
26230         (vasnprintf): Use it instead of wcslen.
26231
26232 2003-08-11  Bruno Haible  <bruno@clisp.org>
26233
26234         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
26235         value to ensure that _Bool promotes to int. Use #define for _Bool when
26236         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
26237
26238 2003-08-10  Karl Berry  <karl@gnu.org>
26239
26240         * lib/regex.h: update from libc (whitespace fix).
26241
26242 2003-08-09  Paul Eggert  <eggert@twinsun.com>
26243
26244         Merge some files from coreutils.  These changes were
26245         originally made by Jim Meyering.
26246         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
26247         many older Unixes require this.
26248         * lib/alloca.c (alloca): Remove cast to argument of free;
26249         no longer needed in C89.
26250         * lib/alloca_.h, regex.h: Fix white space to match
26251         what GNU indent does.
26252
26253 2003-08-09  Paul Eggert  <eggert@twinsun.com>
26254
26255         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
26256         apparently Emacs's Unicode mode got confused before my 2003-08-05
26257         checkin.
26258
26259 2003-08-08  Paul Eggert  <eggert@twinsun.com>
26260
26261         * m4/extensions.m4: New file.
26262         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
26263         Require gl_USE_SYSTEM_EXTENSIONS.
26264         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
26265         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
26266
26267 2003-08-08  Paul Eggert  <eggert@twinsun.com>
26268
26269         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
26270         * modules/extensions, modules/gnu-source: New files.
26271         * modules/timespec, modules/unlocked-io: Depend on extensions.
26272
26273 2003-08-07  Paul Eggert  <eggert@twinsun.com>
26274
26275         * modules/restrict: New file.
26276         * MODULES.html.sh (func_all_modules): Add restrict.
26277         * modules/regex: Depend on restrict.
26278
26279 2003-08-07  Paul Eggert  <eggert@twinsun.com>
26280
26281         * m4/restrict.m4: New file.
26282         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
26283
26284 2003-08-07  Bruno Haible  <bruno@clisp.org>
26285
26286         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
26287         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
26288
26289 2003-08-07  Bruno Haible  <bruno@clisp.org>
26290
26291         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
26292         makes the module 'getndelim2' compatible with the module 'getline'.
26293
26294 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26295
26296         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
26297         byte with "\201" to avoid glitches when editing that source file
26298         with multi-gnome-terminal.
26299
26300 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26301
26302         * lib/bumpalloc.h: Remove.
26303
26304 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26305
26306         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
26307         * modules/bumpalloc: Remove.
26308
26309 2003-08-04  Paul Eggert  <eggert@twinsun.com>
26310
26311         * lib/getloadavg.c: Change copyright notice and spacing to conform to
26312         GNU coding style.
26313
26314         Merge from coreutils.
26315         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
26316         1. From glibc.
26317         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
26318         from Karl Berry, implemented by Jim Meyering.
26319         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
26320         from Dmitry V. Levin.
26321         Remove anachronistic cast of xrealloc.
26322         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
26323         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
26324         type. Otherwise, it wouldn't compile with at least /bin/cc on
26325         ymp-cray-unicos9.0.2.X.
26326         Combine two mostly-identical uses of alloca into one.
26327         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
26328
26329 2003-08-04  Dave Love  <d.love@dl.ac.uk>
26330
26331         [From Emacs.]
26332
26333         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
26334         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
26335         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
26336         obsolete NLIST_NAME_UNION.
26337         [__GNU__]: Undef BSD and FSCALE.
26338         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
26339
26340 2003-08-03  Paul Eggert  <eggert@twinsun.com>
26341
26342         * lib/stdbool_.h (_Bool): Make it signed char, instead of
26343         an enum type, so that it's guaranteed to promote to int.  See:
26344         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
26345
26346 2003-08-03  Karl Berry  <karl@gnu.org>
26347
26348         * config/depcomp: update from automake.
26349
26350 2003-07-31  Paul Eggert  <eggert@twinsun.com>
26351
26352         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
26353         (strerror): Don't assume that a printable int fits in 14 bytes.
26354
26355 2003-07-31  Bruno Haible  <bruno@clisp.org>
26356
26357         * modules/getpass-gnu: New file.
26358         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
26359
26360 2003-07-31  Bruno Haible  <bruno@clisp.org>
26361
26362         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
26363
26364 2003-07-24  Karl Berry  <karl@gnu.org>
26365
26366         * config/missing: update from automake.
26367
26368 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
26369             Bruno Haible  <bruno@clisp.org>
26370
26371         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
26372         * lib/getline.c (getline, getdelim): Likewise.
26373         Remove _GNU_SOURCE define; now it's defined in config.h through
26374         m4/getline.m4.
26375
26376 2003-07-23  Karl Berry  <karl@gnu.org>
26377
26378         * config/config.sub: update from prep.
26379
26380 2003-07-22  Paul Eggert  <eggert@twinsun.com>
26381
26382         * modules/xalloc (Depends-on): Add exitfail.
26383         * modules/xmemcoll: Likewise.
26384
26385 2003-07-22  Paul Eggert  <eggert@twinsun.com>
26386
26387         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
26388         over-parenthesization in macros.
26389
26390         Sync with coreutils.
26391
26392         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
26393         required by C99.
26394
26395         Use `exit_failure' for xalloc and xmemcoll instead of their own
26396         private exit-failure variables.
26397         * lib/xalloc.h (xalloc_exit_failure): Remove.
26398         * lib/xmalloc.c: Likewise.  Include exitfail.h.
26399         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
26400         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
26401         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
26402         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
26403
26404 2003-07-20  Jim Meyering  <jim@meyering.net>
26405
26406         * modules/closeout (Depends-on): Add exitfail.
26407         Suggestion from Bruno Haible.
26408
26409 2003-07-19  Karl Berry  <karl@gnu.org>
26410
26411         * config/config.sub: update from prep.
26412
26413 2003-07-18  Paul Eggert  <eggert@twinsun.com>
26414
26415         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
26416         Remove.
26417         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
26418         to test that it can stand by itself.  Include "exitfail.h".
26419         Clients should set exit_failure instead.
26420         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
26421
26422 2003-07-18  Bruno Haible  <bruno@clisp.org>
26423
26424         * modules/getndelim2: New file.
26425         * modules/getline: Share files with module getndelim2.
26426         * modules/getnline: Depend on getndelim2 instead of sharing files with
26427         it. Add getnline.c to lib_SOURCES.
26428         * MODULES.html.sh (func_all_modules): Add getndelim2.
26429
26430 2003-07-18  Bruno Haible  <bruno@clisp.org>
26431
26432         * m4/getndelim2.m4: New file.
26433         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
26434         invoke gl_PREREQ_GETNDELIM2.
26435         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
26436         gl_PREREQ_GETNDELIM2.
26437         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
26438         gl_GETNDELIM2.
26439
26440 2003-07-18  Bruno Haible  <bruno@clisp.org>
26441
26442         * lib/getndelim2.h: New file.
26443         * lib/getndelim2.c: Make into a module of its own. Include config.h,
26444         getndelim2.h.
26445         (getndelim2): Make non-static. Change return type to ssize_t.
26446         * lib/getline.h: Change argument names.
26447         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
26448         * lib/getnline.c: Include getndelim2.h.
26449
26450 2003-07-18  Andreas Schwab  <schwab@suse.de>
26451
26452         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
26453
26454 2003-07-17  Karl Berry  <karl@gnu.org>
26455
26456         * config/config.sub: update from prep.
26457
26458 2003-07-17  Bruno Haible  <bruno@clisp.org>
26459
26460         * modules/getnline: New file.
26461         * modules/getline: Add lib/getndelim2.c to source file list.
26462         * MODULES.html.sh (func_all_modules): Add getnline.
26463
26464 2003-07-17  Bruno Haible  <bruno@clisp.org>
26465
26466         * m4/getnline.m4: New file.
26467
26468 2003-07-17  Bruno Haible  <bruno@clisp.org>
26469
26470         * m4/Makefile.am.in: Remove file.
26471         * m4/Makefile.am: Remove file.
26472         * m4/Makefile.in: Remove file.
26473
26474 2003-07-17  Bruno Haible  <bruno@clisp.org>
26475
26476         * lib/getnline.h: New file.
26477         * lib/getnline.c: New file.
26478         * lib/getndelim2.c: New file, extracted from getline.c.
26479         (getndelim2): Renamed from getdelim2, with added nmax argument.
26480         * lib/getline.c: Include getndelim2.c.
26481         (getdelim2): Moved out to getndelim2.c.
26482         (getline, getdelim): Update.
26483
26484 2003-07-17  Bruno Haible  <bruno@clisp.org>
26485
26486         * lib/Makefile.am: Remove file.
26487         * lib/Makefile.in: Remove file.
26488
26489 2003-07-17  Bruno Haible  <bruno@clisp.org>
26490
26491         * configure.in: Remove file.
26492         * Makefile.in: Remove file.
26493
26494 2003-07-17  Bruno Haible  <bruno@clisp.org>
26495
26496         * MODULES.html.sh: Put the </BODY> right before </HTML>.
26497
26498 2003-07-16  Karl Berry  <karl@gnu.org>
26499
26500         * config/srclist-update: was running fixlicense twice, which caused
26501                 texinfo.tex to be nullified for some reason.  Simplify,
26502                 $gplsrc is no longer needed as far as I can see?
26503
26504 2003-07-16  Jim Meyering  <jim@meyering.net>
26505
26506         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
26507
26508 2003-07-15  Paul Eggert  <eggert@twinsun.com>
26509
26510         * config/srclist.txt: Get the following files from gettext-runtime/intl
26511         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
26512         ref-del.sin.  From Bruno Haible.
26513         * config/srclist-update (fixfile): Change grep pattern again, since the
26514         previous fix didn't work (there was another trailing $).  Use
26515         '[$]' to escape the $s.
26516
26517 2003-07-15  Karl Berry  <karl@gnu.org>
26518
26519         * lib/vasnprintf.c: update from gettext.
26520
26521 2003-07-15  Karl Berry  <karl@gnu.org>
26522
26523         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
26524         gets expanded when surrounded by '$'.
26525
26526 2003-07-15  Jim Meyering  <jim@meyering.net>
26527
26528         * modules/save-cwd: Don't depend on error.  From Derek Price.
26529
26530 2003-07-15  Jim Meyering  <jim@meyering.net>
26531
26532         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
26533
26534 2003-07-14  Simon Josefsson  <jas@extundo.com>
26535
26536         * modules/mempcpy: New file.
26537         * MODULES.html.sh (func_all_modules): Add mempcpy.
26538
26539 2003-07-14  Simon Josefsson  <jas@extundo.com>
26540
26541         * m4/mempcpy.m4: New file.
26542
26543 2003-07-14  Simon Josefsson  <jas@extundo.com>
26544
26545         * lib/mempcpy.h: New file.
26546         * lib/mempcpy.c: New file.
26547
26548 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26549
26550         * modules/getdate, modules/posixtm: Depend on mktime.
26551
26552 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26553
26554         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
26555         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
26556         unicodeio.c, unicodeio.h, unlocked-io.h:
26557         Switch from LGPL to GPL.
26558
26559 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26560
26561         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
26562         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
26563         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
26564         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
26565         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
26566         updated automatically by ../config/srclist-update.  This changes
26567         their license from LPGL to GPL.
26568
26569 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26570
26571         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
26572         assumed to refer to the root of the most recent stable gettext version.
26573         * config/srclistvars.sh: Add defaults for eggert.
26574         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
26575         Match "This program" as well as "The program".  This is needed
26576         for gettext.
26577
26578 2003-07-14  Jim Meyering  <jim@meyering.net>
26579
26580         Don't emit diagnostics.  Let callers do that.
26581         * lib/save-cwd.c: Don't include "error.h".
26582         (save_cwd): Don't call error.  Ensure that errno is valid
26583         when returning nonzero.
26584
26585         * lib/save-cwd.h (restore_cwd): Update prototype.
26586         * lib/save-cwd.c (restore_cwd): Remove two parameters.
26587         Simplify.  Don't call error upon failure.  Let callers do that.
26588         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
26589         when auditing is enabled.  But don't bother updating the #if.
26590
26591 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
26592
26593         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
26594         it breaks C++ compilation.
26595         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
26596
26597 2003-07-10  Simon Josefsson  <jas@extundo.com>
26598
26599         * modules/strchrnul (Makefile.am): Add strchrnul.h.
26600
26601 2003-07-10  Jim Meyering  <jim@meyering.net>
26602
26603         * m4/clock_time.m4: Remove trailing blank.
26604         * m4/intmax_t.m4: Likewise.
26605
26606 2003-07-10  Jim Meyering  <jim@meyering.net>
26607
26608         * lib/vasnprintf.c: Remove trailing blanks.
26609         Make cpp indentation consistent.
26610
26611 2003-07-09  Paul Eggert  <eggert@twinsun.com>
26612
26613         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
26614         posixver.c, strftime.c, strnlen.c, strverscmp.c:
26615         Switch from LGPL to GPL.
26616
26617 2003-07-09  Paul Eggert  <eggert@twinsun.com>
26618
26619         * config/srclist.txt: Sort sublists.  Add
26620         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
26621         that differ from gnulib for one reason or another; we'd like this list
26622         to be smaller but for now let's document what we have.
26623
26624 2003-07-08  Paul Eggert  <eggert@twinsun.com>
26625
26626         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
26627         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
26628         and sweeter "eval x=$x".
26629         * config/srclist.txt: Get lib/argp* from glibc.
26630
26631 2003-07-07  Paul Eggert  <eggert@twinsun.com>
26632
26633         * lib/mktime.c: Fix some boundary cases and remove need for floating
26634         point.
26635
26636         Issue a compile-time diagnostic if time_t is floating point, or if
26637         two's complement arithmetic is not in effect, or if arithmetic
26638         right shift does not propagate the sign.  These assumptions were
26639         all in the original code but they weren't checked.
26640
26641         (TIME_T_MIDPOINT, verify): New macros.
26642         (__isleap): Remove; it has integer overflow problems.
26643         (leapyear): New function, without those problems.
26644         (ydhms_tm_diff): Remove; splitting into two parts.
26645         (ydhms_diff): New function, containing the arithmetic part of
26646         the old ydhms_tm_diff function.  Issue a compile-time
26647         diagnostic if we are not using C99 integer division.
26648         Avoid casts when possible.
26649         (guess_time_tm): New function, containing the checking part of
26650         the old ydhms_tm_diff function.  Return the new value, rather than
26651         the difference between it and the old.  Accept a new argument T
26652         so that *T specifies the old value.  Check for overflow in the result.
26653
26654         (__mktime_internal): Use a time_t offset, not a long int offset.
26655         This undoes the 2003-06-04 change, which is no longer needed now
26656         that we have better overflow checking.
26657         (localtime_offset): Likewise.
26658
26659         (__mktime_internal): Avoid harmful overflow on hosts where time_t
26660         and long are 64-bit but int is only 32-bit.
26661         (ydhms_diff): Use long int to store year1 and yday1.
26662         Issue a compile-time diagnostic if long int is not wide enough.
26663
26664         (__mktime_internal): Use long int to store adjusted year and yday.
26665         Use plain C rather than preprocessor commands, if that doesn't
26666         affect efficiency.
26667         Check for overflow (and try to repair) after each probe
26668         rather than checking only at the very end.  This avoids some bugs
26669         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
26670         does not equal GMT offset at maximum time).
26671         Use integer to check for overflow rather than floating point; this
26672         is more portable to non-IEEE hosts, and is a tad faster.
26673         When we detect that we are oscillating between two values,
26674         don't check whether tm_isdst has the requested value, since
26675         we already know the answer.  When tm_isdst has the wrong value,
26676         use a different heuristic to find the right one, based on the
26677         extreme values actually observed in practice in tz2003a,
26678         rather than the (overly optimistic) "previous 3 calendar quarters".
26679
26680         (not_equal_tm, print_tm, check_result): Use "const T" rather than
26681         "T const" to accommodate glibc style.
26682         (check_result): Use less-confusing report format.  "long" -> "long int.
26683         (main): Likewise.
26684         Don't loop if the iteration overflows time_t.
26685         Allow a negative step in the iteration.
26686
26687 2003-07-06  Karl Berry  <karl@gnu.org>
26688
26689         * config/depcomp: update from automake.
26690         * config/config.sub: update from prep.
26691
26692 2003-07-03  Karl Berry  <karl@gnu.org>
26693
26694         * config/config.guess: update from prep.
26695
26696 2003-07-01  Paul Eggert  <eggert@twinsun.com>
26697
26698         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
26699         xreadlink.c now includes it unconditionally.
26700
26701 2003-07-01  Paul Eggert  <eggert@twinsun.com>
26702
26703         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
26704         having it depend on HAVE_SYS_TYPES_H.
26705
26706 2003-07-01  Bruno Haible  <bruno@clisp.org>
26707
26708         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
26709         <sys/types.h> should be sufficient.
26710         Reported by Paul Eggert.
26711
26712 2003-06-26  Karl Berry  <karl@gnu.org>
26713
26714         * config/depcomp: update from automake.
26715
26716 2003-06-26  Bruno Haible  <bruno@clisp.org>
26717
26718         * modules/human: Depend on module stdbool.
26719
26720 2003-06-25  Bruno Haible  <bruno@clisp.org>
26721
26722         * modules/readlink: New file.
26723         * modules/xreadlink: Depend on it.
26724         * MODULES.html.sh (func_all_modules): Add readlink.
26725
26726 2003-06-25  Bruno Haible  <bruno@clisp.org>
26727
26728         * m4/readlink.m4: New file.
26729
26730 2003-06-25  Bruno Haible  <bruno@clisp.org>
26731
26732         * lib/readlink.c: New file.
26733
26734 2003-06-22  Karl Berry  <karl@gnu.org>
26735
26736         * config/srclist.txt: update mkinstalldirs from automake.
26737         * config/mkinstalldirs: update.
26738
26739 2003-06-22  Bruno Haible  <bruno@clisp.org>
26740
26741         Portability to mingw32.
26742         * m4/ssize_t.m4: New file, from GNU gettext.
26743         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
26744         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
26745
26746 2003-06-22  Bruno Haible  <bruno@clisp.org>
26747
26748         * modules/safe-read: Add m4/ssize_t.m4.
26749         * modules/xreadlink: Add m4/ssize_t.m4.
26750
26751 2003-06-20  Bruno Haible  <bruno@clisp.org>
26752
26753         Assume C89, so PARAMS isn't needed.
26754         * lib/unicodeio.h (PARAMS): Remove.
26755         * lib/unicodeio.c: Don't use PARAMS.
26756
26757 2003-06-18  Karl Berry  <karl@gnu.org>
26758
26759         * config/config.{guess,sub}: update from prep.
26760
26761 2003-06-18  Jim Meyering  <jim@meyering.net>
26762
26763         Merge changes from coreutils.
26764         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
26765         Remove explicit declarations of xmalloc and realloc.
26766         Include xalloc.h.
26767         (read_utmp): Remove anachronistic cast of xmalloc.
26768
26769 2003-06-17  Paul Eggert  <eggert@twinsun.com>
26770
26771         Assume C89, so PARAMS isn't needed.
26772         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
26773         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
26774         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
26775         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
26776         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
26777         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
26778         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
26779         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
26780         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
26781         lib/xstrtod.h, lib/xstrtol.h: Likewise.
26782         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
26783         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
26784         no longer needed. Anyway, config.h should always be included before any
26785         other file.
26786
26787 2003-06-11  Simon Josefsson  <jas@extundo.com>
26788
26789         * modules/sysexits: New file.
26790         * MODULES.html.sh (func_all_modules): Add sysexits.
26791
26792 2003-06-11  Simon Josefsson  <jas@extundo.com>
26793
26794         * lib/sysexit_.h: New file.
26795
26796 2003-06-11  Derek Price  <derek@ximbiot.com>
26797
26798         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
26799         necessary.
26800
26801 2003-06-11  Bruno Haible  <bruno@clisp.org>
26802
26803         * m4/sysexits.m4: New file.
26804
26805 2003-06-10  Simon Josefsson  <jas@extundo.com>
26806
26807         * lib/argp.h: New file, from glibc.
26808         * lib/argp-ba.c: New file, from glibc.
26809         * lib/argp-eexst.c: New file, from glibc.
26810         * lib/argp-fmtstream.c: New file, from glibc.
26811         * lib/argp-fmtstream.h: New file, from glibc.
26812         * lib/argp-fs-xinl.c: New file, from glibc.
26813         * lib/argp-help.c: New file, from glibc.
26814         * lib/argp-namefrob.h: New file, from glibc.
26815         * lib/argp-parse.c: New file, from glibc.
26816         * lib/argp-pv.c: New file, from glibc.
26817         * lib/argp-pvh.c: New file, from glibc.
26818         * lib/argp-xinl.c: New file, from glibc.
26819
26820 2003-06-10  Simon Josefsson  <jas@extundo.com>
26821
26822         * modules/strchrnul: New file.
26823
26824 2003-06-10  Simon Josefsson  <jas@extundo.com>
26825
26826         * modules/argp: New file.
26827
26828 2003-06-10  Simon Josefsson  <jas@extundo.com>
26829
26830         * m4/strchrnul.m4: New file.
26831
26832 2003-06-10  Simon Josefsson  <jas@extundo.com>
26833
26834         * lib/strchrnul.h: New file.
26835         * lib/strchrnul.c: New file.
26836
26837 2003-06-10  Bruno Haible  <bruno@clisp.org>
26838
26839         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
26840
26841 2003-06-07  Karl Berry  <karl@gnu.org>
26842
26843         * config/config.{guess,sub}: update from prep.
26844
26845 2003-06-07  Jim Meyering  <jim@meyering.net>
26846
26847         * modules/strtod: Use $(...) notation, not @...@ for
26848         AC_REPLACE'd variables.
26849         * modules/localcharset: Likewise.
26850
26851 2003-06-07  Jim Meyering  <jim@meyering.net>
26852
26853         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
26854         in place of my name in the copyright comment.
26855         Remove definition and uses of __P.
26856
26857         From coreutils.
26858         * lib/stat.c: Don't declare xmalloc explicitly.
26859         Instead, include "xalloc.h".
26860         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
26861         xrealloc, and xcalloc return values.
26862         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
26863         Improve comment.
26864         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
26865
26866 2003-06-07  Bruno Haible  <bruno@clisp.org>
26867
26868         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
26869         avoid AC_CONFIG_LINKS.
26870         * modules/fnmatch (Makefile.am): Use explicit creation rule for
26871         fnmatch.h, to avoid AC_CONFIG_LINKS.
26872         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
26873
26874 2003-06-07  Bruno Haible  <bruno@clisp.org>
26875
26876         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
26877         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
26878         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26879         directory.
26880         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
26881         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26882         directory.
26883
26884 2003-06-06  Jim Meyering  <jim@meyering.net>
26885
26886         Merge from coreutils.
26887         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
26888         Consolidate declarations and initializations of *_base* locals.
26889
26890         Merge from coreutils.
26891         This avoids a core dump on systems without GNU putenv,
26892         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
26893         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
26894         (unsetenv): New static function, from GNU libc.
26895         (rpl_putenv): Use it.
26896
26897         * lib/modechange.c: Remove trailing blanks.
26898
26899         Merge from coreutils.
26900         * lib/fsusage.c: Remove declaration of statfs.
26901         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
26902
26903         * lib/posixtm.c: Include <stdbool.h> unconditionally.
26904
26905 2003-06-06  Jim Meyering  <jim@meyering.net>
26906
26907         * lib/stdbool_.h: Renamed from stdbool.h.in.
26908
26909 2003-06-06  Jim Meyering  <jim@meyering.net>
26910             Bruno Haible  <bruno@clisp.org>
26911
26912         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
26913         Adjust Makefile.am snippet not to redirect directly to target.
26914         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
26915
26916 2003-06-05  Paul Eggert  <eggert@twinsun.com>
26917
26918         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
26919         mismatch, look in future quarters as well as past.  This fixes a
26920         bug when processing fall-backwards gaps immediately after a long
26921         period of daylight-saving time.
26922
26923         * lib/mktime.c: Assume freestanding C89 or better.
26924         (HAVE_LIMITS_H): Remove.  Assume it's 1.
26925         (__P): Remove; not used.
26926         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
26927         (mktime, not_equal_tm, print_tm, check_result,
26928         main): Use prototypes.  Use const * where appropriate.
26929         (main): Fix typo in testing code that uncovered by above changes.
26930         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
26931
26932 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26933
26934         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
26935         locale.h, localeconv.  This merges changes from coreutils.
26936
26937         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
26938         It can be removed after the next Autoconf is released.
26939         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
26940         needed.
26941
26942 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26943
26944         * lib/mktime.c: Fix Debian bug 177940
26945         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
26946         (localtime_offset): Now long int, not time_t, because we want it
26947         to be guaranteed to be signed.  All uses changed.
26948         (__mktime_internal): If overflow would occur when adding offset,
26949         don't add it.
26950
26951         Merge 'human' changes from coreutils.  Rewrite to support
26952         locale-specific notations like thousands separators.
26953         * lib/human.c: Simplify authorship notice.
26954         Include human.h immediately after config.h.
26955         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
26956         <limits.h>: Do not include, since human.h does.
26957         (SIZE_MAX, UINTMAX_MAX): New macros.
26958         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
26959         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
26960         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
26961         (power_letter): Renamed from suffixes.
26962         (generate_suffix_backwards): Remove.
26963         (adjust_value): Now takes int style (because of human.h changes)
26964         and long double value (for greater precision on some platforms).
26965         (group_number): New function.
26966         (human_readable): Use it.  Use integer options, not enum.
26967         Put the options before the sizes in the arg list.
26968         Support all the new options.
26969         The old human_readable function has been removed;
26970         use inttostr.h instead.
26971         (human_readable, default_block_size, humblock):
26972         Use uintmax_t, not int, for block sizes.
26973         (human_readable_inexact, block_size_types): Remove.
26974         (block_size_opts): New constant.
26975         (human_options): Renamed from human_block_size, with new signature
26976         that allows block sizes up to UINTMAX_MAX.  All callers changed.
26977         * lib/human.h: Add copyright and authorship notice.
26978         Include <limits.h> and <stdbool.h> unconditionally.
26979         (PARAMS): Remove.  All uses removed.
26980         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
26981         (enum human_inexact_style): Remove tag; now a nameless enum.
26982         (human_floor, human_ceiling, human_round_to_even): Now have
26983         values 2, 0, 1 rather than -1, 1, 0.
26984         (human_group_digits, human_suppress_point_zero, human_autoscale,
26985         human_base_1024, human_SI, human_B): New constants.
26986         (human_readable_inexact, human_block_size): Remove.
26987         (human_readable): Size args are now uintmax_t, not int.
26988         (human_options): New decl.
26989
26990         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
26991         unnecessary now that we assume C89 or better.  This change
26992         imported from coreutils.
26993
26994         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26995         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
26996         in the 2003-05-30 sync from glibc.
26997
26998         .h files should stand alone, but we shouldn't include <sys/types.h>
26999         if we can get away with just <stddef.h>.
27000
27001         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
27002         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
27003         rather than <sys/types.h>, as we merely need size_t.
27004         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
27005         to get size_t.
27006         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
27007         Include <stdio.h>, to get FILE.
27008         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
27009         memcasecmp.h has included <stddef.h> and all we need is size_t.
27010         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
27011         our interface, instead of including <sys/types.h>
27012
27013 2003-06-04  Paul Eggert  <eggert@twinsun.com>
27014
27015         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
27016         now, as glibc mktime is buggy on non-glibc systems.
27017
27018 2003-06-03  Karl Berry  <karl@gnu.org>
27019
27020         * config/config.sub: update from prep.
27021
27022 2003-06-02  Paul Eggert  <eggert@twinsun.com>
27023
27024         [from coreutils]
27025         Fix some minor time-related bugs with POSIX time arguments.
27026         Some valid time stamps were being rejected (notably -1, and
27027         time stamps before 1900 on 64-bit hosts).  And some invalid
27028         time stamps were being accepted, e.g. September 31.
27029
27030         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
27031         that we can return (time_t) -1 successfully.
27032         * lib/posixtm.c: Likewise.
27033         [HAVE_STDBOOL_H]: Include <stdbool.h>.
27034         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
27035         (t): Remove static var.
27036         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
27037         of static var.  All uses changed.
27038         (year): Do not reject years before 1900; they can occur with
27039         64-bit time_t.
27040         (posix_time_parse): Do not check for out-of-range components;
27041         that is now the caller's responsibility, since our checks were
27042         only approximations.
27043         (posixtime): Use mktime to check for out-of-range components,
27044         since it knows them exactly.
27045         If mktime returns (time_t) -1, check whether an error actually occurred
27046         by invoking localtime on -1.
27047         (main) [TEST_POSIXTIME]: Check for input data errors, and report
27048         posixtime failures better.
27049         Improve the test data (in comments only).
27050
27051 2003-06-02  Karl Berry  <karl@gnu.org>
27052
27053         * config/mkinstalldirs (version): new variable.
27054         (--version): new option.
27055         (usage): improve message.
27056
27057 2003-05-30  Karl Berry  <karl@gnu.org>
27058
27059         * lib/mktime.c: update from libc.
27060
27061 2003-05-30  Bruno Haible  <bruno@clisp.org>
27062
27063         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
27064         * config/config.rpath: Upgrade to gettext-0.12.1.
27065
27066 2003-05-30  Bruno Haible  <bruno@clisp.org>
27067
27068         * m4/gettext.m4: Upgrade to gettext-0.12.1.
27069         * m4/nls.m4: New file, from gettext-0.12.1.
27070         * m4/po.m4: New file, from gettext-0.12.1.
27071         * m4/progtest.m4: Upgrade to gettext-0.12.1.
27072
27073 2003-05-30  Bruno Haible  <bruno@clisp.org>
27074
27075         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
27076         * lib/localcharset.h: Likewise.
27077         * lib/localcharset.c: Likewise.
27078
27079 2003-05-29  Karl Berry  <karl@gnu.org>
27080
27081         * config/config.rpath: update from gettext.
27082
27083 2003-05-28  Paul Eggert  <eggert@twinsun.com>
27084
27085         Assume the headers required for C89 freestanding compilers.
27086         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
27087         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
27088         * m4/human.m4 (gl_HUMAN): Likewise.
27089         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
27090         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
27091         * m4/userspec.m4 (gl_USERSPEC): Likewise.
27092         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
27093         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27094         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
27095
27096 2003-05-28  Paul Eggert  <eggert@twinsun.com>
27097
27098         Assume the headers required for C89 freestanding compilers.
27099         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
27100         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
27101         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
27102         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
27103         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
27104         define, since <limits.h> is guaranteed to do that.
27105         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
27106         * lib/exclude.c: Include <stdbool.h> unconditionally.
27107         * lib/tempname.c: Include <stddef.h> unconditionally.
27108         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
27109         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
27110         <stddef.h> does that.
27111         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
27112         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
27113         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
27114         needed.
27115         * lib/xstrtol.c: Likewise.
27116         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
27117         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
27118
27119         * lib/addext.c (addext): Use assignment rather than cast, to avoid
27120         warnings on some platforms.
27121
27122         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
27123         arbitrarily.
27124
27125 2003-05-26  Jim Meyering  <jim@meyering.net>
27126
27127         Merge in a change from coreutils:
27128         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
27129         that is guaranteed to be `no'.  Use `no_such_member' to indicate
27130         that condition, rather than `-1' which is slightly misleading.
27131         Change the name of the cache variable to have the gl_ prefix.
27132         Prompted by a patch from Richard Dawe for DJGPP.
27133
27134 2003-05-24  Karl Berry  <karl@gnu.org>
27135
27136         * config/config.guess: update from prep.
27137
27138 2003-05-22  Karl Berry  <karl@gnu.org>
27139
27140         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
27141
27142 2003-05-20  Karl Berry  <karl@gnu.org>
27143
27144         * config/config.guess: update from prep.
27145
27146 2003-05-18  Karl Berry  <karl@gnu.org>
27147
27148         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
27149         might actually be set by the user.
27150
27151         * config/depcomp, install-sh, mdate-sh: update from automake.
27152
27153 2003-05-17  Bruno Haible  <bruno@clisp.org>
27154
27155         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
27156         invalid expansion for AC_EGREP_CPP.
27157         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
27158         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
27159         Suggested by Akim Demaille <akim@epita.fr> in
27160         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
27161
27162 2003-05-12  Jim Meyering  <jim@meyering.net>
27163
27164         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
27165         the space-padded-by-default conversion specifiers, %e, %k, %l.
27166
27167 2003-05-12  Bruno Haible  <bruno@clisp.org>
27168
27169         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
27170         the string is longer than 4 KB.
27171
27172 2003-05-11  Karl Berry  <karl@gnu.org>
27173
27174         * config/config.{guess,sub}: update from prep.
27175
27176 2003-05-09  Bruno Haible  <bruno@clisp.org>
27177
27178         * modules/error: Add m4/strerror_r.m4 to file list.
27179
27180 2003-05-03  Bruno Haible  <bruno@clisp.org>
27181
27182         Upgrade to Unicode-4.0.
27183         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
27184         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
27185         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
27186         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
27187         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
27188         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
27189         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
27190         Change width of U+E0100..U+E01EF from 1 to 0.
27191
27192 2003-04-25  Jim Meyering  <jim@meyering.net>
27193
27194         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
27195         of type size_t, not int.
27196
27197 2003-04-25  Bruno Haible  <bruno@clisp.org>
27198
27199         * lib/copy-file.c: Include <stddef.h>, for size_t.
27200
27201 2003-04-21  Paul Eggert  <eggert@twinsun.com>
27202
27203         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
27204         code which expansion is under static control.  Patch imported from
27205         Akim Demaille's patch to Bison; see
27206         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
27207
27208 2003-04-14  Bruno Haible  <bruno@clisp.org>
27209
27210         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
27211
27212 2003-04-11  Jim Meyering  <jim@meyering.net>
27213
27214         Merge changes from Coreutils.
27215
27216         2003-03-22  Jim Meyering  <jim@meyering.net>
27217
27218         * lib/strftime.c (widen): Cast alloca return value to proper type.
27219
27220         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
27221
27222         From GNU libc.
27223         * lib/strftime.c (my_strftime): Handle very large width
27224         specifications for numeric values correctly.  Improve checks for
27225         overflow.
27226
27227         2003-01-19  Jim Meyering  <jim@meyering.net>
27228
27229         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
27230         definitions.
27231         (nl_get_alt_digit) [! defined my_strftime]: Define.
27232         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
27233         _nl_get_alt_digit and _nl_get_walt_digit.
27234
27235         * lib/strftime.c (my_strftime): Merge in locale-related changes from
27236         libc. These changes have no effect outside of _LIBC.
27237
27238 2003-04-10  Bruno Haible  <bruno@clisp.org>
27239
27240         * modules/findprog: New file.
27241         * MODULES.html.sh (func_all_modules): Add it.
27242
27243 2003-04-10  Bruno Haible  <bruno@clisp.org>
27244
27245         * m4/findprog.m4: New file.
27246         * m4/eaccess.m4: New file.
27247
27248 2003-04-10  Bruno Haible  <bruno@clisp.org>
27249
27250         * lib/findprog.h: New file, from GNU gettext.
27251         * lib/findprog.c: New file, from GNU gettext.
27252
27253 2003-04-05  Jim Meyering  <jim@meyering.net>
27254
27255         Merge changes from Coreutils.
27256
27257         * lib/exclude.h (PARAMS): Remove definition and uses.
27258         * lib/exclude.c: Remove uses of `PARAMS'.
27259
27260         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
27261         Add test-cases for DOS filenames. Declare program_name.
27262         (main): Set up program_name.  Patch by Rich Dawe.
27263
27264         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
27265         error from mntctl.
27266         Use mntctl's return value to drive the entry-processing loop, since
27267         we can't rely on the value of the vmt_length member in the last
27268         entry.  On some systems doing so could result in exhausting
27269         virtual memory.  Based in part on a patch from Mike Jetzer.
27270
27271 2003-04-04  Bruno Haible  <bruno@clisp.org>
27272
27273         * modules/linebreak: New file.
27274         * MODULES.html.sh (func_all_modules): Add it.
27275
27276 2003-04-04  Bruno Haible  <bruno@clisp.org>
27277
27278         * m4/linebreak.m4: New file.
27279
27280 2003-04-04  Bruno Haible  <bruno@clisp.org>
27281
27282         * lib/linebreak.h: New file, from GNU gettext.
27283         * lib/linebreak.c: New file, from GNU gettext with slight
27284         modifications.
27285         * lib/lbrkprop.h: New file, from GNU gettext.
27286
27287 2003-04-03  Bruno Haible  <bruno@clisp.org>
27288
27289         * modules/utf8-ucs4: New file.
27290         * modules/utf16-ucs4: New file.
27291         * modules/ucs4-utf8: New file.
27292         * modules/ucs4-utf16: New file.
27293         * MODULES.html.sh (func_all_modules): Add them.
27294
27295 2003-04-03  Bruno Haible  <bruno@clisp.org>
27296
27297         * m4/utf-ucs4.m4: New file.
27298         * m4/ucs4-utf.m4: New file.
27299
27300 2003-04-03  Bruno Haible  <bruno@clisp.org>
27301
27302         * lib/utf8-ucs4.h: New file, from GNU gettext.
27303         * lib/utf16-ucs4.h: New file, from GNU gettext.
27304         * lib/ucs4-utf8.h: New file, from GNU gettext.
27305         * lib/ucs4-utf16.h: New file, from GNU gettext.
27306
27307 2003-04-02  Bruno Haible  <bruno@clisp.org>
27308
27309         * modules/binary-io: New file.
27310         * MODULES.html.sh (func_all_modules): Add it.
27311
27312 2003-04-02  Bruno Haible  <bruno@clisp.org>
27313
27314         * lib/binary-io.h: New file, from GNU gettext.
27315
27316 2003-04-01  Bruno Haible  <bruno@clisp.org>
27317
27318         * modules/pathname: New file.
27319         * MODULES.html.sh (func_all_modules): Add it.
27320
27321 2003-04-01  Bruno Haible  <bruno@clisp.org>
27322
27323         * lib/pathname.h: New file, from GNU gettext.
27324         * lib/concatpath.c: New file, from GNU gettext.
27325
27326 2003-03-30  Bruno Haible  <bruno@clisp.org>
27327
27328         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
27329
27330 2003-03-30  Bruno Haible  <bruno@clisp.org>
27331
27332         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
27333         function chown() doesn't exist.
27334
27335 2003-03-28  Bruno Haible  <bruno@clisp.org>
27336
27337         * modules/copy-file: New file.
27338         * MODULES.html.sh (func_all_modules): Add it.
27339
27340 2003-03-28  Bruno Haible  <bruno@clisp.org>
27341
27342         * m4/copy-file.m4: New file.
27343
27344 2003-03-28  Bruno Haible  <bruno@clisp.org>
27345
27346         * lib/copy-file.h: New file, from GNU gettext.
27347         * lib/copy-file.c: New file, from GNU gettext.
27348
27349 2003-03-18  Jim Meyering  <jim@meyering.net>
27350
27351         * lib/quote.c (quote_n): Fix typo in comment.
27352
27353 2003-03-18  Bruno Haible  <bruno@clisp.org>
27354
27355         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
27356         checking.
27357         * m4/onceonly_2_57.m4: Likewise.
27358
27359 2003-03-17  Bruno Haible  <bruno@clisp.org>
27360
27361         * m4/onceonly.m4: Require autoconf 2.54 or newer.
27362         (m4_quote): Remove macro.
27363         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
27364
27365 2003-03-14  Jim Meyering  <jim@meyering.net>
27366
27367         Merge changes from Coreutils.
27368         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
27369         to be const, in order to avoid warnings.
27370         (obstack_room): Likewise.
27371         (obstack_empty_p): Likewise.
27372
27373 2003-03-14  Bruno Haible  <bruno@clisp.org>
27374
27375         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
27376         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
27377
27378 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27379
27380         Merge changes from Bison.
27381         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
27382         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
27383         when compiling Bison 1.875's `bitset bset = obstack_alloc
27384         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
27385         * lib/hash.c: Include <stdbool.h> unconditionally.
27386
27387 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27388
27389         * m4/onceonly.m4 (m4_quote): New macro.
27390         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
27391         Quote AC_FOREACH variable-expansions properly.
27392
27393 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27394
27395         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
27396
27397 2003-03-09  Paul Eggert  <eggert@twinsun.com>
27398
27399         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
27400         Reported by Bruce Becker; see:
27401         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
27402
27403 2003-03-03  Paul Eggert  <eggert@twinsun.com>
27404             Bruno Haible  <bruno@clisp.org>
27405
27406         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
27407         Reported by John Hughes, see
27408         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
27409
27410 2003-02-20  Bruno Haible  <bruno@clisp.org>
27411
27412         * MODULES.html.sh (func_all_modules): Add poll.
27413
27414 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27415
27416         * modules/poll: New file.
27417
27418 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27419
27420         * lib/poll_.h: New file.
27421         * lib/poll.c: New file.
27422
27423 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27424
27425         * m4/poll.m4: New file.
27426
27427 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27428
27429         * modules/mathl: New file.
27430
27431 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27432
27433         * lib/mathl.h: New file.
27434         * lib/acosl.c: New file.
27435         * lib/asinl.c: New file.
27436         * lib/atanl.c: New file.
27437         * lib/ceill.c: New file.
27438         * lib/cosl.c: New file.
27439         * lib/expl.c: New file.
27440         * lib/floorl.c: New file.
27441         * lib/frexpl.c: New file.
27442         * lib/ldexpl.c: New file.
27443         * lib/logl.c: New file.
27444         * lib/sincosl.c: New file.
27445         * lib/sinl.c: New file.
27446         * lib/sqrtl.c: New file.
27447         * lib/tanl.c: New file.
27448         * lib/trigl.c: New file.
27449         * lib/trigl.h: New file.
27450
27451 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27452
27453         * m4/mathl.m4: New file.
27454
27455 2003-02-18  Bruno Haible  <bruno@clisp.org>
27456
27457         * MODULES.html.sh (func_all_modules): Add mathl.
27458
27459 2003-02-17  Bruno Haible  <bruno@clisp.org>
27460
27461         * modules/mkdtemp: New module.
27462         * MODULES.html.sh (func_all_modules): Add it.
27463
27464 2003-02-17  Bruno Haible  <bruno@clisp.org>
27465
27466         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
27467
27468 2003-02-17  Bruno Haible  <bruno@clisp.org>
27469
27470         * lib/mkdtemp.h: New file, from GNU gettext.
27471         * lib/mkdtemp.c: New file, from GNU gettext.
27472
27473 2003-02-02  Jim Meyering  <jim@meyering.net>
27474
27475         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
27476         e.g. glibc-2.2.93.
27477
27478 2003-01-31  Bruno Haible  <bruno@clisp.org>
27479
27480         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
27481         'rpl_rename'.
27482         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
27483         'rpl_strnlen'.
27484         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
27485         'rpl_strtod'.
27486         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
27487         'rpl_utime'.
27488
27489 2003-01-31  Bruno Haible  <bruno@clisp.org>
27490
27491         * lib/rename.c: #undef rename before defining rpl_rename.
27492         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
27493
27494 2003-01-30  Bruno Haible  <bruno@clisp.org>
27495
27496         * modules/vasnprintf, modules/vasprintf: New modules.
27497         * MODULES.html.sh (func_all_modules): Add them.
27498
27499 2003-01-30  Bruno Haible  <bruno@clisp.org>
27500
27501         * m4/signed.m4: New file, from GNU gettext.
27502         * m4/longdouble.m4: New file, from GNU gettext.
27503         * m4/wchar_t.m4: New file, from GNU gettext.
27504         * m4/wint_t.m4: New file, from GNU gettext.
27505         * m4/vasnprintf.m4: New file.
27506         * m4/vasprintf.m4: New file.
27507
27508 2003-01-30  Bruno Haible  <bruno@clisp.org>
27509
27510         * lib/printf-args.h: New file, from GNU gettext.
27511         * lib/printf-args.c: New file, from GNU gettext.
27512         * lib/printf-parse.h: New file, from GNU gettext.
27513         * lib/printf-parse.c: New file, from GNU gettext.
27514         * lib/vasnprintf.h: New file, from GNU gettext.
27515         * lib/vasnprintf.c: New file, from GNU gettext.
27516         * lib/asnprintf.c: New file, from GNU gettext.
27517         * lib/vasprintf.h: New file, from GNU gettext with modifications.
27518         * lib/vasprintf.c: New file, from GNU gettext.
27519         * lib/asprintf.c: New file, from GNU gettext.
27520
27521 2003-01-29  Bruno Haible  <bruno@clisp.org>
27522
27523         * modules/stpncpy: New module.
27524         * MODULES.html.sh (func_all_modules): Add it.
27525
27526 2003-01-29  Bruno Haible  <bruno@clisp.org>
27527
27528         * m4/stpncpy.m4: New file.
27529
27530 2003-01-29  Bruno Haible  <bruno@clisp.org>
27531
27532         * lib/stpncpy.h: New file, from GNU gettext with modifications.
27533         * lib/stpncpy.c: New file, from GNU gettext with modifications.
27534
27535 2003-01-28  Bruno Haible  <bruno@clisp.org>
27536
27537         * modules/c-ctype: New module.
27538         * MODULES.html.sh (func_all_modules): Add it.
27539
27540 2003-01-28  Bruno Haible  <bruno@clisp.org>
27541
27542         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
27543         Paul Eggert.
27544         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
27545         Paul Eggert.
27546
27547 2003-01-27  Bruno Haible  <bruno@clisp.org>
27548
27549         * modules/xsetenv: New module.
27550         * MODULES.html.sh (func_all_modules): Add it.
27551
27552 2003-01-27  Bruno Haible  <bruno@clisp.org>
27553
27554         * lib/xsetenv.h: New file, from GNU gettext.
27555         * lib/xsetenv.c: New file, from GNU gettext.
27556
27557 2003-01-23  Jim Meyering  <jim@meyering.net>
27558
27559         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
27560         from working on systems without dirfd (at least Irix and OSF1/Tru64).
27561
27562 2003-01-23  Bruno Haible  <bruno@clisp.org>
27563
27564         * modules/minmax: New module.
27565         * MODULES.html.sh (func_all_modules): Add it.
27566
27567 2003-01-23  Bruno Haible  <bruno@clisp.org>
27568
27569         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
27570         Eggert.
27571
27572 2003-01-22  Bruno Haible  <bruno@clisp.org>
27573
27574         * modules/exit: New module.
27575         * MODULES.html.sh (func_all_modules): Add it.
27576
27577 2003-01-22  Bruno Haible  <bruno@clisp.org>
27578
27579         * lib/exit.h: New file, from GNU gettext.
27580
27581 2003-01-19  Bruno Haible  <bruno@clisp.org>
27582
27583         * gnulib-tool: Recognize option --extract-maintainer.
27584         (func_get_maintainer): New function.
27585         * modules/*: Add Maintainer entry.
27586
27587 2003-01-16  Jim Meyering  <jim@meyering.net>
27588
27589         * m4/regex.m4: The `regex' struct is both input and output.
27590         Initialize it before each use.  Patch by Tim Waugh.
27591
27592 2003-01-16  Bruno Haible  <bruno@clisp.org>
27593
27594         * MODULES.html.sh: Add a table of contents. Add the module name as
27595         leftmost column. Add hyperlinks.
27596
27597 2003-01-15  Bruno Haible  <bruno@clisp.org>
27598
27599         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
27600
27601 2003-01-15  Bruno Haible  <bruno@clisp.org>
27602
27603         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
27604         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
27605         suffix.
27606
27607 2003-01-15  Bruno Haible  <bruno@clisp.org>
27608
27609         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
27610
27611 2003-01-15  Bruno Haible  <bruno@clisp.org>
27612
27613         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
27614         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
27615
27616 2003-01-14  Jim Meyering  <jim@meyering.net>
27617
27618         * lib/same.c (same_name): Tweak a comment.
27619
27620 2003-01-14  Bruno Haible  <bruno@clisp.org>
27621
27622         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
27623         when a string comparison is sufficient.
27624
27625 2003-01-14  Bruno Haible  <bruno@clisp.org>
27626
27627         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
27628         'unsigned int'.
27629
27630 2003-01-14  Bruno Haible  <bruno@clisp.org>
27631
27632         * lib/hash-pjw.c: Add comment about low quality of this function.
27633
27634 2003-01-13  Bruno Haible  <bruno@clisp.org>
27635
27636         * modules/stpcpy: Distribute lib/stpcpy.h.
27637         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
27638
27639 2003-01-13  Bruno Haible  <bruno@clisp.org>
27640
27641         * modules/*: Add a description.
27642         * modules/strpbrk: Fix Makefile.am snippet.
27643         * modules/strtoimax: Fix dependencies.
27644         * modules/strtoumax: Likewise.
27645
27646 2003-01-13  Bruno Haible  <bruno@clisp.org>
27647
27648         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
27649         * modules/alloca (Makefile.am): All object files depend on alloca.h.
27650         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
27651
27652 2003-01-13  Bruno Haible  <bruno@clisp.org>
27653
27654         * gnulib-tool (func_create_testdir): Store config/* files in the main
27655         directory.
27656         * config.rpath: Move to ...
27657         * config/config.rpath: ... here.
27658         * modules/gettext: Contains config/config.rpath, not config.rpath.
27659         * modules/iconv: Likewise.
27660
27661 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27662
27663         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27664         to avoid collisions with libcurses and libreadline.
27665
27666         * m4/getstr.m4: Remove.
27667         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
27668
27669 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27670
27671         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27672         to avoid collisions with libcurses and libreadline.
27673
27674         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
27675         * lib/getstr.h, getstr.c: Remove.
27676         * lib/getline.c: Include "getline.h", to check interface.
27677         Move body of old getstr.c here: this defines MIN_CHUNK and
27678         declares getdelim2, which is renamed from getstr.
27679         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
27680
27681         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
27682         All uses changed.
27683         * lib/linebuffer.h: Likewise.
27684         (readline): Remove backward-compatibility macro.
27685
27686 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27687
27688         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27689         to avoid collisions with libcurses and libreadline.
27690         * getstr: Remove.
27691         * MODULES.html.sh: Remove getstr.
27692         * modules/getline: Depend on unlocked-io, not getstr.
27693
27694 2003-01-12  Jim Meyering  <jim@meyering.net>
27695
27696         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
27697
27698 2003-01-10  Bruno Haible  <bruno@clisp.org>
27699
27700         * modules/alloca: Change Makefile.am requirements. Simplify Include
27701         requirements. Add lib/alloca_.h to file list.
27702
27703 2003-01-10  Bruno Haible  <bruno@clisp.org>
27704
27705         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
27706
27707 2003-01-10  Bruno Haible  <bruno@clisp.org>
27708
27709         * lib/alloca_.h: New file.
27710         * lib/getdate.y: Unconditionally include alloca.h.
27711         * lib/makepath.c: Likewise.
27712         * lib/setenv.c: Likewise.
27713         * lib/userspec.c: Likewise.
27714
27715 2003-01-09  Karl Berry  <karl@gnu.org>
27716
27717         * MODULES.html.sh: include `dirname $0` in PATH, to find
27718         gnulib-tool.
27719
27720 2003-01-09  Bruno Haible  <bruno@clisp.org>
27721
27722         * modules/stdbool: Change configure.ac, Makefile.am requirements.
27723         Simplify Include requirements. Add lib/stdbool.h.in to file list.
27724
27725 2003-01-09  Bruno Haible  <bruno@clisp.org>
27726
27727         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
27728
27729 2003-01-09  Bruno Haible  <bruno@clisp.org>
27730
27731         * lib/stdbool.h.in: New file.
27732
27733 2003-01-09  Bruno Haible  <bruno@clisp.org>
27734
27735         * gnulib-tool (func_all_modules): Ignore files ending in ~.
27736         * MODULES.html.sh: Likewise.
27737
27738 2003-01-08  Jim Meyering  <jim@meyering.net>
27739
27740         * lib/full-write.c: Undefine and define-away `const' after inclusion
27741         of errno.h, not before.  Suggestion from Bruno Haible.
27742
27743 2003-01-08  Bruno Haible  <bruno@clisp.org>
27744
27745         * modules/full-read: Depend on full-write.
27746
27747 2003-01-08  Bruno Haible  <bruno@clisp.org>
27748
27749         * lib/safe-read.c: Include specification header first, to ensure its
27750         selfcontainedness.
27751         * lib/full-write.c: Likewise.
27752
27753 2003-01-07  Jim Meyering  <jim@meyering.net>
27754
27755         * lib/full-write.c: Rework so that it may serve to define full_read,
27756         too.
27757         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
27758
27759 2003-01-07  Bruno Haible  <bruno@clisp.org>
27760
27761         * lib/strtoimax.c: Include <stdint.h> as an alternative to
27762         <inttypes.h>.
27763         * lib/xstrtol.h: Likewise.
27764         * lib/xstrtoimax.c: Likewise.
27765         * lib/xstrtoumax.c: Likewise.
27766         * lib/human.h: Likewise.
27767
27768         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
27769         on systems that have <inttypes.h> but not <stdint.h>.
27770
27771 2003-01-07  Bruno Haible  <bruno@clisp.org>
27772
27773         * MODULES.html.sh: Add copyright notice.
27774         (missed_files): Omit CVS directory entries.
27775         (func_module): Make it work with sed-3.02.
27776         * MODULES.txt: Remove file.
27777
27778 2003-01-06  Jim Meyering  <jim@meyering.net>
27779
27780         * lib/version-etc.c: Update year in translatable copyright string.
27781
27782 2003-01-03  Karl Berry  <karl@gnu.org>
27783
27784         * config/config.{guess,sub}: update from prep.
27785
27786 2003-01-02  Karl Berry  <karl@gnu.org>
27787
27788         * doc/COPYING.DOC: belatedly updated to 1.2.
27789
27790 2003-01-01  Karl Berry  <karl@gnu.org>
27791
27792         * gnulib-tool (func_verify_module): report module name $module in
27793         error message, not $1.
27794         * gnulib-tool (create-testdir): don't complain if destdir couldn't
27795         be created, only if it doesn't exist.
27796         * gnulib-tool (last_checkin_date): don't expand the $Date here.
27797
27798 2002-12-31  Paul Eggert  <eggert@twinsun.com>
27799
27800         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
27801
27802 2002-12-31  Paul Eggert  <eggert@twinsun.com>
27803
27804         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
27805         memcmp if strcoll doesn't work.
27806
27807 2002-12-31  Bruno Haible  <bruno@clisp.org>
27808
27809         * lib/utime.c (utime_null): No need to call ftruncate if the file was
27810         nonempty.
27811
27812 2002-12-31  Bruno Haible  <bruno@clisp.org>
27813
27814         * lib/memcoll.c (STRCOLL): New macro.
27815         (memcoll): Use it.
27816
27817 2002-12-31  Bruno Haible  <bruno@clisp.org>
27818
27819         * lib/localcharset.h: New file.
27820         * lib/localcharset.c: Include it.
27821         * lib/unicodeio.c: Likewise.
27822
27823 2002-12-31  Bruno Haible  <bruno@clisp.org>
27824
27825         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
27826         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
27827
27828 2002-12-31  Bruno Haible  <bruno@clisp.org>
27829
27830         * lib/getline.h: Include <stddef.h>, for size_t.
27831
27832         * lib/unicodeio.h: Include <stddef.h>, for size_t.
27833         * lib/unicodeio.c: Don't include <stddef.h>.
27834
27835 2002-12-31  Bruno Haible  <bruno@clisp.org>
27836
27837         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
27838         HAVE_TM_ZONE.
27839
27840 2002-12-24  Karl Berry  <karl@gnu.org>
27841
27842         * config/config.guess: update from prep.
27843
27844 2002-12-24  Bruno Haible  <bruno@clisp.org>
27845
27846         General infrasructure.
27847         * m4/README: Rewritten.
27848         * m4/onceonly.m4: New file.
27849         * m4/onceonly_2_57.m4: New file.
27850
27851         Module atexit.
27852         * m4/atexit.m4: New file.
27853
27854         Module strtod.
27855         * m4/strtod.m4: New file.
27856
27857         Module strtol.
27858         * m4/strtol.m4: New file.
27859
27860         Module strtoul.
27861         * m4/strtoul.m4: New file.
27862
27863         Module memchr.
27864         * m4/memchr.m4: New file.
27865
27866         Module memcmp.
27867         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
27868         (jm_FUNC_MEMCMP): Invoke it.
27869
27870         Module memcpy.
27871         * m4/memcpy.m4: New file.
27872
27873         Module memmove.
27874         * m4/memmove.m4: New file.
27875
27876         Module memset.
27877         * m4/memset.m4: New file.
27878
27879         Module strcspn.
27880         * m4/strcspn.m4: New file.
27881
27882         Module strpbrk.
27883         * m4/strpbrk.m4: New file.
27884
27885         Module strstr.
27886         * m4/strstr.m4: New file.
27887
27888         Module strerror.
27889         * m4/strerror.m4: New file.
27890
27891         Module mktime.
27892         * m4/mktime.m4: Renamed from jm-mktime.m4.
27893         (gl_PREREQ_MKTIME): New macro.
27894         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
27895
27896         Module malloc.
27897         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
27898         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
27899         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
27900
27901         Module realloc.
27902         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
27903         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
27904         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
27905
27906         Module strftime.
27907         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
27908         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
27909         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
27910         gl_TM_GMTOFF.
27911         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
27912
27913         Module xalloc.
27914         * m4/xalloc.m4: New file.
27915
27916         Module alloca.
27917         * m4/alloca.m4: New file.
27918
27919         Module putenv.
27920         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
27921         (jm_FUNC_PUTENV): Invoke it.
27922
27923         Module setenv.
27924         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
27925         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
27926         when invoked twice.
27927         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
27928         gt_FUNC_SETENV.
27929
27930         Module memrchr.
27931         * m4/memrchr.m4: New file.
27932
27933         Module stpcpy.
27934         * m4/stpcpy.m4: New file.
27935
27936         Module strcase.
27937         * m4/strcase.m4: New file.
27938
27939         Module strdup.
27940         * m4/strdup.m4: New file.
27941
27942         Module strnlen.
27943         * m4/strnlen.m4: New file.
27944
27945         Module strndup.
27946         * m4/strndup.m4: New file.
27947
27948         Module xstrtod.
27949         * m4/xstrtod.m4: New file.
27950
27951         Module xstrtol.
27952         * m4/xstrtol.m4: New file.
27953
27954         Module getdate.
27955         * m4/getdate.m4: New file.
27956
27957         Module unlocked-io.
27958         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
27959         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
27960         * m4/jm-glibc-io.m4n: Remove file.
27961
27962         Module long-options.
27963         * m4/long-options.m4: New file.
27964
27965         Module md5.
27966         * m4/md5.m4: New file.
27967
27968         Module sha.
27969         * m4/sha.m4: New file.
27970
27971         Module getstr.
27972         * m4/getstr.m4: New file.
27973
27974         Module getline.
27975         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
27976         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
27977         <sys/types.h>, for size_t. Use the function name gnu_getline, not
27978         simply getline. Infoke gl_PREREQ_GETLINE.
27979
27980         Module obstack.
27981         * m4/obstack.m4: New file.
27982
27983         Module hash.
27984         * m4/hash.m4: New file.
27985
27986         Module readtokens.
27987         * m4/readtokens.m4: New file.
27988
27989         Module strverscmp.
27990         * m4/strverscmp.m4: New file.
27991
27992         Module stdbool.
27993         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
27994         OSF/1.
27995
27996         Module strtoll.
27997         * m4/strtoll.m4: New file.
27998
27999         Module strtoull.
28000         * m4/strtoull.m4: New file.
28001
28002         Module strtoimax.
28003         * m4/strtoimax.m4: New file.
28004
28005         Module strtoumax.
28006         * m4/strtoumax.m4: New file.
28007
28008         Module xstrtoimax.
28009         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
28010         jm_AC_PREREQ_XSTRTOIMAX.
28011         Moved the strtol prerequisites to strtol.m4.
28012         Moved the strtoll prerequisites to strtoll.m4.
28013         Moved the strtoimax prerequisites to strtoimax.m4.
28014
28015         Module xstrtoumax.
28016         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
28017         jm_AC_PREREQ_XSTRTOUMAX.
28018         Moved the strtoul prerequisites to strtoul.m4.
28019         Moved the strtoull prerequisites to strtoull.m4.
28020         Moved the strtoumax prerequisites to strtoumax.m4.
28021
28022         Module chown.
28023         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
28024         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
28025
28026         Module dup2.
28027         * m4/dup2.m4: New file.
28028
28029         Module ftruncate.
28030         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
28031         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
28032
28033         Module getgroups.
28034         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
28035         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
28036
28037         Module gettimeofday.
28038         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
28039         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
28040         gl_PREREQ_GETTIMEOFDAY.
28041
28042         Module mkdir.
28043         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
28044         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
28045
28046         Module mkstemp.
28047         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
28048         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
28049         jm_AC_TYPE_UINTMAX_T.
28050         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
28051
28052         Module stat.
28053         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
28054         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
28055
28056         Module lstat.
28057         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
28058         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
28059
28060         Module timespec.
28061         * m4/timespec.m4 (gl_TIMESPEC): New macro.
28062         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
28063         * m4/st_mtim.m4: Indentation.
28064
28065         Module nanosleep.
28066         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
28067         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
28068         gl_PREREQ_NANOSLEEP.
28069
28070         Module regex.
28071         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
28072         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
28073         (gl_REGEX): New macro.
28074
28075         Module rename.
28076         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
28077         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
28078
28079         Module rmdir.
28080         * m4/rmdir.m4: New file.
28081
28082         Module utime.
28083         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
28084         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
28085         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
28086
28087         Module dirname.
28088         * m4/dirname.m4: New file.
28089
28090         Module getopt.
28091         * m4/getopt.m4: New file.
28092
28093         Module unistd-safer.
28094         * m4/unistd-safer.m4: New file.
28095
28096         Module fnmatch.
28097         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
28098         declaration.
28099         (gl_PREREQ_FNMATCH_EXTRA): New macro.
28100         (gl_FUNC_FNMATCH_POSIX): New macro.
28101         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
28102         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
28103         simply fnmatch.
28104
28105         Module exclude.
28106         * m4/exclude.m4: New file.
28107
28108         Module human.
28109         * m4/human.m4: New file.
28110
28111         Module acl.
28112         * m4/acl.m4: Nop.
28113
28114         Module backupfile.
28115         * m4/backupfile.m4: New file.
28116         * m4/d-ino.m4: Indentation.
28117
28118         Module fsusage.
28119         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
28120         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
28121         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
28122
28123         Module dirfd.
28124         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
28125         requirements.
28126
28127         Module euidaccess.
28128         * m4/euidaccess.m4: New file.
28129
28130         Module file-type.
28131         * m4/file-type.m4: New file.
28132
28133         Module fileblocks.
28134         * m4/fileblocks.m4: New file.
28135
28136         Module filemode.
28137         * m4/filemode.m4: New file.
28138
28139         Module isdir.
28140         * m4/isdir.m4: New file.
28141
28142         Module lchown.
28143         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
28144         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
28145
28146         Module makepath.
28147         * m4/makepath.m4: New file.
28148
28149         Module modechange.
28150         * m4/modechange.m4: New file.
28151
28152         Module mountlist.
28153         * m4/mountlist.m4: New file.
28154         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
28155         Indentation.
28156
28157         Module path-concat.
28158         * m4/path-concat.m4: New file.
28159
28160         Module pathmax.
28161         * m4/pathmax.m4: New file.
28162
28163         Module same.
28164         * m4/same.m4: New file.
28165
28166         Module save-cwd.
28167         * m4/save-cwd.m4: New file.
28168
28169         Module savedir.
28170         * m4/savedir.m4: New file.
28171
28172         Module xgetcwd.
28173         * m4/xgetcwd.m4: New file.
28174         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
28175
28176         Module xreadlink.
28177         * m4/xreadlink.m4: New file.
28178
28179         Module safe-read.
28180         * m4/safe-read.m4: New file.
28181
28182         Module safe-write.
28183         * m4/safe-write.m4: New file.
28184
28185         Module closeout.
28186         * m4/closeout.m4: New file.
28187
28188         Module stdio-safer.
28189         * m4/stdio-safer.m4: New file.
28190
28191         Module getpass.
28192         * m4/getpass.m4: New file.
28193
28194         Module getugroups.
28195         * m4/getugroups.m4: New file.
28196
28197         Module group-member.
28198         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
28199         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
28200
28201         Module idcache.
28202         * m4/idcache.m4: New file.
28203
28204         Module userspec.
28205         * m4/userspec.m4: New file.
28206
28207         Module gettime.
28208         * m4/clock_time.m4: New file.
28209         * m4/gettime.m4: New file.
28210
28211         Module settime.
28212         * m4/settime.m4: New file.
28213
28214         Module posixtm.
28215         * m4/posixtm.m4: New file.
28216
28217         Module gethostname.
28218         * m4/gethostname.m4: New file.
28219
28220         Module canon-host.
28221         * m4/canon-host.m4: New file.
28222
28223         Module gettext.
28224         * m4/codeset.m4: New file, from gettext-0.11.5.
28225         * m4/gettext.m4: New file, from gettext-0.11.5.
28226         * m4/glibc21.m4: New file, from gettext-0.11.5.
28227         * m4/iconv.m4: New file, from gettext-0.11.5.
28228         * m4/intdiv0.m4: New file, from gettext-0.11.5.
28229         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
28230         * m4/inttypes.m4: New file, from gettext-0.11.5.
28231         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
28232         * m4/isc-posix.m4: New file, from gettext-0.11.5.
28233         * m4/lcmessage.m4: New file, from gettext-0.11.5.
28234         * m4/lib-ld.m4: New file, from gettext-0.11.5.
28235         * m4/lib-link.m4: New file, from gettext-0.11.5.
28236         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
28237         * m4/progtest.m4: New file, from gettext-0.11.5.
28238         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
28239         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
28240         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
28241
28242         Module localcharset.
28243         * m4/localcharset.m4: New file.
28244
28245         Module hard-locale.
28246         * m4/hard-locale.m4: New file.
28247
28248         Module mbswidth.
28249         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
28250         onceonly macros.
28251         * m4/mbrtowc.m4: Add comment.
28252
28253         Module memcasecmp.
28254         * m4/memcasecmp.m4: New file.
28255
28256         Module memcoll.
28257         * m4/memcoll.m4: New file.
28258
28259         Module unicodeio.
28260         * m4/unicodeio.m4: New file.
28261
28262         Module rpmatch.
28263         * m4/rpmatch.m4: New file.
28264
28265         Module yesno.
28266         * m4/yesno.m4: New file.
28267
28268         Module exitfail.
28269         * m4/exitfail.m4: New file.
28270
28271         Module c-stack.
28272         * m4/c-stack.m4 (gl_C_STACK): New macro.
28273         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
28274
28275         Module error.
28276         * m4/error.m4 (gl_ERROR): New macro.
28277         (jm_PREREQ_ERROR): Use onceonly macros.
28278
28279         Module fatal.
28280         * m4/fatal.m4: New file.
28281
28282         Module getloadavg.
28283         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
28284         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
28285
28286         Module getpagesize.
28287         * m4/getpagesize.m4: New file.
28288
28289         Module getusershell.
28290         * m4/getusershell.m4: New file.
28291
28292         Module physmem.
28293         * m4/physmem.m4: New file.
28294
28295         Module posixver.
28296         * m4/posixver.m4: New file.
28297
28298         Module quotearg.
28299         * m4/quotearg.m4: New file.
28300
28301         Module quote.
28302         * m4/quote.m4: New file.
28303
28304         Module readutmp.
28305         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
28306
28307         Module sig2str.
28308         * m4/sig2str.m4: New file.
28309
28310         Other.
28311         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
28312         ulonglong.m4.
28313         * m4/intmax_t.m4: New file.
28314         * m4/d-type.m4: Indentation.
28315         * m4/jm-macros.m4: Update.
28316         * m4/prereq.m4 (jm_PREREQ): Update.
28317         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
28318         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
28319         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
28320         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
28321         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
28322         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
28323         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
28324         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
28325         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
28326         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
28327         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
28328         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
28329         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
28330         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
28331         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
28332         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
28333         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
28334         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
28335         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
28336
28337 2002-12-24  Bruno Haible  <bruno@clisp.org>
28338
28339         * MODULES.txt: Update according to m4/ changes.
28340
28341         Module gettext.
28342         * config.rpath: New file, from gettext-0.11.5.
28343
28344         * modules/*: New module descriptions.
28345         * gnulib-tool: New file.
28346         * MODULES.html.sh: New file.
28347
28348 2002-12-21  Karl Berry  <karl@gnu.org>
28349
28350         * doc/fdl.texi: update to version 1.2.
28351
28352 2002-12-19  Karl Berry  <karl@gnu.org>
28353
28354         * config/config.guess: update from prep.
28355
28356 2002-12-18  Bruno Haible  <bruno@clisp.org>
28357
28358         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
28359         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
28360
28361 2002-12-17  Bruno Haible  <bruno@clisp.org>
28362
28363         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
28364         stdlib.h, string.h.
28365
28366 2002-12-17  Bruno Haible  <bruno@clisp.org>
28367
28368         * lib/canon-host.c (strdup): Remove unused declaration.
28369
28370         * lib/fsusage.c: Include full_read.h.
28371         (get_fs_usage): Use full_read instead of safe_read.
28372
28373         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
28374
28375 2002-12-12  Karl Berry  <karl@gnu.org>
28376
28377         * config/config.guess: update from prep.
28378
28379 2002-12-11  Bruno Haible  <bruno@clisp.org>
28380
28381         * m4/setenv.m4: New file, from gettext-0.11.5.
28382
28383 2002-12-11  Bruno Haible  <bruno@clisp.org>
28384
28385         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
28386         not unsetenv().
28387         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
28388         modifications:
28389
28390         2002-12-11  Bruno Haible  <bruno@clisp.org>
28391
28392                 * setenv.c (alloca): Fall back to malloc.
28393                 (freea): New macro.
28394                 (setenv): Use freea() to free memory allocated with alloca().
28395
28396         2002-11-13  Bruno Haible  <bruno@clisp.org>
28397
28398                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
28399                 function declarations.
28400                 * unsetenv.c (unsetenv): Likewise.
28401
28402         2002-03-04  Bruno Haible  <bruno@clisp.org>
28403
28404                 Portability to AIX 4.3.3.
28405                 * unsetenv.c: New file, extracted from setenv.c.
28406                 * setenv.c: Move the unsetenv() function to unsetenv.c.
28407
28408         2001-12-20  Bruno Haible  <bruno@clisp.org>
28409
28410                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
28411                 use malloc instead. For SunOS 4.
28412
28413         2001-12-11  Bruno Haible  <bruno@clisp.org>
28414
28415                 * setenv.c: Declare alloca.
28416                 (compar_fn_t): New typedef.
28417                 (KNOWN_VALUE, STORE_VALUE): Use it.
28418
28419         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
28420         setenv.h.
28421
28422 2002-12-10  Paul Eggert  <eggert@twinsun.com>
28423
28424         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
28425         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
28426         Choose values that are less likely to collide with system fnmatch
28427         options.
28428         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
28429         defined (e.g., a pure POSIX system).
28430         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
28431         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
28432
28433 2002-12-06  Paul Eggert  <eggert@twinsun.com>
28434
28435         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
28436         a pain in practice to deal with generated m4 files.  This change
28437         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
28438
28439         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
28440         and jm-glibc-io.m4, as they are no longer a special case.
28441         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
28442         kludge and the auto-generation stuff.  Check only whether the
28443         functions are declared, not whether they exist, since older hosts
28444         that don't declare the functions can't use the optimization anyway.
28445
28446 2002-12-06  Jim Meyering  <jim@meyering.net>
28447
28448         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
28449
28450         Merge in changes from libc's misc/error.c, in preparation
28451         for the merge of gnulib's changes back into libc.
28452
28453         * lib/error.c (_): Define only if not already defined.
28454         Move definition to follow all #include directives.
28455         Include unlocked-io.h only if !_LIBC.
28456         [_LIBC]: Include <libio/libioP.h>.
28457         [USE_IN_LIBIO]: Include <libio/iolibio.h>
28458         (fflush): Tweak definition to use INTUSE.
28459         (putc): Define.
28460
28461 2002-12-05  Paul Eggert  <eggert@twinsun.com>
28462
28463         * lib/alloca.c [defined emacs]: Include "lisp.h".
28464         (xalloc_die) [defined emacs]: New macro.
28465         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
28466         [! defined emacs]: Include <xalloc.h>.
28467         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
28468         (pointer): Typedef to POINTER_TYPE *.
28469         (malloc): Remove decl; we now always use xmalloc.
28470         (alloca): Use old-style definition, since Emacs needs this.
28471         Check for arithmetic overflow when computing combined size.
28472
28473 2002-12-04  Paul Eggert  <eggert@twinsun.com>
28474
28475         Do not generate unlocked-io.h automatically, since it's easier to
28476         maintain it by hand.
28477
28478         * lib/unlocked-io.h: New file, from GNU diffutils,
28479         but with proper copyright notice and attribution.
28480         * lib/gen-uio: Remove.
28481         * lib/Makefile.am: Add copyright notice.
28482         (libfetish_a_SOURCES): Add unlocked-io.h.
28483         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
28484         (DISTCLEANFILES, io_functions): Remove macros.
28485         (EXTRA_DIST): Remove gen_uio.
28486         (unlocked-io.h): Remove rule.
28487
28488 2002-12-04  Jim Meyering  <jim@meyering.net>
28489
28490         Reflect the fact that stat.c and lstat.c are no longer generated.
28491         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
28492         (DISTCLEANFILES): Likewise.
28493         (EXTRA_DIST): Likewise.
28494         (all_local): Don't depend on stat.c or lstat.c.
28495         (stat.c, lstat.c): Remove rules.
28496         (EXTRA_DIST): Remove xstat.in.
28497
28498         * lib/xstat.in: Remove file.  Contents moved into stat.c.
28499         * lib/stat.c: New file.  Contents mostly from xstat.in.
28500         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
28501         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
28502
28503         * lib/safe-read.c: Rework so that it may serve to define safe_write,
28504         too.
28505         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
28506
28507 2002-12-03  Jim Meyering  <jim@meyering.net>
28508
28509         * lib/safe-read.c, safe-write.c: Change variable names and comments,
28510         but not semantics, to minimize the differences between these two files.
28511         (safe_read): Change comment to mention SAFE_READ_ERROR.
28512
28513         * lib/safe-read.c (IS_EINTR): Define.
28514         (safe_read): Use IS_EINTR in place of in-function cpp directives.
28515
28516 2002-12-02  Jim Meyering  <jim@meyering.net>
28517
28518         * lib/safe-read.c (EINTR): Define.
28519         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
28520         (INT_MAX): Provide fallback.
28521         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
28522
28523         * lib/safe-read.h (SAFE_READ_ERROR): Define.
28524
28525 2002-12-02  Bruno Haible  <bruno@clisp.org>
28526
28527         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
28528         Define, taken from safe-read.c.
28529         (INT_MAX): Provide fallback.
28530         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
28531         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
28532
28533         * lib/safe-read.c (EINTR): Remove definition.
28534         (safe_read): Don't use EINTR if it is absent.
28535
28536 2002-12-01  Jim Meyering  <jim@meyering.net>
28537
28538         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
28539         zero.
28540         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
28541
28542 2002-11-27  Paul Eggert  <eggert@twinsun.com>
28543
28544         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
28545         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
28546         with `if (! (value < limit)) abort ();', for readability.
28547
28548 2002-11-26  Karl Berry  <karl@gnu.org>
28549
28550         * lib/strdup.c: copy from libc again, with jim's ok.
28551         * lib/.cppi-disable: re-add strdup.c
28552
28553 2002-11-25  Karl Berry  <karl@gnu.org>
28554
28555         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
28556         instead of "strtol.c".
28557
28558 2002-11-25  Karl Berry  <karl@gnu.org>
28559
28560         * config/install-sh: update from automake for variable quoting, $0 in
28561         error msgs, etc.
28562
28563         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
28564         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
28565         entry.
28566
28567 2002-11-25  Jim Meyering  <jim@meyering.net>
28568
28569         * lib/mktime.c: Sync from libc, now that it has the latest fix.
28570
28571 2002-11-24  Karl Berry  <karl@gnu.org>
28572
28573         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
28574         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
28575
28576 2002-11-24  Jim Meyering  <jim@meyering.net>
28577
28578         Update from coreutils:
28579
28580         * lib/mktime.c: Merge in changes from libc.
28581
28582         Avoid a link-time failure on some Linux systems.
28583         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
28584         (otherwise).
28585         (__mon_yday): Declare with the STATIC attribute.
28586         (__mktime_internal): Likewise.
28587         Based on a report from Greg Schafer.
28588
28589 2002-11-23  Jim Meyering  <jim@meyering.net>
28590
28591         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
28592         Use `unsigned', not `int', as type of index.
28593
28594         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
28595
28596         * lib/fsusage.c: Remove unneeded parentheses around operands of
28597         `defined'.
28598
28599 2002-11-22  Paul Eggert  <eggert@twinsun.com>
28600
28601         * lib/quotearg.h: Allow multiple inclusion by surrounding with
28602         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
28603         so that we can be included first.
28604         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
28605         * lib/quotearg.c: Include quotearg.h immediately after config.h.
28606         No need to include stddef.h or sys/types.h any more.
28607         Surround local include files with "", not "<>".
28608         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
28609         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
28610         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
28611         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
28612         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
28613         (ISPRINT): Remove; no longer needed now that we assume C89.
28614
28615         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
28616         Preserve errno.
28617
28618         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
28619         quotearg_char): Use SIZE_MAX rather than
28620         (size_t) -1 when we are talking about "infinity".
28621
28622         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
28623
28624 2002-11-22  Paul Eggert  <eggert@twinsun.com>
28625
28626         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
28627         hint that one should use `if (! x) abort ();' rather than `assert
28628         (x);', and anyway it's one less thing to worry about configuring.
28629         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
28630         hash_rehash, hash_insert): Use abort rather than assert.
28631
28632 2002-11-22  Bruno Haible  <bruno@clisp.org>
28633
28634         * lib/safe-read.h: Assume C89. Add comments.
28635         (safe_read): Change return type to size_t.
28636         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
28637         byte counts > SSIZE_MAX correctly.
28638         * lib/safe-write.h: New file.
28639         * lib/safe-write.c: New file.
28640         * lib/full-read.h: New file.
28641         * lib/full-read.c: New file.
28642         * lib/full-write.h: Assume C89. Add comments.
28643         * lib/full-write.c: Include safe-write.h.
28644         (full_write): Rewritten to use safe_write.
28645         Suggested by Jim Meyering and Paul Eggert.
28646
28647 2002-11-21  Jim Meyering  <jim@meyering.net>
28648
28649         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
28650
28651         Merge in changes from the coreutils.
28652
28653         2002-09-25  Paul Eggert  <eggert@twinsun.com>
28654         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
28655         <stdint.h>.
28656         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
28657         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
28658         int.  Work more efficiently if X is the same width as uintmax_t.
28659         Do not compare X to -1, to avoid bogus compiler warning.
28660         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
28661         Don't assume that f_frsize and f_bsize are the same type.
28662
28663         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
28664         warning on FreeBSD.
28665
28666         * lib/makepath.c (make_path): Restore umask *before* creating the final
28667         component.
28668         (make_path): Minor reformatting.
28669
28670         * lib/xmalloc.c: Adjust to work with new autoconf macros,
28671         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
28672         HAVE_MALLOC/HAVE_REALLOC.
28673
28674         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
28675         dummy ones.  At least on GNU/Linux systems, `auto' means something
28676         else.
28677         From Michael Stone.
28678
28679 2002-11-21  Bruno Haible  <bruno@clisp.org>
28680
28681         Remove case insensitive option matching.
28682         * lib/argmatch.h (argcasematch): Remove declaration.
28683         (ARGCASEMATCH): Remove macro.
28684         (__xargmatch_internal): Remove case_sensitive argument.
28685         (XARGMATCH): Update.
28686         (XARGCASEMATCH): Remove macro.
28687         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
28688         case_sensitive argument.
28689         (argcasematch): Remove function.
28690         (__xargmatch_internal): Remove case_sensitive argument.
28691         (main): Use XARGMATCH instead of XARGCASEMATCH.
28692
28693         * lib/xmalloc.c: Change compile-time error message. Add comment about
28694         required autoconf version.
28695
28696 2002-11-20  Paul Eggert  <eggert@twinsun.com>
28697
28698         Merge argmatch cleanups from Bison.  Assume C89.
28699
28700         * lib/argmatch.c: Include config.h here, not in argmatch.h.
28701         Include stdlib.h, for EXIT_FAILURE.
28702         Always include <string.h>, since we assume C89.
28703         (EXIT_FAILURE): Remove pre-C89 bug workaround.
28704         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
28705         Include <stddef.h> instead, since it's all we need for size_t.
28706         (PARAMS): Remove.  All uses removed.
28707         (ARRAY_CARDINALITY): Do not bother to #undef.
28708         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
28709         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
28710         Remove unnecessary parentheses.
28711         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
28712         Insert necessary parentheses.
28713         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
28714         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
28715
28716 2002-11-19  Bruno Haible  <bruno@clisp.org>
28717
28718         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
28719         * lib/mbswidth.h: Include <stddef.h>, for size_t.
28720
28721         * lib/mbswidth.h (PARAMS): Remove macro.
28722         (mbswidth, mbsnwidth): Use ANSI C function declarations.
28723         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
28724
28725         * lib/gcd.h (PARAMS): Remove macro.
28726         (gcd): Use ANSI C function declarations.
28727         * lib/gcd.c (gcd): Likewise.
28728
28729 2002-11-15  Bruno Haible  <bruno@clisp.org>
28730
28731         * lib/strcspn.c: Include <stddef.h>.
28732         (strcspn): Use ANSI C function declaration. Change return type to
28733         size_t. Use NULL.
28734         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
28735         (strpbrk): Use NULL.
28736         * lib/strpbrk.h (PARAMS): Remove macro.
28737         (strpbrk): Use ANSI C function declaration.
28738         * lib/strstr.c: Don't include <sys/types.h>.
28739         * lib/strstr.h (PARAMS): Remove macro.
28740         (strstr): Use ANSI C function declarations.
28741
28742 2002-11-14  Karl Berry  <karl@gnu.org>
28743
28744         * config/mkinstalldirs: `do' on separate line, instead of
28745         `for var; do'.
28746
28747 2002-11-06  Bruno Haible  <bruno@clisp.org>
28748
28749         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
28750         * lib/gcd.c (gcd): Likewise.
28751
28752 2002-11-05  Bruno Haible  <bruno@clisp.org>
28753
28754         * lib/gcd.h: New file, from gettext-0.11.5.
28755         * lib/gcd.c: New file, from gettext-0.11.5.
28756
28757 2002-11-05  Bruno Haible  <bruno@clisp.org>
28758
28759         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28760         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28761         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28762         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28763
28764         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
28765         <libintl.h>.
28766         * lib/makepath.c: Include gettext.h instead of <locale.h> and
28767         <libintl.h>.
28768
28769         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
28770         * lib/human.c: Include gettext.h instead of <libintl.h>.
28771         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
28772         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
28773         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
28774         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
28775         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
28776         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
28777         (textdomain): Remove definition.
28778         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
28779
28780         * lib/long-options.c: Remove include of <libintl.h> and definition of
28781         _.
28782         * lib/same.c: Remove include of <libintl.h> and definition of _.
28783
28784 2002-11-04  Owen Taylor  <otaylor@redhat.com>
28785
28786         * lib/config.charset: A few additions for Solaris.
28787
28788 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
28789
28790         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
28791         * lib/localcharset.c (locale_charset): Declare as extern "C".
28792
28793 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
28794
28795         * lib/config.charset: msdos in uk_UA uses CP1125.
28796
28797 2002-11-04  Bruno Haible  <bruno@clisp.org>
28798
28799         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
28800         * lib/strcase.h: New file, from GNU gettext-0.11.5.
28801         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
28802         * lib/strstr.h: New file, from GNU gettext-0.11.5.
28803         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
28804
28805 2002-11-04  Bruno Haible  <bruno@clisp.org>
28806
28807         * lib/localcharset.c (locale_charset): Don't return an empty string.
28808
28809 2002-11-04  Bruno Haible  <bruno@clisp.org>
28810
28811         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
28812         aliases.
28813
28814 2002-11-04  Bruno Haible  <bruno@clisp.org>
28815
28816         * lib/config.charset: Update for newest glibc. Add canonical names
28817         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
28818
28819 2002-11-04  Bruno Haible  <bruno@clisp.org>
28820
28821         * lib/config.charset: Add support for NetBSD.
28822
28823 2002-11-04  Bruno Haible  <bruno@clisp.org>
28824
28825         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
28826
28827 2002-11-01  Bruno Haible  <bruno@clisp.org>
28828
28829         * configure.in: Add AC_CONFIG_AUX_DIR call.
28830         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
28831         test/Makefile.
28832         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
28833
28834 2002-09-28  Karl Berry  <karl@gnu.org>
28835
28836         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
28837         installed automake until the next release, since changes have been
28838         made.
28839
28840 2002-09-25  Karl Berry  <karl@gnu.org>
28841
28842         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
28843         * lib/getopt*: copy from libc/posix.
28844         * lib/gettext.h: copy from gettext.
28845         * lib/.cppi-disable: add strdup.c, gettext.h.
28846
28847 2002-09-25  Karl Berry  <karl@gnu.org>
28848
28849         * config/srclist.txt: enable gettext.h check.
28850         * config/config.{guess,sub}: update from prep.
28851         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
28852                 from automake 1.6.3.
28853         See srclist*.
28854
28855 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
28856
28857         * regex.c (PATFETCH): Remove the translating fetch.
28858         (PATFETCH_RAW): Rename to PATFETCH.
28859         (set_image_of_range): New fun.
28860         (SET_RANGE_TABLE_WORK_AREA): Use it.
28861         (regex_compile): Don't translate the pattern chars so eagerly.
28862         Only do it when inserting an `exactn' bytecode or when handling
28863         a char-range.
28864         (mutually_exclusive_p): Avoid empty statement.
28865
28866 2002-07-06  Jim Meyering  <meyering@lucent.com>
28867
28868         * m4/README: Don't mention Makefile.am.in.
28869         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
28870
28871 2002-07-01  Jim Meyering  <meyering@lucent.com>
28872
28873         * lib/c-stack.c: Include sys/time.h.
28874         From Volker Borchert.
28875
28876 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28877
28878         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
28879
28880 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28881
28882         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
28883         New macro.  Use it uniformly instead of
28884         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
28885         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
28886         reported by Vin Shelton.
28887
28888 2002-06-22  Paul Eggert  <eggert@twinsun.com>
28889
28890         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
28891         Do not assume SA_SIGINFO behavior.
28892         Bug reported by Jim Meyering on NetBSD 1.5.2.
28893
28894 2002-06-22  Jim Meyering  <meyering@lucent.com>
28895
28896         * m4/c-stack.m4: New file, from diffutils-2.8.2.
28897         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
28898
28899         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
28900         now that configure.ac uses AC_GNU_SOURCE.
28901         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
28902         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
28903
28904         Update to latest tools.  Suggestions from Paul Eggert.
28905         * m4/stdbool.m4: New file, from diffutils-2.8.2.
28906         * m4/gnu-source.m4: Update from diffutils-2.8.2.
28907         * m4/fnmatch.m4: Likewise.
28908         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
28909         to AC_HEADER_STDBOOL
28910
28911 2002-06-22  Jim Meyering  <meyering@lucent.com>
28912
28913         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
28914         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
28915
28916 2002-06-22  Jim Meyering  <meyering@lucent.com>
28917
28918         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
28919
28920         * lib/exitfail.c, exitfail.h: Likewise.
28921         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
28922
28923         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
28924         of fnmatch.h.
28925         (EXTRA_DIST): Add fnmatch_loop.c.
28926         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
28927
28928         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
28929         * lib/fnmatch.c: Update from diffutils-2.8.2.
28930         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
28931         * lib/fnmatch.h: Remove file.
28932
28933 2002-06-21  Jim Meyering  <meyering@lucent.com>
28934
28935         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
28936         * m4/mbrtowc.m4: Likewise.
28937
28938         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
28939         * m4/mbswidth.m4: Reflect name change:
28940         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
28941         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
28942
28943         * m4/lib-link.m4: Update from gettext-0.11.2.
28944         * m4/gettext.m4: Likewise.
28945
28946         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
28947         From Alfred M. Szmidt.
28948
28949 2002-06-18  Paul Eggert  <eggert@twinsun.com>
28950
28951         * lib/file-type.h: Report an error if neither S_ISREG nor
28952         S_IFREG is defined, instead of using a test specific to glibc
28953         2.2.  This should be safe, since POSIX requires S_ISREG and
28954         Unix Version 7 had S_IFREG.  We don't need to check for
28955         <sys/types.h> since we don't use any symbols that it defines.
28956
28957 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
28958
28959         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
28960         $@-t, so that each temporary file name is unique and valid in the first
28961         8 characters, for operation under DOS.
28962
28963 2002-06-15  Paul Eggert  <eggert@twinsun.com>
28964
28965         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
28966
28967 2002-06-15  Jim Meyering  <meyering@lucent.com>
28968
28969         Work even with DJGPP 2.03, which lacks support for symlinks.
28970         From Richard Dawe.
28971         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
28972         is defined.
28973         * lib/lchown.c (S_ISLNK): Likewise.
28974
28975 2002-06-15  Jim Meyering  <meyering@lucent.com>
28976
28977         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
28978         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
28979         have been included before this file.
28980
28981 2002-06-14  Jim Meyering  <meyering@lucent.com>
28982
28983         * lib/file-type.h: Use the version from diffutils-2.8.2.
28984         * lib/file-type.c: Likewise.
28985
28986 2002-06-07  Jim Meyering  <meyering@lucent.com>
28987
28988         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
28989         They're needed at least for NetBSD 1.5.2.
28990         ($statxfs_includes): Include those same headers.
28991         ($statxfs_includes): Include sys/vfs.h if available.
28992         ($statxfs_includes): Likewise for sys/statvfs.h.
28993         Check for the following members in both structs statfs and statvfs:
28994         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
28995
28996 2002-06-01  Jim Meyering  <meyering@lucent.com>
28997
28998         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
28999         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
29000
29001 2002-05-28  Jim Meyering  <meyering@lucent.com>
29002
29003         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
29004         Reported by Volker Borchert.
29005
29006 2002-05-27  Jim Meyering  <meyering@lucent.com>
29007
29008         Fix a problem seen only on nonconforming systems whereby ls.c's
29009         use of localtime, and then of gettimeofday would cause trouble:
29010         the localtime call used to initialize rpl_gettimeofday's save
29011         mechanism would clobber ls's current local time information so
29012         that in any long listing the first file would always be listed
29013         with date 1970-01-01.  Analysis by Volker Borchert.
29014
29015         * lib/gettimeofday.c (localtime): Undefine.
29016         (rpl_localtime): New function.
29017
29018 2002-05-27  Jim Meyering  <meyering@lucent.com>
29019
29020         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
29021         localtime.
29022
29023         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
29024         use the replacement function; it wouldn't resolve at link time.
29025         Reported by Volker Borchert.
29026
29027 2002-05-22  Jim Meyering  <meyering@lucent.com>
29028
29029         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
29030         file-type.h.
29031         * lib/file-type.h: New file.
29032         * lib/file-type.c (file_type): New file/function.  Extracted from
29033         diffutils.
29034
29035 2002-04-30  Jim Meyering  <meyering@lucent.com>
29036
29037         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
29038
29039 2002-04-29  Paul Eggert  <eggert@twinsun.com>
29040
29041         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
29042
29043 2002-04-29  Paul Eggert  <eggert@twinsun.com>
29044
29045         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
29046         Do not check for alloca.h (no longer used) or stdbool.h (was never
29047         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
29048
29049 2002-04-29  Paul Eggert  <eggert@twinsun.com>
29050
29051         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
29052
29053 2002-04-29  Jim Meyering  <meyering@lucent.com>
29054
29055         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
29056         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
29057         Use AC_FUNC_STRNLEN here instead.
29058
29059         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
29060         With autoconf-2.53a, it's part of AC_PROG_CC.
29061
29062 2002-04-28  Paul Eggert  <eggert@twinsun.com>
29063
29064         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
29065         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
29066
29067 2002-04-28  Paul Eggert  <eggert@twinsun.com>
29068
29069         * lib/sig2str.h, lib/sig2str.c: New files.
29070         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
29071
29072 2002-04-28  Paul Eggert  <eggert@twinsun.com>
29073
29074         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
29075         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
29076         of 127, since 64 is the largest conceivable number for ancient
29077         nonstandard hosts.
29078         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
29079
29080 2002-04-28  Jim Meyering  <meyering@lucent.com>
29081
29082         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
29083
29084 2002-04-24  Jim Meyering  <meyering@lucent.com>
29085
29086         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
29087         (jm_PREREQ): Use it.
29088
29089         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
29090         mach/mach.h fcntl.h.
29091         Check for this function: setlocale.
29092
29093 2002-04-24  Jim Meyering  <meyering@lucent.com>
29094
29095         * lib/gettext.h: New file, from Gettext.
29096         * lib/Makefile.am (INCLUDES): Remove -I../intl.
29097         (libfetish_a_SOURCES): Add gettext.h.
29098
29099 2002-04-16  Jim Meyering  <meyering@lucent.com>
29100
29101         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
29102         ut_pid, ut_id, ut_exit.
29103
29104 2002-04-16  Jim Meyering  <meyering@lucent.com>
29105
29106         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
29107         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
29108         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
29109
29110 2002-04-12  Jim Meyering  <meyering@lucent.com>
29111
29112         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
29113         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
29114         existence of the getmntinfo function.  Needed for Darwin 5.3.
29115
29116         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
29117         This is necessary at least on Darwin 5.3.
29118
29119         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
29120         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
29121         strnlen.o in the library, and that makes some versions of ranlib
29122         object.
29123
29124 2002-04-12  Jim Meyering  <meyering@lucent.com>
29125
29126         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
29127
29128 2002-04-09  Jim Meyering  <meyering@lucent.com>
29129
29130         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
29131         to be more precise.  Rather than saying we're checking whether the
29132         function `works', say what we're testing.
29133         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
29134         Reported by Bruno Haible.
29135
29136 2002-03-10  Jim Meyering  <meyering@lucent.com>
29137
29138         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
29139         Suggestion from Santiago Vila.
29140
29141 2002-03-08  Jim Meyering  <meyering@lucent.com>
29142
29143         * lib/rename.c: Mention that this wrapper is needed also on
29144         mips-dec-ultrix4.4 systems.
29145
29146 2002-03-02  Jim Meyering  <meyering@lucent.com>
29147
29148         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
29149         not HAVE_CLOCK_SETTIME.
29150
29151 2002-02-27  Paul Eggert  <eggert@twinsun.com>
29152
29153         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
29154         Check for clock_settime.
29155
29156 2002-02-27  Paul Eggert  <eggert@twinsun.com>
29157
29158         * lib/nanosleep.h: Rename to....
29159         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
29160
29161         * lib/gettime.c: New file.
29162         * lib/settime.c: New file.
29163         * lib/stime.c: Remove.
29164
29165         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
29166         timespec.h.  Remove nanosleep.h.
29167
29168 2002-02-25  Paul Eggert  <eggert@twinsun.com>
29169
29170         * m4/acl.m4: New file.
29171         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
29172         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
29173
29174 2002-02-25  Paul Eggert  <eggert@twinsun.com>
29175
29176         * lib/acl.c, lib/acl.h: New files.
29177         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
29178
29179 2002-02-24  Jim Meyering  <meyering@lucent.com>
29180
29181         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
29182         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
29183         cause trouble.  Reported by Nelson Beebe.
29184
29185 2002-02-23  Paul Eggert  <eggert@twinsun.com>
29186
29187         * lib/path-concat.c (xpath_concat): Reorder code to pacify
29188         compilers that don't know that xalloc_die never returns.
29189
29190 2002-02-20  Jim Meyering  <meyering@lucent.com>
29191
29192         * lib/getdate.c: Regenerate using bison-1.33.
29193
29194 2002-02-17  Jim Meyering  <meyering@lucent.com>
29195
29196         * config/config.guess (main): Don't use `head -1'; it's no longer
29197         portable. Use `sed 1q' instead.
29198
29199 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
29200
29201         * m4/codeset.m4: Upgrade to gettext-0.11.
29202         * m4/gettext.m4: Upgrade to gettext-0.11.
29203         * m4/glibc21.m4: Upgrade to gettext-0.11.
29204         * m4/iconv.m4: Upgrade to gettext-0.11.
29205         * m4/isc-posix.m4: Upgrade to gettext-0.11.
29206         * m4/lcmessage.m4: Upgrade to gettext-0.11.
29207         * m4/lib-ld.m4: New file, from gettext-0.11.
29208         * m4/lib-link.m4: New file, from gettext-0.11.
29209         * m4/lib-prefix.m4: New file, from gettext-0.11.
29210         * m4/progtest.m4: Upgrade to gettext-0.11.
29211
29212 2002-02-15  Paul Eggert  <eggert@twinsun.com>
29213
29214         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
29215         (jm_PREREQ): Use it.
29216
29217 2002-02-15  Paul Eggert  <eggert@twinsun.com>
29218
29219         * lib/posixver.c, lib/posixver.h: New files.
29220         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
29221
29222 2002-02-02  Paul Eggert  <eggert@twinsun.com>
29223             Bruno Haible  <bruno@clisp.org>
29224
29225         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
29226         (fwrite_success_callback): New declaration.
29227         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
29228         print_unicode_char. Call failure callback instead of error.
29229         (fwrite_success_callback): New function.
29230         (exit_failure_callback): New function.
29231         (fallback_failure_callback): New function.
29232         (print_unicode_char): Call unicode_to_mb.
29233
29234 2002-01-26  Jim Meyering  <meyering@lucent.com>
29235
29236         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
29237         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
29238
29239 2002-01-26  Jim Meyering  <meyering@lucent.com>
29240
29241         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
29242
29243 2002-01-22  Paul Eggert  <eggert@twinsun.com>
29244
29245         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
29246
29247 2002-01-22  Jim Meyering  <meyering@lucent.com>
29248
29249         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
29250         Otherwise, some versions of automake would omit the rule that makes
29251         Makefile from Makefile.in.
29252
29253 2002-01-21  Paul Eggert  <eggert@twinsun.com>
29254
29255         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
29256         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
29257         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
29258         (memcoll): Set errno to zero if there is no error.
29259
29260         * lib/quotearg.c (quotearg_buffer_restyled):
29261         Fix bug with quoting buffers containing NUL when backslashing escapes.
29262         This bug was exposed by the other changes in this patch.
29263         (quotearg_n_options): New arg ARGSIZE.
29264         All callers changed.
29265         (quoting_options_from_style): New function.
29266         (quotearg_n_style): Use it.
29267         (quotearg_n_style_mem): New function.
29268
29269         * lib/quotearg.h (quotearg_n_style_mem): New function.
29270
29271 2002-01-19  Jim Meyering  <meyering@lucent.com>
29272
29273         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
29274         Remove useless quotes: DF_PROG="df".
29275         * m4/strnlen.m4: New file.
29276
29277 2002-01-16  Paul Eggert  <eggert@twinsun.com>
29278
29279         * lib/backupfile.c (ISDIGIT): Comment fix.
29280         * lib/getdate.y (ISDIGIT): Likewise.
29281         * lib/posixtm.c (ISDIGIT, year): Likewise.
29282         * lib/strverscmp.c (ISDIGIT): Likewise.
29283         * lib/userspec.c (ISDIGIT): Likewise.
29284
29285 2002-01-16  Jim Meyering  <meyering@lucent.com>
29286
29287         * lib/getdate.y: Add three semicolons, each just before a closing
29288         brace. Bison (as of version 1.31) no longer papers over that mistake.
29289
29290 2002-01-05  Jim Meyering  <meyering@lucent.com>
29291
29292         * lib/version-etc.c (version_etc_copyright): Update copyright year.
29293
29294 2001-12-19  Paul Eggert  <eggert@twinsun.com>
29295
29296         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
29297         not silently exit merely because the output buffer happens to
29298         have nothing pending.
29299
29300 2001-12-18  Paul Eggert  <eggert@twinsun.com>
29301
29302         See the big note in ../ChangeLog.
29303         * lib/human.c (suffixes): Prefer K to k for 1024.
29304         (generate_suffix_backwards): New function.
29305         (human_readable_inexact): Use it.
29306         * lib/xstrtol.c (__xstrtol): If there is no number but there
29307         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
29308         Accept 'K' as well as 'k'.
29309
29310 2001-12-15  Jim Meyering  <meyering@lucent.com>
29311
29312         * lib/regex.h (__restrict_arr): Update from libc.
29313
29314         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
29315         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
29316         (STREQ): Define.
29317
29318 2001-12-14  Jim Meyering  <meyering@lucent.com>
29319
29320         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
29321         Suggestion from Bruno Haible.
29322
29323 2001-12-10  Jim Meyering  <meyering@lucent.com>
29324
29325         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
29326         xrealloc, Instead, include "xalloc.h".
29327         (initbuffer): Don't cast xmalloc return value to char*.
29328         (readline): Reword comment.
29329         Don't cast xrealloc return value to char*
29330         Return NULL, not 0.
29331
29332 2001-12-09  Jim Meyering  <meyering@lucent.com>
29333
29334         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
29335         about `signed and unsigned type in conditional expression'.
29336         * lib/posixtm.c (posix_time_parse): Likewise.
29337
29338         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
29339
29340         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
29341         to avoid a pedantic warning.
29342
29343         * lib/getstr.c: Don't include assert.h.
29344         (getstr): Remove warning-evoking assertions.
29345         Return -1 if offset parameter is out of bounds.
29346         Change the type of a local from int to size_t.
29347
29348         * lib/strftime.c (my_strftime_localtime_r): Include this function
29349         definition in the `#if ! HAVE_TM_GMTOFF' block.
29350
29351         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
29352         Include xalloc.h instead.
29353
29354 2001-12-02  Jim Meyering  <meyering@lucent.com>
29355
29356         * lib/tempname.c: Don't declare getenv, thus reverting the change of
29357         2001-11-18.  It's no longer necessary, now that stdlib.h is always
29358         included.
29359
29360         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
29361         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
29362
29363 2001-11-30  Akim Demaille  <akim@epita.fr>
29364
29365         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
29366         before being defined.
29367
29368 2001-11-27  Paul Eggert  <eggert@twinsun.com>
29369
29370         * lib/quotearg.h (quotearg_n, quotearg_n_style):
29371         First arg is int, not unsigned.
29372         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
29373         (SIZE_MAX, UINT_MAX): New macros.
29374         (quotearg_n_options): Abort if N is negative.
29375         Avoid overflow check on hosts where size_t is 64 bits and int
29376         is 32 bits, as overflow is impossible there.
29377         Fix off-by-one typo that caused unnecessary reallocation.
29378
29379 2001-11-27  Jim Meyering  <meyering@lucent.com>
29380
29381         * lib/tempname.c: Merge with version from libc.
29382         * lib/regex.c: Likewise.
29383
29384         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
29385         systems for which STDC_HEADERS is 0, it was not included, resulting in
29386         a warning about an integer-to-pointer conversion problem with getenv.
29387         Reported by Volker Borchert.
29388
29389 2001-11-26  Jim Meyering  <meyering@lucent.com>
29390
29391         * lib/gtod.h: Remove file.
29392         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
29393         * lib/gettimeofday.c: Don't include gtod.h.
29394         (GTOD_init): Remove function.
29395         (rpl_gettimeofday): Do its job here instead, rather than aborting.
29396         Suggestion from Volker Borchert.
29397
29398 2001-11-23  Jim Meyering  <meyering@lucent.com>
29399
29400         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
29401         it.
29402         * lib/hash.c (struct hash_table): Define it here instead.
29403
29404 2001-11-22  Jim Meyering  <meyering@lucent.com>
29405
29406         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
29407
29408 2001-11-20  Jim Meyering  <meyering@lucent.com>
29409
29410         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
29411         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
29412
29413 2001-11-19  Jim Meyering  <meyering@lucent.com>
29414
29415         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
29416         directory.  Use "conftestXXXXXX" as the template.
29417         Suggestion from Paul Eggert.
29418
29419         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
29420         immediately, so the test doesn't mistakenly hit the max-open-files
29421         limit.
29422
29423 2001-11-18  Paul Eggert  <eggert@twinsun.com>
29424
29425         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
29426         (TEMPORARIES): New macro.
29427         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
29428         removes an artificial limitation (e.g. HP-UX 10.20, where
29429         TMP_MAX is 17576).
29430
29431 2001-11-18  Jim Meyering  <meyering@lucent.com>
29432
29433         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
29434
29435 2001-11-18  Jim Meyering  <meyering@lucent.com>
29436
29437         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
29438         on SunOS 4.
29439
29440         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
29441         files will be created before anything else.
29442
29443 2001-11-17  Paul Eggert  <eggert@twinsun.com>
29444
29445         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
29446         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
29447
29448 2001-11-17  Jim Meyering  <meyering@lucent.com>
29449
29450         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
29451         Prompted by a report from Bob Proulx.
29452
29453         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
29454         Instead, require UTILS_FUNC_MKSTEMP.
29455
29456 2001-11-17  Jim Meyering  <meyering@lucent.com>
29457
29458         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
29459         Now, that's done as part of AC_FUNC_STRTOD.
29460
29461 2001-11-17  Jim Meyering  <meyering@lucent.com>
29462
29463         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
29464         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
29465         rather than group writable.  Patch by Juan F. Codagnone.
29466
29467         * lib/readtokens.c: Remove explicit declarations of xmalloc and
29468         xrealloc, Instead, include "xalloc.h".
29469
29470         * lib/mountlist.c: Include unlocked-io.h after all system headers.
29471         Remove explicit declarations of xmalloc, xrealloc,
29472         and xstrdup.  Instead, include "xalloc.h".
29473
29474         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
29475         unlocked-io.h.
29476         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
29477         Likewise.
29478         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
29479
29480         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
29481         Reported by Padraig Brady.
29482
29483         * lib/mkstemp.c: #undef mkstemp.
29484         Include config.h.
29485         (rpl_mkstemp): Rename from mkstemp.
29486         Protoize.
29487
29488 2001-11-16  Jim Meyering  <meyering@lucent.com>
29489
29490         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
29491         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
29492         determine the amount of total physical memory, use pstat_getstatic.
29493         HPUX-11 doesn't define _SC_PHYS_PAGES.
29494         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
29495         If sysconf couldn't be used to determine the amount of available
29496         physical memory, use both pstat_getstatic and pstat_getdynamic.
29497         Based on a patch from Bob Proulx.
29498
29499 2001-11-10  Jim Meyering  <meyering@lucent.com>
29500
29501         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
29502         (jm_PREREQ): Use it.
29503
29504 2001-11-09  Jim Meyering  <meyering@lucent.com>
29505
29506         * m4/jm-macros.m4: Require autoconf-2.52f.
29507         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
29508         Use these AC_-prefixed names, not the AM_-prefixed ones.
29509
29510         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
29511
29512 2001-11-05  Jim Meyering  <meyering@lucent.com>
29513
29514         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
29515
29516 2001-11-04  Jim Meyering  <meyering@lucent.com>
29517
29518         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
29519         $DEFS.
29520
29521 2001-11-03  Jim Meyering  <meyering@lucent.com>
29522
29523         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
29524         of AC_DEFUN.
29525
29526         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
29527         know the name of the variable in the macro definition.
29528
29529 2001-11-03  Jim Meyering  <meyering@lucent.com>
29530
29531         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
29532         in argmatch_to_argument call.
29533
29534         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
29535         argument.
29536
29537         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
29538         e.g., a fault due to an attempt to free a NULL pointer.
29539
29540 2001-11-01  Jim Meyering  <meyering@lucent.com>
29541
29542         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
29543         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
29544
29545 2001-11-01  Jim Meyering  <meyering@lucent.com>
29546
29547         * lib/dirfd.c, lib/dirfd.h: New files.
29548         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
29549
29550         * lib/hash.c (hash_print) [TESTING]: Clean up.
29551
29552 2001-10-22  Paul Eggert  <eggert@twinsun.com>
29553
29554         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
29555         to avoid a warning if -Wall.
29556
29557 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
29558
29559         * README: New file
29560         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
29561         (per RMS's instructions, this is now the canonical source)
29562         * lgpl/, gpl/: New directories.
29563
29564 2001-10-21  Paul Eggert  <eggert@twinsun.com>
29565
29566         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
29567
29568 2001-10-21  Jim Meyering  <meyering@lucent.com>
29569
29570         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
29571         this code would end up calling gettext even in packages built
29572         with --disable-nls.
29573         * lib/getopt.c (_): Likewise.
29574         * lib/regex.c (_): Likewise.
29575
29576 2001-10-20  Paul Eggert  <eggert@twinsun.com>
29577
29578         * m4/error.m4 (jm_PREREQ_ERROR):
29579         Do not invoke AC_CHECK_FUNCS with strerror_r, as
29580         AC_FUNC_STRERROR_R does that.
29581         Check for strerror declaration.
29582
29583         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
29584         are supposed to have them these days.
29585         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
29586         Merge changes from latest Autoconf CVS.
29587         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
29588         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
29589         POSIX decided to standardize on the int flavor of strerror_r.
29590
29591 2001-10-20  Paul Eggert  <eggert@twinsun.com>
29592
29593         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
29594         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
29595         Use strerror_r that is only a macro, even if it is not a function.
29596         (strerror): Check for HAVE_DECL_STRERROR before declaring.
29597         (private_strerror): Use prototypes, not old-style function definition.
29598         (print_errno_message): New function.
29599         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
29600         char*-flavored one.
29601         (error_tail, error, error_at_line): Use it.
29602
29603 2001-10-11  Jim Meyering  <meyering@lucent.com>
29604
29605         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
29606         and quote_n (1, ... to avoid clobbering a buffer.
29607
29608 2001-10-05  Jim Meyering  <meyering@lucent.com>
29609
29610         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
29611         hash-pjw.h.
29612         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
29613         * lib/hash-pjw.h: New file.
29614
29615 2001-09-30  Jim Meyering  <meyering@lucent.com>
29616
29617         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
29618         `struct fsstat' has the `f_fstypename' member.
29619         Use that to define FS_TYPE, which is now used to make
29620         the getfsstat link test tighter.
29621
29622 2001-09-30  Jim Meyering  <meyering@lucent.com>
29623
29624         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
29625         Include <sys/ucred.h>, for Apple Darwin.
29626         Include sys/mount.h and sys/fs_types.h only if available.
29627         (FS_TYPE): Define.
29628         (read_filesystem_list): Use FS_TYPE.
29629
29630 2001-09-29  Paul Eggert  <eggert@twinsun.com>
29631
29632         * lib/exclude.c (excluded_filename): 0 -> false, since it's
29633         a boolean context.
29634
29635 2001-09-29  Jim Meyering  <meyering@lucent.com>
29636
29637         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
29638         [one-argument getmntent function]): Include stdio.h before mntent.h.
29639         SunOS 4.1.x needs it for the declaration of `FILE'.
29640         Patch by Volker Borchert.
29641
29642         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
29643         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
29644         sys/fs_types.h, and make the link-test for getfsstat guard #include
29645         directives with appropriate #if HAVE_*_H tests so that we can
29646         detect getfsstat on Apple Darwin1.3.7 systems.
29647         Reported by Nelson Beebe.
29648         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
29649
29650 2001-09-28  Paul Eggert  <eggert@twinsun.com>
29651
29652         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
29653         #defines strtoimax.  Also treat the other strto* functions
29654         like strtoimax.
29655
29656         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29657         Check for strtoul and strtoumax,
29658         as those declarations are made even in the signed case.
29659         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
29660         Likewise, for strtol and strtoimax.
29661
29662 2001-09-28  Paul Eggert  <eggert@twinsun.com>
29663
29664         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
29665         #defines strtoimax.  Also treat the other strto* functions
29666         like strtoimax.
29667
29668         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
29669         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
29670         (strtoimax, strtoumax): Do not declare if already defined as a macro.
29671
29672 2001-09-26  Jim Meyering  <meyering@lucent.com>
29673
29674         Most macros in unlocked-io.h had the wrong number of arguments.
29675         * lib/gen-uio: New script.
29676         (USE_UNLOCKED_IO): Define to 1 if not already defined.
29677         * lib/unlocked-io.hin: Remove file.
29678         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
29679         rather than trying to embed it here.
29680         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
29681         Reported by Padraig Brady.
29682
29683 2001-09-25  Volker Borchert  <bt@teknon.de>
29684
29685         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
29686         `result'.
29687
29688 2001-09-24  Jim Meyering  <meyering@lucent.com>
29689
29690         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
29691
29692 2001-09-23  Jim Meyering  <meyering@lucent.com>
29693
29694         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
29695         instead of the mere test for existence of mntent.h.  The latter
29696         would get a false-positive on AIX 3.4 systems.
29697         In the outer getmntent if-block, don't die if neither of the getmntent
29698         tests succeeds.  Instead, just fall through and continue with the
29699         remaining tests.
29700
29701 2001-09-23  Jim Meyering  <meyering@lucent.com>
29702
29703         * lib/mountlist.c: Remove useless parentheses in #if directives.
29704         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
29705         the deprecated MOUNTED symbol is no longer defined in mntent.h.
29706
29707 2001-09-22  Jim Meyering  <meyering@lucent.com>
29708
29709         * m4/gettext.m4: New file.  From gettext.
29710         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
29711         * m4/progtest.m4: Likewise
29712         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
29713         * m4/glibc21.m4: Likewise.
29714
29715         * m4/libintl.m4: Remove.  No longer used.
29716
29717 2001-09-22  Jim Meyering  <meyering@lucent.com>
29718
29719         * lib/localcharset.c: Update from latest gettext.
29720         * lib/config.charset: Likewise.
29721
29722 2001-09-20  Jim Meyering  <meyering@lucent.com>
29723
29724         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
29725         strtoimax.
29726         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
29727         strtoumax.
29728
29729 2001-09-20  Jim Meyering  <meyering@lucent.com>
29730
29731         * lib/xstrtol.c (strtoimax): Guard declaration with
29732         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
29733         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
29734         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
29735         (strtoumax): Likewise, for completeness (it wasn't necessary).
29736
29737 2001-09-17  Paul Eggert  <eggert@twinsun.com>
29738
29739         * lib/strtoimax.c (HAVE_LONG_LONG):
29740         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
29741         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
29742         to work around bug in IBM C compiler.
29743
29744 2001-09-17  Jim Meyering  <meyering@lucent.com>
29745
29746         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
29747         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
29748         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
29749         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
29750         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
29751         whenever the right hand side need not be expanded by the shell.
29752
29753 2001-09-16  Paul Eggert  <eggert@twinsun.com>
29754
29755         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
29756         library.  It's not correct, as some older glibcs are buggy.
29757         fnmatch wasn't fixed until glibc 2.2.
29758
29759         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
29760         special shell magic here.
29761
29762 2001-09-16  Jim Meyering  <meyering@lucent.com>
29763
29764         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
29765         * m4/jm-macros.m4: Require it.
29766
29767 2001-09-16  Jim Meyering  <meyering@lucent.com>
29768
29769         * lib/mkdir.c: New file.
29770
29771 2001-09-15  Jim Meyering  <meyering@lucent.com>
29772
29773         * m4/jm-macros.m4: Check for help2man.
29774
29775 2001-09-11  Jim Meyering  <meyering@lucent.com>
29776
29777         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
29778         The body, by Paul Eggert, was moved here from configure.in.
29779         * m4/jm-macros.m4: Require UTILS_HOST_OS.
29780
29781 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29782
29783         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
29784         (jm_PREREQ): Use it.
29785
29786 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29787
29788         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
29789         Use ssize_t, not int, to store result of readlink.
29790         Check for ssize_t overflow as well as size_t overflow,
29791         as POSIX says the result of readlink is implementation-defined
29792         when ssize_t overflows.
29793         Remove unnecessary cast to char*.
29794         Use free+malloc instead of realloc, as the storage doesn't need
29795         to be preserved and it's clearer and can be more efficient that way.
29796         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
29797         * lib/xreadlink.h (xreadlink): Update prototype.
29798
29799 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29800
29801         * lib/xgetcwd.c: Revert some of the previous change; intead,
29802         fix the HAVE_GETCWD_NULL code to behave more like the
29803         !HAVE_GETCWD_NULL code used to.
29804
29805         Include "xalloc.h".
29806         (xgetcwd): Do not return NULL when memory is exhausted; instead,
29807         invoke xalloc_die.
29808
29809 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29810
29811         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
29812         sys/param.h, as pathmax.h includes them.
29813
29814 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29815
29816         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
29817         (jm_PREREQ_XGETCWD): New macro.
29818
29819         * m4/getcwd.m4: New file.
29820
29821 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29822
29823         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
29824         like the HAVE_GETCWD_NULL code.
29825         Include pathmax.h if not HAVE_GETCWD.
29826         Do not include xalloc.h.
29827         (INITIAL_BUFFER_SIZE): New symbol.
29828         Do not use xmalloc / xrealloc, since the caller is responsible for
29829         handling errors.  Preserve errno around `free' during failure.
29830         Do not overrun buffer when using getwd.
29831
29832 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29833
29834         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
29835         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
29836         getcwd (NULL, 0).
29837
29838 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29839
29840         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
29841         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
29842         spotted by Jim Meyering.
29843
29844 2001-09-03  Jim Meyering  <meyering@lucent.com>
29845
29846         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
29847         failure.
29848
29849 2001-09-02  Jim Meyering  <meyering@lucent.com>
29850
29851         * lib/error.c: Update from GNU libc.
29852
29853 2001-09-01  Jim Meyering  <meyering@lucent.com>
29854
29855         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
29856         Used by df.
29857
29858 2001-09-01  Jim Meyering  <meyering@lucent.com>
29859
29860         * lib/xreadlink.c: New file.
29861         * lib/xreadlink.h: New file.
29862         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
29863         xreadlink.h.
29864
29865         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
29866         doesn't conflict with sparc Solaris 7's definition in
29867         /usr/include/sys/int_types.h.
29868
29869         * lib/exclude.c: Use `""', not `<>' to #include non-system header
29870         files.
29871         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
29872         and strncasecmp as r-values.  Unixware didn't have declarations.
29873
29874 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29875
29876         * lib/xstrtol.h: Add copyright notice.
29877         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
29878         LONGINT_INVALID_SUFFIX_CHAR.
29879
29880 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29881
29882         * lib/xstrtol.c (strtoimax): New decl.
29883
29884 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29885
29886         * lib/xgetcwd.c: Don't include pathmax.h.
29887         Include stdlib.h and unistd.h if available.
29888         Include xalloc.h.
29889         (xmalloc, xstrdup, free): Remove decls.
29890         (xgetcwd): Don't assume sizes fit in unsigned.
29891         Check for overflow when computing sizes.
29892         Simplify reallocation code.
29893
29894 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29895
29896         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
29897         a directory's st_size can have an arbitrary value, so the old
29898         usage could waste an arbitrary amount of memory.  All uses
29899         changed.
29900         * lib/savedir.h: Update prototype.
29901
29902 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29903
29904         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
29905
29906         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
29907         old strtoimax.c.
29908
29909         Also, make the following further changes to make this file's
29910         configuration more similar to that of strtol.c:
29911         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
29912         (strtoumax, uintmax_t, strtoull, strtol): Remove.
29913         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
29914         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
29915         changed to signed values.
29916
29917         And make the following changes as well:
29918         Fix copyright notice, as 1999 was missing.
29919         (verify): New macro.
29920         (strtoimax): Check sizes at compile-time, not run-time.
29921         Prefer strtol to strtoll if both work.
29922         (main): Remove; it was not that useful and was a pain to maintain.
29923
29924         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
29925
29926 2001-08-31  Jim Meyering  <meyering@lucent.com>
29927
29928         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
29929         Use an initial, malloc'd, buffer of length 128 rather than
29930         a statically allocated one of length 1024.
29931
29932 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29933
29934         Simplify code, partly by assuming autoconf 2.52 semantics.
29935
29936         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
29937
29938         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
29939         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
29940         All uses removed.
29941         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
29942         Move AC_REQUIRE to next-to-top level, to avoid confusion.
29943         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
29944         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
29945         jm_AC_HEADER_INTTYPES_H.
29946         * m4/jm-macros.m4 (jm_MACROS): Likewise.
29947
29948         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
29949
29950         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29951         Quote first arg of AC_DEFUN.
29952         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
29953         since they are needed to parse the include file even if we need
29954         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
29955         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
29956         but with opposite signedness.
29957
29958 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29959
29960         Merge 'exclude' changes from tar 1.13.22.
29961         This fixes one or two unlikely storage allocation overflow bugs,
29962         but doesn't change user-visible behavior otherwise.
29963
29964 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29965
29966         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
29967         (jm_PREREQ_EXCLUDE): New macro.
29968
29969 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29970
29971         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
29972         tm to be declared.
29973
29974 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29975
29976         * lib/hash.c: Remove '2001' from copyright notice.
29977
29978 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29979
29980         * lib/full-write.h: New file.
29981         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
29982         * lib/full-write.c: Correct credits, as cccp.c no longer
29983         exists and anyway it was so heavily changed from the old cccp
29984         code as to be unrecognizable.  Include full-write.h.
29985         (full_write) Return size_t, with short writes meaning failure.
29986         All callers changed.  This fixes a bug with large buffers
29987         on 64-bit hosts.
29988         * lib/utime.c: Include full-write.h.
29989
29990 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29991
29992         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
29993         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
29994         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
29995         Include if available.
29996         (<xalloc.h>): Include
29997         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
29998         (verify): New macro.  Use it to verify that EXCLUDE macros do not
29999         collide with FNM macros.
30000         (struct patopts): New struct.
30001         (struct exclude): Use it, as exclude patterns now come with options.
30002         (new_exclude): Support above changes.
30003         (new_exclude, add_exclude_file):
30004         Initial size must now be a power of two to simplify overflow checking.
30005         (free_exclude, fnmatch_no_wildcards): New function.
30006         (excluded_filename): No longer requires options arg, as the options
30007         are determined by add_exclude.  Now returns bool, not int.
30008         (excluded_filename, add_exclude):
30009         Add support for the fancy new exclusion options.
30010         (add_exclude, add_exclude_file): Now takes int options arg.
30011         Check for arithmetic overflow when computing sizes.
30012         (add_exclude_file): xrealloc might modify errno, so don't
30013         realloc until after errno might be used.
30014
30015         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
30016         New macros.
30017         (free_exclude): New decl.
30018         (add_exclude, add_exclude_file): Now takes int options arg.
30019         (excluded_filename): No longer requires options arg, as the options
30020         are determined by add_exclude.  Now returns bool, not int.
30021
30022 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30023
30024         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
30025
30026 2001-08-27  Jim Meyering  <meyering@lucent.com>
30027
30028         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
30029
30030         * lib/version-etc.c (N_): Remove definition.
30031         Revert most of last change.
30032         Instead, simply don't mark the `Copyright...' string for translation.
30033         Based on advice from Paul Eggert.
30034
30035         * lib/strtoxmax.c: Tweak comment.
30036
30037 2001-08-26  Jim Meyering  <meyering@lucent.com>
30038
30039         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
30040
30041         * m4/xstrtoimax.m4: New file.
30042         * m4/xstrtoumax.m4: Add comments explaining why we
30043         AC_REPLACE_FUNCS(strtol).
30044
30045 2001-08-26  Jim Meyering  <meyering@lucent.com>
30046
30047         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
30048         of copyright with `%s' so translators don't get an untranslated
30049         message in 2002.
30050         (COPYRIGHT_YEAR): Define.
30051         (version_etc): Use fprintf rather than fputs.
30052         Suggestion from Ulrich Drepper.
30053
30054         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
30055
30056         * lib/strtoll.c: New file, from GNU libc.
30057         * lib/xstrtoimax.c: New file.
30058
30059         * lib/xstrtol.h: Add xstrtoimax.
30060         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
30061         * lib/strtoimax.c: New file.  Likewise, but first define
30062         STRTOUXMAX_SIGNED.
30063
30064         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
30065         ...
30066         * lib/strtoxmax.c: ... then renamed to this.
30067
30068 2001-08-18  Paul Eggert  <eggert@twinsun.com>
30069
30070         * m4/inttypes.m4: Add AC_PREREQ(2.13).
30071         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
30072         (jm_AC_TYPE_INTMAX_T): New macro.
30073         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
30074
30075         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
30076
30077         * m4/longlong.m4: Renamed from ulonglong.m4.
30078         * m4/inttypes.m4: Renamed from inttypes_h.m4.
30079         * m4/uintmax_t.m4: Removed.
30080
30081 2001-08-13  Paul Eggert  <eggert@twinsun.com>
30082
30083         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
30084         Port to Solaris 8, where 'sed' requires a space after the 'r'
30085         command, and where sh dislikes "$/".  Clean up the spacing a bit.
30086         Redirect output to $tmp just once.
30087
30088 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
30089
30090         * lib/addext.c (<errno.h>): Include.
30091         (errno): Declare if not defined.
30092         (addext): Work correctly when pathconf returns -1 and leaves
30093         errno alone because there is no limit.  Also, work even if
30094         pathconf returns a value greater than SIZE_MAX.
30095
30096 2001-08-12  Jim Meyering  <meyering@lucent.com>
30097
30098         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
30099         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
30100         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
30101         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
30102         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
30103         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
30104         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
30105         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
30106         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
30107         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
30108         utime.m4, utimes.m4, xstrtoumax.m4:
30109         Quote the first argument in each use of AC_DEFUN.
30110
30111 2001-08-12  Jim Meyering  <meyering@lucent.com>
30112
30113         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
30114         Simply `return getcwd (NULL, 0);'.
30115         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
30116         Use 1300 as initial value for length, not PATH_MAX.
30117
30118         * lib/pathmax.h: Clean up cpp syntax.
30119
30120 2001-08-12  Jim Meyering  <meyering@lucent.com>
30121
30122         * lib/gettimeofday.c: New file.
30123         * lib/gtod.h: New file.
30124         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
30125
30126 2001-08-05  Jim Meyering  <meyering@lucent.com>
30127
30128         * m4/jm-macros.m4: Require autoconf-2.52.
30129
30130 2001-08-04  Jim Meyering  <meyering@lucent.com>
30131
30132         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
30133         stmt, to get in sync with glibc.
30134
30135 2001-08-03  Paul Eggert  <eggert@twinsun.com>
30136
30137         The following changes are from gettext 0.10.39 as maintained by
30138         Bruno Haible.
30139
30140         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
30141         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
30142         with inverted sense.  All uses changed.
30143
30144         * lib/mbswidth.c: Don't include <limits.h>.
30145         Include <stdlib.h> and <string.h> unconditionally.
30146         (iswcntrl, mbsinit, ISCNTRL): New macros.
30147         (mbsnwidth): Use K&R style function declarations.
30148         Don't bother checking for MB_LEN_MAX == 1, since the compiler
30149         can optimize it when MB_CUR_MAX == 1.
30150         The width of control characters is zero, not 1.
30151
30152 2001-08-03  Paul Eggert  <eggert@twinsun.com>
30153
30154         The following changes are from gettext 0.10.39 as maintained by
30155         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
30156
30157         * m4/codeset.m4: Upgrade to serial AM1.
30158         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
30159         all uses changed.  Quote first arg of AC_DEFUN.
30160         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
30161
30162         * m4/iconv.m4: Upgrade to serial AM2.
30163         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
30164         Add --with-libconv-prefix.
30165         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
30166         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
30167         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
30168         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
30169         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
30170
30171         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
30172         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
30173         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
30174         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
30175         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
30176         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
30177         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
30178         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
30179         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
30180
30181         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
30182         string.h any more.
30183
30184         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
30185         not the default value.
30186
30187         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
30188         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
30189         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
30190         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
30191         Also check for iswcntrl, used for wcwidth fallback.
30192         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
30193         to Autoconf 2.13.
30194
30195 2001-08-03  Jim Meyering  <meyering@lucent.com>
30196
30197         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
30198         as it was in the original.  Reported by Paul Eggert.
30199
30200 2001-07-16  Jim Meyering  <meyering@lucent.com>
30201
30202         * m4/gettimeofday.m4: New file.
30203         Prompted by a report from Bernhard Baehr.
30204
30205 2001-07-15  Jim Meyering  <meyering@lucent.com>
30206
30207         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
30208         stuff. Now it's in ../Makefile.cfg.
30209
30210 2001-07-15  Jim Meyering  <meyering@lucent.com>
30211
30212         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
30213         (BUILT_SOURCES): Add unlocked-io.h.
30214         (io_functions): Define.
30215         (unlocked-io.h): New rule.
30216         (DISTCLEANFILES): Add unlocked-io.h.
30217         (all-local): Depend on unlocked-io.h, to ensure it is created.
30218
30219         * lib/unlocked-io.hin: New file
30220
30221         * lib/regex.c: Update from glibc.
30222
30223 2001-07-05  Jim Meyering  <meyering@lucent.com>
30224
30225         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
30226         recommendation.
30227         (libfetish_a_SOURCES): Put all .h files here instead.
30228         Remove a thus-exposed (better checks in automake) duplicate and
30229         two unnecessary .h files.
30230
30231 2001-07-04  Jim Meyering  <meyering@lucent.com>
30232
30233         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
30234         that generates jm-glibc-io.m4 so that it doesn't trigger any make
30235         distcheck failure.
30236
30237 2001-07-02  Jim Meyering  <meyering@lucent.com>
30238
30239         The following changes were prompted by suggestions from Bruno Haible.
30240
30241         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
30242         is now generated.
30243         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
30244         definition of EXTRA_DIST.
30245         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
30246         ensure that the generated file is created/updated whenever the list
30247         of $(unlocked_functions) is changed.
30248         (jm-glibc-io.m4): New rule.
30249         (unlocked-io.h): New rule -- currently unused.
30250
30251 2001-06-24  Jim Meyering  <meyering@lucent.com>
30252
30253         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
30254         unmatched right bracket, rather than kludging it with an extra,
30255         falsely-matching quote in a comment.  Patch by Akim Demaille.
30256
30257 2001-06-11  Jim Meyering  <meyering@lucent.com>
30258
30259         * lib/regex.c: Update from GNU libc.
30260
30261 2001-05-27  Jim Meyering  <meyering@lucent.com>
30262
30263         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
30264         Check for ut_type in struct utmp.
30265
30266 2001-05-27  Jim Meyering  <meyering@lucent.com>
30267
30268         * lib/readutmp.h (UT_TYPE): Define.
30269
30270 2001-05-24  Jim Meyering  <meyering@lucent.com>
30271
30272         * lib/argmatch.c: Include "quote.h".
30273         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
30274         quote function.  Reported by Göran Uddeborg.
30275
30276 2001-05-22  Jim Meyering  <meyering@lucent.com>
30277
30278         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
30279         now that we use the package-supplied version unconditionally.
30280         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
30281
30282 2001-05-21  Jim Meyering  <meyering@lucent.com>
30283
30284         * m4/regex.m4: Change a couple backticks to single quotes to avoid
30285         shell syntax errors.
30286
30287 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
30288
30289         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
30290
30291 2001-05-20  Paul Eggert  <eggert@twinsun.com>
30292
30293         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
30294         Don't bother to check library strftime, since
30295         we'll be using our own my_strftime function anyway.
30296         Define my_strftime instead of strftime.
30297
30298 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
30299
30300         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
30301         which is not yet declared.
30302
30303 2001-05-15  Jim Meyering  <meyering@lucent.com>
30304
30305         * m4/regex.m4: Use proper quoting so brackets appear in the test
30306         program.
30307         Reported by, and with help from, Bruno Haible.
30308
30309 2001-05-13  Jim Meyering  <meyering@lucent.com>
30310
30311         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
30312         undefined.
30313
30314 2001-05-11  Paul Eggert  <eggert@twinsun.com>
30315
30316         dirname code cleanup.  base_name now behaves more compatibly
30317         with POSIX basename when given file names that have trailing
30318         slashes, and similarly for dir_name.  Add new primitives
30319         base_len and dir_len.  Put the directory-name-related decls
30320         into dirname.h.
30321
30322         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
30323         * lib/backupfile.c (base_name): Likewise.
30324         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
30325         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
30326         * lib/makepath.c (strip_trailing_slashes): Likewise.
30327         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
30328         ISSLASH): Likewise.
30329         * lib/rename.c (strip_trailing_slashes): Likewise.
30330         * lib/same.c (base_name): Likewise.
30331         * lib/stripslash.c (ISSLASH): Likewise.
30332
30333         * lib/addext.c: Include <dirname.h> after size_t is defined.
30334         * lib/backupfile.c: Likewise.
30335
30336         * lib/addext.c (addext): Use base_len to trim redundant
30337         trailing slashes instead of doing it ourselves.
30338         But do not trim the last slash if it is not redundant.
30339
30340         * lib/backupfile.c (find_backup_file_name,
30341         max_backup_version): Use base_len instead of rolling it ourselves.
30342         Handle the case of "" and (on DOS) "C:" correctly.
30343
30344         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
30345         needed. Include <string.h>, <dirname.h>.
30346         (base_name): Allow file names ending in slashes, other than names
30347         that are all slashes.  In this case, return the basename followed
30348         by the slashes.  This is more general, and can be used in places
30349         where the original base_name purposely had an assertion failure.
30350         (base_len): New function.
30351
30352         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
30353         Do not include <assert.h>; no longer needed.
30354         Include xalloc.h.
30355         (memrchr): Remove decl.
30356         (dir_name_r): Remove.
30357         (dir_len): Renamed from dirlen.  All callers changed.
30358         Rewrite in terms of base_name, for simplicity and consistency.
30359         (dir_name): Never return NULL.  All callers changed.
30360         Do not include <stdlib.h> in test program; no longer needed.
30361         return 0; is fine for test program.
30362
30363         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
30364         New macros.
30365         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
30366
30367         * lib/path-concat.c (path_concat): Use base_len to compute
30368         base length, not strlen; this means we cannot rely on memcpy
30369         to null-terminate.
30370
30371         * lib/same.c (STREQ): Remove.
30372         (same_name): Handle the case where the basename ends in trailing '/'.
30373
30374         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
30375         a slash was stripped.  Do not strip the last slash after a
30376         file system prefix.
30377
30378 2001-05-11  Paul Eggert  <eggert@twinsun.com>
30379
30380         * lib/Makefile.am (libfetish_a_SOURCES):
30381         Add strftime.c, since we now compile it on all hosts.
30382
30383         * lib/strftime.c (my_strftime):
30384         Define to nstrftime if emacs, but only if my_strftime is not defined.
30385         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
30386         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
30387         Add one more extra argument: a nanoseconds value.
30388         All uses changed.
30389         (ns): New macro.
30390         (my_strftime function): Add %N format.
30391         (emacs_strftimeu): Renamed from emacs_strftime,
30392         with extra ut argument.
30393
30394 2001-05-09  Paul Eggert  <eggert@twinsun.com>
30395
30396         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
30397
30398 2001-04-21  Jim Meyering  <meyering@lucent.com>
30399
30400         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
30401         doesn't interfere.
30402
30403 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
30404
30405         * m4/ftruncate.m4: Check for chsize.
30406         Link with ftruncate.o unconditionally if ftruncate is missing.
30407         This was required when cross-compiling to i586-mingw32msvc.
30408
30409 2001-04-08  Jim Meyering  <meyering@lucent.com>
30410
30411         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
30412         recomputed; that's necessary when the offset spans a DST transition.
30413         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
30414
30415 2001-04-02  Jim Meyering  <meyering@lucent.com>
30416
30417         * lib/regex.h, regex.c: Update from GNU libc.
30418
30419 2001-03-24  Jim Meyering  <meyering@lucent.com>
30420
30421         * m4/jm-macros.m4: Require autoconf-2.49d.
30422
30423 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
30424
30425         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
30426
30427 2001-03-19  Paul Eggert  <eggert@twinsun.com>
30428
30429         * lib/version-etc.c (version_etc_copyright): Update to 2001.
30430
30431 2001-03-17  Jim Meyering  <meyering@lucent.com>
30432
30433         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
30434         now that the version in autoconf is equivalent.
30435         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
30436
30437         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
30438         Suggestion from Akim Demaille.
30439
30440         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
30441         (jm_PREREQ_TEMPNAME): New function.
30442
30443 2001-03-16  Paul Eggert  <eggert@twinsun.com>
30444
30445         * lib/tempname.c (uint64_t): Define to uintmax_t if
30446         not defined, and if UINT64_MAX is not defined.
30447         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
30448         Reported by John David Anglin.
30449
30450 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
30451
30452         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
30453         resolve alias if codeset is empty.
30454         * lib/config.charset (BeOS): Use wildcard syntax.
30455
30456 2001-03-13  Jim Meyering  <meyering@lucent.com>
30457
30458         * lib/path-concat.c (path_concat)
30459         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
30460         concatenating e.g., `C:' and `foo'.
30461         From Bruno Haible.
30462
30463 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
30464
30465         * lib/localcharset.c (locale_charset): Don't use
30466         setlocale(LC_CTYPE,NULL). Don't return NULL.
30467         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
30468
30469 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
30470
30471         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
30472         support for DOS/DJGPP.
30473
30474 2001-03-01  Paul Eggert  <eggert@twinsun.com>
30475
30476         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
30477         lacks mkstemp.  Compile our own tempname.c if we compile our own
30478         mkstemp.c, as mkstemp relies on tempname.
30479
30480 2001-03-01  Jim Meyering  <meyering@lucent.com>
30481
30482         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
30483         AH_VERBATIM really does output its argument verbatim.
30484
30485 2001-02-28  Paul Eggert  <eggert@twinsun.com>
30486
30487         * lib/Makefile.am (libfetish_a_SOURCES):
30488         Add dup-safer.c, fopen-safer.c.
30489         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
30490
30491         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
30492         * lib/unistd-safer.h: New files.
30493
30494 2001-02-25  Paul Eggert  <eggert@twinsun.com>
30495
30496         The mkstemp replacement is taken from glibc 2.2.2, with some
30497         portability fixes for use outside glibc, as follows:
30498
30499         * lib/tempname.c (struct_stat64): New macro.
30500         (direxists, __gen_tempname): Use it.
30501         This avoids a portability problem with Solaris 8.
30502
30503         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
30504         (<stddef.h>, <stdint.h>, <string.h>):
30505         Include only if STDC_HEADERS || _LIBC.
30506         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
30507         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
30508         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
30509         (__set_errno): Define this macro if <errno.h> doesn't.
30510         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
30511         Define these macros if <stdio.h> doesn't.
30512         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
30513         Define these macros if <sys/stat.h>
30514         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
30515         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
30516         __xstat64): Define if not _LIBC.
30517         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
30518         (__gen_tempname): Invoke gettimeofday only if
30519         HAVE_GETTIMEOFDAY || _LIBC;
30520         otherwise, fall back on plain "time".
30521         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
30522
30523         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
30524
30525         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
30526
30527 2001-02-18  Paul Eggert  <eggert@twinsun.com>
30528
30529         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
30530
30531 2001-02-17  Paul Eggert  <eggert@twinsun.com>
30532
30533         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
30534         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
30535         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
30536         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
30537
30538 2001-02-17  Paul Eggert  <eggert@twinsun.com>
30539
30540         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
30541         Remove workaround macros for hosts that have mbrtowc but not
30542         mbstate_t, as we now insist on proper declarations for both
30543         before using mbrtowc.
30544
30545 2001-02-17  Jim Meyering  <meyering@lucent.com>
30546
30547         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
30548         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
30549         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
30550         UnixWare 7.1.1.
30551
30552         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
30553         rather than AC_CACHE_VAL.
30554
30555 2001-02-17  Jim Meyering  <meyering@lucent.com>
30556
30557         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
30558         around included file name.
30559
30560         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
30561
30562         * lib/strftime.c: Update from GNU libc (the only changes were to
30563         comments).
30564
30565 2001-02-17  Jim Meyering  <meyering@lucent.com>
30566
30567         * lib/regex.c: Update from libc.
30568
30569 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
30570
30571         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
30572         clash.
30573
30574 2001-02-16  Paul Eggert  <eggert@twinsun.com>
30575
30576         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
30577         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
30578         Reported by Mark Hounschell via Paul Eggert.
30579
30580 2001-02-07  Jim Meyering  <meyering@lucent.com>
30581
30582         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
30583
30584 2001-02-05  Jim Meyering  <meyering@lucent.com>
30585
30586         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
30587         it includes the patch required for `large file' support with at least
30588         HP-UX's 10.20 /bin/cc.
30589
30590 2001-02-03  Jim Meyering  <meyering@lucent.com>
30591
30592         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
30593         AS_IF, now that it works once again (mysteriously).
30594         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
30595
30596 2001-01-30  Jim Meyering  <meyering@lucent.com>
30597
30598         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
30599         * m4/chown.m4: Rename conftestchown to conftest.chown.
30600         * m4/rename.m4: s/conftestdir/conftest.d1/ and
30601         s/conftestdir2/conftest.d2/.
30602         * m4/utimes.m4: s/conftestdata/conftest.data/
30603         Inspired by Pavel Roskin's change in autoconf.
30604
30605 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
30606
30607         * lib/config.charset: Update for FreeBSD 4.2.
30608
30609 2001-01-27  Jim Meyering  <meyering@lucent.com>
30610
30611         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
30612         a use of AS_IF.
30613         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
30614
30615 2001-01-26  Jim Meyering  <meyering@lucent.com>
30616
30617         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
30618         quotearg.c includes it.
30619
30620 2001-01-26  Jim Meyering  <meyering@lucent.com>
30621
30622         * lib/quotearg.c: Include stddef.h.
30623         * lib/quote.c: Include stddef.h.
30624         Reported by Axel Kittenberger.
30625
30626         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
30627         line in double quotes so that it evokes a better diagnostic.
30628         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
30629         Reported by Axel Kittenberger.
30630
30631 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
30632
30633         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
30634         as if it was a `charset'.
30635
30636 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
30637
30638         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
30639         has const.
30640
30641 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
30642
30643         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
30644         to avoid a warning.  Add back 'const' to inptr.
30645
30646 2001-01-20  Jim Meyering  <meyering@lucent.com>
30647
30648         Be sure that headers are checked before used in code compiled
30649         for the type checks.
30650         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
30651         In place of that, invoke jm_CHECK_ALL_TYPES.
30652         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
30653         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
30654         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
30655         The check for ssize_t was mistakenly run before the test for unistd.h.
30656
30657         The configure-time check for stdbool.h was missing.
30658         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
30659         (jm_PREREQ_HASH): New function.
30660
30661 2001-01-17  Jim Meyering  <meyering@lucent.com>
30662
30663         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
30664         for autoconf-2.49c.
30665         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
30666
30667 2001-01-16  Jim Meyering  <meyering@lucent.com>
30668
30669         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
30670         From Bruno Haible.
30671
30672 2001-01-14  Jim Meyering  <meyering@lucent.com>
30673
30674         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
30675         foo and bar.  Create conftestdir/ in the script, not in the C code.
30676         Remove directories in the script, not in the C code.
30677         Remove conftestdir{,2} before trying to create the directory.
30678         Make the entire configure script fail if the mkdir fails.
30679
30680 2001-01-14  Jim Meyering  <meyering@lucent.com>
30681
30682         * lib/rename.c: New file.  From Volker Borchert.
30683         Include stdlib.h, string.h or strings.h, and xalloc.h.
30684         Use strip_trailing_slashes rather than open-coding it.
30685
30686 2001-01-03  Paul Eggert  <eggert@twinsun.com>
30687
30688         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
30689
30690 2001-01-03  Jim Meyering  <meyering@lucent.com>
30691
30692         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
30693         of local `inptr' to avoid warning with some system declarations of
30694         iconv.
30695
30696 2001-01-02  Volker Borchert  <bt@teknon.de>
30697
30698         * m4/rename.m4: New file.
30699         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
30700
30701 2001-01-01  Jim Meyering  <meyering@lucent.com>
30702
30703         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
30704         even on systems with utmpx.h.  It's necessary for the declaration of
30705         utmp's ut_user member.  Reported by Andreas Jaeger.
30706
30707         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
30708         available. They are required for the declarations of getgrgid and
30709         getpwuid resp.
30710         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
30711         Reported by Andreas Jaeger.
30712
30713 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
30714
30715         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
30716         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
30717         so `make install' also works in VPATH builds.
30718
30719 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
30720
30721         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
30722         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
30723         can be used in subdirectories.
30724
30725 2000-12-29  Paul Eggert  <eggert@twinsun.com>
30726
30727         * lib/modechange.c: Do not assume that mode_t uses the
30728         traditional octal encoding.  E.g. "chmod 1 FOO" should set
30729         the other-execute bit of FOO even if S_IXOTH != 1.
30730
30731         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
30732         WOTH, XOTH, ALLM): New macros.
30733         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
30734          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
30735         Use them.
30736         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
30737         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
30738         (mode_compile):
30739         No need to use uintmax_t; unsigned long is long enough.
30740         Don't bother to get suffix since we don't use it.
30741
30742 2000-12-26  Jim Meyering  <meyering@lucent.com>
30743
30744         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
30745         better with autoheader.
30746
30747 2000-12-24  Jim Meyering  <meyering@lucent.com>
30748
30749         * lib/hash.c (is_prime): Return explicit boolean values.
30750         (hash_get_first): Return NULL to appease Irix5.6's 89.
30751         Reported by Nelson Beebe.
30752
30753 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
30754
30755         * lib/localcharset.c (locale_charset): Add support for Win32.
30756
30757 2000-12-18  Paul Eggert  <eggert@twinsun.com>
30758
30759         * lib/physmem.h, lib/physmem.c: New files.
30760
30761         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
30762         (noinst_HEADERS): Add physmem.h.
30763
30764         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
30765         't' for compatibility with Solaris 8 sort.
30766
30767 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
30768
30769         * lib/config.charset: Add support for BeOS.
30770
30771 2000-12-17  Jim Meyering  <meyering@lucent.com>
30772
30773         * m4/dos.m4 (jm_AC_DOS): New file and macro.
30774         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
30775
30776 2000-12-16  Jim Meyering  <meyering@lucent.com>
30777
30778         This bug had a serious impact on chown: `chown N:M FILE' (for integer
30779         N and M) would have treated it like `chown N:N FILE'.
30780
30781         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
30782
30783 2000-12-16  Jim Meyering  <meyering@lucent.com>
30784
30785         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
30786         SHELLS_FILE to a file name that's useful on djgpp systems.
30787         Include stdlib.h.
30788         (ADDITIONAL_DEFAULT_SHELLS): Define.
30789         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
30790         Based mostly on a patch from Prashant TR.
30791
30792 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
30793
30794         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
30795         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
30796         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
30797
30798 2000-12-08  Andreas Schwab  <schwab@suse.de>
30799
30800         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
30801         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
30802
30803 2000-12-07  Jim Meyering  <meyering@lucent.com>
30804
30805         * lib/stripslash.c (ISSLASH): Define.
30806         (strip_trailing_slashes): Use ISSLASH rather than comparing against
30807         `/'.
30808         From Prashant TR.
30809
30810         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
30811         (dir_name_r): Declare this function as static.
30812         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
30813         manifest itself on a name containing a mix of slashes and
30814         backslashes.
30815         Make this function work with names starting with a DOS-style
30816         drive letter and colon prefix.
30817         (dir_name): Append `.' if necessary.
30818         Based mostly on patches from Prashant TR and Eli Zaretskii.
30819
30820         * lib/dirname.h (dir_name_r): Remove prototype.
30821
30822 2000-12-06  Paul Eggert  <eggert@twinsun.com>
30823
30824         * m4/off_t-format.m4: Remove this file.
30825         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
30826
30827 2000-12-06  Jim Meyering  <meyering@lucent.com>
30828
30829         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
30830         replacement strtoull, we may well need the replacement strtoul, too.
30831         Check for declarations of strtoul and strtoull.
30832         Check for strtol.  Mainly as a cue to cause automake to include
30833         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
30834         Check for limits.h -- strtol.c needs it.
30835
30836 2000-12-05  Jim Meyering  <meyering@lucent.com>
30837
30838         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
30839
30840 2000-12-04  Jim Meyering  <meyering@lucent.com>
30841
30842         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
30843         Also include memory.h, stdlib.h, unistd.h if appropriate.
30844         Reported by Andreas Jaeger (conflicting declaration of malloc).
30845
30846 2000-12-02  Jim Meyering  <meyering@lucent.com>
30847
30848         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
30849         * m4/jm-macros.m4 (jm_MACROS): require it.
30850
30851 2000-12-02  Jim Meyering  <meyering@lucent.com>
30852
30853         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
30854
30855 2000-12-01  Paul Eggert  <eggert@twinsun.com>
30856
30857         * lib/memrchr.c: Include <config.h> before any system include file.
30858
30859 2000-11-30  Jim Meyering  <meyering@lucent.com>
30860
30861         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
30862
30863 2000-11-30  Jim Meyering  <meyering@lucent.com>
30864
30865         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
30866
30867 2000-11-29  Paul Eggert  <eggert@twinsun.com>
30868
30869         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
30870
30871 2000-11-26  Jim Meyering  <meyering@lucent.com>
30872
30873         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
30874
30875 2000-11-22  Paul Eggert  <eggert@twinsun.com>
30876
30877         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
30878         size of (size_t) -1; it's not portable.
30879
30880 2000-11-17  Jim Meyering  <meyering@lucent.com>
30881
30882         * lib/strstr.c: Update from GNU libc.
30883
30884 2000-11-17  Akim Demaille  <akim@epita.fr>
30885
30886         * lib/obstack.h: Formatting changes.
30887         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
30888         prevent type checking.
30889         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
30890         cast the value to (void *): assigning a `foo *' to a `void *'
30891         variable is valid.
30892         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
30893
30894 2000-11-16  Jim Meyering  <meyering@lucent.com>
30895
30896         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
30897
30898 2000-11-11  Jim Meyering  <meyering@lucent.com>
30899
30900         * lib/error.c: Add a couple #includes, merging from GNU libc version.
30901
30902 2000-11-10  Jim Meyering  <meyering@lucent.com>
30903
30904         * lib/obstack.h: Update from GNU libc.
30905         * lib/obstack.c: Likewise.
30906
30907 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
30908
30909         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
30910
30911 2000-11-06  Paul Eggert  <eggert@twinsun.com>
30912
30913         * lib/getusershell.c (setusershell): Use rewind rather than
30914         fseek/fseeko, to avoid configuration hassles with fseeko.
30915         Don't bother opening SHELLS_FILE if shellstream is NULL;
30916         it's not necessary.
30917
30918 2000-11-05  Jim Meyering  <meyering@lucent.com>
30919
30920         * lib/makepath.h (make_dir): Declare.
30921         * lib/makepath.c (make_dir): Remove `static' attribute.
30922         Tweak a comment.
30923
30924 2000-11-04  Jim Meyering  <meyering@lucent.com>
30925
30926         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
30927
30928 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
30929
30930         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
30931         last one in a bucket, advance to the next bucket.
30932
30933 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
30934
30935         * lib/fnmatch.c: Do not comment out all the code if we are using
30936         the GNU C library, because in some cases we are replacing buggy
30937         code in the GNU C library itself.
30938
30939 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
30940
30941         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
30942         (regex_compile): Catch bogus \(\1\).
30943
30944 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30945
30946         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
30947         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
30948         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
30949
30950 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30951
30952         * lib/error.h, getline.h, modechange.h:
30953         Remove "2000" from Copyright line, as the file hasn't been
30954         changed this year other than in the copyright notice.
30955
30956         * lib/xalloc.h: Add "2000" to Copyright line, as this file
30957         was changed this year.
30958
30959 2000-10-29  Jim Meyering  <meyering@lucent.com>
30960
30961         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
30962         renaming.
30963         * m4/ls-mntd-fs.m4: Likewise
30964
30965 2000-10-29  Jim Meyering  <meyering@lucent.com>
30966
30967         * lib/xstat.in: Fix grammar in comment.
30968
30969 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
30970
30971         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
30972         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
30973         doesn't define __restrict_arr.
30974
30975 2000-10-28  Jim Meyering  <meyering@lucent.com>
30976
30977         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
30978         (jm_PREREQ_MEMCHR): New function.
30979
30980 2000-10-28  Jim Meyering  <meyering@lucent.com>
30981
30982         * lib/memchr.c: Update from libc.
30983         Adjust for portability:
30984         [HAVE_STDLIB_H]: Include stdlib.h.
30985         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
30986         Undef __memchr, too.
30987         [!weak_alias]: Define __memchr to memchr.
30988
30989         * lib/regex.c: Update from libc.
30990         * lib/regex.h: Likewise.
30991         * lib/getopt1.c: Likewise.
30992         * lib/memcmp.c: Likewise.
30993
30994         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
30995         Avoid using fseek, when possible -- it's broken by design.
30996         Patch by Ulrich Drepper.
30997
30998 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
30999
31000         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
31001         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
31002         Giving in to popular pressure to shut up the compiler with casts.
31003
31004 2000-10-26  Jim Meyering  <meyering@lucent.com>
31005
31006         * lib/strftime.c: Update from libc.
31007
31008 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
31009
31010         * regex.c: More `unsigned char' -> `re_char' changes.
31011         Also change several `int' into `re_wchar_t'.
31012         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
31013         (PUSH_FAILURE_POINTER): Don't cast any more.
31014         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
31015         We want GCC to complain, since this piece of code makes
31016         re_match non-reentrant, which *should* be fixed.
31017         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
31018         (EXTEND_BUFFER): Use RETALLOC.
31019         (SET_LIST_BIT): Don't cast.
31020         (re_wchar_t): New type.
31021         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
31022         that those two functions will always properly return.
31023         (IMMEDIATE_QUIT_CHECK): Cast to void.
31024         (analyse_first): Use recursion rather than an explicit stack.
31025         (re_compile_fastmap): Can't fail anymore.
31026         (re_search_2): Don't check re_compile_fastmap for failure.
31027         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
31028         Now also sets the new value (passed in a new argument).
31029         (re_match_2_internal): Use it.
31030         Also, use a new var `reg' of type size_t when looping through regs
31031         rather than reuse the inappropriate `mcnt'.
31032
31033 2000-10-25  Jim Meyering  <meyering@lucent.com>
31034
31035         * lib/obstack.c: Update from libc.
31036
31037 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
31038
31039         * regex.c (regex_compile): Change the way of handling a range from
31040         a char less than 256 to a char not less than 256.
31041
31042 2000-10-24  Andrew Innes  <andrewi@gnu.org>
31043
31044         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
31045         NT-Emacs only.
31046         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
31047         so that re_search functions only quit when callers expect them to.
31048
31049 2000-10-23  Jim Meyering  <meyering@lucent.com>
31050
31051         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
31052         wrong.  That set_locale call must not have any side effects.
31053         From Paul Eggert.
31054
31055 2000-10-22  Jim Meyering  <meyering@lucent.com>
31056
31057         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
31058         [CYCLIC]: Remove now-unused definition.
31059
31060         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
31061         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
31062         Suggestion from Ulrich Drepper.
31063
31064 2000-10-21  Jim Meyering  <meyering@lucent.com>
31065
31066         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
31067         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
31068         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
31069
31070 2000-10-21  Jim Meyering  <meyering@lucent.com>
31071
31072         * lib/dirname.c (memrchr): Declare if necessary.
31073         (dir_name): Remove the restriction that there be no
31074         trailing slashes.  Now, this code skips past them, effectively
31075         ignoring them.
31076         [TEST_DIRNAME] (main): New unit tests.
31077
31078         * lib/memrchr.c: New file from GNU libc.
31079         Undef __memrchr, too.
31080         [!weak_alias]: Define __memrchr to memrchr.
31081         Guard weak_alias use with `#ifdef weak_alias'.
31082
31083 2000-10-21  Jim Meyering  <meyering@lucent.com>
31084
31085         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
31086         (dir_name): Use dir_name_r.
31087         * lib/dirname.h (dir_name_r): Declare it.
31088
31089 2000-10-17  Jim Meyering  <meyering@lucent.com>
31090
31091         * lib/quote.h (PARAMS): Define and use.
31092         Reported by Akim Demaille.
31093
31094         * lib/getopt.c: Update from libc.
31095
31096 2000-10-16  Jim Meyering  <meyering@lucent.com>
31097
31098         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
31099         setlocale.
31100         From Jan Fedak.
31101
31102 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
31103
31104         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
31105
31106 2000-09-25  Jim Meyering  <meyering@lucent.com>
31107
31108         * lib/md5.h (rol): Define (from GnuPG).
31109
31110         * lib/sha.c: Give credit (GnuPG) where due.
31111         (M): Use rol rather than open-coding it.
31112         Add a FIXME comment.
31113
31114 2000-09-21  Jim Meyering  <meyering@lucent.com>
31115
31116         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
31117         Reported by Michael Stone.
31118
31119 2000-09-20  Jim Meyering  <meyering@lucent.com>
31120
31121         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
31122         (noinst_HEADERS): Add sha.h.
31123         Based on code from Scott G. Miller and from GnuPG.
31124
31125 2000-09-18  Jim Meyering  <meyering@lucent.com>
31126
31127         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
31128         LIBS. Otherwise, everyone ends up linking with -lelf for some
31129         configurations.
31130         Reported by Mike Stone.
31131
31132 2000-09-15  Jim Meyering  <meyering@lucent.com>
31133
31134         * lib/regex.c: Update from libc.
31135
31136 2000-09-10  Jim Meyering  <meyering@lucent.com>
31137
31138         * lib/getopt.c (_getopt_internal): Update from glibc.
31139
31140 2000-09-09  Jim Meyering  <meyering@lucent.com>
31141
31142         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
31143         think it should be used as a general replacement for isascii.
31144         * lib/fnmatch.c: Likewise.
31145         * lib/mbswidth.c: Likewise
31146         * lib/regex.c: Likewise.
31147
31148         Don't use atoi.
31149         * lib/userspec.c: Include sys/param.h and limits.h.
31150         Include xstrtol.h.
31151         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
31152         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
31153         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
31154         UID, GID.  Check range.
31155
31156 2000-09-06  Jim Meyering  <meyering@lucent.com>
31157
31158         * lib/getopt.c (_getopt_internal): Update from glibc.
31159
31160 2000-08-30  Jim Meyering  <meyering@lucent.com>
31161
31162         * lib/strftime.c: Merge in changes from GNU libc.
31163
31164 2000-08-26  Jim Meyering  <meyering@lucent.com>
31165
31166         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
31167         * m4/fpending.m4: New file.
31168
31169 2000-08-26  Jim Meyering  <meyering@lucent.com>
31170
31171         * lib/closeout.c: Include "__fpending.h".
31172         (close_stdout_status): Return right away if there's nothing to flush.
31173
31174         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
31175         * lib/__fpending.c: New file.
31176         * lib/__fpending.h: New file.
31177
31178 2000-08-20  Jim Meyering  <meyering@lucent.com>
31179
31180         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
31181         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
31182         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
31183
31184 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
31185
31186         Improve fileutils installation on systems where running
31187         programs (like install) can't be unlinked.
31188         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
31189         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
31190
31191 2000-08-07  Paul Eggert  <eggert@twinsun.com>
31192
31193         Standardize on "memory exhausted" instead of "Memory exhausted"
31194         or "virtual memory exhausted".
31195         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
31196         "virtual memory exhausted".
31197         * lib/same.c (same_name): Invoke xalloc_die instead of printing
31198         our own message.
31199         * lib/userspec.c (parse_user_spec): Likewise.
31200         * lib/bumpalloc.h: comment fix
31201         * lib/same.c, userspec.c: Include xalloc.h.
31202
31203         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
31204         not char *const and pointing to a constant array.
31205         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
31206         (xrealloc): Comment fix.
31207
31208         * lib/userspec.c (parse_user_spec):
31209         Don't translate a message until just before returning,
31210         to avoid unnecessary translation.
31211
31212 2000-08-07  Jim Meyering  <meyering@lucent.com>
31213
31214         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
31215         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
31216         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
31217         getgroups.c, gethostname.c, getopt.h, group-member.c,
31218         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
31219         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
31220         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
31221         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
31222         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
31223         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
31224         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
31225         yesno.c: Back out Copyright date changes for each file with no change
31226         this year.  This eases coordination with other programs using the same
31227         source code modules.  From Paul Eggert.
31228
31229 2000-08-06  Paul Eggert  <eggert@twinsun.com>
31230
31231         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
31232         not char, for compatibility with glibc 2.1.3 strftime.c.
31233
31234 2000-08-03  Greg McGary  <greg@mcgary.org>
31235
31236         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
31237         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
31238         (EXTEND_BUFFER): Use them.
31239
31240 2000-08-01  Jim Meyering  <meyering@lucent.com>
31241
31242         * lib/dirname.c (ISSLASH): Define.
31243         (BACKSLASH_IS_PATH_SEPARATOR): Define.
31244         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
31245         both `\' and `/' may be use as path separators.
31246         Based on a patch from Prashant TR.
31247
31248 2000-07-31  Paul Eggert  <eggert@twinsun.com>
31249
31250         * lib/quotearg.c (quotearg_n_options): Don't make the initial
31251         slot vector a constant, since it might get modified.
31252
31253 2000-07-31  Jim Meyering  <meyering@lucent.com>
31254
31255         * lib/xmalloc.c: Use `virtual memory exhausted', not
31256         `Memory exhausted'.
31257         * lib/obstack.c (print_and_abort): Likewise.
31258
31259 2000-07-30  Paul Eggert  <eggert@twinsun.com>
31260
31261         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
31262         buffer, so that the caller can always quote one small
31263         component of a "memory exhausted" message in slot 0.
31264         From a suggestion by Jim Meyering.
31265
31266 2000-07-30  Jim Meyering  <meyering@lucent.com>
31267
31268         * lib/makepath.c (make_path): Quote the other instance, too.
31269
31270         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
31271         (STATIC_BUF_SIZE): Define.
31272         (quotearg_n_options): Use only statically allocated storage when
31273         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
31274         than STATIC_BUF_SIZE.
31275
31276 2000-07-29  Jim Meyering  <meyering@lucent.com>
31277
31278         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
31279         * lib/dirname.c (dir_name): Likewise.
31280
31281         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
31282         `/'.
31283
31284         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
31285         (dir_name): Assert that there are no trailing slashes.
31286
31287 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
31288
31289         * lib/mbswidth.h (mbswidth): Add a flags argument.
31290         (mbswidth): New declaration.
31291         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
31292         * lib/mbswidth.c (mbswidth): Add a flags argument.
31293         (mbsnwidth): New function.
31294
31295 2000-07-24  Jim Meyering  <meyering@lucent.com>
31296
31297         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
31298
31299 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31300
31301         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
31302
31303 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31304
31305         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
31306         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
31307         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
31308         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
31309         invoke multibyte primitives.
31310
31311 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31312
31313         * lib/quotearg.c:
31314         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
31315         so that mbstate_t is always defined.
31316
31317         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
31318         be 1 in at least one GCC installation, and this configuration
31319         error is likely to be common.  Ignoring MB_LEN_MAX hurts
31320         performance on hosts that have mbrtowc but have only unibyte
31321         locales, but I assume these hosts are rare.
31322
31323 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31324
31325         * lib/mbswidth.c (_XOPEN_SOURCE):
31326         Don't define; this causes problems on Solaris 7.
31327         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
31328
31329 2000-07-23  Jim Meyering  <meyering@lucent.com>
31330
31331         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
31332         too: getgrgid, getpwuid, getuid.
31333
31334 2000-07-23  Jim Meyering  <meyering@lucent.com>
31335
31336         * lib/basename.c (base_name): Add an assertion.
31337
31338 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
31339
31340         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
31341         shadow its mbsinit function.
31342
31343 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
31344
31345         * lib/mbswidth.h: New file.
31346         * lib/mbswidth.c: New file.
31347         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
31348         (noinst_HEADERS): Add mbswidth.h.
31349
31350 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
31351
31352         * lib/config.charset: Add support for FreeBSD. Improve support for
31353         HP-UX and IRIX 6.
31354
31355 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
31356
31357         * m4/mbswidth.m4: New file.
31358         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
31359
31360 2000-07-15  Jim Meyering  <meyering@lucent.com>
31361
31362         * lib/makepath.c: Include quote.h.
31363         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
31364         corresponding argument in a `quote (...)' call.
31365         Give better diagnostics.
31366
31367         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
31368         (noinst_HEADERS): Add quote.h.
31369
31370         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
31371         from tar's src/misc.c.
31372         * lib/quote.h: New file.  Prototypes for same.
31373
31374 2000-07-14  Paul Eggert  <eggert@twinsun.com>
31375
31376         From a suggestion by Bruno Haible.
31377         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
31378         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
31379         to decide whether to define the BeOS workaround macro;
31380         this adjusts to the change to AC_MBSTATE_T.
31381
31382 2000-07-14  Jim Meyering  <meyering@lucent.com>
31383
31384         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
31385         jm_AC_TYPE_UINTMAX_T.
31386
31387 2000-07-13  Paul Eggert  <eggert@twinsun.com>
31388
31389         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
31390
31391         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
31392         quotearg_buffer_restyled): Add support for
31393         clocale_quoting_style.  Undo previous change to
31394         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
31395         and "{RIGHT QUOTATION MARK}" msgids.
31396
31397 2000-07-10  Paul Eggert  <eggert@twinsun.com>
31398
31399         From a suggestion by Bruno Haible.
31400         * m4/mbstate_t.m4 (AC_MBSTATE_T):
31401         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
31402         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
31403         and mbstate_t, to a single-part test that simply defines mbstate_t.
31404         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
31405         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
31406
31407 2000-07-10  Jim Meyering  <meyering@lucent.com>
31408
31409         * m4/strerror_r.m4: Mirror the correction made in autoconf.
31410
31411         * m4/gnu-source.m4: Output to confdefs.h directly.
31412         Suggestion from Akim Demaille.
31413
31414 2000-07-09  Paul Eggert  <eggert@twinsun.com>
31415
31416         The old behavior of quoting `like this' doesn't look good with
31417         newer, ISO-style fonts.  See:
31418         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
31419
31420         Instead, quote "like this" by default.  Let the translator
31421         tailor the locale-specific quoting behavior by providing
31422         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
31423
31424         * lib/quotearg.c (N_): New macro.
31425         (gettext_default): New function.
31426         (quotearg_buffer_restyled): Use
31427         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
31428         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
31429
31430 2000-07-09  Jim Meyering  <meyering@lucent.com>
31431
31432         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
31433         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
31434
31435         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
31436         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
31437
31438 2000-07-09  Jim Meyering  <meyering@lucent.com>
31439
31440         * lib/Most files: Update copyright dates to include 2000.
31441
31442 2000-07-08  Jim Meyering  <meyering@lucent.com>
31443
31444         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
31445         if not defined.
31446         (xgethostname): Remove now-unnecessary #ifdef.
31447         Move declaration of `err' into loop where it's used.
31448
31449 2000-07-05  Paul Eggert  <eggert@twinsun.com>
31450         and Bruno Haible  <haible@clisp.cons.org>
31451
31452         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
31453         only if the test for an object-type mbstate_t fails.  This
31454         prevents us from mistakenly reporting that mbstate_t is a
31455         system object type after we "#define mbstate_t int" to work
31456         around its lack.
31457
31458 2000-07-05  Paul Eggert  <eggert@twinsun.com>
31459         and Bruno Haible  <haible@clisp.cons.org>
31460
31461         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
31462
31463 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31464
31465         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
31466         to strerror_r.
31467         Include <ctype.h> for use of isalpha.
31468
31469 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31470
31471         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
31472         by allocating a larger buffer. Test the gethostname return value for
31473         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
31474         returns an error and ENAMETOOLONG isn't defined.
31475
31476 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31477
31478         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
31479         dimension.
31480
31481 2000-07-04  Jim Meyering  <meyering@lucent.com>
31482
31483         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
31484         of the deprecated AC_CHECKING.
31485
31486 2000-07-04  Jim Meyering  <meyering@lucent.com>
31487
31488         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
31489         Reported by Bruno Haible.
31490
31491 2000-07-04  Jim Meyering  <meyering@lucent.com>
31492
31493         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
31494         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
31495         lacks mbrtowc.
31496
31497 2000-07-03  Paul Eggert  <eggert@twinsun.com>
31498
31499         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
31500         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
31501
31502 2000-07-03  Paul Eggert  <eggert@twinsun.com>
31503         and Bruno Haible  <haible@clisp.cons.org>
31504
31505         * lib/quotearg.c (mbrtowc):
31506         Assign to *pwc, and return 1 only if result is nonzero.
31507         (iswprint): Use ISPRINT when substituting our own mbrtowc.
31508
31509 2000-07-03  Jim Meyering  <meyering@lucent.com>
31510
31511         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
31512
31513 2000-07-03  Jim Meyering  <meyering@lucent.com>
31514
31515         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
31516         This is necessary to get a definition of e.g., UTMP_FILE on
31517         HP-UX 10.20.
31518         From Bob Proulx.
31519
31520 2000-07-02  Jim Meyering  <meyering@lucent.com>
31521
31522         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
31523
31524         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
31525         AC_LIBOBJ(function_name).
31526         * m4/chown.m4: Likewise.
31527         * m4/fnmatch.m4: Likewise.
31528         * m4/ftruncate.m4: Likewise.
31529         * m4/getgroups.m4: Likewise.
31530         * m4/getline.m4: Likewise.
31531         * m4/group-member.m4: Likewise.
31532         * m4/jm-macros.m4: Likewise.
31533         * m4/lstat.m4: Likewise.
31534         * m4/malloc.m4: Likewise.
31535         * m4/memcmp.m4: Likewise.
31536         * m4/nanosleep.m4: Likewise.
31537         * m4/putenv.m4: Likewise.
31538         * m4/realloc.m4: Likewise.
31539         * m4/regex.m4: Likewise.
31540         * m4/stat.m4: Likewise.
31541         * m4/strftime.m4: Likewise.
31542
31543 2000-07-02  Jim Meyering  <meyering@lucent.com>
31544
31545         * lib/quotearg.c (mbstate_t): Don't define here.
31546
31547 2000-07-02  Jim Meyering  <meyering@lucent.com>
31548
31549         * lib/nanosleep.c (SIGCONT): Define if not already defined.
31550
31551 2000-07-01  Jim Meyering  <meyering@lucent.com>
31552
31553         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
31554
31555 2000-07-01  Jim Meyering  <meyering@lucent.com>
31556
31557         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
31558         problem.
31559
31560 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
31561
31562         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
31563         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
31564
31565 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
31566
31567         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
31568         per change in ../m4/ls-mntd-fs.m4.
31569         (read_filesystem_list): Ignore symbolic links.
31570
31571 2000-06-29  Jim Meyering  <meyering@lucent.com>
31572
31573         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
31574         for declaration of strcmp.
31575
31576         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
31577
31578         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
31579         Avoid warning by casting result to `char *' to remove `const'.
31580
31581 2000-06-28  Jim Meyering  <meyering@lucent.com>
31582
31583         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
31584         included by quotearg.c, for which we perform this test.  From
31585         Bruno Haible.
31586
31587 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
31588
31589         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
31590         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
31591         <utmpx.h> exists, put readutmp.o into LIBOBJS.
31592
31593 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
31594
31595         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
31596
31597 2000-06-26  Paul Eggert  <eggert@twinsun.com>
31598
31599         savedir now sets errno on failure and invokes xmalloc to get memory.
31600         Fix a couple of other minor bugs while we're at it.
31601
31602         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
31603         (NAMLEN): Remove macro.
31604         (malloc, realloc): Remove decls.
31605         (stpcpy): Likewise.
31606         ("xalloc.h"): Include.
31607         (NAME_SIZE_DEFAULT): New macro.
31608         (savedir): Use xmalloc / xrealloc to allocate memory.
31609         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
31610         Skip "" directory entries.
31611         Use strlen to calculate directory entry length, since the old method
31612         is rarely used these days and isn't worth supporting.
31613         Don't use a pointer after freeing it.
31614         Check for integer overflow when calculating allocation size.
31615         Use memcpy to copy entries, instead of stpcpy.
31616         Set errno properly when returning NULL.
31617         Check for readdir error.
31618
31619 2000-06-26  Jim Meyering  <meyering@lucent.com>
31620
31621         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
31622
31623 2000-06-25  Jim Meyering  <meyering@lucent.com>
31624
31625         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
31626         Linux header bug when _XOPEN_SOURCE is defined to 500.
31627
31628 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
31629
31630         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
31631         deficiency.
31632
31633 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
31634
31635         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
31636         Include xalloc.h.
31637         Don't include <stdlib.h>.  Don't declare malloc, realloc.
31638
31639 2000-06-24  Jim Meyering  <meyering@lucent.com>
31640
31641         * m4/strerror_r.m4: Revive this file -- to try out an experimental
31642         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
31643         for which strerror does return char*, but which lacks a conveniently
31644         accessible declaration of the function.  If the compile-test says
31645         strerror_r doesn't work, then resort to a `run'-test that works on
31646         BeOS and segfaults on DEC Unix.
31647
31648 2000-06-24  Jim Meyering  <meyering@lucent.com>
31649
31650         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
31651
31652 2000-06-23  Paul Eggert  <eggert@twinsun.com>
31653
31654         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
31655         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
31656
31657 2000-06-23  Paul Eggert  <eggert@twinsun.com>
31658
31659         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
31660         (mbrtowc, mbstate_t): Define substitutes if
31661         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
31662         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
31663         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
31664
31665 2000-06-23  Jim Meyering  <meyering@lucent.com>
31666
31667         * m4/afs.m4: Add missing AC_MSG_RESULT.
31668         Reported by Bruno Haible.
31669
31670         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
31671         Suggestion from Bruno Haible.
31672
31673 2000-06-23  Jim Meyering  <meyering@lucent.com>
31674
31675         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
31676
31677 2000-06-21  Jim Meyering  <meyering@lucent.com>
31678
31679         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
31680
31681 2000-06-21  Jim Meyering  <meyering@lucent.com>
31682
31683         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
31684         (noinst_HEADERS): Add getstr.h.
31685
31686         * lib/getline.c (getstr): Move into a separate file.
31687         * lib/getstr.c (getstr): New file, extracted from getline.c, with
31688         the following changes: new parameter, delim2; both delim[12]
31689         parameters have type `int', not `char'.  The latter would lose
31690         with 8-bit delimiters.
31691         * lib/getstr.h: New file.
31692
31693 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31694
31695         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
31696         than 1024, return a memory chunk of least possible size, instead
31697         of size PATH_MAX + 2. In the loop, increment the size proportionally.
31698         Use free/xmalloc instead of xrealloc to avoid copying for very long
31699         paths.
31700
31701 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31702
31703         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
31704         the empty string.
31705
31706 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31707
31708         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
31709         address, not strdup.  Include <stdlib.h> and don't declare free().
31710
31711 2000-06-19  Jim Meyering  <meyering@lucent.com>
31712
31713         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
31714
31715 2000-06-18  Jim Meyering  <meyering@lucent.com>
31716
31717         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
31718
31719         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
31720         `checking whether...' message to be consistent with that of the
31721         lstat test.
31722
31723 2000-06-18  Jim Meyering  <meyering@lucent.com>
31724
31725         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
31726         Besides, these days every porting target provides a mkdir function.
31727
31728         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
31729         needed. (this snippet comes from src/system.h).
31730
31731 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
31732
31733         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
31734
31735 2000-06-15  Paul Eggert  <eggert@twinsun.com>
31736
31737         * lib/human.c (adjust_value): New function.
31738         (human_readable_inexact): Apply rounding style even when
31739         printing approximate values.
31740
31741 2000-06-14  Paul Eggert  <eggert@twinsun.com>
31742
31743         * lib/human.c (human_readable_inexact): Allow an input block
31744         size that is not a multiple of the output block size, and vice versa.
31745         Reported by Piergiorgio Sartor.
31746
31747 2000-06-14  Paul Eggert  <eggert@twinsun.com>
31748
31749         * lib/getdate.y (get_date): Apply relative times after time
31750         zone indicator, not before.  Reported by Todd A. Jacobs.
31751
31752 2000-06-13  Jim Meyering  <meyering@lucent.com>
31753
31754         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
31755
31756         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
31757
31758 2000-06-12  Paul Eggert  <eggert@twinsun.com>
31759
31760         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
31761
31762 2000-06-12  Jim Meyering  <meyering@lucent.com>
31763
31764         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
31765         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
31766         optional argument.
31767         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
31768         the optional argument, `lib'.
31769
31770 2000-06-08  Jim Meyering  <meyering@lucent.com>
31771
31772         * m4/largefile.m4: Remove file (now that it's part of autoconf).
31773
31774 2000-06-04  Paul Eggert  <eggert@twinsun.com>
31775
31776         Rewrite largefile configuration so that we don't need to run
31777         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
31778         AC_CANONICAL_HOST in configure.in -- jmm]
31779
31780         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
31781         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
31782         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
31783         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
31784         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
31785         All uses changed.
31786         Instead of inspecting the output of getconf, try to compile the
31787         test program without and with the macro definition.
31788         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
31789         for getconf.  Instead, check for the needed flags by compiling
31790         test programs.
31791
31792 2000-06-04  Paul Eggert  <eggert@twinsun.com>
31793
31794         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
31795
31796 2000-06-04  Jim Meyering  <meyering@lucent.com>
31797
31798         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
31799         SunOS 4.1.4 for which gid_t is an unsigned type.
31800
31801 2000-06-03  Jim Meyering  <meyering@lucent.com>
31802
31803         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
31804         now that autoconf requires that.
31805
31806         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
31807         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
31808         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
31809
31810 2000-06-03  Jim Meyering  <meyering@lucent.com>
31811
31812         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
31813
31814 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
31815
31816         * m4/glibc21.m4: New file.
31817         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
31818
31819 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
31820
31821         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
31822         newer, don't install charset.alias.
31823         * lib/config.charset: Change the Linux/glibc rules so they become empty
31824         on glibc-2.1 or newer.
31825
31826 2000-06-02  Jim Meyering  <meyering@lucent.com>
31827
31828         * lib/mountlist.c: Back out last change.  Instead, do this...
31829         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
31830         me_dummy member using the same `ignore'-testing code.
31831         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
31832         fs_type strings.
31833         From Mark D. Roth.
31834
31835 2000-05-29  Jim Meyering  <meyering@lucent.com>
31836
31837         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
31838         mounts with the `ignore' attribute.  Based on a patch from
31839         Mark D. Roth.
31840
31841 2000-05-28  Jim Meyering  <meyering@lucent.com>
31842
31843         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
31844         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31845         * m4/stat.m4: Likewise.
31846         * m4/lstat.m4: Likewise.
31847         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
31848
31849         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
31850         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
31851
31852 2000-05-26  Jim Meyering  <meyering@lucent.com>
31853
31854         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
31855
31856 2000-05-24  Jim Meyering  <meyering@lucent.com>
31857
31858         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
31859         autoconf requires that.
31860         * m4/lib-check.m4: Likewise.
31861         * m4/jm-macros.m4: Likewise.
31862         * m4/strftime.m4: Likewise.
31863
31864         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
31865         AC_CHECK_DECLS, now that autoconf requires that.
31866
31867 2000-05-22  Jim Meyering  <meyering@lucent.com>
31868
31869         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31870         * m4/lstat.m4: Likewise.
31871
31872 2000-05-22  Jim Meyering  <meyering@lucent.com>
31873
31874         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
31875
31876 2000-05-20  Jim Meyering  <meyering@lucent.com>
31877
31878         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
31879         (jm_PREREQ): Use it.
31880
31881 2000-05-18  Jim Meyering  <meyering@lucent.com>
31882
31883         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
31884         back, too, since it may have been modified by allocate_entry.
31885         (hash_delete): Rewrite to use neither the assignment operator
31886         nor the comma operator in an if-expression.
31887
31888 2000-05-15  Paul Eggert  <eggert@twinsun.com>
31889
31890         * lib/closeout.c:
31891         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
31892         Remove; no longer needed.
31893         "quotearg.h": Add include.
31894         (file_name): Do not bother to explicitly initialize to NULL; it's less
31895         efficient on some hosts.
31896         (close_stdout_status): Remove test as to whether stdout was already
31897         closed; it breaks for the case "echo x | sort >&-".
31898         Quote file name colons.
31899         Do not assume that _("write error") lacks format strings.
31900
31901 2000-05-15  Jim Meyering  <meyering@lucent.com>
31902
31903         * lib/version-etc.c (version_etc_copyright): Update the copyright
31904         string used in all --version output.
31905
31906 2000-05-14  Jim Meyering  <meyering@lucent.com>
31907
31908         * lib/closeout.c (close_stdout_set_file_name): New function.
31909         (close_stdout_status): Use new file-scoped global.
31910         Return right away if fstat says the stdout file descriptor is invalid.
31911         * lib/closeout.h (close_stdout_set_file_name): Declare.
31912
31913 2000-05-10  Jim Meyering  <meyering@lucent.com>
31914
31915         * lib/closeout.c [default_exit_status]: New file-scoped variable.
31916         (close_stdout_set_status): New function.
31917         * lib/closeout.h (close_stdout_set_status): Declare.
31918
31919 2000-05-09  Jim Meyering  <meyering@lucent.com>
31920
31921         * m4/gettext.m4: Rename this...
31922         * m4/libintl.m4: ...to this.
31923
31924 2000-05-08  Jim Meyering  <meyering@lucent.com>
31925
31926         * lib/long-options.c: Don't include closeout.h.
31927         (parse_long_options): Don't call close_stdout for --version.
31928
31929 2000-05-06  Paul Eggert  <eggert@twinsun.com>
31930
31931         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
31932         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
31933         2.1.3 bug.  This avoids a clash when files like regex.c define
31934         _GNU_SOURCE.
31935
31936 2000-05-06  Jim Meyering  <meyering@lucent.com>
31937
31938         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
31939         (AC_REPLACE_FUNCS): Add strnlen.
31940
31941         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
31942         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
31943
31944         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
31945         AC_SEARCH_LIBS call for nanosleep.
31946         (LIB_NANOSLEEP): Set and AC_SUBST.
31947
31948 2000-05-06  Jim Meyering  <meyering@lucent.com>
31949
31950         * lib/strnlen.c: Undefine __strnlen and strnlen.
31951         [!weak_alias]: Define __strnlen to strnlen.
31952
31953         * lib/atexit.c: New file, from libiberty.
31954
31955 2000-05-06  Jim Meyering  <meyering@lucent.com>
31956
31957         * lib/closeout.c (close_stdout_status): Also check for errors on the
31958         stderr stream.
31959
31960 2000-05-05  Jim Meyering  <meyering@lucent.com>
31961
31962         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
31963         AC_SEARCH_LIBS call for clock_gettime.
31964         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
31965
31966         * m4/search-libs.m4: Update from autoconf.
31967
31968         su doesn't work on Solaris 2.6.
31969         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
31970         <shadow.h>.  Reported by Dragos Harabor.
31971
31972 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
31973
31974         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
31975         memcpy instead of xmalloc, xrealloc, path_concat.
31976         (locale_charset): Treat empty environment variables as absent.
31977         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
31978
31979 2000-05-04  Jim Meyering  <meyering@lucent.com>
31980
31981         * lib/getopt.c: Update from glibc.
31982         * lib/obstack.c: Likewise.
31983         * lib/obstack.h: Likewise.
31984         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
31985         file
31986
31987         * lib/regex.h: Likewise.
31988         * lib/strndup.c: Likewise.
31989         * lib/strnlen.c: New file, from glibc.
31990
31991 2000-05-03  Jim Meyering  <meyering@lucent.com>
31992
31993         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
31994
31995 2000-05-02  Paul Eggert  <eggert@twinsun.com>
31996
31997         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
31998         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
31999         compile-time test, rather than inspecting host and OS, to
32000         decide whether to define _LARGEFILE_SOURCE.
32001
32002 2000-05-01  Jim Meyering  <meyering@lucent.com>
32003
32004         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
32005
32006         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
32007         Based on a patch from Bruno Haible.
32008
32009 2000-05-01  Jim Meyering  <meyering@lucent.com>
32010
32011         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
32012
32013 2000-04-29  Jim Meyering  <meyering@lucent.com>
32014
32015         * lib/path-concat.c: Declare strdup only if it's not defined.
32016         * lib/canon-host.c: Likewise.
32017
32018 2000-04-28  Jim Meyering  <meyering@lucent.com>
32019
32020         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
32021         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
32022         is included first, then limits.h is included by locale.h by libintl.h.
32023         From John David Anglin.
32024
32025 2000-04-25  Jim Meyering  <meyering@lucent.com>
32026
32027         * lib/makepath.c (S_IRWXUGO): Define.
32028         (make_path): Always perform explicit chmod if MODE specifies any
32029         of the `special' permission bits.  Prompted by a bug report against
32030         install from Mate Wierdl and Joost van Baal.
32031
32032 2000-04-18  Jim Meyering  <meyering@lucent.com>
32033
32034         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
32035         (jm_PREREQ): Use it.
32036
32037 2000-04-18  Jim Meyering  <meyering@lucent.com>
32038
32039         * lib/README: New file.
32040
32041         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
32042         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
32043
32044 2000-04-17  Jim Meyering  <meyering@lucent.com>
32045
32046         Get it right :-)
32047         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
32048         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
32049         Suggestion from Akim Demaille.
32050
32051 2000-04-17  Jim Meyering  <meyering@lucent.com>
32052
32053         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
32054         the definition of it to rpl_strftime also defined-away the system's
32055         declaration.
32056
32057 2000-04-15  Jim Meyering  <meyering@lucent.com>
32058
32059         Use `C' to denote so-called `contiguous' files, the same way
32060         that tar does.
32061         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
32062         (ftypelet): Use S_ISCTG.
32063         From Michael Deutschmann.
32064
32065 2000-04-14  Jim Meyering  <meyering@lucent.com>
32066
32067         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
32068         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
32069         clobbered.
32070
32071 2000-04-14  Jim Meyering  <meyering@lucent.com>
32072
32073         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
32074
32075 2000-04-13  Jim Meyering  <meyering@lucent.com>
32076
32077         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
32078         AH_VERBATIM to insert required #ifndef into config.h.in.
32079         Suggestion from Akim Demaille.
32080
32081 2000-04-12  Jim Meyering  <meyering@lucent.com>
32082
32083         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
32084         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
32085         Christian Krackowizer.
32086
32087         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
32088         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
32089         (AC_SYS_LARGEFILE): Require.
32090         (AM_C_PROTOTYPES): Require.
32091
32092 2000-04-08  Jim Meyering  <meyering@lucent.com>
32093
32094         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
32095         names don't conflict.  Reported by Eli Zaretskii.
32096
32097 2000-04-07  Jim Meyering  <meyering@lucent.com>
32098
32099         * lib/putenv.c: Move inclusion of errno.h so it follows that of
32100         sys/types.h, to work around system header problems on AIX 3.2.5.
32101         From Bruno Haible.
32102
32103 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
32104
32105         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
32106         bug.  Deal with the different error behavior of Irix iconv.
32107
32108 2000-04-05  Paul Eggert  <eggert@twinsun.com>
32109
32110         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
32111         IRIX if the installer said otherwise.
32112
32113 2000-04-05  Jim Meyering  <meyering@lucent.com>
32114
32115         Portability tweaks required for ultrix4.3.
32116         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
32117         (jm_CHECK_DECLS): Add getutent to the list of functions.
32118         (_jm_DECL_HEADERS): Add utmpx.h.
32119         From John David Anglin.
32120
32121         * m4/strftime.m4: Back out the 2000-04-02 change.
32122         Instead of that change, simply undefine putenv in the test program.
32123
32124 2000-04-05  Jim Meyering  <meyering@lucent.com>
32125
32126         Portability tweaks required for ultrix4.3.
32127         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
32128         getutent.
32129         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
32130         * lib/canon-host.c: Declare strdup.
32131         * lib/path-concat.c: Likewise.
32132         From John David Anglin.
32133
32134 2000-04-04  Jim Meyering  <meyering@lucent.com>
32135
32136         Be more DOS 8.3-friendly.
32137         * lib/ref-add.sin: Renamed from ref-add.sed.in.
32138         * lib/ref-del.sin: Renamed from ref-del.sed.in.
32139         * lib/Makefile.am: Reflect renaming.
32140         Reported by Eli Zaretskii.
32141
32142         Use a temporary file name that won't clash with `charset.alias'
32143         in the DOS 8.3 name space.
32144         * lib/Makefile.am (charset_tmp): Define.
32145         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
32146         (uninstall-local): Likewise.
32147         Reported by Eli Zaretskii.
32148
32149 2000-04-03  Jim Meyering  <meyering@lucent.com>
32150
32151         * m4/gettext.m4: Fix typo in comment.
32152
32153         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
32154         textutils/configure.in).  Suggestion from Paul Eggert.
32155         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
32156
32157 2000-04-02  Paul Eggert  <eggert@twinsun.com>
32158
32159         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
32160         variable in the shell rather than using putenv, which isn't
32161         portable.  This avoids the configure-time inter-test dependency
32162         on the potentially-renamed putenv function.
32163
32164 2000-03-30  Paul Eggert  <eggert@twinsun.com>
32165
32166         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
32167         before checking struct stat.st_blksize, so that
32168         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
32169
32170 2000-03-29  Paul Eggert  <eggert@twinsun.com>
32171
32172         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
32173         since strftime.c uses HAVE_STRFTIME to decide whether to use
32174         the underlying strftime.
32175
32176 2000-03-29  Paul Eggert  <eggert@twinsun.com>
32177
32178         * lib/time/strftime.c (my_strftime): Make sure we call the system
32179         strftime, not ourselves, when invoking the underlying strftime.
32180
32181 2000-03-24  Jim Meyering  <meyering@lucent.com>
32182
32183         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
32184         (charset_alias): Define.
32185         (install-exec-local): Factor out common code.
32186         (uninstall-local): Split lines longer than 80.
32187         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
32188         (SUFFIXES): Define.
32189         (.sed.in.sed): New rule.  Don't redirect directly to $@.
32190         (CLEANFILES): Add ref-add.sed and ref-del.sed.
32191
32192 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
32193
32194         * lib/config.charset: Output a line containing "Packages using this
32195         file".
32196         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
32197         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
32198         ref-del.sed): New rules.
32199
32200 2000-03-17  Jim Meyering  <meyering@lucent.com>
32201
32202         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
32203         Otherwise, include <strings.h>
32204
32205 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
32206
32207         * lib/unicodeio.c (utf8_wctomb): New function.
32208         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
32209         format instead of in UCS-4 with platform dependent endianness.
32210
32211 2000-03-10  Jim Meyering  <meyering@lucent.com>
32212
32213         * m4/lib-check.m4: Look for getspnam in -lgen, too.
32214         From Marco Franzen.
32215
32216 2000-03-07  Paul Eggert  <eggert@twinsun.com>
32217
32218         * lib/savedir.c (savedir): Work even if directory size is
32219         negative; this can happen with some screwy NFS configurations.
32220
32221 2000-03-06  Jim Meyering  <meyering@lucent.com>
32222
32223         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
32224         if it's NULL (because we ran out of memory).  From Bruno Haible.
32225
32226 2000-03-05  Jim Meyering  <meyering@lucent.com>
32227
32228         * lib/localcharset.c ("path-concat.h"): Include.
32229         (get_charset_aliases): Use path_concat instead of ANSI string
32230         concatenation.
32231
32232         * lib/unicodeio.h (PARAMS): Define.
32233         Use it to guard prototype.
32234
32235 2000-03-04  Jim Meyering  <meyering@lucent.com>
32236
32237         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
32238         for lib/localcharset.c.
32239
32240 2000-03-04  Jim Meyering  <meyering@lucent.com>
32241
32242         * lib/Makefile.am (install-exec-local): Create $(libdir) before
32243         installing into it.
32244         (uninstall-local): Uncomment this rule so `make distcheck' works
32245         once again.
32246
32247         * lib/unicodeio.c (<errno.h>): Include it.
32248         (errno): Declare if not defined.
32249
32250         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
32251
32252         * lib/config.charset: New version, incorporating remarks from a linux
32253         i18n mailing list.  From Bruno Haible.
32254
32255 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
32256
32257         * m4/codeset.m4: New file.
32258         * m4/iconv.m4: New file.
32259         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
32260
32261 2000-03-03  Jim Meyering  <meyering@lucent.com>
32262
32263         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
32264
32265 2000-03-02  Jim Meyering  <meyering@lucent.com>
32266
32267         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
32268         the messages come out on separate lines.
32269
32270         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
32271         rather than jm_CHECK_DECLARATIONS.
32272         * m4/decl.m4: Remove now-unused file.
32273
32274         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
32275         geteuid.
32276
32277 2000-03-02  Jim Meyering  <meyering@lucent.com>
32278
32279         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
32280
32281 2000-03-01  Jim Meyering  <meyering@lucent.com>
32282
32283         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
32284         * lib/unicodeio.c: Likewise.
32285
32286 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
32287
32288         * lib/config.charset: New file.
32289         * lib/localcharset.c: New file.
32290         * lib/unicodeio.h, lib/unicodeio.c: New files.
32291         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
32292         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
32293         (noinst_HEADERS): Add unicodeio.h.
32294         (all-local, install-exec-local, charset.alias): New targets.
32295
32296 2000-02-28  Paul Eggert  <eggert@twinsun.com>
32297
32298         * lib/quotearg.c (ALERT_CHAR): New macro.
32299         (quotearg_buffer_restyled): Use it.
32300
32301 2000-02-27  Jim Meyering  <meyering@lucent.com>
32302
32303         * m4/check-decl.m4: Add getenv to the list.
32304
32305 2000-02-27  Jim Meyering  <meyering@lucent.com>
32306
32307         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
32308         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
32309
32310         * lib/backupfile.c: Guard inclusion of stdlib.h with
32311         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
32312         Declare malloc if needed.
32313
32314         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
32315         `#ifndef HAVE_DECL..'
32316         now that autoconf always defines the HAVE_DECL_ symbols.
32317         * lib/human.c: Likewise.
32318         * lib/same.c: Likewise.
32319         * lib/strtoumax.c: Likewise.
32320
32321         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
32322         declaration check was not run.
32323         * lib/hash.c: Likewise.
32324         * lib/human.c: Likewise.
32325         * lib/same.c: Likewise.
32326         * lib/strtoumax.c: Likewise.
32327
32328         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
32329         `.', then first look up the entire `.'-containing string as a login
32330         name.
32331
32332 2000-02-23  Jim Meyering  <meyering@lucent.com>
32333
32334         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
32335         in place of my hack.
32336
32337 2000-02-18  Paul Eggert  <eggert@twinsun.com>
32338
32339         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
32340         (textint): New typedef.
32341         (parser_control): Member year changed from int to textint.
32342         All uses changed.
32343         (YYSTYPE): Removed; replaced by %union with int and textint members.
32344         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
32345         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
32346         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
32347         (tSNUMBER, tUNUMBER): Now of type <textintval>.
32348         (date, number, to_year): Use width of number in digits, not its value,
32349         to determine whether it's a 2-digit year, or a 2-digit time.
32350         (yylex): Store number of digits of numeric tokens.
32351         Reported by John Kendall.
32352
32353         (parser_control): Changed from struct parser_control to typedef (for
32354         consistency).  All uses changed.
32355
32356         (tID): Removed; not used.
32357         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
32358
32359 2000-02-14  Paul Eggert  <eggert@twinsun.com>
32360
32361         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
32362         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
32363
32364 2000-02-12  Jim Meyering  <meyering@lucent.com>
32365
32366         * lib/userspec.c (ISDIGIT): Define it.
32367         (isdigit): Remove definition.
32368         (is_number): Use ISDIGIT, not isdigit.
32369         <libintl.h>: Include.
32370         (_ and N_): Define.
32371         (parse_user_spec): Mark translatable strings.
32372
32373 2000-02-10  Jim Meyering  <meyering@lucent.com>
32374
32375         With these changes, nanosleep.[ch] are finally enough like the other
32376         lib/* replacement files to compile on a few more losing systems.
32377
32378         * lib/nanosleep.h: Don't include config.h.
32379         Remove prototype from declaration of nanosleep.
32380         (PARAMS): Remove now-unneeded definition.
32381         * lib/nanosleep.c: #undef nanosleep.
32382         (rpl_nanosleep): Rename from nanosleep.
32383
32384 2000-02-10  Jim Meyering  <meyering@lucent.com>
32385
32386         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
32387         gnu_nanosleep to rpl_nanosleep.
32388
32389 2000-02-09  Jim Meyering  <meyering@lucent.com>
32390
32391         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
32392         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
32393
32394 2000-02-08  Akim Demaille  <akim@epita.fr>
32395
32396         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
32397         `[' and `]' and remove uses of `changequote'.
32398         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
32399         (AC_SYS_LARGEFILE): Likewise.
32400         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
32401         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
32402         of changequote.
32403         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
32404         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
32405         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
32406         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
32407
32408 2000-02-05  Jim Meyering  <meyering@lucent.com>
32409
32410         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
32411         Remove explicit use of AC_HEADER_TIME.  It is required by
32412         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
32413         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
32414         in autoconf whereby the expansion of the latter ended up preceding
32415         the expansion of its prerequisite, AC_HEADER_TIME.
32416         Reported by Volker Borchert.
32417
32418 2000-02-03  Jim Meyering  <meyering@lucent.com>
32419
32420         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
32421
32422 2000-02-03  Jim Meyering  <meyering@lucent.com>
32423
32424         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
32425         rather than with `#if HAVE_UTMPNAME'.
32426
32427 2000-02-02  Jim Meyering  <meyering@lucent.com>
32428
32429         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
32430         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
32431         Reported by Eli Zaretskii.
32432
32433 2000-02-01  Jim Meyering  <meyering@lucent.com>
32434
32435         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
32436
32437 2000-01-31  Jim Meyering  <meyering@lucent.com>
32438
32439         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
32440         functions.  Add the time.h and sys/time.h headers along with the
32441         AC_REQUIRE'ment of AC_HEADER_TIME.
32442
32443 2000-01-31  Jim Meyering  <meyering@lucent.com>
32444
32445         * lib/nanosleep.h (nanosleep): Guard declaration with
32446         `#if ! HAVE_DECL_NANOSLEEP'.
32447         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
32448         the declaration in that vendor's sys/timers.h.
32449         Reported by Christian Krackowizer.
32450
32451         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
32452         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
32453         (ISPRINT): Likewise.
32454         Reported by Tom Tromey.
32455
32456 2000-01-30  Jim Meyering  <meyering@lucent.com>
32457
32458         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
32459
32460         * m4/prereq.m4 (utmp_includes): Define.
32461         Check for ut_user and ut_name members in both struct utmpx
32462         and struct utmp.
32463
32464 2000-01-30  Jim Meyering  <meyering@lucent.com>
32465
32466         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
32467         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
32468         header files where only utmpx.ut_user is declared.
32469
32470         * lib/readutmp.h (UT_USER): Define.
32471
32472 2000-01-29  Jim Meyering  <meyering@lucent.com>
32473
32474         * m4/lib-check.m4: New file containing library-related checks from
32475         fileutils and sh-utils (textutils had none).
32476
32477 2000-01-28  Jim Meyering  <meyering@lucent.com>
32478
32479         * m4/perl.m4: Change format of warning message to look more like that
32480         from the missing script.  Suggestion from François Pinard.
32481
32482 2000-01-25  Jim Meyering  <meyering@lucent.com>
32483
32484         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
32485         well as time.h in the compile check.
32486         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
32487         Fix typo in cross-compiling case: s/yes/no/.
32488
32489 2000-01-23  Jim Meyering  <meyering@lucent.com>
32490
32491         * m4/jm-macros.m4: Move df-related tests here from
32492         fileutils/configure.in
32493
32494         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
32495         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
32496
32497         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
32498         s/space/ac_fsusage_space/.
32499         (jm_FILE_SYSTEM_USAGE): Take two parameters.
32500
32501         * m4/ftruncate.m4: New file (derived from part of
32502         fileutils/configure.in).
32503         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
32504         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
32505
32506         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
32507         AC_SUBST these here, rather than just in sh-util/configure.in, so
32508         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
32509         all the same.
32510         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
32511         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
32512         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
32513         (AC_SUBST(POW_LIBM)): Likewise.
32514         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
32515
32516 2000-01-23  Jim Meyering  <meyering@lucent.com>
32517
32518         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
32519         obstack.c.
32520
32521 2000-01-22  Jim Meyering  <meyering@lucent.com>
32522
32523         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
32524
32525         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
32526
32527         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
32528         configure.in
32529         (AC_CHECK_HEADERS): Likewise for sh-utils.
32530         (AC_CHECK_HEADERS): Likewise for textutils.
32531         Merge the three lists of headers.
32532
32533         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
32534         from fileutils' configure.in.
32535
32536         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
32537         code. Moved tests into their own function (_jm_DECL_HEADERS) in
32538         check-decl.m4.
32539
32540         * m4/check-decl.m4: Use #if rather than #ifdef.
32541         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
32542         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
32543         (_jm_DECL_HEADERS): Define new function.
32544         (jm_CHECK_DECLARATIONS): Require it.
32545
32546 2000-01-22  Jim Meyering  <meyering@lucent.com>
32547
32548         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
32549         [! HAVE_DECL_STRTOULL]: Declare strtoull.
32550         Required for some AIX systems.  Reported by Christian Krackowizer.
32551         [TESTING] (main): New function.
32552
32553         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
32554         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
32555         letters.
32556
32557         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
32558         iswprint.
32559
32560         * lib/strverscmp.c (ISDIGIT): Define.
32561         (strverscmp): Use ISDIGIT, not isdigit.
32562
32563 2000-01-19  Jim Meyering  <meyering@lucent.com>
32564
32565         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
32566         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
32567         defines `struct timespec' in <sys/time.h>
32568
32569         * m4/c-bs-a.m4: Remove uses of changequote altogether.
32570         Thanks to Akim for explaining.
32571
32572 2000-01-17  Paul Eggert  <eggert@twinsun.com>
32573
32574         * lib/nanosleep.c (nanosleep):
32575         Don't use SA_INTERRUPT to decide whether to call sigaction, as
32576         POSIX.1 doesn't require SA_INTERRUPT and some systems
32577         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
32578         it's been part of POSIX.1 since day 1 (in 1988).
32579
32580 2000-01-17  Jim Meyering  <meyering@lucent.com>
32581
32582         * lib/interlock: Remove unused file.  Reported by François Pinard.
32583
32584 2000-01-16  Paul Eggert  <eggert@twinsun.com>
32585
32586         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
32587         alert, backslash, formfeed, and vertical tab unnecessarily in
32588         shell quoting style.
32589
32590 2000-01-16  Jim Meyering  <meyering@lucent.com>
32591
32592         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
32593         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
32594         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
32595         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
32596
32597 2000-01-16  Jim Meyering  <meyering@lucent.com>
32598
32599         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
32600         because the latter didn't work.
32601
32602 2000-01-15  Jim Meyering  <meyering@lucent.com>
32603
32604         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
32605         (AC_REPLACE_FUNCS): Add memcpy and memset.
32606         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
32607         Add strpbrk.
32608         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
32609
32610 2000-01-12  Jim Meyering  <meyering@lucent.com>
32611
32612         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
32613         (jm_PREREQ): Use it.
32614         (jm_PREREQ_READUTMP): New macro.
32615         (jm_PREREQ): Use it.
32616
32617 2000-01-11  Paul Eggert  <eggert@twinsun.com>
32618
32619         Quote multibyte characters correctly.
32620         * m4/c-bs-a.m4: New file.
32621         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
32622         (jm_PREREQ): Use it.
32623
32624 2000-01-11  Paul Eggert  <eggert@twinsun.com>
32625
32626         * m4/uintmax_t.m4: Port to autoconf 2.13.
32627
32628 2000-01-08  Jim Meyering  <meyering@ascend.com>
32629
32630         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
32631         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
32632
32633 2000-01-04  Jim Meyering  <meyering@ascend.com>
32634
32635         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
32636         jm_STRUCT_DIRENT_D_TYPE.
32637         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
32638         jm_STRUCT_DIRENT_D_INO.
32639         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
32640         jm_STRUCT_UTIMBUF.
32641         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
32642         renamings.
32643         * m4/utime.m4: Likewise.
32644
32645         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
32646         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
32647
32648 2000-01-03  Paul Eggert  <eggert@twinsun.com>
32649
32650         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
32651         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
32652
32653 2000-01-02  Jim Meyering  <meyering@ascend.com>
32654
32655         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
32656         remember if this is necessary.
32657
32658 1999-12-26  Jim Meyering  <meyering@ascend.com>
32659
32660         * m4/jm-macros.m4: Use it here.
32661         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
32662
32663 1999-12-23  Jim Meyering  <meyering@ascend.com>
32664
32665         * m4/jm-macros.m4: Check for clock_gettime (moved from
32666         fileutils/configure.in)
32667         Check for gettimeofday.
32668
32669 1999-12-20  Jim Meyering  <meyering@ascend.com>
32670
32671         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
32672         autoconf-2.14a-1999-12-20.
32673
32674 1999-12-19  Jim Meyering  <meyering@ascend.com>
32675
32676         * m4/lstat-slash.m4: New file.
32677         * m4/jm-macros.m4: Use the new macro:
32678         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32679
32680 1999-12-07  Jim Meyering  <meyering@ascend.com>
32681
32682         * m4/perl.m4: Require that File::Compare be available, too.
32683         Too many systems seem to lack it.
32684
32685         * m4/strftime.m4: Add checks for most of the cpp macros tested in
32686         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
32687
32688 1999-11-18  Paul Eggert  <eggert@twinsun.com>
32689
32690         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
32691         problem with the QNX 4.25 shell, which doesn't propagate exit
32692         status of failed commands inside shell assignments.
32693
32694 1999-11-17  Jim Meyering  <meyering@ascend.com>
32695
32696         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
32697
32698 1999-11-07  Jim Meyering  <meyering@ascend.com>
32699
32700         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
32701
32702 1999-11-06  Jim Meyering  <meyering@ascend.com>
32703
32704         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
32705         * m4/jm-macros.m4 (jm_MACROS): Use it here.
32706
32707 1999-11-05  Jim Meyering  <meyering@ascend.com>
32708
32709         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
32710         configure.in of textutils, fileutils, and sh-utils into this one
32711         (shared between those packages) file.
32712         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
32713         AC_STRUCT_ST_BLKSIZE.
32714
32715 1999-11-03  Jim Meyering  <meyering@ascend.com>
32716
32717         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
32718         of AC_CHECK_TYPE checks includes unistd.h.
32719         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
32720         Suggestion from Akim Demaille.
32721
32722 1999-10-30  Jim Meyering  <meyering@ascend.com>
32723
32724         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
32725         m4-quoted string.
32726         * m4/ls-mntd-fs.m4: Likewise.
32727         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
32728         * m4/jm-winsz1.m4: Likewise.
32729
32730         * m4/const.m4: Remove file, since the fix made it into the experimental
32731         version of autoconf.
32732         * m4/mktime.m4: Likewise.
32733
32734         * m4/check-type.m4: Remove file, now that the latest version of
32735         AC_CHECK_TYPE takes a third arg to specify additional #includes.
32736
32737         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
32738         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
32739         AC_CHECK_TYPE.
32740
32741 1999-10-04  Jim Meyering  <meyering@ascend.com>
32742
32743         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
32744
32745 1999-09-22  Paul Eggert  <eggert@twinsun.com>
32746
32747         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
32748         2.95.1 bug with HP-UX 10.20.
32749
32750 1999-09-17  Jim Meyering  <meyering@ascend.com>
32751
32752         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
32753         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
32754         due to missing strdup (against sh-utils-2.0).
32755
32756 1999-08-29  Jim Meyering  <meyering@ascend.com>
32757
32758         * m4/jm-macros.m4: Require jm_BISON.
32759         * m4/bison.m4: New file.
32760
32761 1999-08-17  Paul Eggert  <eggert@twinsun.com>
32762
32763         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
32764         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
32765
32766 1999-08-05  Jim Meyering  <meyering@ascend.com>
32767
32768         * m4/getline.m4: Rename test file from conftestdata to conftest.data
32769         to avoid conflicts with `conftest' on 8+3 filesystems.
32770         Suggestion from Eli Zaretskii.
32771
32772 1999-08-04  Jim Meyering  <meyering@ascend.com>
32773
32774         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
32775         fileutils and sh-utils (textutils's getline test was inadequate).
32776         (AM_FUNC_GETLINE): Run this test.
32777         (AC_CHECK_FUNCS): Check for getdelim.
32778         Reported by Bob Proulx.
32779
32780 1999-08-02  Jim Meyering  <meyering@ascend.com>
32781
32782         * m4/jm-macros.m4: Add a comment.
32783
32784 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32785
32786         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
32787         <inttypes.h> defines strtoumax as a macro (and not as a
32788         function).
32789
32790 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32791
32792         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
32793         that we can shift, multiply and divide unsigned long long
32794         values; Ultrix cc can't do it.
32795
32796 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32797
32798         * m4/mktime.m4: New file, which is a preview of what should appear
32799         in the next public autoconf release.
32800
32801 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32802
32803         * m4/lfs.m4: Remove this file.
32804         * m4/largefile.m4: New file.  It contains the old contents of
32805         lfs.m4, except that all names with prefix AC_LFS have been
32806         changed to use the prefix AC_SYS_LARGEFILE instead, to be
32807         compatible with future autoconf versions.  Also, some minor m4
32808         quoting problems have been fixed.
32809
32810 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32811
32812         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
32813         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
32814         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
32815         and simplify the shell code.
32816
32817 1999-08-01  Jim Meyering  <meyering@ascend.com>
32818
32819         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
32820         m4.
32821
32822 1999-07-20  Jim Meyering  <meyering@ascend.com>
32823
32824         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
32825
32826 1999-07-15  Jim Meyering  <meyering@ascend.com>
32827
32828         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
32829
32830 1999-05-22  Jim Meyering  <meyering@ascend.com>
32831
32832         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
32833
32834 1999-05-20  Jim Meyering  <meyering@ascend.com>
32835
32836         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
32837         Add a colon after each `then' in case $4 is empty.
32838
32839 1999-05-16  Jim Meyering  <meyering@ascend.com>
32840
32841         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
32842
32843 1999-05-10  Jim Meyering  <meyering@ascend.com>
32844
32845         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
32846
32847         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
32848         AC_FUNC_MKTIME.
32849
32850 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
32851
32852         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
32853
32854 1999-05-04  Paul Eggert  <eggert@twinsun.com>
32855
32856         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
32857         not CPPFLAGS, so that linking works correctly in IRIX.
32858
32859 1999-04-30  Paul Eggert  <eggert@twinsun.com>
32860
32861         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
32862
32863 1999-04-20  Paul Eggert  <eggert@twinsun.com>
32864
32865         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
32866         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
32867         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
32868         jm_AC_TYPE_UNSIGNED_LONG_LONG.
32869         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
32870
32871         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
32872
32873 1999-04-20  Jim Meyering  <meyering@ascend.com>
32874
32875         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
32876         AC_REPLACE xstroull if necessary.  From Paul Eggert.
32877         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
32878
32879 1999-04-18  Jim Meyering  <meyering@ascend.com>
32880
32881         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
32882         * m4/jm-macros.m4: Use it.
32883
32884 1999-04-06  Jim Meyering  <meyering@ascend.com>
32885
32886         * m4/strftime.m4: Remove test for %f.
32887
32888 1999-03-29  Jim Meyering  <meyering@ascend.com>
32889
32890         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
32891         superset of the AC_TYPE_* checks in the textutils, fileutils,
32892         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
32893         AC_TYPE_PID_T.
32894
32895 1999-03-28  Jim Meyering  <meyering@ascend.com>
32896
32897         * m4/jm-macros.m4: Define GNU_PACKAGE here.
32898         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
32899         replaced e.g., in the *.sh files of the sh-utils.
32900
32901 1999-03-20  Jim Meyering  <meyering@ascend.com>
32902
32903         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
32904         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
32905         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
32906
32907 1999-03-19  Jim Meyering  <meyering@ascend.com>
32908
32909         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
32910
32911 1999-03-12  Jim Meyering  <meyering@ascend.com>
32912
32913         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
32914
32915 1999-03-07  Jim Meyering  <meyering@ascend.com>
32916
32917         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
32918         declared.
32919
32920 1999-02-17  Jim Meyering  <meyering@ascend.com>
32921
32922         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
32923         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
32924
32925 1999-02-07  Jim Meyering  <meyering@ascend.com>
32926
32927         * m4/group-member.m4: New file -- extracted from sh-utils'
32928         configure.in.
32929
32930         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
32931         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
32932
32933 1999-02-06  Jim Meyering  <meyering@ascend.com>
32934
32935         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
32936         * m4/fnmatch.m4: Likewise.
32937         * m4/getgroups.m4: Likewise.
32938         * m4/lstat.m4: Likewise.
32939         * m4/malloc.m4: Likewise.
32940         * m4/putenv.m4: Likewise.
32941         * m4/realloc.m4: Likewise.
32942         * m4/regex.m4: Likewise.
32943         * m4/stat.m4: Likewise.
32944         * m4/strftime.m4: Likewise.
32945         Suggestion from Alain Magloire.
32946
32947         * m4/chown.m4: Use `.$ac_objext', not `.o'.
32948         * m4/fnmatch.m4: Likewise.
32949         * m4/getgroups.m4: Likewise.
32950         * m4/getline.m4: Likewise.
32951         * m4/lstat.m4: Likewise.
32952         * m4/malloc.m4: Likewise.
32953         * m4/memcmp.m4: Likewise.
32954         * m4/putenv.m4: Likewise.
32955         * m4/realloc.m4: Likewise.
32956         * m4/regex.m4: Likewise.
32957         * m4/stat.m4: Likewise.
32958         * m4/strftime.m4: Likewise.
32959         Suggestion from Alain Magloire.
32960
32961         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
32962         an argument.
32963
32964         * m4/regex.m4: Add a run-time Test for proper operation of
32965         re_compile_pattern.
32966
32967 1999-01-31  Jim Meyering  <meyering@ascend.com>
32968
32969         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
32970
32971 1999-01-30  Jim Meyering  <meyering@ascend.com>
32972
32973         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
32974
32975         * m4/jm-mktime.m4: Make this a wrapper around the official
32976         AM_FUNC_MKTIME rather than my private copy, now that the official one
32977         is up to date.
32978         * m4/mktime.m4: Remove file.
32979
32980         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
32981         * m4/uptime.m4: Likewise.
32982         * m4/uintmax_t.m4: Likewise.
32983
32984 1999-01-28  Jim Meyering  <meyering@ascend.com>
32985
32986         * m4/jm-macros.m4: Use jm_AFS.
32987         * m4/afs.m4: New file (from fileutils' configure.in).
32988
32989         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
32990         * m4/chown.m4: Likewise.
32991         * m4/d-ino.m4: Likewise.
32992         * m4/d-type.m4: Likewise.
32993         * m4/fnmatch.m4: Likewise.
32994         * m4/getgroups.m4: Likewise.
32995         * m4/gettext.m4: Likewise.
32996         * m4/jm-mktime.m4: Likewise.
32997         * m4/jm-winsz2.m4: Likewise.
32998         * m4/lcmessage.m4: Likewise.
32999         * m4/ls-mntd-fs.m4: Likewise.
33000         * m4/malloc.m4: Likewise.
33001         * m4/memcmp.m4: Likewise.
33002         * m4/putenv.m4: Likewise.
33003         * m4/realloc.m4: Likewise.
33004         * m4/st_mtim.m4: Likewise.
33005         * m4/strftime.m4: Likewise.
33006
33007 1999-01-16  Jim Meyering  <meyering@ascend.com>
33008
33009         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
33010         (ARGMATCH_DIE_DECL): Define.
33011
33012 1999-01-12  Jim Meyering  <meyering@ascend.com>
33013
33014         * m4/Makefile.am.in: Rewrite to avoid using fmt.
33015         Reported by Lars Hecking.
33016
33017 1999-01-10  Jim Meyering  <meyering@ascend.com>
33018
33019         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
33020         gross kludge.
33021         * m4/inttypes_h.m4: Likewise.
33022         * m4/lstat.m4: Likewise.
33023         * m4/malloc.m4: Likewise.
33024         * m4/readdir.m4: Likewise.
33025         * m4/realloc.m4: Likewise.
33026         * m4/st_dm_mode.m4: Likewise.
33027         * m4/stat.m4: Likewise.
33028         * m4/utimbuf.m4: Likewise.
33029         * m4/utimes.m4: Likewise.
33030
33031         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
33032         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
33033         comments in config.h.in are meaningful.
33034
33035         * m4/jm-macros.m4: Require autoconf-2.13 here.
33036
33037         * m4/regex.m4: By default, don't use the included regex.c on systems
33038         with glibc 2.  Suggestion from Uli Drepper.
33039
33040 1999-01-02  Jim Meyering  <meyering@ascend.com>
33041
33042         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
33043
33044 1998-12-18  Jim Meyering  <meyering@ascend.com>
33045
33046         * m4/Makefile.am.in (Makefile.am): Simplify rule.
33047         Based on a suggestion from Lars Hecking.
33048
33049 1998-11-16  Paul Eggert  <eggert@twinsun.com>
33050
33051         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
33052
33053 1998-11-16  Jim Meyering  <meyering@ascend.com>
33054
33055         * m4/lfs.m4: Double-quote the `uname...` expression.
33056
33057 1998-11-14  Jim Meyering  <meyering@ascend.com>
33058
33059         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
33060         * m4/stat.m4: Likewise.
33061
33062 1998-11-03  Jim Meyering  <meyering@ascend.com>
33063
33064         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
33065         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
33066
33067 1998-10-18  Jim Meyering  <meyering@ascend.com>
33068
33069         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
33070
33071 1998-10-17  Jim Meyering  <meyering@ascend.com>
33072
33073         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
33074         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
33075         calls for those previously hard-coded headers.  Instead, take a new
33076         parameter.
33077         (jm_CHECK_DECLARATIONS): Reflect interface change.
33078         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
33079         (jm_CHECK_DECL_LOCALTIME_R): New macro.
33080
33081         * m4/mktime.m4: Test for spring-forward gap before long-running test.
33082
33083 1998-10-14  Jim Meyering  <meyering@ascend.com>
33084
33085         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
33086         instead of "TZ=America/Vancouver".  From Paul Eggert.
33087
33088 1998-10-11  Jim Meyering  <meyering@ascend.com>
33089
33090         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
33091         This adds a test for a recently added compatibility fix for mktime.c.
33092         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
33093
33094 1998-09-27  Jim Meyering  <meyering@ascend.com>
33095
33096         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
33097
33098         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
33099         ../configure.in, including a change from Gordon Matzigkeit to allow
33100         cross-compiling for the Hurd.
33101
33102         * m4/glibc.m4: New file/macro to test for the GNU C Library
33103         versions 1 and 2.  From Gordon Matzigkeit.
33104         Indent.
33105
33106 1998-09-21  Jim Meyering  <meyering@ascend.com>
33107
33108         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
33109
33110 1998-08-18  Paul Eggert  <eggert@twinsun.com>
33111
33112         Port nanosecond-resolution times to UnixWare 2.1.2 and
33113         pedantic Solaris 2.6.
33114
33115         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
33116         AC_STRUCT_ST_MTIM.
33117         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
33118         Generate name of ns member, instead of just 1 or undef.
33119         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
33120
33121 1998-08-15  Jim Meyering  <meyering@ascend.com>
33122
33123         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
33124         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
33125         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
33126         instead of jm_TYPE_SSIZE_T.
33127
33128 1998-08-12  Jim Meyering  <meyering@ascend.com>
33129
33130         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
33131
33132 1998-08-02  Jim Meyering  <meyering@ascend.com>
33133
33134         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
33135         in acconfig.h manually.
33136
33137 1998-07-31  Paul Eggert  <eggert@twinsun.com>
33138
33139         * m4/st_mtim.m4: New file.
33140
33141 1998-07-28  Jim Meyering  <meyering@ascend.com>
33142
33143         * m4/utimes.m4: Undef stat.
33144
33145 1998-07-25  Jim Meyering  <meyering@ascend.com>
33146
33147         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
33148         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
33149
33150 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
33151
33152         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
33153         uid and gid actually remain unchanged.
33154
33155 1998-07-07  Jim Meyering  <meyering@ascend.com>
33156
33157         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
33158
33159 1998-07-04  Jim Meyering  <meyering@ascend.com>
33160
33161         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
33162         to prove that this macro can be used in packages without regex.c.
33163
33164 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
33165
33166         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
33167         is to be used.
33168
33169 1998-07-03  Jim Meyering  <meyering@ascend.com>
33170
33171         * m4/gettext.m4: Add -lintl if it's found to be necessary.
33172
33173         * m4/gettext.m4: New file -- from gettext-0.10.35.
33174         * m4/lcmessage.m4: Likewise.
33175         * m4/progtest.m4: Likewise.
33176
33177         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
33178         * m4/jm-macros.m4: Require the new macro.
33179
33180 1998-06-29  Jim Meyering  <meyering@ascend.com>
33181
33182         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
33183         for the definition of NGROUPS (used in a system header included
33184         by sys/mount.h).
33185
33186 1998-06-28  Jim Meyering  <meyering@ascend.com>
33187
33188         * m4/ls-mntd-fs.m4: New file.
33189         * m4/fstypename.m4: New file.
33190
33191         * m4/jm-macros.m4: Require the new macro.
33192         * m4/jm-glibc-io.m4: New file.
33193
33194 1998-05-19  Jim Meyering  <meyering@ascend.com>
33195
33196         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
33197         * m4/lchown.m4: New file.
33198
33199         * m4/Makefile.am.in: New file.
33200         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
33201
33202 1998-05-14  Jim Meyering  <meyering@ascend.com>
33203
33204         * m4/Makefile.am (EXTRA_DIST): Add them.
33205         * m4/jm-macros.m4: New file.
33206         * m4/utimbuf.m4: New file.
33207
33208 1998-05-12  Jim Meyering  <meyering@ascend.com>
33209
33210         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
33211
33212 1998-05-11  Jim Meyering  <meyering@ascend.com>
33213
33214         * m4/isc-posix.m4: New file.
33215
33216 1998-05-10  Jim Meyering  <meyering@ascend.com>
33217
33218         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
33219
33220 1998-05-09  Jim Meyering  <meyering@ascend.com>
33221
33222         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
33223         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
33224         with automake.
33225
33226         * m4/ssize_t.m4: New file.
33227         * m4/mktime.m4: Remove file -- the new automake has this now.
33228
33229 1998-04-26  Jim Meyering  <meyering@ascend.com>
33230
33231         * m4/assert.m4: New file.
33232         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
33233
33234 1998-04-05  Jim Meyering  <meyering@ascend.com>
33235
33236         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
33237         (jm_PREREQ): Use it here.
33238
33239 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
33240
33241         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
33242         in acconfig.h.
33243
33244 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
33245
33246         * m4/prereq.m4: New file.
33247         * m4/error.m4: New file.
33248         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
33249
33250 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
33251
33252         * m4/getline.m4: Don't set am_cv_func_working_getline before the
33253         cache-check for the same variable -- that defeated the purpose of
33254         the test; the test program was never run.  This was a problem only
33255         on systems with losing getline functions -- HP-UX 10.20 is one.
33256         Reported by Bjorn Helgaas.
33257
33258 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
33259
33260         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
33261
33262 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
33263
33264         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
33265
33266         * m4/const.m4: New file.  Use an initializer in this declaration
33267         typedef int charset[2]; const charset x;
33268         Reported by Bob Glickstein.
33269
33270 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
33271
33272         * m4/chown.m4: Fix reversed types on -1 args to chown.
33273         From Kaveh Ghazi.
33274
33275 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
33276
33277         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
33278         Add lseek and memchr.
33279
33280         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
33281         T.E.Dickey <dickey@clark.net> said that some older preprocessors
33282         have a 20-character limit on names.
33283
33284 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
33285
33286         * m4/inttypes_h.m4: New file.
33287         * m4/uintmax_t.m4: New file.
33288         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
33289
33290 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
33291   Free Software Foundation, Inc.
33292 Copying and distribution of this file, with or without modification,
33293 are permitted provided the copyright notice and this notice are preserved.