Rename sys_time_.h to sys_time.in.h.
[gnulib.git] / 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         * lib/poll.in.h: Renamed from lib/poll_.h.
43         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
44         * lib/search.in.h: Renamed from lib/search_.h.
45         * modules/search (Files, Makefile.am): Use search.in.h instead of
46         search_.h.
47         * lib/signal.in.h: Renamed from lib/signal_.h.
48         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
49         _signal.h.
50         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
51         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
52         stdbool_.h.
53         * lib/stdint.in.h: Renamed from lib/stdint_.h.
54         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
55         stdint_.h.
56         * lib/stdio.in.h: Renamed from lib/stdio_.h.
57         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
58         stdio_.h.
59         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
60         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
61         stdlib_.h.
62         * lib/string.in.h: Renamed from lib/string_.h.
63         * modules/string (Files, Makefile.am): Use string.in.h instead of
64         string_.h.
65         * doc/gnulib-tool.texi (Initial import): Update.
66         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
67         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
68         of sys_select_.h. Add dependency.
69         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
70         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
71         of sys_socket_.h.
72         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
73         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
74         sys_stat_.h.
75         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
76         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
77         sys_time_.h.
78
79 2007-09-30  Bruno Haible  <bruno@clisp.org>
80
81         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
82         Needed on BeOS.
83
84 2007-09-30  Bruno Haible  <bruno@clisp.org>
85
86         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
87
88 2007-09-29  Bruno Haible  <bruno@clisp.org>
89
90         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
91
92 2007-09-29  Bruno Haible  <bruno@clisp.org>
93
94         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
95         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
96         * build-aux/install-reloc: Compile also areadlink.c.
97         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
98
99 2007-09-29  Bruno Haible  <bruno@clisp.org>
100
101         * gnulib-tool (func_emit_initmacro_done): Indentation.
102
103 2007-09-29  Bruno Haible  <bruno@clisp.org>
104
105         * README: Add CVS checkout update instructions.
106         Info from Bob Proulx <bob@proulx.com>.
107
108 2007-09-28  Eric Blake  <ebb9@byu.net>
109
110         Provide move-if-change.
111         * build-aux/move-if-change: New file, based on best practice
112         rather than any canonical upstream location.
113
114 2007-09-28  Jim Meyering  <jim@meyering.net>
115
116         Fix canonicalize loop-detection corner case.
117         Do not attempt to stat the symlink values stored via seen_triple.
118         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
119         on linux-2.6.18, (but not 2.6.22).
120         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
121         triple_compare.  The former compares dev,ino,filename, while the latter
122         would actually stat dirname(filename) when dev and ino were equal.
123         * lib/hash-triple.c: Install <string.h>.
124         (STREQ): Define.
125         (triple_compare_ino_str): New function.
126         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
127
128 2007-09-28  Eric Blake  <ebb9@byu.net>
129
130         Enforce that AC_REPLACE_FUNCS files exist.
131         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
132         override check for typos.
133
134         Fix test-closein on Solaris 10.
135         * tests/test-closein.c (main): Don't assume stdin can be inherited
136         closed on all systems.
137         * tests/test-closein.sh: Likewise.
138         Reported by Piotr Tarnowski.
139
140 2007-09-28  Jim Meyering  <jim@meyering.net>
141
142         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
143
144 2007-09-27  Jim Meyering  <jim@meyering.net>
145
146         canonicalize: Avoid a false-positive cycle failure.
147         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
148         Sort.  Remove cycle-check.
149         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
150         not cycle-check.h.
151         (seen_triple): New function.
152         (canonicalize_filename_mode): Use it instead of cycle-check.
153         * tests/test-canonicalize.c: Add a test for this bug.
154         * tests/test-canonicalize.sh: Set up and run the test.
155
156         New module, file-set, from coreutils.
157         * modules/file-set: Define it.
158         * lib/file-set.c, lib/file-set.h: Implement.
159
160         New module, hash-triple, from coreutils.
161         * modules/hash-triple: Define it.
162         * lib/hash-triple.c, lib/hash-triple.h: Implement.
163
164 2007-09-25  Eric Blake  <ebb9@byu.net>
165
166         Fix strerror on Interix.
167         * lib/string_.h (strerror): Declare replacement.
168         * doc/functions/strerror.texi (strerror): Document the Interix
169         shortcoming.
170         * modules/string (Makefile.am): Support new hooks.
171         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
172         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
173         gl_FUNC_STRERROR_SEPARATE.
174         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
175         * lib/strerror.c (rpl_strerror): Provide replacement.
176         * modules/strerror (Depends-on): Add string.
177         (configure.ac): Detect use of module.
178         * tests/test-strerror.c: New file.
179         * modules/strerror-tests: New test module.
180         * modules/argp (Depends-on): Add strerror.
181         * modules/error (Depends-on): Likewise.
182         Reported by Martin Koeppe.
183
184 2007-09-24  Bruno Haible  <bruno@clisp.org>
185
186         * README: Update git instructions.
187
188 2007-09-24  Eric Blake  <ebb9@byu.net>
189
190         Revert fpending breakage from 2007-09-08.
191         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
192         __fpending.c.
193
194 2007-09-24  Jim Meyering  <jim@meyering.net>
195
196         filenamecat.c: Add a test.
197         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
198         showing how the function works when DIR is the empty string.
199
200 2007-09-21  Simon Josefsson  <simon@josefsson.org>
201
202         * tests/test-canonicalize.sh: Turn on executable bit.
203
204 2007-09-19  Eric Blake  <ebb9@byu.net>
205
206         * README: Update CVS instructions.
207
208 2007-09-18  Bruno Haible  <bruno@clisp.org>
209
210         * modules/areadlink: New file.
211         * lib/areadlink.h (areadlink): New declaration.
212         * lib/areadlink.c: New file, based on lib/xreadlink.c.
213
214 2007-09-17  Jim Meyering  <jim@meyering.net>
215
216         * lib/savewd.c (ESTALE) [!defined]: Define.
217         Reported to be required on Interix by Martin Koeppe.
218
219 2007-09-17  Bruno Haible  <bruno@clisp.org>
220
221         * gnulib-tool (func_version): Use $version.
222
223 2007-09-16  Bruno Haible  <bruno@clisp.org>
224
225         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
226         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
227         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
228         Reported by Greg Schafer <gschafer@zip.com.au>.
229
230 2007-09-15  Bruno Haible  <bruno@clisp.org>
231
232         * gnulib-tool (sed): Try a little harder to make bash understand the
233         alias.
234         Reported by Bruce Korb <bruce.korb@gmail.com>.
235
236 2007-09-13  Eric Blake  <ebb9@byu.net>
237
238         * ChangeLog: Remove conflict markers.
239
240 2007-09-13  Simon Josefsson  <simon@josefsson.org>
241
242         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
243         Reported by Bruno Haible <bruno@clisp.org>.
244
245 2007-09-12  Bruno Haible  <bruno@clisp.org>
246
247         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
248         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
249         is not defined.
250
251 2007-09-12  Eric Blake  <ebb9@byu.net>
252
253         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
254         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
255         Autoconf definition.
256         * modules/euidaccess (Depends-on): Add extensions, for
257         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
258         * modules/fnmatch (Depends-on): Likewise.
259         * modules/getaddrinfo (Depends-on): Likewise.
260         * modules/getdelim (Depends-on): Likewise.
261         * modules/getline (Depends-on): Likewise.
262         * modules/getsubopt (Depends-on): Likewise.
263         * modules/gettext (Depends-on): Likewise.
264         * modules/group-member (Depends-on): Likewise.
265         * modules/mbchar (Depends-on): Likewise.
266         * modules/memmem (Depends-on): Likewise.
267         * modules/mempcpy (Depends-on): Likewise.
268         * modules/memrchr (Depends-on): Likewise.
269         * modules/pagealign_alloc (Depends-on): Likewise.
270         * modules/readutmp (Depends-on): Likewise.
271         * modules/stpcpy (Depends-on): Likewise.
272         * modules/stpncpy (Depends-on): Likewise.
273         * modules/strchrnul (Depends-on): Likewise.
274         * modules/strndup (Depends-on): Likewise.
275         * modules/strsep (Depends-on): Likewise.
276         * modules/strverscmp (Depends-on): Likewise.
277         * modules/vasprintf (Depends-on): Likewise.
278         * modules/wcwidth (Depends-on): Likewise.
279         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
280         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
281         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
282         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
283         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
284         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
285         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
286         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
287         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
288         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
289         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
290         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
291         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
292         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
293         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
294         * m4/readutmp.m4 (gl_READUTMP): Likewise.
295         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
296         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
297         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
298         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
299         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
300         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
301         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
302         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
303         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
304         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
305         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
306         so that lock.m4 can be used in gettext without extensions module.
307
308 2007-09-11  Bruno Haible  <bruno@clisp.org>
309
310         * m4/isc-posix.m4: Remove file.
311         Suggested by Eric Blake.
312
313 2007-09-11  Eric Blake  <ebb9@byu.net>
314
315         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
316
317 2007-09-10  Bruno Haible  <bruno@clisp.org>
318
319         * posix-modules: Fix typo in error message.
320         Reported by Matt <mkraai@beckman.com>.
321
322 2007-09-09  Bruno Haible  <bruno@clisp.org>
323
324         * doc/functions/getdelim.texi: Update list of platforms lacking the
325         function.
326         * doc/functions/getline.texi: Likewise.
327
328 2007-09-09  Jim Meyering  <jim@meyering.net>
329
330         * lib/hash.c (hash_initialize): Detect calloc failure.
331         Reported by Bruno Haible.
332
333 2007-09-09  Bruno Haible  <bruno@clisp.org>
334
335         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
336         malloc or realloc fails.
337
338 2007-09-09  Bruno Haible  <bruno@clisp.org>
339
340         * modules/getcwd (Depends-on): Add malloc-posix.
341         * modules/glob (Depends-on): Likewise.
342         * modules/putenv (Depends-on): Likewise.
343         * modules/strdup (Depends-on): Likewise.
344         * modules/getdelim (Depends-on): Add realloc-posix.
345         * modules/read-file (Depends-on): Likewise.
346
347 2007-09-09  Bruno Haible  <bruno@clisp.org>
348
349         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
350         (gl_FUNC_MALLOC_POSIX): Require it.
351         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
352         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
353         * modules/realloc (Files): Add m4/malloc.m4.
354         * modules/calloc (Files): Likewise.
355
356 2007-09-09  Bruno Haible  <bruno@clisp.org>
357
358         * modules/malloc-posix: New file.
359         * modules/malloc (Depends-on): Add malloc-posix.
360         * lib/malloc.c: Include errno.h.
361         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
362         and a POSIX-compatible malloc into a single function. Set ENOMEM
363         when returning NULL.
364         * m4/malloc.m4: New file.
365         * doc/functions/malloc.texi: Mention the malloc-posix module.
366         * lib/stdlib_.h (malloc): New declaration.
367         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
368         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
369         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
370         and HAVE_MALLOC_POSIX.
371
372 2007-09-09  Bruno Haible  <bruno@clisp.org>
373
374         * modules/realloc-posix: New file.
375         * modules/realloc (Depends-on): Add realloc-posix.
376         * lib/realloc.c: Include errno.h.
377         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
378         and a POSIX-compatible realloc into a single function. Set ENOMEM
379         when returning NULL.
380         * m4/realloc.m4: New file.
381         * doc/functions/realloc.texi: Mention the realloc-posix module.
382         * lib/stdlib_.h (realloc): New declaration.
383         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
384         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
385         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
386         and HAVE_REALLOC_POSIX.
387
388 2007-09-09  Bruno Haible  <bruno@clisp.org>
389
390         * modules/calloc-posix: New file.
391         * modules/calloc (Depends-on): Add calloc-posix.
392         * lib/calloc.c: Include errno.h.
393         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
394         and a POSIX-compatible calloc into a single function. Set ENOMEM
395         when returning NULL.
396         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
397         * doc/functions/calloc.texi: Mention the calloc-posix module.
398         * lib/stdlib_.h (calloc): New declaration.
399         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
400         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
401         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
402         and HAVE_CALLOC_POSIX.
403
404 2007-09-09  Bruno Haible  <bruno@clisp.org>
405
406         Allow for modules to show an arbitrary notice.
407         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
408         * gnulib-tool: New option --extract-notice.
409         (func_usage): Document it.
410         (sed_extract_prog): Update.
411         (func_get_notice): New function.
412         (func_modules_notice): New function.
413         (func_import, func_create_testdir): Invoke it.
414         Suggested by Jim Meyering.
415
416 2007-09-09  Bruno Haible  <bruno@clisp.org>
417
418         * gnulib-tool: New options --verbose, --quiet.
419         (func_usage): Document them.
420         (verbose): New variable.
421         (func_execute_command): New function.
422         (func_import): Don't show the module list and the file list if
423         $verbose < 0.
424         (func_create_testdir): Likewise. Use func_execute_command.
425         (func_create_megatestdir): Use func_execute_command.
426
427 2007-09-08  Bruno Haible  <bruno@clisp.org>
428
429         * gnulib-tool (func_import): Prefer rsync over wget when available,
430         for fetching the PO files.
431
432 2007-09-08  Bruno Haible  <bruno@clisp.org>
433
434         * posix-modules: New file. Portions copied from gnulib-tool.
435         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
436
437 2007-09-08  Jim Meyering  <jim@meyering.net>
438
439         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
440         * lib/fpending.h: Rename from __fpending.h.
441         * lib/fpending.c: Rename from __fpending.c.
442         Include "fpending.h", not "__fpending.h".
443         * lib/__fpending.h, lib/__fpending.c: Remove files.
444         * modules/fpending (Files): Reflect new file names.
445         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
446
447 2007-09-08  Bruno Haible  <bruno@clisp.org>
448
449         * m4/inttypes-h.m4: Remove stub file.
450
451 2007-09-07  Simon Josefsson  <simon@josefsson.org>
452
453         * doc/headers/stdint.texi: Discuss #include_next issue.
454
455 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
456
457         * build-aux/bootstrap: Remove obsolete comment about wget --help.
458
459 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
460
461         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
462         in variable name.
463
464 2007-09-03  Jim Meyering  <jim@meyering.net>
465
466         New module: git-version-gen.
467         * modules/git-version-gen: New file.
468
469         Import changes from coreutils for bootstrap script.
470
471         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
472
473         bootstrap: uses rsync to download the .po files
474         * build-aux/bootstrap (po_download_command_format): New global.
475         (download_po_files): Use rsync.
476         (update_po_files): Don't remove .po files after download,
477         so future rsync runs can take advantage of the copies.
478
479         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
480
481         Solve the unnecessary-.po-file-regeneration problem once and for all.
482         * build-aux/bootstrap (download_po_files): New function, renamed from
483         get_translations.  Now, downloads, but doesn't update LINGUAS.
484         (update_po_files): New function.
485
486         bootstrap: Ignore more.
487         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
488         uniwidth to e.g., lib/.gitignore.
489         (slurp): Handle the sys_stat_.h -> sys mapping, too.
490
491         * build-aux/bootstrap: New setting: vc_ignore.
492         (insert_sorted_if_absent): Create $file if absent.
493         Adapt to new, possibly empty, list: $vc_ignore.
494
495         bootstrap: generate more ignorable names
496         * build-aux/bootstrap (slurp): When generating ignorable names,
497         also map .sin to .sed, .gperf to .c, and .y to .c.
498
499 2007-09-03  Jim Meyering  <jim@meyering.net>
500
501         * build-aux/git-version-gen: New file, from coreutils.  For details, see
502         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
503
504 2007-09-02  Bruno Haible  <bruno@clisp.org>
505
506         Fix mis-recognition of 'mcs' on QNX 6.
507         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
508         output contains the string "Mono".
509         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
510         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
511
512 2007-09-01  Bruno Haible  <bruno@clisp.org>
513
514         Fix collision between uniwidth/* and linebreak modules.
515         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
516         u32_width): Remove declarations.
517         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
518         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
519         streq3, streq2, streq1, streq0): Remove functions.
520         (STREQ): Remove macro.
521         (is_cjk_encoding): Remove function.
522         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
523         (uc_width, u8_width, u16_width, u32_width): Remove functions.
524         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
525         * NEWS: Document the change.
526
527 2007-09-01  Bruno Haible  <bruno@clisp.org>
528
529         * lib/streq.h: Add double-inclusion guard.
530
531 2007-09-01  Karl Berry  <karl@gnu.org>
532
533         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
534
535 2007-08-28  Jim Meyering  <jim@meyering.net>
536
537         Rename mreadlink_with_size to areadlink_with_size.
538         * NEWS: Document the change.
539         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
540         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
541         * lib/mreadlink.h: Rename this to...
542         * lib/areadlink.h: ...this.
543         * modules/mreadlink-with-size: Rename this to...
544         * modules/areadlink-with-size: ...this.
545         * lib/canonicalize.c: Reflect the renaming.
546         * modules/canonicalize: Likewise.
547
548 2007-08-26  Bruno Haible  <bruno@clisp.org>
549
550         * gnulib-tool (func_import): When deciding which files to remove,
551         consider also dangling symbolic links.
552         Reported by Eric Blake.
553
554 2007-08-26  Bruno Haible  <bruno@clisp.org>
555
556         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
557
558 2007-08-23  Simon Josefsson  <simon@josefsson.org>
559
560         * lib/readline.c: Don't include getline.h, the prototype is now
561         found in stdio.h.
562
563 2007-08-23  Jim Meyering  <jim@meyering.net>
564
565         Getdelim touchup.
566         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
567         around the funlockfile call, since funlockfile never sets errno.
568         Don't set errno upon failed realloc.
569
570 2007-08-22  Eric Blake  <ebb9@byu.net>
571
572         Getline touchups.
573         * lib/getdelim.c (getdelim): Revert regression that required *n to
574         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
575         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
576         getdelim, rather than whether implementation is missing.
577         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
578         * lib/stdio_.h (getline): Also declare if replacement is
579         required.
580         * doc/functions/getdelim.texi: New file.
581         * doc/functions/getline.texi: Likewise.
582         * doc/gnulib.texi (Function Substitutes): Add new files.
583         Reported by Bruno Haible.
584
585 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
586
587         * users.txt: Add Guile.
588
589 2007-08-22  Eric Blake  <ebb9@byu.net>
590
591         * tests/test-getdelim.c (main): Use remove, not unlink.
592         * tests/test-getline.c (main): Likewise.
593
594         Move getline and getdelim into stdio.h, per POSIX 200x.
595         * modules/getline (Files): Remove getline.h.
596         (Depends-on): Add stdio.
597         (configure.ac): Add module indicator.
598         * modules/getdelim (Files): Remove getdelim.h.
599         (Depends-on): Add stdio.
600         (configure.ac): Add module indicator.
601         * modules/stdio (Makefile.am): Work with new indicators.
602         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
603         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
604         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
605         * lib/getdelim.h: Delete.
606         * lib/getline.h: Delete.
607         * lib/stdio_.h (getdelim, getline): Declare.
608         * modules/getdelim-tests: New module.
609         * modules/getline-tests: Likewise.
610         * tests/test-getdelim.c: New file.
611         * tests/test-getline.c: Likewise.
612         * NEWS: Document the change.
613         * lib/getline.c: Update choice of header.
614         * lib/csharpcomp.c: Likewise.
615         * lib/getpass.c: Likewise.
616         * lib/javacomp.c: Likewise.
617         * lib/javaversion.c: Likewise.
618         * lib/yesno.c: Likewise.
619         * lib/getdelim.c: Likewise.
620         (getdelim): Set errno on failure, and avoid memory leak.
621
622 2007-08-19  Bruno Haible  <bruno@clisp.org>
623
624         * modules/closein (Depends-on): Add freadahead.
625         * lib/closein.c: Include freadahead.h.
626         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
627         is zero.
628
629 2007-08-19  Bruno Haible  <bruno@clisp.org>
630
631         * modules/freadahead-tests: New file.
632         * tests/test-freadahead.sh: New file.
633         * tests/test-freadahead.c: New file.
634
635         * modules/freadahead: New file.
636         * lib/freadahead.h: New file.
637         * lib/freadahead.c: New file.
638         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
639         fbufmode, fpurge, freadable, fwritable.
640
641 2007-08-19  Eric Blake  <ebb9@byu.net>
642
643         Test yesno in combination with closein.
644         * lib/yesno.c (yesno): Document use of stdin.
645         * modules/yesno-tests (Files): New module.
646         * tests/test-yesno.c (main): New file.
647         * tests/test-yesno.sh: Likewise.
648
649 2007-08-19  Bruno Haible  <bruno@clisp.org>
650
651         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
652         * lib/fseeko.c (rpl_fseeko): Likewise.
653         * lib/fseterr.c (fseterr): Likewise.
654
655 2007-08-19  Bruno Haible  <bruno@clisp.org>
656
657         * tests/test-lseek.c (main): Disable a test for BeOS.
658         * doc/functions/lseek.texi: Document the BeOS bug.
659
660 2007-08-19  Bruno Haible  <bruno@clisp.org>
661             Eric Blake  <ebb9@byu.net>
662
663         * lib/lseek.c: Include <sys/stat.h>.
664         (rpl_lseek): Add workaround code also for Unix platforms.
665         Needed for BeOS.
666         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
667         * doc/functions/lseek.texi: Document BeOS definiency.
668
669 2007-08-18  Bruno Haible  <bruno@clisp.org>
670
671         * modules/fstrcmp-tests: New file.
672         * tests/test-fstrcmp.c: New file.
673
674 2007-08-18  Bruno Haible  <bruno@clisp.org>
675
676         * modules/fstrcmp: New file, from GNU gettext with modifications.
677         * lib/fstrcmp.h: New file, from GNU gettext.
678         * lib/fstrcmp.c: New file, from GNU gettext.
679         * MODULES.html.sh (String handling): Add fstrcmp.
680
681 2007-08-18  Bruno Haible  <bruno@clisp.org>
682
683         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
684         'bool'.
685         (diag, compareseq): Remove const from the ctxt argument.
686         (USE_HEURISTIC): Undefine at the end.
687
688 2007-08-18  Jim Meyering  <jim@meyering.net>
689
690         New file: lib/idcache.h
691         * NEWS: Mention the addition.
692         * modules/idcache (Files): Add lib/idcache.h
693         * lib/idcache.c: Include "idcache.h".
694         Don't include <sys/types.h>.
695         Add a FIXME comment.
696         Move file-scoped "static" declarations to the top.
697         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
698
699 2007-08-17  Bruno Haible  <bruno@clisp.org>
700         and Paul Eggert  <eggert@cs.ucla.edu>
701
702         * MODULES.html.sh: Add diffseq.
703         * modules/diffseq: New file.
704         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
705         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
706
707 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
708
709         Import changes from coreutils for bootstrap script.
710
711         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
712
713         * build-aux/bootstrap (slurp): Work even in environments where
714         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
715         current code does not slurp files whose names start with ".", and
716         this looks like it might be a troublesome area.
717
718         2007-07-11  Jim Meyering  <jim@meyering.net>
719
720         If there's a GPL vN copyright comment, require that N == 3.
721
722         2007-07-08  Jim Meyering  <jim@meyering.net>
723
724         Run the coreutils-specific code only if tests/Makefile.am.in exists.
725         * build-aux/bootstrap (mam_template): Move definition out of loop.
726
727         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
728
729         * build-aux/bootstrap (symlink_to_dir): Rename function from
730         symlink_to_gnulib.  Add a directory parameter.  Update all
731         callers.
732         (cp_mark_as_generated): Also check for -- and link to -- files in
733         gl/.
734
735         2007-07-08  Jim Meyering  <jim@meyering.net>
736
737         Adapt to deeper hierarchy in gnulib.
738         * build-aux/bootstrap (symlink_to_dir): If the destination
739         directory doesn't exist, create it. This is required at least for
740         "lib/uniwidth/cjk.h".
741
742         2007-05-15  Jim Meyering  <jim@meyering.net>
743
744         * build-aux/bootstrap: Now that generated Makefile.am files
745         are no longer under version control, they must be created at
746         bootstrap time.
747
748 2007-08-14  Ben Pfaff  <blp@gnu.org>
749
750         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
751
752 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
753
754         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
755         given the changes below.
756         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
757         even on hosts that have padding bits beyond the supported 64.
758
759 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
760
761         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
762         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
763         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
764         depends on it.
765         (xstrtol_error): Remove.
766         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
767         but with a different signature.
768         (ATTRIBUTE_NORETURN, __attribute__): New macros.
769         * lib/xstrtol-error.c: Include exitfail.h.
770         (xstrtol_fatal): New function, with a different signature from the
771         old xstrtol_error, so that the caller need not worry about passing
772         in an exit status, or about storage management of the option argument.
773         (xstrtol_error): Now a static function.  Redo signature to
774         implement xstrtol_fatal.  Output the correct number of hyphens in
775         front of the option so that the caller need not worry about
776         storage management.
777         (N_): New macro.
778         (_): Remove; not used now.
779         * modules/xstrtol: Depend on getopt.
780         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
781         of old STRTOL_FATAL_ERROR macro.
782         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
783         of test program.
784         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
785         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
786
787 2007-08-08  Eric Blake  <ebb9@byu.net>
788
789         * lib/xstrtol-error.c: Add missing include.
790
791         Move xstrtol messages into gnulib domain, when --pobase is used.
792         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
793         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
794         * modules/xstrtol (Files): Distribute new file.
795         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
796         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
797         * tests/test-xstrtol.c: ...into new file.
798         * tests/test-xstrtoul.c: Also test xstrtoul.
799         * tests/test-xstrtoimax.c: Also test xstrtoimax.
800         * tests/test-xstrtoumax.c: Also test xstrtoumax.
801         * tests/test-xstrtol.sh: Drive the tests.
802         * tests/test-xstrtoimax.sh: Likewise.
803         * tests/test-xstrtoumax.sh: Likewise.
804         * modules/xstrtol-tests: New module.
805         * modules/xstrtoimax-tests: Likewise.
806         * modules/xstrtoumax-tests: Likewise.
807
808 2007-08-08  Jim Meyering  <jim@meyering.net>
809
810         New function: mfile_name_concat.
811         * lib/filenamecat.c (mfile_name_concat): New function, just like
812         file_name_concat, but return NULL upon failure rather than exiting
813         with a diagnostic.
814         * lib/filenamecat.h: Declare it.
815
816 2007-08-07  Bruno Haible  <bruno@clisp.org>
817
818         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
819         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
820         warning from gcc.
821         Reported by Eric Blake.
822
823 2007-08-07  Simon Josefsson  <simon@josefsson.org>
824
825         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
826         * modules/crypto/arcfour (License): Likewise.
827         * modules/crypto/des-tests (License): Likewise.
828         * modules/crypto/gc-arctwo-tests (License): Likewise.
829         * modules/crypto/gc-des-tests (License): Likewise.
830         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
831         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
832         * modules/crypto/gc-md2-tests (License): Likewise.
833         * modules/crypto/gc-md4-tests (License): Likewise.
834         * modules/crypto/gc-md5-tests (License): Likewise.
835         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
836         * modules/crypto/gc-rijndael-tests (License): Likewise.
837         * modules/crypto/gc-sha1-tests (License): Likewise.
838         * modules/crypto/gc-tests (License): Likewise.
839         * modules/crypto/hmac-md5 (License): Likewise.
840         * modules/crypto/hmac-sha1 (License): Likewise.
841         * modules/crypto/md2-tests (License): Likewise.
842         * modules/crypto/md4-tests (License): Likewise.
843         * modules/crypto/md5 (License): Likewise.
844         * modules/crypto/rijndael (License): Likewise.
845         * modules/crypto/sha1 (License): Likewise.
846         * modules/memxor (License): Likewise.
847
848 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
849         and Bruno Haible  <bruno@clisp.org>
850
851         * NEWS: Describe interface changes to human, xstrtol.
852         * lib/human.h: Include <xstrtol.h>.
853         (human_options): Return enum strtol_error, not int.  Remove
854         bool arg; take int * instead.
855         * lib/human.c: Don't include "gettext.h".
856         (_): Remove; no longer used.
857         Don't include <xstrtol.h>, since human.h does it.
858         (human_options): Adjust to abovementioned interface changes.
859         Do not report error to stderr; that's now the caller's
860         responsibility.
861         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
862         interface change.
863         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
864         Str, Argument_type_string.  All uses changed.  Put " argument"
865         in diagnostics to make them clearer.  Change wording of suffix
866         message for clarity.
867         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
868         Argument_type_string.
869         (STRTOL_FATAL_WARN): Remove; no longer used.
870         * modules/human (Depends-on): Remove gettext-h.
871
872 2007-08-06  Simon Josefsson  <simon@josefsson.org>
873
874         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
875
876 2007-07-31  Bruno Haible  <bruno@clisp.org>
877
878         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
879         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
880         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
881
882 2007-07-31  Bruno Haible  <bruno@clisp.org>
883
884         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
885         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
886
887 2007-07-30  Bruno Haible  <bruno@clisp.org>
888
889         * modules/base64 (License): Use the synonymous term "LGPLv2+".
890         * modules/c-ctype (License): Likewise.
891         * modules/c-strcase (License): Likewise.
892         * modules/check-version (License): Likewise.
893         * modules/iconv (License): Likewise.
894         * modules/iconv_open (License): Likewise.
895         * modules/read-file (License): Likewise.
896         * modules/striconv (License): Likewise.
897         * modules/strverscmp (License): Likewise.
898         * modules/vasprintf (License): Likewise.
899         * modules/crypto/des (License): Likewise.
900         * modules/crypto/gc (License): Likewise.
901         * modules/crypto/gc-arcfour (License): Likewise.
902         * modules/crypto/gc-arctwo (License): Likewise.
903         * modules/crypto/gc-des (License): Likewise.
904         * modules/crypto/gc-hmac-md5 (License): Likewise.
905         * modules/crypto/gc-hmac-sha1 (License): Likewise.
906         * modules/crypto/gc-md2 (License): Likewise.
907         * modules/crypto/gc-md4 (License): Likewise.
908         * modules/crypto/gc-md5 (License): Likewise.
909         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
910         * modules/crypto/gc-random (License): Likewise.
911         * modules/crypto/gc-rijndael (License): Likewise.
912         * modules/crypto/gc-sha1 (License): Likewise.
913         * modules/crypto/md2 (License): Likewise.
914         * modules/crypto/md4 (License): Likewise.
915
916 2007-07-30  Jim Meyering  <jim@meyering.net>
917
918         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
919         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
920         it has valid stat data.  This bug would cause du not to count the
921         sizes of inaccessible directories.
922         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
923         in <http://bugzilla.redhat.com/250077>.
924
925 2007-07-25  Peter O'Gorman  <peter@pogma.com>
926             Bruno Haible  <bruno@clisp.org>
927
928         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
929         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
930         #include_next, gives a diagnostic about it, but reports no error in
931         the exit code.
932         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
933
934 2007-07-24  Ben Pfaff  <blp@gnu.org>
935
936         Improve name: "count-one-bits" is better than "popcount".
937         * MODULES.html.sh: Update name.
938         * lib/popcount.h: Renamed lib/count-one-bits.h.
939         (popcount): Renamed count_one_bits.
940         (popcountl): Renamed count_one_bits_l.
941         (popcountll): Renamed count_one_bits_ll.
942         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
943         * modules/popcount: Renamed module/count-one-bits.
944         * modules/popcount-tests: Renamed module/count-one-bits-tests.
945         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
946
947 2007-07-23  Ben Pfaff  <blp@gnu.org>
948
949         * lib/popcount.h (popcount32): Reduce size of constants, to allow
950         better code generation, and add U to large constants to avoid
951         warnings, in non-GCC case.
952         Suggested by Bruno Haible.
953
954 2007-07-23  Ben Pfaff  <blp@gnu.org>
955
956         * lib/popcount.h: Use verify_true instead of if...abort.
957         * modules/popcount: Depend on verify module.
958         Suggested by Jim Meyering.
959
960 2007-07-23  Bruno Haible  <bruno@clisp.org>
961
962         * gnulib-tool (func_import): Create a .cvsignore file also when the
963         directory is not yet in CVS but the toplevel directory is. When
964         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
965         Reported by Karl Berry.
966
967 2007-07-22  Ben Pfaff  <blp@gnu.org>
968
969         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
970         case.
971         Suggested by Eric Blake.
972
973 2007-07-22  Ben Pfaff  <blp@gnu.org>
974
975         New module: popcount.
976         * MODULES.html.sh: Add popcount.
977         * modules/popcount: New file.
978         * modules/popcount-tests: New file.
979         * tests/test-popcount.c: New file.
980         * lib/popcount.h: New file.
981         * m4/popcount.m4: New file.
982
983 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
984
985         * build-aux/announce-gen: Update to GPLv3.
986
987         * build-aux/config.guess: Update from config.
988
989 2007-07-21  Bruno Haible  <bruno@clisp.org>
990
991         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
992         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
993
994 2007-07-20  Jim Meyering  <jim@meyering.net>
995
996         * check-module: Diagnose a self-dependency.
997
998 2007-07-19  Bruno Haible  <bruno@clisp.org>
999
1000         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
1001         empty.
1002         Reported by Eric Blake.
1003
1004 2007-07-18  Bruno Haible  <bruno@clisp.org>
1005
1006         * gnulib-tool: New options --po-base, --po-domain.
1007         (func_usage): Document them.
1008         (pobase, po_domain): New variables.
1009         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
1010         DEFAULT_TEXT_DOMAIN.
1011         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
1012         (func_import): Consider pobase and po_domain. Create a po/ directory.
1013         (func_create_testdir): Set pobase and po_domain to empty.
1014         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
1015         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
1016
1017 2007-07-18  Bruno Haible  <bruno@clisp.org>
1018
1019         * gnulib-tool (func_get_automake_snippet): Synthesize also an
1020         EXTRA_DIST augmentation for files in build-aux/.
1021
1022 2007-07-16  Bruno Haible  <bruno@clisp.org>
1023
1024         * modules/lseek (License): Use the synonymous term "LGPLv2+".
1025         * modules/getdelim (License): Likewise.
1026
1027 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1028
1029         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
1030         * modules/d-type (License): Likewise.
1031         * modules/extensions (License): Likewise.
1032         * modules/fnmatch (License): Likewise.
1033         * modules/fseeko (License): Likewise.
1034         * modules/getaddrinfo (License): Likewise.
1035         * modules/getline (License): Likewise.
1036         * modules/getlogin_r (License): Likewise.
1037         * modules/getpass (License): Likewise.
1038         * modules/gettimeofday (License): Likewise.
1039         * modules/glob (License): Likewise.
1040         * modules/inet_ntop (License): Likewise.
1041         * modules/malloc (License): Likewise.
1042         * modules/malloca (License): Likewise.
1043         * modules/memmem (License): Likewise.
1044         * modules/mempcpy (License): Likewise.
1045         * modules/memset (License): Likewise.
1046         * modules/minmax (License): Likewise.
1047         * modules/mktime (License): Likewise.
1048         * modules/netinet_in (License): Likewise.
1049         * modules/pathmax (License): Likewise.
1050         * modules/poll (License): Likewise.
1051         * modules/regex (License): Likewise.
1052         * modules/snprintf (License): Likewise.
1053         * modules/stdbool (License): Likewise.
1054         * modules/stdint (License): Likewise.
1055         * modules/stdio (License): Likewise.
1056         * modules/strcase (License): Likewise.
1057         * modules/strcasestr (License): Likewise.
1058         * modules/strdup (License): Likewise.
1059         * modules/string (License): Likewise.
1060         * modules/strndup (License): Likewise.
1061         * modules/strnlen (License): Likewise.
1062         * modules/strpbrk (License): Likewise.
1063         * modules/strptime (License): Likewise.
1064         * modules/strsep (License): Likewise.
1065         * modules/sys_select (License): Likewise.
1066         * modules/sys_socket (License): Likewise.
1067         * modules/sys_stat (License): Likewise.
1068         * modules/sys_time (License): Likewise.
1069         * modules/time (License): Likewise.
1070         * modules/time_r (License): Likewise.
1071         * modules/timegm (License): Likewise.
1072         * modules/unistd (License): Likewise.
1073         * modules/vsnprintf (License): Likewise.
1074         * modules/wctype (License): Likewise.
1075
1076 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1077
1078         * modules/argz (License): LGPLv2+.
1079
1080 2007-07-15  Karl Berry  <karl@gnu.org>
1081
1082         * doc/gnulib.texi: revise node structure per new fdl.texi.
1083
1084 2007-07-14  Bruno Haible  <bruno@clisp.org>
1085
1086         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
1087         the output file.
1088         * lib/uniname/uninames.h: Regenerated.
1089
1090 2007-07-14  Karl Berry  <karl@gnu.org>
1091
1092         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
1093         omitting sectioning and index commands.
1094
1095 2007-07-13  Bruno Haible  <bruno@clisp.org>
1096
1097         New gnulib-tool option --more-symlinks.
1098         * gnulib-tool (func_usage): Document --more-symlinks.
1099         (do_copyrights): New variable.
1100         Recognize option --more-symlinks.
1101         (func_import): Don't add a copyright notice transform to
1102         sed_transform_lib_file if do_copyrights is empty.
1103
1104 2007-07-13  Bruno Haible  <bruno@clisp.org>
1105
1106         * lib/vasnprintf.c (decimal_point_char): Define also if
1107         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
1108         && !NEED_PRINTF_DIRECTIVE_A.
1109         Reported by Clemens Koller <clemens.koller@anagramm.de> via
1110         Gary V. Vaughan <gary@gnu.org>.
1111
1112 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
1113
1114         * lib/inttypes_.h: Undo previous change, since it was fixed
1115         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
1116
1117 2007-07-13  Bruno Haible  <bruno@clisp.org>
1118
1119         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
1120         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
1121
1122 2007-07-13  Jim Meyering  <jim@meyering.net>
1123
1124         df: Don't fail for Tru64's "file-on-file mount".
1125         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
1126         so we fall through and use statfs instead.  Details here:
1127         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
1128         Reported by Albert Chin.
1129
1130 2007-07-13  Bruno Haible  <bruno@clisp.org>
1131
1132         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
1133         * modules/configmake (License): Likewise.
1134         * modules/gettext (License): Likewise.
1135         * modules/gettext-h (License): Likewise.
1136         * modules/include_next (License): Likewise.
1137         * modules/link-warning (License): Likewise.
1138         * modules/localcharset (License): Likewise.
1139         * modules/localename (License): Likewise.
1140         * modules/lock (License): Likewise.
1141         * modules/relocatable-lib-lgpl (License): Likewise.
1142         * modules/size_max (License): Likewise.
1143         * modules/vasnprintf (License): Likewise.
1144         * modules/wchar (License): Likewise.
1145         * modules/xsize (License): Likewise.
1146
1147 2007-07-13  Bruno Haible  <bruno@clisp.org>
1148
1149         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
1150         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
1151
1152 2007-07-12  Bruno Haible  <bruno@clisp.org>
1153
1154         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
1155         in the modules files.
1156
1157 2007-07-11  Karl Berry  <karl@gnu.org>
1158
1159         * MODULES.html.sh (func_module): use
1160          sed -e '\|^'"${includefile}"'$|d'
1161          instead of /.../d, to avoid errors on $includefile's containing /.
1162
1163 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
1164
1165         * gnulib-tool (func_import): Avoid duplication of --avoid
1166         statements
1167         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
1168         names to `_' in variable names.
1169
1170 2007-07-10  Eric Blake  <ebb9@byu.net>
1171
1172         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
1173         * NEWS: Document this change.
1174
1175 2007-07-08  Bruno Haible  <bruno@clisp.org>
1176
1177         Update to Unicode 5.0.
1178         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
1179         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
1180         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
1181         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
1182         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
1183         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
1184         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
1185         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
1186         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
1187         U+10A3F, U+1D242..U+1D244.
1188         (nonspacing_table_ind): Update.
1189         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
1190         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
1191
1192 2007-07-08  Bruno Haible  <bruno@clisp.org>
1193
1194         Update to Unicode 5.0.
1195         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
1196         code transform. Extend the name index field of unicode_name_to_code and
1197         unicode_code_to_name from 16 to 24 bits.
1198         * lib/uniname/uniname.c (unicode_character_name,
1199         unicode_name_character): Add the range 0x12xxx to the code transform.
1200         * lib/uniname/uninames.h: Regenerated.
1201         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
1202
1203 2007-07-07  Bruno Haible  <bruno@clisp.org>
1204
1205         * modules/wcwidth-tests: New file.
1206         * tests/test-wcwidth.c: New file.
1207
1208         Work around MacOS X wcwidth() bug.
1209         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
1210         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
1211         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
1212         original wcwidth in non-UTF-8 locales.
1213         * modules/wcwidth (Depends-on): Add localcharset, streq,
1214         uniwidth/width.
1215         * doc/functions/wcwidth.texi: Update.
1216
1217 2007-07-07  Bruno Haible  <bruno@clisp.org>
1218
1219         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
1220         (wcwidth): New declaration.
1221         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
1222         macros.
1223         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
1224         here. Prepare for creating <wchar.h> unconditionally.
1225         * modules/wchar (Depends-on): Add link-warning.
1226         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
1227         REPLACE_WCWIDTH, and GL_LINK_WARNING.
1228         * lib/wcwidth.h: Remove file.
1229         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
1230         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
1231         * modules/wcwidth (Files): Remove lib/wcwidth.h.
1232         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
1233         (Include): Replace wcwidth.h with <wchar.h>.
1234         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
1235         * lib/mbchar.h: Don't include wcwidth.h.
1236         * lib/mbswidth.c: Likewise.
1237         * NEWS: Mention the change.
1238
1239 2007-07-07  Bruno Haible  <bruno@clisp.org>
1240
1241         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
1242         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
1243         definition with an external declaration.
1244         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
1245         defined as a function. Remove AC_C_INLINE requirement.
1246         * modules/wcwidth (Files): Add lib/wcwidth.c.
1247         (Makefile.am): Remove redundant statement.
1248
1249 2007-07-07  Bruno Haible  <bruno@clisp.org>
1250
1251         * MODULES.html.sh (Unicode string functions): Add the new modules.
1252
1253         * tests/uniwidth/test-u32-strwidth.c: New file.
1254         * modules/uniwidth/u32-strwidth-tests: New file.
1255
1256         * lib/uniwidth/u32-strwidth.c: New file.
1257         * modules/uniwidth/u32-strwidth: New file.
1258
1259         * tests/uniwidth/test-u16-strwidth.c: New file.
1260         * modules/uniwidth/u16-strwidth-tests: New file.
1261
1262         * lib/uniwidth/u16-strwidth.c: New file.
1263         * modules/uniwidth/u16-strwidth: New file.
1264
1265         * tests/uniwidth/test-u8-strwidth.c: New file.
1266         * modules/uniwidth/u8-strwidth-tests: New file.
1267
1268         * lib/uniwidth/u8-strwidth.c: New file.
1269         * modules/uniwidth/u8-strwidth: New file.
1270
1271         * tests/uniwidth/test-u32-width.c: New file.
1272         * modules/uniwidth/u32-width-tests: New file.
1273
1274         * lib/uniwidth/u32-width.c: New file.
1275         * modules/uniwidth/u32-width: New file.
1276
1277         * tests/uniwidth/test-u16-width.c: New file.
1278         * modules/uniwidth/u16-width-tests: New file.
1279
1280         * lib/uniwidth/u16-width.c: New file.
1281         * modules/uniwidth/u16-width: New file.
1282
1283         * tests/uniwidth/test-u8-width.c: New file.
1284         * modules/uniwidth/u8-width-tests: New file.
1285
1286         * lib/uniwidth/u8-width.c: New file.
1287         * modules/uniwidth/u8-width: New file.
1288
1289         * tests/uniwidth/test-uc_width.c: New file.
1290         * modules/uniwidth/width-tests: New file.
1291
1292         * lib/uniwidth/width.c: New file, from GNU libiconv.
1293         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
1294         * modules/uniwidth/width: New file.
1295
1296         * lib/uniwidth.h: New file, from GNU libiconv.
1297         * modules/uniwidth/base: New file.
1298
1299 2007-07-07  Bruno Haible  <bruno@clisp.org>
1300
1301         * lib/uniname.h: New file, from GNU gettext.
1302         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
1303         * lib/uniname/uninames.h: New file, from GNU gettext.
1304         * lib/uniname/uniname.c: New file, from GNU gettext.
1305         * tests/uniname/test-uninames.sh: New file.
1306         * tests/uniname/test-uninames.c: New file, from GNU gettext.
1307         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
1308         * modules/uniname/base: New file.
1309         * modules/uniname/uniname: New file.
1310         * modules/uniname/uniname-tests: New file.
1311         * MODULES.html.sh (Unicode string functions): Add the new modules.
1312
1313 2007-07-06  Bruno Haible  <bruno@clisp.org>
1314
1315         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
1316
1317 2007-07-06  Bruno Haible  <bruno@clisp.org>
1318
1319         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
1320         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
1321         includes <cygwin/sys_time.h> which includes <sys/select.h> which
1322         include <sys/time.h>.
1323         Reported by Eric Blake.
1324
1325 2007-07-06  Eric Blake  <ebb9@byu.net>
1326
1327         Fix testing canonicalize on cygwin.
1328         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
1329         Revert patch from 2007-06-19.
1330         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
1331         canonicalize module is also in use.
1332         * tests/test-canonicalize.c: New file.
1333         * tests/test-canonicalize.sh: Likewise.
1334         * modules/canonicalize-tests: Likewise.
1335
1336 2007-07-06  Jim Meyering  <jim@meyering.net>
1337
1338         * lib/getugroups.c (getugroups): Detect getgrent failure.
1339         Adjust comment to reflect reality: this function may return -1.
1340
1341 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
1342
1343         * build-aux/bootstrap (TP_URL,get_translations): Update to use
1344         the new TP address.
1345         (usage): Fix typo
1346         (gnulib_mk): New variable.
1347
1348 2007-07-05  Jim Meyering  <jim@meyering.net>
1349
1350         Don't let endgrent clobber errno, no matter how improbable.
1351         * lib/getugroups.c (getugroups): Save and restore errno around
1352         endgrent call.
1353
1354         Close the group DB even when failing with 2^31 or more members.
1355         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
1356
1357 2007-07-04  Jim Meyering  <jim@meyering.net>
1358
1359         * lib/getugroups.h: New file.
1360         * lib/getugroups.c: Include "getugroups.h".
1361         Remove uses of "register" keyword.
1362         Move local variable, "cp", down into scope where used.
1363         Give "username" parameter the "const" attribute.
1364         * modules/getugroups (Files): Add lib/getugroups.h
1365
1366 2007-07-04  Karl Berry  <karl@gnu.org>
1367
1368         * MODULES.html.sh (func_all_modules): Complete rename of
1369         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
1370
1371 2007-07-02  Bruno Haible  <bruno@clisp.org>
1372
1373         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
1374         mode, when inttypes.h comes from gnulib.
1375         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1376
1377 2007-07-02  Simon Josefsson  <simon@josefsson.org>
1378
1379         * NEWS: Mention lgpl module name change.
1380
1381         * modules/lgpl-2.1: Renamed from lgpl.
1382
1383         * NEWS: Mention gpl module name change.
1384
1385         * modules/gpl-3.0: New file, based on gpl-2.0.
1386
1387         * modules/gpl-2.0: Renamed from gpl.
1388
1389         * modules/gpl: Fix filename, doc/gpl.texi is now found at
1390         doc/gpl-2.0.texi.
1391
1392 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
1393
1394         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
1395         #define __STDC_LIMIT_MACROS temporarily while including
1396         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
1397         Problem reported by Joel E. Denny in
1398         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
1399
1400 2007-07-01  Bruno Haible  <bruno@clisp.org>
1401
1402         * lib/unistdio.h: New file.
1403         * lib/unistdio/u-asnprintf.h: New file.
1404         * lib/unistdio/u-asprintf.h: New file.
1405         * lib/unistdio/u-printf-args.c: New file.
1406         * lib/unistdio/u-printf-args.h: New file.
1407         * lib/unistdio/u-printf-parse.h: New file.
1408         * lib/unistdio/u-snprintf.h: New file.
1409         * lib/unistdio/u-sprintf.h: New file.
1410         * lib/unistdio/u-vasprintf.h: New file.
1411         * lib/unistdio/u-vsnprintf.h: New file.
1412         * lib/unistdio/u-vsprintf.h: New file.
1413         * lib/unistdio/ulc-asnprintf.c: New file.
1414         * lib/unistdio/ulc-asprintf.c: New file.
1415         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
1416         * lib/unistdio/ulc-printf-parse.c: New file.
1417         * lib/unistdio/ulc-snprintf.c: New file.
1418         * lib/unistdio/ulc-sprintf.c: New file.
1419         * lib/unistdio/ulc-vasnprintf.c: New file.
1420         * lib/unistdio/ulc-vasprintf.c: New file.
1421         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
1422         * lib/unistdio/ulc-vsnprintf.c: New file.
1423         * lib/unistdio/ulc-vsprintf.c: New file.
1424         * lib/unistdio/u8-asnprintf.c: New file.
1425         * lib/unistdio/u8-asprintf.c: New file.
1426         * lib/unistdio/u8-printf-parse.c: New file.
1427         * lib/unistdio/u8-snprintf.c: New file.
1428         * lib/unistdio/u8-sprintf.c: New file.
1429         * lib/unistdio/u8-vasnprintf.c: New file.
1430         * lib/unistdio/u8-vasprintf.c: New file.
1431         * lib/unistdio/u8-vsnprintf.c: New file.
1432         * lib/unistdio/u8-vsprintf.c: New file.
1433         * lib/unistdio/u8-u8-asnprintf.c: New file.
1434         * lib/unistdio/u8-u8-asprintf.c: New file.
1435         * lib/unistdio/u8-u8-snprintf.c: New file.
1436         * lib/unistdio/u8-u8-sprintf.c: New file.
1437         * lib/unistdio/u8-u8-vasnprintf.c: New file.
1438         * lib/unistdio/u8-u8-vasprintf.c: New file.
1439         * lib/unistdio/u8-u8-vsnprintf.c: New file.
1440         * lib/unistdio/u8-u8-vsprintf.c: New file.
1441         * lib/unistdio/u16-asnprintf.c: New file.
1442         * lib/unistdio/u16-asprintf.c: New file.
1443         * lib/unistdio/u16-printf-parse.c: New file.
1444         * lib/unistdio/u16-snprintf.c: New file.
1445         * lib/unistdio/u16-sprintf.c: New file.
1446         * lib/unistdio/u16-vasnprintf.c: New file.
1447         * lib/unistdio/u16-vasprintf.c: New file.
1448         * lib/unistdio/u16-vsnprintf.c: New file.
1449         * lib/unistdio/u16-vsprintf.c: New file.
1450         * lib/unistdio/u16-u16-asnprintf.c: New file.
1451         * lib/unistdio/u16-u16-asprintf.c: New file.
1452         * lib/unistdio/u16-u16-snprintf.c: New file.
1453         * lib/unistdio/u16-u16-sprintf.c: New file.
1454         * lib/unistdio/u16-u16-vasnprintf.c: New file.
1455         * lib/unistdio/u16-u16-vasprintf.c: New file.
1456         * lib/unistdio/u16-u16-vsnprintf.c: New file.
1457         * lib/unistdio/u16-u16-vsprintf.c: New file.
1458         * lib/unistdio/u32-asnprintf.c: New file.
1459         * lib/unistdio/u32-asprintf.c: New file.
1460         * lib/unistdio/u32-printf-parse.c: New file.
1461         * lib/unistdio/u32-snprintf.c: New file.
1462         * lib/unistdio/u32-sprintf.c: New file.
1463         * lib/unistdio/u32-vasnprintf.c: New file.
1464         * lib/unistdio/u32-vasprintf.c: New file.
1465         * lib/unistdio/u32-vsnprintf.c: New file.
1466         * lib/unistdio/u32-vsprintf.c: New file.
1467         * lib/unistdio/u32-u32-asnprintf.c: New file.
1468         * lib/unistdio/u32-u32-asprintf.c: New file.
1469         * lib/unistdio/u32-u32-snprintf.c: New file.
1470         * lib/unistdio/u32-u32-sprintf.c: New file.
1471         * lib/unistdio/u32-u32-vasnprintf.c: New file.
1472         * lib/unistdio/u32-u32-vasprintf.c: New file.
1473         * lib/unistdio/u32-u32-vsnprintf.c: New file.
1474         * lib/unistdio/u32-u32-vsprintf.c: New file.
1475         * tests/unistdio/test-ulc-asnprintf1.c: New file.
1476         * tests/unistdio/test-ulc-asnprintf1.h: New file.
1477         * tests/unistdio/test-ulc-printf1.h: New file.
1478         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
1479         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
1480         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
1481         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
1482         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
1483         * tests/unistdio/test-ulc-vasprintf1.c: New file.
1484         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
1485         * tests/unistdio/test-ulc-vsprintf1.c: New file.
1486         * tests/unistdio/test-u8-asnprintf1.c: New file.
1487         * tests/unistdio/test-u8-asnprintf1.h: New file.
1488         * tests/unistdio/test-u8-printf1.h: New file.
1489         * tests/unistdio/test-u8-vasnprintf1.c: New file.
1490         * tests/unistdio/test-u8-vasnprintf2.c: New file.
1491         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
1492         * tests/unistdio/test-u8-vasnprintf3.c: New file.
1493         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
1494         * tests/unistdio/test-u8-vasprintf1.c: New file.
1495         * tests/unistdio/test-u8-vsnprintf1.c: New file.
1496         * tests/unistdio/test-u8-vsprintf1.c: New file.
1497         * tests/unistdio/test-u16-asnprintf1.c: New file.
1498         * tests/unistdio/test-u16-asnprintf1.h: New file.
1499         * tests/unistdio/test-u16-printf1.h: New file.
1500         * tests/unistdio/test-u16-vasnprintf1.c: New file.
1501         * tests/unistdio/test-u16-vasnprintf2.c: New file.
1502         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
1503         * tests/unistdio/test-u16-vasnprintf3.c: New file.
1504         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
1505         * tests/unistdio/test-u16-vasprintf1.c: New file.
1506         * tests/unistdio/test-u16-vsnprintf1.c: New file.
1507         * tests/unistdio/test-u16-vsprintf1.c: New file.
1508         * tests/unistdio/test-u32-asnprintf1.c: New file.
1509         * tests/unistdio/test-u32-asnprintf1.h: New file.
1510         * tests/unistdio/test-u32-printf1.h: New file.
1511         * tests/unistdio/test-u32-vasnprintf1.c: New file.
1512         * tests/unistdio/test-u32-vasnprintf2.c: New file.
1513         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
1514         * tests/unistdio/test-u32-vasnprintf3.c: New file.
1515         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
1516         * tests/unistdio/test-u32-vasprintf1.c: New file.
1517         * tests/unistdio/test-u32-vsnprintf1.c: New file.
1518         * tests/unistdio/test-u32-vsprintf1.c: New file.
1519         * modules/unistdio/base: New file.
1520         * modules/unistdio/u-printf-args: New file.
1521         * modules/unistdio/ulc-asnprintf: New file.
1522         * modules/unistdio/ulc-asprintf: New file.
1523         * modules/unistdio/ulc-fprintf: New file.
1524         * modules/unistdio/ulc-printf-parse: New file.
1525         * modules/unistdio/ulc-snprintf: New file.
1526         * modules/unistdio/ulc-sprintf: New file.
1527         * modules/unistdio/ulc-vasnprintf: New file.
1528         * modules/unistdio/ulc-vasprintf: New file.
1529         * modules/unistdio/ulc-vfprintf: New file.
1530         * modules/unistdio/ulc-vsnprintf: New file.
1531         * modules/unistdio/ulc-vsprintf: New file.
1532         * modules/unistdio/u8-asnprintf: New file.
1533         * modules/unistdio/u8-asprintf: New file.
1534         * modules/unistdio/u8-printf-parse: New file.
1535         * modules/unistdio/u8-snprintf: New file.
1536         * modules/unistdio/u8-sprintf: New file.
1537         * modules/unistdio/u8-vasnprintf: New file.
1538         * modules/unistdio/u8-vasprintf: New file.
1539         * modules/unistdio/u8-vsnprintf: New file.
1540         * modules/unistdio/u8-vsprintf: New file.
1541         * modules/unistdio/u8-u8-asnprintf: New file.
1542         * modules/unistdio/u8-u8-asprintf: New file.
1543         * modules/unistdio/u8-u8-snprintf: New file.
1544         * modules/unistdio/u8-u8-sprintf: New file.
1545         * modules/unistdio/u8-u8-vasnprintf: New file.
1546         * modules/unistdio/u8-u8-vasprintf: New file.
1547         * modules/unistdio/u8-u8-vsnprintf: New file.
1548         * modules/unistdio/u8-u8-vsprintf: New file.
1549         * modules/unistdio/u16-asnprintf: New file.
1550         * modules/unistdio/u16-asprintf: New file.
1551         * modules/unistdio/u16-printf-parse: New file.
1552         * modules/unistdio/u16-snprintf: New file.
1553         * modules/unistdio/u16-sprintf: New file.
1554         * modules/unistdio/u16-vasnprintf: New file.
1555         * modules/unistdio/u16-vasprintf: New file.
1556         * modules/unistdio/u16-vsnprintf: New file.
1557         * modules/unistdio/u16-vsprintf: New file.
1558         * modules/unistdio/u16-u16-asnprintf: New file.
1559         * modules/unistdio/u16-u16-asprintf: New file.
1560         * modules/unistdio/u16-u16-snprintf: New file.
1561         * modules/unistdio/u16-u16-sprintf: New file.
1562         * modules/unistdio/u16-u16-vasnprintf: New file.
1563         * modules/unistdio/u16-u16-vasprintf: New file.
1564         * modules/unistdio/u16-u16-vsnprintf: New file.
1565         * modules/unistdio/u16-u16-vsprintf: New file.
1566         * modules/unistdio/u32-asnprintf: New file.
1567         * modules/unistdio/u32-asprintf: New file.
1568         * modules/unistdio/u32-printf-parse: New file.
1569         * modules/unistdio/u32-snprintf: New file.
1570         * modules/unistdio/u32-sprintf: New file.
1571         * modules/unistdio/u32-vasnprintf: New file.
1572         * modules/unistdio/u32-vasprintf: New file.
1573         * modules/unistdio/u32-vsnprintf: New file.
1574         * modules/unistdio/u32-vsprintf: New file.
1575         * modules/unistdio/u32-u32-asnprintf: New file.
1576         * modules/unistdio/u32-u32-asprintf: New file.
1577         * modules/unistdio/u32-u32-snprintf: New file.
1578         * modules/unistdio/u32-u32-sprintf: New file.
1579         * modules/unistdio/u32-u32-vasnprintf: New file.
1580         * modules/unistdio/u32-u32-vasprintf: New file.
1581         * modules/unistdio/u32-u32-vsnprintf: New file.
1582         * modules/unistdio/u32-u32-vsprintf: New file.
1583         * modules/unistdio/ulc-asnprintf-tests: New file.
1584         * modules/unistdio/ulc-vasnprintf-tests: New file.
1585         * modules/unistdio/ulc-vasprintf-tests: New file.
1586         * modules/unistdio/ulc-vsnprintf-tests: New file.
1587         * modules/unistdio/ulc-vsprintf-tests: New file.
1588         * modules/unistdio/u8-asnprintf-tests: New file.
1589         * modules/unistdio/u8-vasnprintf-tests: New file.
1590         * modules/unistdio/u8-vasprintf-tests: New file.
1591         * modules/unistdio/u8-vsnprintf-tests: New file.
1592         * modules/unistdio/u8-vsprintf-tests: New file.
1593         * modules/unistdio/u16-asnprintf-tests: New file.
1594         * modules/unistdio/u16-vasnprintf-tests: New file.
1595         * modules/unistdio/u16-vasprintf-tests: New file.
1596         * modules/unistdio/u16-vsnprintf-tests: New file.
1597         * modules/unistdio/u16-vsprintf-tests: New file.
1598         * modules/unistdio/u32-asnprintf-tests: New file.
1599         * modules/unistdio/u32-vasnprintf-tests: New file.
1600         * modules/unistdio/u32-vasprintf-tests: New file.
1601         * modules/unistdio/u32-vsnprintf-tests: New file.
1602         * modules/unistdio/u32-vsprintf-tests: New file.
1603         * MODULES.html.sh (Unicode string functions): Add the new modules.
1604
1605 2007-07-01  Bruno Haible  <bruno@clisp.org>
1606
1607         * lib/sprintf.c (sprintf): Limit the available length estimation,
1608         to avoid address wraparound.
1609         * lib/vsprintf.c (vsprintf): Likewise.
1610         * modules/sprintf-posix (Dependencies): Add stdint.
1611         * modules/vsprintf-posix (Dependencies): Likewise.
1612
1613 2007-07-01  Bruno Haible  <bruno@clisp.org>
1614
1615         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
1616         Windows PATH as well. Conservative double-quoting. Comments.
1617
1618 2007-07-01  Bruno Haible  <bruno@clisp.org>
1619             Eric Blake  <ebb9@byu.net>
1620             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1621
1622         * gnulib-tool (self_abspathname): Fix algorithm to cope with
1623         empty components in $PATH, denoting '.'.
1624
1625 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1626
1627         * gnulib-tool: Fix indentation.
1628         (func_create_megatestdir): Likewise.
1629         Report by Bruno Haible.
1630
1631 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1632
1633         Sync from Automake.
1634         * build-aux/gnupload: Fix shell portability issues with for loops.
1635         Report by Karl Berry.
1636
1637 2007-06-29  Simon Josefsson  <simon@josefsson.org>
1638
1639         * build-aux/maint.mk (POURL): Use translationproject.org.
1640
1641 2007-06-27  Simon Josefsson  <simon@josefsson.org>
1642             Bruno Haible  <bruno@clisp.org>
1643
1644         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
1645         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
1646         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
1647         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
1648         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
1649
1650 2007-06-27  Bruno Haible  <bruno@clisp.org>
1651
1652         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
1653         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
1654
1655 2007-06-26  Karl Berry  <karl@gnu.org>
1656
1657         * MODULES.html.sh: remove xreadlink-with-size.
1658
1659 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1660
1661         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
1662         method that I hope also handles the double-include problem noted
1663         by Bruno Haible in
1664         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
1665
1666 2007-06-23  Bruno Haible  <bruno@clisp.org>
1667
1668         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1669         Don't let the 'mostlyclean' target fail if the last subdirectory could
1670         not be removed.
1671         Reported by Karl Berry.
1672
1673 2007-06-23  Bruno Haible  <bruno@clisp.org>
1674
1675         * gnulib-tool (echo): Add a speedier workaround for ksh.
1676         * tests/test-echo.sh: Likewise.
1677
1678 2007-06-23  Bruno Haible  <bruno@clisp.org>
1679
1680         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
1681         * tests/test-echo.sh: Likewise.
1682
1683 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1684
1685         * gnulib-tool (IFS): Initialize early, so we don't set it to
1686         empty later.
1687         (self_abspathname): Rewrite algorithm to set it, reindent.
1688         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
1689         (func_create_megatestdir): Merge some sed scripts.
1690
1691 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1692
1693         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
1694         exposed by Sun Studio 11 cc on Solaris 8.
1695
1696 2007-06-22  Bruno Haible  <bruno@clisp.org>
1697
1698         * gnulib-tool (echo): Ensure the echo primitive does not interpret
1699         backslashes.
1700         * tests/test-echo.sh: New file.
1701
1702 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1703
1704         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
1705         simplify `sed_replace_build_aux' scripts, they are portable but
1706         echoing them with `echo' is not.
1707         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
1708
1709 2007-06-21  Karl Berry  <karl@gnu.org>
1710
1711         * config/srclist.txt: guess we can't handle the licenses via
1712         srclist at the moment.
1713
1714 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
1715
1716         * MODULES.html.sh: Add include_next.
1717         * modules/include_next: New file.
1718
1719 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1720
1721         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
1722         INCLUDE_NEXT.
1723         (gl_CHECK_NEXT_HEADERS): New macro.
1724         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
1725         the obsolescent gl_ABSOLUTE_HEADER.
1726         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
1727         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
1728         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
1729         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
1730         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
1731         * m4/math_h.m4 (gl_MATH_H): Likewise.
1732         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
1733         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
1734         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
1735         * m4/stdint.m4 (gl_STDINT_H): Likewise.
1736         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
1737         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
1738         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
1739         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1740         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
1741         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
1742         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
1743         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
1744         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
1745         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
1746         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
1747         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1748         * m4/inttypes.m4 (gl_INTTYPES_H): Define
1749         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
1750         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
1751         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
1752         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
1753         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
1754         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
1755         * lib/float_.h: Likewise.
1756         * lib/inttypes_.h: Likewise.
1757         * lib/math_.h: Likewise.
1758         * lib/search_.h: Likewise.
1759         * lib/signal_.h: Likewise.
1760         * lib/stdint_.h: Likewise.
1761         * lib/stdio_.h: Likewise.
1762         * lib/stdlib_.h: Likewise.
1763         * lib/string_.h: Likewise.
1764         * lib/sys_stat_.h: Likewise.
1765         * lib/sys_time_.h: Likewise.
1766         * lib/time_.h: Likewise.
1767         * lib/unistd_.h: Likewise.
1768         * lib/wchar_.h: Likewise.
1769         * lib/wctype_.h: Likewise.
1770         * lib/dirent_.h: Likewise.
1771         * lib/iconv_.h: Likewise.
1772         * lib/locale_.h: Likewise.
1773         * lib/netinet_in_.h: Likewise.
1774         * lib/sys_select_.h: Likewise.
1775         * lib/sys_socket_.h: Likewise.
1776         * lib/sysexits_.h: Likewise.
1777         * modules/fcntl (Depends-on): Depend on include_next, not
1778         absolute_header.
1779         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
1780         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
1781         * modules/fchdir: Likewise.
1782         * modules/float: Likewise.
1783         * modules/iconv_open: Likewise.
1784         * modules/inttypes: Likewise.
1785         * modules/locale: Likewise.
1786         * modules/math: Likewise.
1787         * modules/netinet_in: Likewise.
1788         * modules/search: Likewise.
1789         * modules/signal: Likewise.
1790         * modules/stdint: Likewise.
1791         * modules/stdio: Likewise.
1792         * modules/stdlib: Likewise.
1793         * modules/string: Likewise.
1794         * modules/sys_select: Likewise.
1795         * modules/sys_socket: Likewise.
1796         * modules/sys_stat: Likewise.
1797         * modules/sys_time: Likewise.
1798         * modules/sysexits: Likewise.
1799         * modules/time: Likewise.
1800         * modules/unistd: Likewise.
1801         * modules/wchar: Likewise.
1802         * modules/wctype: Likewise.
1803         * modules/sys_stat: Change maintainer to "all".
1804         * modules/unistd: Likewise.
1805
1806 2007-06-20  Karl Berry  <karl@gnu.org>
1807
1808         * config/srclist.txt: track www changes in license files.
1809
1810 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
1811
1812         * build-aux/bootstrap: Remove stray dot.
1813         Make sure build_aux settings are honored when linking
1814         gnulib_extra_files.
1815
1816 2007-06-19  Eric Blake  <ebb9@byu.net>
1817
1818         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
1819         Allow compilation on cygwin.
1820
1821 2007-06-19  Jim Meyering  <jim@meyering.net>
1822
1823         xreadlink-with-size: Remove module.  No longer used.
1824         Ex-callers now use xreadlink or mreadlink-with-size.
1825         * modules/xreadlink-with-size: Remove module.
1826         * lib/xreadlink-with-size.c: Remove file.
1827         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
1828         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
1829         just before the function definition *is* accurate.
1830
1831         Eliminate one way canonicalize_filename_mode could exit.
1832         * lib/canonicalize.c (canonicalize_filename_mode):
1833         Use mreadlink_with_size, not xreadlink_with_size.
1834
1835 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
1836
1837         Detect porting problems to FreeBSD/arm, which has time_t wider than
1838         long int.  Original problem reported for GNU diff by Xin Li in
1839         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
1840         * modules/getdate (Depends-on): Add intprops, verify.
1841         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
1842         is an integer type no wider than long int.
1843
1844 2007-06-18  Jim Meyering  <jim@meyering.net>
1845
1846         New module: mreadlink-with-size.
1847         * MODULES.html.sh: Add mreadlink-with-size.
1848         * modules/mreadlink-with-size: New module
1849         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
1850         not xreadlink-with-size.
1851         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
1852
1853 2007-06-16  Bruno Haible  <bruno@clisp.org>
1854
1855         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
1856         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
1857         Reported by Gary V. Vaughan <gary@gnu.org>.
1858
1859 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
1860
1861         Revamp lchown so that it lives in unistd.h where it belongs.
1862         * lib/lchown.h: Remove.
1863         * lib/dirchownmod.c: Don't include lib/lchown.h.
1864         * lib/fchownat.c: Likewise.
1865         * lib/openat.c: Likewise.
1866         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
1867         does not follow symlinks.
1868         (EOPNOTSUPP): Define if not defined.
1869         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
1870         is defined to 0.
1871         (lchown): New decl.
1872         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
1873         Do not check for lchown decl.
1874         Set REPLACE_LCHOWN.
1875         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
1876         REPLACE_LCHOWN.
1877         * modules/chown: Make it clear it follows symlinks.
1878         * modules/lchown: Make it clear it doesn't follow symlinks.
1879         (Files): Remove lib/lchown.h
1880         (Depends-on): Add unistd.
1881         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
1882         (Include): Include <unistd.h>, not "lchown.h".
1883         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
1884         REPLACE_LCHOWN.
1885
1886 2007-06-15  Jim Meyering  <jim@meyering.net>
1887
1888         Change license (GPL to LGPL) of fsusage and dependents.
1889         * modules/fsusage (License): Change to LGPL.
1890         * modules/full-read (License): Likewise.
1891         * modules/full-write (License): Likewise.
1892         * modules/safe-read (License): Likewise.
1893         * modules/safe-write (License): Likewise.
1894
1895 2007-06-14  Ben Pfaff  <blp@gnu.org>
1896
1897         Missing part of allocsa -> malloca transition.
1898         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
1899         gl_MALLOCA.
1900
1901 2007-06-12  Bruno Haible  <bruno@clisp.org>
1902
1903         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
1904         to ia64, x86_64, i386.
1905         Reported by Eric Blake.
1906
1907 2007-06-12  Bruno Haible  <bruno@clisp.org>
1908
1909         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
1910         cross-compiling to x86_64.
1911
1912 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
1913
1914         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
1915         glitch reported by Ralf Wildenhues in
1916         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
1917
1918         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
1919         Vin Shelton.
1920
1921 2007-06-11  Bruno Haible  <bruno@clisp.org>
1922
1923         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
1924         replacement string.
1925         Reported by Eric Blake.
1926
1927 2007-06-10  Bruno Haible  <bruno@clisp.org>
1928
1929         Prepare vasnprintf code for use with Unicode strings.
1930         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
1931         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
1932         TYPE_U32_STRING.
1933         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
1934         a_u32_string variants.
1935         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1936         * lib/printf-args.c: Don't include config.h and the specification
1937         header if PRINTF_FETCHARGS is already defined.
1938         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1939         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
1940         TYPE_U16_STRING, TYPE_U32_STRING.
1941         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
1942         u16_directive, u16_directives, u32_directive, u32_directives): New
1943         types.
1944         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
1945         New declarations.
1946         * lib/printf-parse.c: Don't include config.h and the specification
1947         header if PRINTF_PARSE is already defined. Eliminate the set of
1948         parameters for WIDE_CHAR_VERSION; the user of this file must provide
1949         them now. Include c-ctype.h.
1950         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
1951         directive and CHAR_T_ONLY_ASCII.
1952         * lib/vasnprintf.c: Don't include config.h and the specification header
1953         if VASNPRINTF is already defined.
1954         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
1955         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
1956         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
1957         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
1958         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
1959         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
1960         code accordingly.
1961         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
1962         pad_ourselves also in this case, with the 'c' and 's' directives, and
1963         with a different notion of "width".
1964         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
1965
1966 2007-06-10  Bruno Haible  <bruno@clisp.org>
1967
1968         * modules/unistr/u32-mbsnlen: New file.
1969         * lib/unistr/u32-mbsnlen.c: New file.
1970
1971         * modules/unistr/u16-mbsnlen: New file.
1972         * lib/unistr/u16-mbsnlen.c: New file.
1973
1974         * modules/unistr/u8-mbsnlen: New file.
1975         * lib/unistr/u8-mbsnlen.c: New file.
1976
1977         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
1978         declarations.
1979
1980 2007-06-10  Bruno Haible  <bruno@clisp.org>
1981
1982         * lib/string_.h (mbsnlen): New declaration.
1983         * lib/mbsnlen.c: New file.
1984         * m4/mbsnlen.m4: New file.
1985         * modules/mbsnlen: New file.
1986         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
1987         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
1988         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
1989
1990 2007-06-10  Bruno Haible  <bruno@clisp.org>
1991
1992         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
1993
1994 2007-06-10  Bruno Haible  <bruno@clisp.org>
1995
1996         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
1997         * lib/mbuiter.h: Likewise.
1998
1999 2007-06-10  Bruno Haible  <bruno@clisp.org>
2000
2001         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
2002         declaration.
2003
2004 2007-06-10  Karl Berry  <karl@gnu.org>
2005
2006         * config/srclist.txt: remove gettext entries, Bruno prefers
2007         to update individually.
2008
2009 2007-06-10  Bruno Haible  <bruno@clisp.org>
2010
2011         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
2012         'maxlen'. Ensure only length + width bytes are allocated, not
2013         length + 1 + width.
2014
2015 2007-06-09  Bruno Haible  <bruno@clisp.org>
2016
2017         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
2018         (CHAR_T): Remove macro.
2019         (VASNPRINTF): Update.
2020
2021 2007-06-09  Bruno Haible  <bruno@clisp.org>
2022
2023         * MODULES.html.sh (Unicode string functions): Add the new modules.
2024
2025         * modules/uniconv/u32-conv-to-enc: New file.
2026         * lib/uniconv/u32-conv-to-enc.c: New file.
2027         * modules/uniconv/u32-conv-to-enc-tests: New file.
2028         * tests/uniconv/test-u32-conv-to-enc.c: New file.
2029
2030         * modules/uniconv/u16-conv-to-enc: New file.
2031         * lib/uniconv/u16-conv-to-enc.c: New file.
2032         * lib/uniconv/u-conv-to-enc.h: New file.
2033         * modules/uniconv/u16-conv-to-enc-tests: New file.
2034         * tests/uniconv/test-u16-conv-to-enc.c: New file.
2035
2036         * modules/uniconv/u8-conv-to-enc: New file.
2037         * lib/uniconv/u8-conv-to-enc.c: New file.
2038         * modules/uniconv/u8-conv-to-enc-tests: New file.
2039         * tests/uniconv/test-u8-conv-to-enc.c: New file.
2040
2041         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
2042         u32_conv_to_encoding): New declarations.
2043
2044 2007-06-09  Bruno Haible  <bruno@clisp.org>
2045
2046         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
2047
2048 2007-06-09  Bruno Haible  <bruno@clisp.org>
2049
2050         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
2051         * modules/malloca: Renamed from modules/allocsa, updated.
2052         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
2053         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
2054         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
2055         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
2056         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
2057         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
2058         * modules/xmalloca: Renamed from modules/xallocsa, updated.
2059         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
2060         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
2061         * modules/c-strcasestr (Depends-on): Update.
2062         * lib/c-strcasestr.c: Update.
2063         * modules/c-strstr (Depends-on): Update.
2064         * lib/c-strstr.c: Update.
2065         * modules/canonicalize-lgpl (Depends-on): Update.
2066         * lib/canonicalize-lgpl.c: Update.
2067         * modules/clean-temp (Depends-on): Update.
2068         * lib/clean-temp.c: Update.
2069         * modules/csharpcomp (Depends-on): Update.
2070         * lib/csharpcomp.c: Update.
2071         * modules/csharpexec (Depends-on): Update.
2072         * lib/csharpexec.c: Update.
2073         * modules/javacomp (Depends-on): Update.
2074         * lib/javacomp.c: Update.
2075         * modules/javaexec (Depends-on): Update.
2076         * lib/javaexec.c: Update.
2077         * modules/mbscasestr (Depends-on): Update.
2078         * lib/mbscasestr.c: Update.
2079         * modules/mbsstr (Depends-on): Update.
2080         * lib/mbsstr.c: Update.
2081         * modules/setenv (Depends-on): Update.
2082         * lib/setenv.c: Update.
2083         * modules/strcasestr (Depends-on): Update.
2084         * lib/strcasestr.c: Update.
2085         * modules/striconveha (Depends-on): Update.
2086         * lib/striconveha.c: Update.
2087         * modules/relocatable-prog-wrapper (Files): Update.
2088         * lib/relocwrapper.c: Update.
2089         * build-aux/install-reloc: Update.
2090         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
2091
2092 2007-06-08  Bruno Haible  <bruno@clisp.org>
2093
2094         Port to uClibc.
2095         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
2096         * lib/fpurge.c (fpurge): Likewise.
2097         * lib/freading.c (freading): Likewise.
2098         * lib/fseeko.c (rpl_fseeko): Likewise.
2099         * lib/fseterr.c (fseterr): Likewise.
2100         * lib/fwriting.c (fwriting): Likewise.
2101         * tests/test-fflush.c (main): Avoid a failure on uClibc.
2102
2103 2007-06-08  Bruno Haible  <bruno@clisp.org>
2104
2105         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
2106         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
2107         * modules/gettext (Files): Add m4/intlmacosx.m4.
2108
2109 2007-06-07  Bruno Haible  <bruno@clisp.org>
2110
2111         * modules/localename-tests: New file.
2112         * tests/test-localename.c: New file.
2113
2114         New module 'localename'.
2115         * lib/localename.h: New file.
2116         * lib/localename.c: New file, from GNU gettext.
2117         * m4/localename.m4: New file.
2118         * modules/localename: New file.
2119
2120 2007-06-07  Bruno Haible  <bruno@clisp.org>
2121
2122         Work around the lack of <wchar.h> on some builds of uClibc.
2123         * doc/headers/wchar.texi: Update.
2124         * lib/wchar_.h: Include <wchar.h> only if it exists.
2125         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
2126         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
2127         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
2128         doesn't exist.
2129         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
2130         * modules/mbfile (Depends-on): Add wchar.
2131         * modules/mbiter (Depends-on): Likewise.
2132         * modules/mbuiter (Depends-on): Likewise.
2133         Reported by Simon Josefsson.
2134
2135 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
2136
2137         Work around problem reported by Steven M. Schweda in
2138         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
2139         Tru64 5.1B with the Compaq compiler environment installed declares
2140         an 'isblank' function but does not define it in the C library.
2141         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
2142         * lib/regex_internal.h (isblank): Likewise.
2143         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
2144         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2145
2146 2007-06-05  Bruno Haible  <bruno@clisp.org>
2147
2148         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
2149         ia64.
2150         * modules/printf-safe: New file.
2151         * modules/fprintf-posix (Depends-on): Add printf-safe.
2152         * modules/printf-posix (Depends-on): Likewise.
2153         * modules/snprintf-posix (Depends-on): Likewise.
2154         * modules/sprintf-posix (Depends-on): Likewise.
2155         * modules/vasnprintf-posix (Depends-on): Likewise.
2156         * modules/vasprintf-posix (Depends-on): Likewise.
2157         * modules/vfprintf-posix (Depends-on): Likewise.
2158         * modules/vprintf-posix (Depends-on): Likewise.
2159         * modules/vsnprintf-posix (Depends-on): Likewise.
2160         * modules/vsprintf-posix (Depends-on): Likewise.
2161         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
2162         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
2163         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
2164         "no" on i386, x86_64, ia64.
2165         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
2166         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
2167         on i386, x86_64, ia64.
2168         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
2169         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
2170         on i386, x86_64, ia64.
2171         * tests/test-vasnprintf-posix.c: Include float.h.
2172         (LDBL80_WORDS): New macro.
2173         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
2174         on i386, x86_64, ia64.
2175         * tests/test-vasprintf-posix.c: Include float.h.
2176         (LDBL80_WORDS): New macro.
2177         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
2178         on i386, x86_64, ia64.
2179         * tests/test-snprintf-posix.c: Include float.h.
2180         * tests/test-sprintf-posix.c: Likewise.
2181         * tests/test-vsnprintf-posix.c: Likewise.
2182         * tests/test-vsprintf-posix.c: Likewise.
2183
2184 2007-06-05  Bruno Haible  <bruno@clisp.org>
2185
2186         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
2187         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
2188         non-IEEE numbers on i386, x86_64, ia64.
2189         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
2190         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
2191         * tests/test-isnanl.h: Include float.h.
2192         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
2193
2194 2007-06-05  Bruno Haible  <bruno@clisp.org>
2195
2196         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
2197         also the %a / %A. Handle the %a / %A code before this extra handling.
2198
2199 2007-06-05  Bruno Haible  <bruno@clisp.org>
2200
2201         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
2202         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
2203
2204 2007-06-05  Bruno Haible  <bruno@clisp.org>
2205
2206         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
2207         typo in variable name.
2208
2209 2007-06-05  Eric Blake  <ebb9@byu.net>
2210
2211         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
2212         Reported by Simon Josefsson.
2213
2214 2007-06-04  Bruno Haible  <bruno@clisp.org>
2215
2216         Avoid test failures on some PowerPC platforms.
2217         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
2218         Define differently for PowerPC.
2219         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
2220         Reported by Gary V. Vaughan <gary@gnu.org>.
2221
2222 2007-06-02  Bruno Haible  <bruno@clisp.org>
2223
2224         Fix test-stdint failure on FreeBSD/ia64.
2225         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
2226         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
2227         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
2228         * doc/headers/stdint.texi: Update.
2229
2230 2007-06-01  Bruno Haible  <bruno@clisp.org>
2231
2232         * tests/test-binary-io.c (main): Pass a third argument to open().
2233         Reported by Gary V. Vaughan <gary@gnu.org>.
2234
2235 2007-06-01  Bruno Haible  <bruno@clisp.org>
2236
2237         * doc/functions/frexpl.texi: Update for mingw.
2238
2239 2007-06-01  Bruno Haible  <bruno@clisp.org>
2240
2241         * tests/test-lseek.c (main): Disable test of errno for invalid third
2242         argument.
2243         * doc/functions/lseek.texi: Update.
2244         Reported by Gary V. Vaughan <gary@gnu.org>.
2245
2246 2007-05-28  Bruno Haible  <bruno@clisp.org>
2247
2248         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
2249
2250 2007-05-31  Eric Blake  <ebb9@byu.net>
2251
2252         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
2253         cross compiling.
2254
2255 2007-05-30  Eric Blake  <ebb9@byu.net>
2256         and Bruno Haible  <bruno@clisp.org>
2257
2258         Work around mingw test failures exposed by m4-1.4.9b.
2259         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
2260         * tests/test-unistd.c: Disable uid_t and git_t tests for the
2261         moment.
2262
2263 2007-05-30  Bruno Haible  <bruno@clisp.org>
2264
2265         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
2266         assuming that they are closed. Needed on HP-UX 11.
2267
2268 2007-05-29  Bruno Haible  <bruno@clisp.org>
2269
2270         Fix a problem with #include_next.
2271         * lib/dirent_.h: Split the double-inclusion guard.
2272         * lib/fcntl_.h: Likewise.
2273         * lib/float_.h: Likewise.
2274         * lib/iconv_.h: Likewise.
2275         * lib/inttypes_.h: Likewise.
2276         * lib/locale_.h: Likewise.
2277         * lib/math_.h: Likewise.
2278         * lib/netinet_in_.h: Likewise.
2279         * lib/search_.h: Likewise.
2280         * lib/signal_.h: Likewise.
2281         * lib/stdint_.h: Likewise.
2282         * lib/stdio_.h: Likewise.
2283         * lib/stdlib_.h: Likewise.
2284         * lib/string_.h: Likewise.
2285         * lib/sys_select_.h: Likewise.
2286         * lib/sys_socket_.h: Likewise.
2287         * lib/sys_stat_.h: Likewise.
2288         * lib/sys_time_.h: Likewise.
2289         * lib/sysexits_.h: Likewise.
2290         * lib/time_.h: Likewise.
2291         * lib/unistd_.h: Likewise.
2292         * lib/wchar_.h: Likewise.
2293         * lib/wctype_.h: Likewise.
2294
2295 2007-05-29  Bruno Haible  <bruno@clisp.org>
2296
2297         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
2298         for the moment.
2299
2300 2007-05-29  Bruno Haible  <bruno@clisp.org>
2301
2302         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
2303         invocation.
2304         Reported by Eric Blake.
2305
2306 2007-05-29  Bruno Haible  <bruno@clisp.org>
2307
2308         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
2309         compiling case.
2310
2311 2007-05-29  Eric Blake  <ebb9@byu.net>
2312             Bruno Haible  <bruno@clisp.org>
2313
2314         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
2315         cross compiles.
2316
2317 2007-05-28  Eric Blake  <ebb9@byu.net>
2318
2319         * modules/closein-tests (test_closein_LDADD): Support test on
2320         cygwin with libtool.
2321
2322 2007-05-28  Bruno Haible  <bruno@clisp.org>
2323
2324         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
2325         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
2326         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
2327         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
2328         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
2329         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
2330         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
2331         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
2332         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
2333
2334 2007-05-28  Eric Blake  <ebb9@byu.net>
2335
2336         Unconditionally include <config.h> in unit tests.
2337         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
2338         * tests/test-allocsa.c, tests/test-arcfour.c,
2339         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
2340         tests/test-array_list.c, tests/test-array_oset.c,
2341         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
2342         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
2343         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
2344         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
2345         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
2346         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
2347         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
2348         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
2349         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
2350         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
2351         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
2352         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
2353         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
2354         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
2355         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
2356         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
2357         test-md5.c, test-memmem.c, test-printf-posix.c,
2358         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
2359         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
2360         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
2361         test-strcasestr.c, test-striconv.c, test-striconveh.c,
2362         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
2363         test-vasnprintf-posix2.c, test-vasnprintf.c,
2364         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
2365         test-vfprintf-posix.c, test-vprintf-posix.c,
2366         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
2367         test-xvasprintf.c: Likewise.
2368
2369 2007-05-28  Bruno Haible  <bruno@clisp.org>
2370
2371         * gnulib-tool (func_import): Remember the --with-tests command-line
2372         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
2373         Reported by Eric Blake.
2374
2375 2007-05-28  Bruno Haible  <bruno@clisp.org>
2376
2377         * modules/ftell-tests: New file.
2378         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
2379         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
2380
2381         * lib/ftell.c: New file.
2382         * modules/ftell: New file.
2383         * m4/ftell.m4: New file.
2384         * doc/functions/ftell.texi: Update.
2385         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
2386         REPLACE_FTELL.
2387         * lib/stdio_.h (rpl_ftell): New declaration.
2388         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
2389         REPLACE_FTELL.
2390
2391 2007-05-28  Eric Blake  <ebb9@byu.net>
2392
2393         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
2394
2395 2007-05-28  Bruno Haible  <bruno@clisp.org>
2396
2397         * modules/fseek-tests: New file.
2398         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
2399         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
2400
2401         * lib/fseek.c: New file.
2402         * modules/fseek: New file.
2403         * m4/fseek.m4: New file.
2404         * doc/functions/fseek.texi: Update.
2405         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
2406         REPLACE_FSEEK.
2407         * lib/stdio_.h (rpl_fseek): New declaration.
2408         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
2409         REPLACE_FSEEK.
2410
2411 2007-05-28  Bruno Haible  <bruno@clisp.org>
2412
2413         * lib/stdio_.h (fflush): More comments.
2414
2415 2007-05-28  Bruno Haible  <bruno@clisp.org>
2416
2417         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
2418         runtime test.
2419
2420 2007-05-28  Eric Blake  <ebb9@byu.net>
2421
2422         Improve lseek module.
2423         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
2424         * lib/unistd_.h (lseek): Scale back link warning message.
2425         * tests/test-lseek.c: Beef up test.
2426         * tests/test-lseek.sh: Exercise more facets of lseek.
2427         Reported by Bruno Haible.
2428
2429 2007-05-28  Bruno Haible  <bruno@clisp.org>
2430
2431         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
2432         to define.
2433
2434 2007-05-27  Bruno Haible  <bruno@clisp.org>
2435
2436         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
2437
2438 2007-05-27  Bruno Haible  <bruno@clisp.org>
2439
2440         * modules/openmp: New file.
2441         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
2442         Noah Misch.
2443
2444 2007-05-26  Bruno Haible  <bruno@clisp.org>
2445
2446         * modules/chdir-long (Depends-on): Add fchdir.
2447         * modules/chdir-safer (Depends-on): Likewise.
2448         * modules/fts (Depends-on): Likewise.
2449         * modules/fts-lgpl (Depends-on): Likewise.
2450         * modules/openat (Depends-on): Likewise.
2451         * modules/savewd (Depends-on): Likewise.
2452
2453 2007-05-24  Eric Blake  <ebb9@byu.net>
2454
2455         Fix lseek on mingw.
2456         * modules/lseek: New module.
2457         * m4/lseek.m4: New file.
2458         * lib/lseek.c: New file.
2459         * modules/lseek-tests: New file.
2460         * tests/test-lseek.c: New file.
2461         * tests/test-lseek.sh: New file.
2462         * MODULES.html.sh: Document lseek module.
2463         * modules/fflush (Depends-on): Add lseek, fseeko.
2464         * modules/fseeko (Depends-on): Likewise.
2465         * modules/ftello (Depends-on): Likewise.
2466         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
2467         broken.
2468         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
2469         broken.
2470         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
2471         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
2472         * lib/ftello.c (rpl_ftello): Likewise.
2473         * tests/test-fseeko.c (main): Test this.
2474         * tests/test-fseeko.sh: Likewise.
2475         * tests/test-ftello.c (main): Likewise.
2476         * tests/test-ftello.sh: Likewise.
2477         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
2478         implies replacing fseek.
2479         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
2480         HAVE_FTELLO.
2481         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
2482         * modules/unistd (Makefile.am): Likewise.
2483         * lib/unistd_.h (lseek): Declare a replacement.
2484         * doc/functions/lseek.texi (lseek): Document this fix.
2485         * doc/functions/fseek.texi (fseek): Likewise.
2486         * doc/functions/ftell.texi (ftell): Likewise.
2487
2488 2007-05-24  Bruno Haible  <bruno@clisp.org>
2489
2490         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
2491         in the printed representation of a NaN.
2492         * tests/test-vasprintf-posix.c (test_function): Likewise.
2493         * tests/test-snprintf-posix.h (test_function): Likewise.
2494         * tests/test-sprintf-posix.h (test_function): Likewise.
2495         Reported by Eric Blake.
2496
2497 2007-05-23  Eric Blake  <ebb9@byu.net>
2498
2499         Fix fseeko/ftello on cygwin 1.5.24.
2500         * doc/functions/fseeko.texi (fseeko): Document the fix.
2501         * doc/functions/ftello.texi (ftello): Document the fix.
2502         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
2503         * doc/functions/stdout.text (stdout): New file.
2504         * doc/functions/stderr.text (stderr): New file.
2505         * doc/gnulib.texi (Function Substitutes): Use new files.
2506         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
2507         prior to 1.7.0.
2508         * tests/test-ftello.c (main): Likewise for ftello.
2509         * tests/test-fseeko.sh: New file.
2510         * tests/test-ftello.sh: New file.
2511         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
2512         with seekable stdin.
2513         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
2514         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
2515         (gl_REPLACE_FSEEKO): New macro.
2516         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
2517         * modules/fseeko (Files): Distribute fseeko.c.
2518         * modules/ftello (Files): Distribute ftello.c.
2519         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
2520         mode.
2521         * lib/ftello.c (rpl_ftello): New file.
2522         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
2523         fseeko, ftello.
2524         (gl_STDIN_LARGE_OFFSET): New macro.
2525         * modules/stdio (Makefile.am): Perform the replacement.
2526         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
2527
2528 2007-05-23  Bruno Haible  <bruno@clisp.org>
2529
2530         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
2531         GNULIB_POSIXCHECK is defined.
2532
2533 2007-05-21  Bruno Haible  <bruno@clisp.org>
2534
2535         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
2536         Check also the output for NaN arguments. When cross-compiling, guess
2537         no on IRIX.
2538         * lib/vasnprintf.c: Update comments.
2539         * tests/test-vasnprintf-posix.c (strisnan): New function.
2540         (test_function): Use it.
2541         * tests/test-vasprintf-posix.c (strisnan): New function.
2542         (test_function): Use it.
2543         * tests/test-snprintf-posix.h (strisnan): New function.
2544         (test_function): Use it.
2545         * tests/test-sprintf-posix.h (strisnan): New function.
2546         (test_function): Use it.
2547         Reported by Eric Blake.
2548
2549 2007-05-20  Bruno Haible  <bruno@clisp.org>
2550
2551         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
2552         numbers that fails on BeOS.
2553         * doc/functions/frexpl.texi: Update.
2554
2555 2007-05-20  Jim Meyering  <jim@meyering.net>
2556
2557         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
2558         forced upon us by glibc-2.6.
2559
2560 2007-05-20  Bruno Haible  <bruno@clisp.org>
2561
2562         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
2563         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
2564         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
2565         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
2566         NEED_PRINTF_INFINITE.
2567         (is_infinitel): New function.
2568         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
2569         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
2570         gl_PREREQ_VASNPRINTF_INFINITE.
2571         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
2572         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2573         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
2574         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
2575         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
2576         gl_PREREQ_VASNPRINTF_INFINITE.
2577         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2578         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2579         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2580         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2581         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2582         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2583         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2584         * doc/functions/fprintf.texi: Update.
2585         * doc/functions/printf.texi: Update.
2586         * doc/functions/snprintf.texi: Update.
2587         * doc/functions/sprintf.texi: Update.
2588         * doc/functions/vfprintf.texi: Update.
2589         * doc/functions/vprintf.texi: Update.
2590         * doc/functions/vsnprintf.texi: Update.
2591         * doc/functions/vsprintf.texi: Update.
2592
2593 2007-05-20  Bruno Haible  <bruno@clisp.org>
2594
2595         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
2596         was not found in libc.
2597         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
2598
2599 2007-05-20  Bruno Haible  <bruno@clisp.org>
2600
2601         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
2602         printed as "-nan" instead of "nan".
2603         * tests/test-vasprintf-posix.c (test_function): Likewise.
2604         * tests/test-snprintf-posix.h (test_function): Likewise.
2605         * tests/test-sprintf-posix.h (test_function): Likewise.
2606         Needed for HP-UX 11.
2607
2608 2007-05-20  Jim Meyering  <jim@meyering.net>
2609
2610         Fix buggy test for the fchownat-deref bug.
2611         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
2612         symlink required for the run-test.  Without it, this test would
2613         always declare that fchownat doesn't work, and client code would
2614         unnecessarily use the replacement function with fixed libc.
2615         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
2616         Reported by Greg Schafer.
2617
2618 2007-05-19  Bruno Haible  <bruno@clisp.org>
2619
2620         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
2621         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
2622         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
2623         Needed for IRIX 6.5 and Solaris 2.5.1.
2624
2625 2007-05-19  Bruno Haible  <bruno@clisp.org>
2626
2627         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
2628         (test_function): Skip tests involving -0.0 on platforms where
2629         -0.0 = 0.0.
2630         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
2631         (test_function): Skip tests involving -0.0 on platforms where
2632         -0.0 = 0.0.
2633         * tests/test-snprintf-posix.h (have_minus_zero): New function.
2634         (test_function): Skip tests involving -0.0 on platforms where
2635         -0.0 = 0.0.
2636         * tests/test-sprintf-posix.h (have_minus_zero): New function.
2637         (test_function): Skip tests involving -0.0 on platforms where
2638         -0.0 = 0.0.
2639         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
2640         tests.
2641         * tests/test-printf-posix.h (test_function): Likewise.
2642         * tests/test-printf-posix.output: Remove all -0.0 related results.
2643         Needed for IRIX 6.5.
2644
2645 2007-05-19  Bruno Haible  <bruno@clisp.org>
2646
2647         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
2648         printed as "nan0x7fffffff" instead of "nan".
2649         * tests/test-vasprintf-posix.c (test_function): Likewise.
2650         * tests/test-snprintf-posix.h (test_function): Likewise.
2651         * tests/test-sprintf-posix.h (test_function): Likewise.
2652         * tests/test-fprintf-posix.h (NaN): Remove macro.
2653         (test_function): Remove all NaN related tests.
2654         * tests/test-printf-posix.h (NaN): Remove macro.
2655         (test_function): Remove all NaN related tests.
2656         * tests/test-printf-posix.output: Remove all NaN related results.
2657         Needed for IRIX 6.5.
2658
2659 2007-05-19  Bruno Haible  <bruno@clisp.org>
2660
2661         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
2662         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
2663
2664 2007-05-19  Bruno Haible  <bruno@clisp.org>
2665
2666         * lib/float_.h: New file.
2667         * m4/float_h.m4: New file.
2668         * modules/float: New file.
2669         * modules/isnanl (Dependencies): Add float.
2670         * modules/isnanl-nolibm (Dependencies): Likewise.
2671         * modules/mathl (Dependencies): Likewise.
2672         * modules/printf-frexpl (Dependencies): Likewise.
2673         * modules/signbit (Dependencies): Likewise.
2674         * modules/vasnprintf (Dependencies): Likewise.
2675         * doc/headers/float.texi: Update.
2676
2677 2007-05-19  Jim Meyering  <jim@meyering.net>
2678
2679         * lib/utimens.c (gl_futimens): Rename from futimens,
2680         now that glibc-2.6 declares futimens.
2681         * lib/utimens.h: Likewise.
2682
2683 2007-05-19  Bruno Haible  <bruno@clisp.org>
2684
2685         Avoid test failures on mingw.
2686         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
2687         * tests/test-printf-posix.sh: Likewise.
2688         * tests/test-vfprintf-posix.sh: Likewise.
2689         * tests/test-vprintf-posix.sh: Likewise.
2690
2691 2007-05-19  Bruno Haible  <bruno@clisp.org>
2692
2693         Fix *printf result for NaN, Inf, -0.0 on mingw.
2694         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
2695         * lib/vasnprintf.c: Include math.h and isnan.h.
2696         (is_infinite_or_zero): New function.
2697         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
2698         values in the %f, %F, %e, %E, %g, %G directives.
2699         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
2700         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2701         gl_PRINTF_INFINITE and test its result. Invoke
2702         gl_PREREQ_VASNPRINTF_INFINITE.
2703         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2704         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2705         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2706         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2707         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2708         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2709         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2710         * doc/functions/fprintf.texi: Update.
2711         * doc/functions/printf.texi: Update.
2712         * doc/functions/snprintf.texi: Update.
2713         * doc/functions/sprintf.texi: Update.
2714         * doc/functions/vfprintf.texi: Update.
2715         * doc/functions/vprintf.texi: Update.
2716         * doc/functions/vsnprintf.texi: Update.
2717         * doc/functions/vsprintf.texi: Update.
2718
2719 2007-05-19  Bruno Haible  <bruno@clisp.org>
2720
2721         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
2722         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
2723         Instead of multiplying with 10^k, set extra_zeroes to k.
2724         (scale10_round_long_double): Remove function.
2725
2726 2007-05-18  Bruno Haible  <bruno@clisp.org>
2727
2728         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
2729         introduced on 2007-05-06.
2730
2731 2007-05-18  Bruno Haible  <bruno@clisp.org>
2732
2733         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
2734         %g directives.
2735         * tests/test-vasprintf-posix.c (test_function): Likewise.
2736         * tests/test-snprintf-posix.h (test_function): Likewise.
2737         * tests/test-sprintf-posix.h (test_function): Likewise.
2738
2739 2007-05-18  Bruno Haible  <bruno@clisp.org>
2740
2741         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
2742         (strmatch): New function.
2743         (test_function): Test the %f directive on numbers of various exponents.
2744         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
2745         (strmatch): New function.
2746         (test_function): Test the %f directive on numbers of various exponents.
2747         * tests/test-snprintf-posix.h (strmatch): New function.
2748         (test_function): Test the %f directive on numbers of various exponents.
2749         * tests/test-sprintf-posix.h (strmatch): New function.
2750         (test_function): Test the %f directive on numbers of various exponents.
2751         * tests/test-snprintf-posix.c (SIZEOF): New macro.
2752         * tests/test-sprintf-posix.c (SIZEOF): New macro.
2753         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
2754         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
2755
2756 2007-05-18  Bruno Haible  <bruno@clisp.org>
2757
2758         Add support for 'long double' number output.
2759         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
2760         * lib/vasnprintf.c: Include math.h and float+.h.
2761         (mp_limb_t): New type.
2762         (GMP_LIMB_BITS): New macro.
2763         (mp_twolimb_t): New type.
2764         (GMP_TWOLIMB_BITS): New macro.
2765         (mpn_t): New type.
2766         (multiply, divide, convert_to_decimal, decode_long_double,
2767         scale10_round_long_double, scale10_round_decimal_long_double,
2768         floorlog10l): New functions.
2769         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
2770         for the %f, %F, %e, %E, %g, %G directives.
2771         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
2772         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2773         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
2774         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
2775         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2776         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2777         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2778         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2779         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2780         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2781         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2782         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
2783         * modules/snprintf-posix (Depends-on): Likewise.
2784         * modules/sprintf-posix (Depends-on): Likewise.
2785         * modules/vasnprintf-posix (Depends-on): Likewise.
2786         * modules/vasprintf-posix (Depends-on): Likewise.
2787         * modules/vfprintf-posix (Depends-on): Likewise.
2788         * modules/vsnprintf-posix (Depends-on): Likewise.
2789         * modules/vsprintf-posix (Depends-on): Likewise.
2790         * modules/vasnprintf (Files): Add lib/float+.h.
2791         * doc/functions/fprintf.texi: Update.
2792         * doc/functions/printf.texi: Update.
2793         * doc/functions/snprintf.texi: Update.
2794         * doc/functions/sprintf.texi: Update.
2795         * doc/functions/vfprintf.texi: Update.
2796         * doc/functions/vprintf.texi: Update.
2797         * doc/functions/vsnprintf.texi: Update.
2798         * doc/functions/vsprintf.texi: Update.
2799
2800 2007-05-18  Bruno Haible  <bruno@clisp.org>
2801
2802         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
2803
2804 2007-05-18  Bruno Haible  <bruno@clisp.org>
2805
2806         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
2807         for printing 64-bit integers. Needed for mingw.
2808
2809 2007-05-18  Bruno Haible  <bruno@clisp.org>
2810
2811         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
2812         gl_FUNC_FREXPL_WORKS.
2813         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
2814
2815 2007-05-18  Bruno Haible  <bruno@clisp.org>
2816
2817         * modules/frexpl-nolibm-tests: New file.
2818
2819         * modules/frexpl-nolibm: New file.
2820         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
2821
2822 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
2823
2824         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
2825         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
2826         GCC 4.2, which otherwise issues a lot of warnings.
2827         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
2828         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
2829         Likewise.
2830         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
2831         * modules/iconv_open (iconv.h): Likewise.
2832         * modules/locale (locale.h): Likewise.
2833         * modules/netinet_in (netinet/in.h): Likewise.
2834         * modules/sys_select (sys_select.h): Likewise.
2835         * modules/sys_socket (sys/socket.h): Likewise.
2836         * modules/sys_stat (sys/stat.h): Likewise.
2837         * modules/sysexits (sysexits.h): Likewise.
2838         * modules/unistd (unistd.h): Likewise.
2839
2840 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2841
2842         * modules/closein-tests (Makefile.am): Distribute
2843         `test-closein.sh'.
2844
2845 2007-05-17  Bruno Haible  <bruno@clisp.org>
2846
2847         * tests/test-printf-posix.output: Renamed from
2848         tests/test-fprintf-posix.out.
2849         * modules/fprintf-posix-tests: Update.
2850         * modules/printf-posix-tests: Update.
2851         * modules/vfprintf-posix-tests: Update.
2852         * modules/vprintf-posix-tests: Update.
2853         * tests/test-fprintf-posix.sh: Update.
2854         * tests/test-printf-posix.sh: Update.
2855         * tests/test-vfprintf-posix.sh: Update.
2856         * tests/test-vprintf-posix.sh: Update.
2857         Reported by Ralf Wildenhues.
2858
2859 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
2860
2861         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
2862         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
2863         GCC 4.2, which otherwise issues a lot of warnings.
2864         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
2865         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
2866         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
2867         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
2868         it should no longer be needed.
2869         * lib/string_.h: Likewise.
2870         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
2871         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
2872         * modules/inttypes (inttypes.h): Likewise.
2873         * modules/math (math.h): Likewise.
2874         * modules/search (search.h): Likewise.
2875         * modules/signal (signal.h): Likewise.
2876         * modules/stdint (stdint.h): Likewise.
2877         * modules/stdio (stdio.h): Likewise.
2878         * modules/stdlib (stdlib.h): Likewise.
2879         * modules/string (string.h): Likewise.
2880         * modules/sys_time (sys/time.h): Likewise.
2881         * modules/time (time.h): Likewise.
2882         * modules/wchar (wchar.h): Likewise.
2883         * modules/wctype (wtype.h): Likewise.
2884
2885 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
2886
2887         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
2888
2889 2007-05-13  Bruno Haible  <bruno@clisp.org>
2890
2891         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
2892         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2893         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
2894         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
2895         (gl_PREREQ_STRTOK_R): Don't require it here.
2896
2897 2007-05-13  Bruno Haible  <bruno@clisp.org>
2898
2899         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
2900         when used in C++ mode.
2901
2902 2007-05-12  Bruno Haible  <bruno@clisp.org>
2903
2904         * lib/linebuffer.h: Tweak doc.
2905         * lib/linebuffer.c: Likewise.
2906
2907 2007-05-12  James Youngman  <jay@gnu.org>
2908
2909         * lib/linebuffer.c (readlinebuffer_delim): New function,
2910         like readlinebuffer, but use a caller-specified delimiter.
2911         (readlinebuffer): Just call readlinebuffer_delim with '\n'
2912         as the delimiter.
2913         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
2914
2915 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2916
2917         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
2918         * modules/openat (Files): Remove openat-die.c.
2919         (Depends-on): Add openat-die.
2920         * modules/openat-die: New module.
2921
2922 2007-05-06  Bruno Haible  <bruno@clisp.org>
2923
2924         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
2925         Update with info about Cygwin.
2926         * doc/functions/fprintf.texi: Update.
2927         * doc/functions/printf.texi: Update.
2928         * doc/functions/snprintf.texi: Update.
2929         * doc/functions/sprintf.texi: Update.
2930         * doc/functions/vfprintf.texi: Update.
2931         * doc/functions/vprintf.texi: Update.
2932         * doc/functions/vsnprintf.texi: Update.
2933         * doc/functions/vsprintf.texi: Update.
2934         Reported by Eric Blake.
2935
2936 2007-05-06  Bruno Haible  <bruno@clisp.org>
2937
2938         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
2939         padding ourselves for the floating-point directives.
2940         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
2941         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
2942         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2943         gl_PRINTF_FLAG_ZERO and test its result. Invoke
2944         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
2945         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2946         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2947         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2948         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2949         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2950         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2951         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2952         * tests/test-snprintf-posix.h (test_function): Also check the width
2953         and some flags in the %f directive.
2954         * tests/test-sprintf-posix.h (test_function): Likewise.
2955         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2956         * tests/test-vasprintf-posix.c (test_function): Likewise.
2957         * doc/functions/fprintf.texi: Update.
2958         * doc/functions/printf.texi: Update.
2959         * doc/functions/snprintf.texi: Update.
2960         * doc/functions/sprintf.texi: Update.
2961         * doc/functions/vfprintf.texi: Update.
2962         * doc/functions/vprintf.texi: Update.
2963         * doc/functions/vsnprintf.texi: Update.
2964         * doc/functions/vsprintf.texi: Update.
2965
2966 2007-05-06  Bruno Haible  <bruno@clisp.org>
2967
2968         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
2969         pass the ' flag character to sprintf or snprintf.
2970         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
2971         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
2972         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2973         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
2974         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
2975         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2976         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2977         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2978         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2979         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2980         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2981         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2982         * tests/test-snprintf-posix.h (test_function): Also check the grouping
2983         flag.
2984         * tests/test-sprintf-posix.h (test_function): Likewise.
2985         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2986         * tests/test-vasprintf-posix.c (test_function): Likewise.
2987         * doc/functions/fprintf.texi: Update.
2988         * doc/functions/printf.texi: Update.
2989         * doc/functions/snprintf.texi: Update.
2990         * doc/functions/sprintf.texi: Update.
2991         * doc/functions/vfprintf.texi: Update.
2992         * doc/functions/vprintf.texi: Update.
2993         * doc/functions/vsnprintf.texi: Update.
2994         * doc/functions/vsprintf.texi: Update.
2995
2996 2007-05-01  Bruno Haible  <bruno@clisp.org>
2997
2998         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
2999
3000 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
3001
3002         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
3003         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
3004
3005 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
3006
3007         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
3008         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
3009         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
3010
3011 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
3012
3013         * lib/argp-help.c (struct hol_entry): New member `ord'.
3014         (HOL_ENTRY_PTRCMP): Use ord for comparison
3015         (hol_sort): Initialize ord.
3016
3017 2007-05-01  Bruno Haible  <bruno@clisp.org>
3018
3019         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
3020         Reported by Eric Blake.
3021         * doc/gnulib.texi (Function Substitutes): Update.
3022
3023 2007-05-01  Bruno Haible  <bruno@clisp.org>
3024
3025         * doc/functions.texi: Remove file, now redundant through
3026         doc/functions/*.texi.
3027
3028 2007-05-01  Bruno Haible  <bruno@clisp.org>
3029
3030         * modules/argp (Depends-on): Add sleep.
3031
3032 2007-05-01  Bruno Haible  <bruno@clisp.org>
3033
3034         * modules/sleep-tests: New file.
3035         * tests/test-sleep.c: New file.
3036
3037         * modules/sleep: New file.
3038         * lib/sleep.c: New file.
3039         * m4/sleep.m4: New file.
3040         * lib/unistd_.h (sleep): New declaration.
3041         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
3042         HAVE_SLEEP.
3043         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
3044         * doc/functions/sleep.texi: Document the sleep module.
3045
3046 2007-05-01  Bruno Haible  <bruno@clisp.org>
3047
3048         * lib/sigprocmask.h: Remove file.
3049         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
3050         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
3051         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
3052         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
3053         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
3054         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
3055         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
3056         HAVE_SIGSET_T as a shell variable.
3057         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
3058         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
3059         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
3060         (Depends-on): Add signal. Remove verify.
3061         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
3062         (Include): Mention <signal.h> instead of sigprocmask.h.
3063         * NEWS: Mention the change.
3064         * lib/fatal-signal.c: Don't include sigprocmask.h.
3065
3066 2007-05-01  Bruno Haible  <bruno@clisp.org>
3067
3068         * modules/signal: New file.
3069         * lib/signal_.h: New file.
3070         * m4/signal_h.m4: New file.
3071
3072 2007-05-01  Bruno Haible  <bruno@clisp.org>
3073
3074         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
3075         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
3076         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
3077         HAVE_WCTYPE_CTMP_BUG into wctype.h.
3078
3079 2007-05-01  Bruno Haible  <bruno@clisp.org>
3080
3081         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
3082         configure time.
3083         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
3084         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
3085         * modules/sys_stat (Makefile.am): Substitute their values into
3086         sys/stat.h.
3087
3088 2007-05-01  Bruno Haible  <bruno@clisp.org>
3089
3090         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
3091         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
3092         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
3093
3094 2007-05-01  Bruno Haible  <bruno@clisp.org>
3095
3096         * doc/header/assert.texi: Undo last change: don't mention the gnulib
3097         'assert' module here.
3098
3099 2007-05-01  Bruno Haible  <bruno@clisp.org>
3100
3101         * doc/functions/*.texi: New files.
3102         * doc/functions/google-ranking.txt: New file.
3103         * doc/gnulib.texi (Function Substitutes): New chapter.
3104         (ctime, inet_ntoa): Remove sections.
3105         * doc/ctime.texi: Remove file.
3106         * doc/inet_ntoa.texi: Remove file.
3107         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
3108         dependencies.
3109         (%.info): New rule, specifying a --reference-limit.
3110
3111 2007-05-01  Bruno Haible  <bruno@clisp.org>
3112
3113         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
3114
3115 2007-05-01  Bruno Haible  <bruno@clisp.org>
3116
3117         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
3118         the portability of 'mkdir' to mingw systems.
3119
3120 2007-05-01  Bruno Haible  <bruno@clisp.org>
3121
3122         * doc/headers/google-ranking.txt: New file.
3123
3124 2007-04-30  Eric Blake  <ebb9@byu.net>
3125
3126         Prefer fseeko to fseek.
3127         * modules/getpass (Depends-on): Add fseeko.
3128         * lib/getpass.c (getpass): Use fseeko, not fseek.
3129
3130 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
3131
3132         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
3133         assumes the sorting is stable, while most qsort implementations
3134         are not.  Use argument addresses to ensure they never compare as
3135         equal.
3136
3137         * tests/test-argp-2.sh (usage-indent test): Fix output
3138         (func_compare): Restore diff options
3139         * tests/test-argp.c: Restore #include "progname.h"
3140
3141 2007-04-29  Bruno Haible  <bruno@clisp.org>
3142
3143         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
3144         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
3145         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
3146         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3147         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
3148         (configure.ac): Define CHECK_SNPRINTF_POSIX.
3149         (TESTS, check_PROGRAMS): Add test-snprintf.
3150         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
3151         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
3152         (TESTS, check_PROGRAMS): Add test-vsnprintf.
3153         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
3154         assertions that fail on HP-UX, OSF/1, or IRIX.
3155         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
3156
3157 2007-04-29  Bruno Haible  <bruno@clisp.org>
3158
3159         * MODULES.html.sh (posix_functions): Remove 'contents'.
3160
3161 2007-04-29  Karl Berry  <karl@gnu.org>
3162
3163         * config/srclist.txt (gendocs_template_min): new entry.
3164
3165 2007-04-29  Bruno Haible  <bruno@clisp.org>
3166
3167         Work around fpurge bug on BSD systems.
3168         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
3169         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
3170         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
3171         fpurge to rpl_fpurge if the system already has this function.
3172         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
3173         the case where the system already has this function. Correct invariants
3174         on BSD systems.
3175         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
3176         BSD systems.
3177
3178 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
3179
3180         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
3181         proposed by Sven Verdoolaege.
3182
3183         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
3184         options.
3185         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
3186         (usage and help tests): Update
3187
3188 2007-04-29  Bruno Haible  <bruno@clisp.org>
3189
3190         * tests/test-fflush.c (main): Use a file of size 17, not 10.
3191         Print more information in case of failure. Disable a test on BeOS.
3192
3193 2007-04-29  Bruno Haible  <bruno@clisp.org>
3194
3195         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
3196         This helps debugging on systems on which no gdb is available.
3197
3198 2007-04-29  Bruno Haible  <bruno@clisp.org>
3199
3200         * lib/freading.h: Improve comments.
3201         * lib/fwriting.h: Likewise.
3202         * tests/test-freading.c (main): Don't check freading immediately after
3203         repositioning. Needed for glibc.
3204
3205 2007-04-29  Bruno Haible  <bruno@clisp.org>
3206
3207         * lib/freading.c (freading): Trivial simplification.
3208
3209 2007-04-28  Bruno Haible  <bruno@clisp.org>
3210
3211         * tests/test-fwriting.c (main): Also test the interaction between
3212         fflush and fwriting.
3213         * modules/fwriting-tests (Depends-on): Add fflush.
3214
3215         * tests/test-freading.c (main): Also test the interaction between
3216         fflush and freading.
3217         * modules/freading-tests (Depends-on): Add fflush.
3218
3219 2007-04-28  Bruno Haible  <bruno@clisp.org>
3220
3221         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
3222         fseeko and ftello.
3223         Suggested by Eric Blake.
3224
3225 2007-04-28  Jim Meyering  <jim@meyering.net>
3226
3227         Avoid false-negative in gl_STDINT_H's C99 conformance test.
3228         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
3229         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
3230
3231 2007-04-27  Eric Blake  <ebb9@byu.net>
3232
3233         * doc/headers/assert.texi (assert.h): Document assert module use.
3234
3235 2007-04-27  Bruno Haible  <bruno@clisp.org>
3236
3237         * doc/headers/*.texi: New files.
3238         * doc/gnulib.texi (Header File Substitutes): New chapter.
3239         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
3240         dependencies.
3241         (standards.info ,standards.html, standards.dvi): Update dependencies.
3242         (mostlyclean, clean): New targets.
3243
3244 2007-04-27  Bruno Haible  <bruno@clisp.org>
3245
3246         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
3247         * modules/sysexits (Files, Makefile.am): Update.
3248
3249         * lib/sys_socket_.h: Renamed from lib/socket_.h.
3250         * modules/sys_socket (Files, Makefile.am): Update.
3251
3252         * lib/sys_stat_.h: Renamed from lib/stat_.h.
3253         * modules/sys_stat (Files, Makefile.am): Update.
3254
3255 2007-04-27  Eric Blake  <ebb9@byu.net>
3256
3257         * lib/freading.h: Improve comments.
3258         * lib/fwriting.h: Likewise.
3259         * lib/fflush.c: Likewise.
3260
3261         Fix closein for mingw.
3262         * modules/closein-tests: Add tests for closein.
3263         * tests/test-closein.c: New file.
3264         * tests/test-closein.sh: Likewise.
3265         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
3266         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
3267
3268 2007-04-27  Bruno Haible  <bruno@clisp.org>
3269
3270         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
3271         version is < 6.
3272         * lib/math_.h [__DECC]: Likewise.
3273         * lib/stdio_.h [__DECC]: Likewise.
3274         * lib/stdlib_.h [__DECC]: Likewise.
3275         * lib/string_.h [__DECC]: Likewise.
3276         * lib/time_.h [__DECC]: Likewise.
3277         * lib/wchar_.h [__DECC]: Likewise.
3278         * lib/wctype_.h [__DECC]: Likewise.
3279
3280 2007-04-27  Bruno Haible  <bruno@clisp.org>
3281
3282         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
3283
3284 2007-04-27  Bruno Haible  <bruno@clisp.org>
3285
3286         * lib/fflush.c: Add comments.
3287         * modules/fpurge-tests (Depends-on): Add fflush.
3288         * modules/freadable-tests (Depends-on): Likewise.
3289         * modules/fwritable-tests (Depends-on): Likewise.
3290
3291 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
3292
3293         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
3294         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
3295         Report by Bruno Haible <bruno@clisp.org>.
3296
3297 2007-04-26  Eric Blake  <ebb9@byu.net>
3298
3299         Fix fflush on mingw.
3300         * modules/fflush (Depends-on): Add freading.
3301         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
3302         but unread data.
3303
3304 2007-04-26  Eric Blake  <ebb9@byu.net>
3305         and Bruno Haible  <bruno@clisp.org>
3306
3307         Implement freading and fwriting.
3308         * lib/freading.c: New file.
3309         * lib/freading.h: Likewise.
3310         * m4/freading.m4: Likewise.
3311         * modules/freading: Likewise.
3312         * modules/freading-tests: Likewise.
3313         * tests/test-freading.c: Likewise.
3314         * lib/fwriting.c: New file.
3315         * lib/fwriting.h: Likewise.
3316         * m4/fwriting.m4: Likewise.
3317         * modules/fwriting: Likewise.
3318         * modules/fwriting-tests: Likewise.
3319         * tests/test-fwriting.c: Likewise.
3320         * MODULES.html.sh (File stream based Input/Output): Mention them.
3321
3322 2007-04-26  Bruno Haible  <bruno@clisp.org>
3323
3324         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
3325         'long' when we assume it.
3326         Suggested by Eric Blake.
3327
3328 2007-04-26  Bruno Haible  <bruno@clisp.org>
3329
3330         Ensure fseeko, ftello are declared on glibc systems.
3331         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
3332         * modules/fseeko (configure.ac-early): Likewise.
3333         * modules/ftello (configure.ac-early): Likewise.
3334         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
3335         AC_FUNC_FSEEKO for this.
3336         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
3337         (gl_CHECK_FSEEKO): Remove macro.
3338
3339 2007-04-26  Bruno Haible  <bruno@clisp.org>
3340
3341         * tests/test-fflush.c (main): Also check the ftell result after
3342         fflush and fseek/fseeko.
3343         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
3344         file descriptor position cache in the stream.
3345         * lib/fseeko.c (rpl_fseeko): Likewise.
3346
3347 2007-04-26  Bruno Haible  <bruno@clisp.org>
3348
3349         * modules/fflush-tests (Depends-on): Add fseeko.
3350
3351 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
3352             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3353
3354         * lib/argz_.h: ensure error_t definition is obtained in same
3355         mechanism system argz.h would have.
3356         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
3357         argz facilities are known bad.  Err on the side of caution if
3358         cross-compiling.
3359
3360 2007-04-25  Eric Blake  <ebb9@byu.net>
3361
3362         * lib/fpurge.c (includes): Use stdlib.h for free.
3363         * tests/test-fflush.c (main): Also test fflush-fseeko.
3364
3365 2007-04-25  Bruno Haible  <bruno@clisp.org>
3366
3367         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
3368         * lib/fseeko.c: New file.
3369         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
3370         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
3371         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
3372         gl_FUNC_FSEEKO.
3373         (gl_FUNC_FSEEKO): Invoke it.
3374         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
3375         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
3376         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
3377
3378 2007-04-25  Bruno Haible  <bruno@clisp.org>
3379
3380         * modules/fflush (Depends-on): Add ftello.
3381
3382 2007-04-25  Bruno Haible  <bruno@clisp.org>
3383
3384         * modules/ftello-tests: New file.
3385         * tests/test-ftello.c: New file.
3386
3387         * modules/ftello: New file.
3388         * m4/ftello.m4: New file.
3389         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
3390         HAVE_FTELLO.
3391         * lib/stdio_.h (ftello): New declaration.
3392         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
3393         HAVE_FTELLO.
3394
3395 2007-04-25  Bruno Haible  <bruno@clisp.org>
3396
3397         * modules/fseeko-tests: New file.
3398         * tests/test-fseeko.c: New file.
3399
3400         * modules/fseeko: New file.
3401         * m4/fseeko.m4: New file.
3402         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
3403         HAVE_FSEEKO.
3404         * lib/stdio_.h (fseeko): New declaration.
3405         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
3406         HAVE_FSEEKO.
3407
3408 2007-04-25  Bruno Haible  <bruno@clisp.org>
3409
3410         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
3411
3412 2007-04-25  Bruno Haible  <bruno@clisp.org>
3413
3414         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
3415         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
3416         * tests/test-unistd.c: Likewise.
3417         * tests/test-fcntl.c: Likewise.
3418
3419 2007-04-23  Eric Blake  <ebb9@byu.net>
3420
3421         * lib/fflush.c: Fix missing include.
3422         Reported by Bruno Haible.
3423
3424 2007-04-23  Bruno Haible  <bruno@clisp.org>
3425
3426         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
3427         Reported by Eric Blake.
3428
3429 2007-04-23  Bruno Haible  <bruno@clisp.org>
3430
3431         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
3432
3433 2007-04-23  Bruno Haible  <bruno@clisp.org>
3434
3435         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
3436
3437 2007-04-23  Bruno Haible  <bruno@clisp.org>
3438
3439         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
3440         Needed on HP-UX 11.
3441
3442 2007-04-16  Eric Blake  <ebb9@byu.net>
3443
3444         Make fflush rely on fpurge.
3445         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
3446         open coding all variants.
3447         * modules/fflush (Depends-on): Add fpurge and unistd.
3448         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
3449         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
3450
3451         Fix --with-tests compilation on cygwin.
3452         * modules/argmatch-tests (Makefile.am): List gnulib library first
3453         in LDADD.
3454         * modules/argp-tests (Makefile.am): Likewise.
3455         * modules/array-list-tests (Makefile.am): Likewise.
3456         * modules/array-oset-tests (Makefile.am): Likewise.
3457         * modules/avltree-list-tests (Makefile.am): Likewise.
3458         * modules/avltree-oset-tests (Makefile.am): Likewise.
3459         * modules/avltreehash-list-tests (Makefile.am): Likewise.
3460         * modules/carray-list-tests (Makefile.am): Likewise.
3461         * modules/dirname-tests (Makefile.am): Likewise.
3462         * modules/frexp-tests (Makefile.am): Likewise.
3463         * modules/isnanl-tests (Makefile.am): Likewise.
3464         * modules/linked-list-tests (Makefile.am): Likewise.
3465         * modules/linkedhash-list-tests (Makefile.am): Likewise.
3466         * modules/lock-tests (Makefile.am): Likewise.
3467         * modules/rbtree-list-tests (Makefile.am): Likewise.
3468         * modules/rbtree-oset-tests (Makefile.am): Likewise.
3469         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
3470         * modules/tls-tests (Makefile.am): Likewise.
3471         * modules/tsearch-tests (Makefile.am): Likewise.
3472         * modules/xvasprintf-tests (Makefile.am): Likewise.
3473
3474         Fix fpurge for cygwin.
3475         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
3476         value.
3477         * modules/fpurge-tests (Depends-on): Clean up trash.
3478
3479 2007-04-16  Simon Josefsson  <simon@josefsson.org>
3480
3481         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
3482
3483         * m4/autobuild.m4: Re-indent.
3484
3485 2007-04-13  Bruno Haible  <bruno@clisp.org>
3486
3487         * modules/fpurge-tests: New file.
3488         * tests/test-fpurge.c: New file.
3489
3490         * modules/fpurge: New file.
3491         * lib/fpurge.h: New file.
3492         * lib/fpurge.c: New file.
3493         * m4/fpurge.m4: New file.
3494
3495 2007-04-13  Bruno Haible  <bruno@clisp.org>
3496
3497         * modules/fbufmode-tests: New file.
3498         * tests/test-fbufmode.c: New file.
3499
3500         * modules/fbufmode: New file.
3501         * lib/fbufmode.h: New file.
3502         * lib/fbufmode.c: New file.
3503         * m4/fbufmode.m4: New file.
3504
3505 2007-04-13  Bruno Haible  <bruno@clisp.org>
3506
3507         * modules/fwritable-tests: New file.
3508         * tests/test-fwritable.c: New file.
3509
3510         * modules/fwritable: New file.
3511         * lib/fwritable.h: New file.
3512         * lib/fwritable.c: New file.
3513         * m4/fwritable.m4: New file.
3514
3515 2007-04-13  Bruno Haible  <bruno@clisp.org>
3516
3517         * modules/freadable-tests: New file.
3518         * tests/test-freadable.c: New file.
3519
3520         * modules/freadable: New file.
3521         * lib/freadable.h: New file.
3522         * lib/freadable.c: New file.
3523         * m4/freadable.m4: New file.
3524
3525 2007-04-13  Bruno Haible  <bruno@clisp.org>
3526
3527         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
3528         MOSTLYCLEANFILES.
3529
3530 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
3531
3532         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
3533         gzip bootstrap.conf to avoid dragging in i18n machinery.
3534         (gnulib_tool_option): Use it.
3535
3536 2007-04-13  Bruno Haible  <bruno@clisp.org>
3537
3538         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
3539         %F directives.
3540         * tests/test-vasprintf-posix.c (test_function): Likewise.
3541         * tests/test-snprintf-posix.h (test_function): Likewise.
3542         * tests/test-sprintf-posix.h (test_function): Likewise.
3543         * tests/test-fprintf-posix.h (test_function): Likewise.
3544         * tests/test-printf-posix.h (test_function): Likewise.
3545         * tests/test-fprintf-posix.out: Likewise.
3546
3547 2007-04-13  Bruno Haible  <bruno@clisp.org>
3548
3549         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
3550         * modules/tls-tests (configure.ac): Likewise.
3551         Reported by Arto C. Nirkko <anirkko@insel.ch>.
3552
3553 2007-04-13  Bruno Haible  <bruno@clisp.org>
3554
3555         * lib/tls.c (glthread_tls_get): Fix return type.
3556         Patch by Arto C. Nirkko <anirkko@insel.ch>.
3557
3558 2007-04-12  Eric Blake  <ebb9@byu.net>
3559
3560         * modules/gettime (Depends-on): Remove gettime.
3561         Reported by Dmitry V. Levin.
3562
3563 2007-04-12  Bruno Haible  <bruno@clisp.org>
3564
3565         * modules/fflush (Include): Mention <stdio.h>.
3566         * modules/strtoimax (Include): Mention <inttypes.h>.
3567         * modules/strtoumax (Include): Likewise.
3568
3569 2007-04-12  Eric Blake  <ebb9@byu.net>
3570
3571         * .cvsignore: New file.
3572         * .gitignore: Likewise.
3573
3574 2007-04-12  Bruno Haible  <bruno@clisp.org>
3575
3576         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
3577         not before, since $(LDADD) often contains libgnu.a.
3578         * modules/striconv-tests (test_striconv_LDADD): Likewise.
3579         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
3580         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
3581         Needed on Cygwin.
3582
3583 2007-04-12  Eric Blake  <ebb9@byu.net>
3584
3585         Work around glibc's failure to flush stdin on fclose.
3586         * lib/closein.c (close_stdin): Flush stdin before closing.
3587
3588         Work around glibc's failure to reset seekable stdin on exit.
3589         * modules/closein: New module.
3590         * lib/closein.c: New file.
3591         * lib/closein.h: Likewise.
3592         * m4/closein.m4: Likewise.
3593         * MODULES.html.sh (File stream based Input/Output): Document it.
3594
3595 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3596
3597         * gnulib-tool: Rename generated 'autobuild' script to
3598         'do-autobuild' in --create-megatestdir output.
3599
3600         * doc/gnulib.texi (Build robot for gnulib): Fix.
3601
3602 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3603
3604         * modules/sysexits (Depends-on): Add absolute-header.
3605
3606 2007-04-12  Eric Blake  <ebb9@byu.net>
3607
3608         No need to preserve errno on success.
3609         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
3610         Reported by Bruno Haible.
3611
3612 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3613
3614         * MODULES.html.sh (Support for maintaining and releasing
3615         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
3616
3617 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3618
3619         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
3620
3621 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3622
3623         * modules/autobuild: New module.
3624
3625         * m4/autobuild.m4: New file.
3626
3627 2007-04-11  Bruno Haible  <bruno@clisp.org>
3628
3629         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
3630         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
3631         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
3632         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
3633         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3634         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3635         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3636         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
3637         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3638         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3639         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
3640         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3641         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3642         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
3643         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3644         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3645         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
3646         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3647         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3648         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
3649         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3650         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3651         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
3652         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3653         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3654         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
3655         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3656         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3657         Reported by Eric Blake.
3658
3659 2007-04-11  Bruno Haible  <bruno@clisp.org>
3660
3661         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
3662
3663 2007-04-10  Bruno Haible  <bruno@clisp.org>
3664
3665         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
3666         for NaN and Infinity. Needed on FreeBSD 6.1.
3667         * tests/test-vasnprintf-posix.c (test_function): Undo last change
3668         regarding results for "%010a" of Infinity and NaN.
3669         * tests/test-vasprintf-posix.c (test_function): Likewise.
3670         * tests/test-snprintf-posix.h (test_function): Likewise.
3671         * tests/test-sprintf-posix.h (test_function): Likewise.
3672         * tests/test-fprintf-posix.h (test_function): Likewise.
3673         * tests/test-printf-posix.h (test_function): Likewise.
3674         * tests/test-fprintf-posix.out: Likewise.
3675
3676 2007-04-10  Bruno Haible  <bruno@clisp.org>
3677
3678         * modules/locale-tests: New file.
3679         * tests/test-locale.c: New file.
3680
3681         * modules/locale: New file.
3682         * lib/locale_.h: New file.
3683         * m4/locale_h.m4: New file.
3684
3685 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3686             Bruno Haible  <bruno@clisp.org>
3687
3688         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
3689         be determined, test for availability of the copysignf, copysign,
3690         copysignl functions.
3691         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
3692         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
3693         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
3694
3695 2007-04-09  Eric Blake  <ebb9@byu.net>
3696
3697         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
3698         * modules/stdio (Makefile.am): Support fflush.
3699         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
3700         * modules/fflush: New file.
3701         * lib/fflush.c: Likewise.
3702         * m4/fflush.m4: Likewise.
3703         * modules/fflush-tests: New test.
3704         * tests/test-fflush.c: Likewise.
3705         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
3706
3707 2007-04-06  Bruno Haible  <bruno@clisp.org>
3708
3709         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
3710         (VASNPRINTF): Use signbit for faster determination whether to print a
3711         minus sign.
3712         * modules/vasnprintf (Files): Remove lib/float+.h.
3713         * modules/fprintf-posix (Depends-on): Add signbit.
3714         * modules/snprintf-posix (Depends-on): Likewise.
3715         * modules/sprintf-posix (Depends-on): Likewise.
3716         * modules/vasnprintf-posix (Depends-on): Likewise.
3717         * modules/vasprintf-posix (Depends-on): Likewise.
3718         * modules/vfprintf-posix (Depends-on): Likewise.
3719         * modules/vsnprintf-posix (Depends-on): Likewise.
3720         * modules/vsprintf-posix (Depends-on): Likewise.
3721
3722 2007-04-06  Bruno Haible  <bruno@clisp.org>
3723
3724         * tests/test-frexp.c (main): Test also the sign bit of zero results.
3725         * tests/test-frexpl.c (main): Likewise.
3726         * tests/test-ldexpl.c (main): Likewise.
3727         * modules/frexp-tests (Depends-on): Add signbit.
3728         * modules/frexpl-tests (Depdends-on): Likewise.
3729         * modules/ldexpl-tests (Depdends-on): Likewise.
3730
3731 2007-04-06  Bruno Haible  <bruno@clisp.org>
3732
3733         * modules/signbit-tests: New file.
3734         * tests/test-signbit.c: New file.
3735
3736         * modules/signbit: New file.
3737         * lib/signbitf.c: New file.
3738         * lib/signbitd.c: New file.
3739         * lib/signbitl.c: New file.
3740         * m4/signbit.m4: New file.
3741         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
3742         (signbit): New macro.
3743         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
3744         REPLACE_SIGNBIT.
3745         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
3746         REPLACE_FREXPL into math.h.
3747
3748 2007-04-06  Bruno Haible  <bruno@clisp.org>
3749
3750         * modules/isnanf-nolibm-tests: New file.
3751         * tests/test-isnanf.c: New file.
3752
3753         * modules/isnanf-nolibm: New file.
3754         * lib/isnanf.h: New file.
3755         * lib/isnanf.c: New file.
3756         * lib/isnan.c: Consider the USE_FLOAT macro.
3757         * m4/isnanf.m4: New file.
3758
3759 2007-04-06  Bruno Haible  <bruno@clisp.org>
3760
3761         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
3762         (Link): New section.
3763
3764         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
3765
3766 2007-04-06  Bruno Haible  <bruno@clisp.org>
3767
3768         Assume the 'long double' type.
3769         * m4/longdouble.m4: Remove file.
3770         * config/srclist.txt: Don't mention longdouble.m4.
3771         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
3772         * lib/float+.h: Likewise.
3773         * lib/frexp.c: Likewise.
3774         * lib/printf-args.h: Likewise.
3775         * lib/printf-args.c: Likewise.
3776         * lib/printf-frexp.c: Likewise.
3777         * lib/printf-parse.c: Likewise.
3778         * lib/vasnprintf.c: Likewise.
3779         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
3780         * m4/intl.m4: Likewise.
3781         * m4/isnanl.m4: Likewise.
3782         * m4/printf.m4: Likewise.
3783         * m4/printf-frexpl.m4: Likewise.
3784         * m4/vasnprintf.m4: Likewise.
3785         * modules/allocsa (Files): Remove m4/longdouble.m4.
3786         * modules/gettext (Files): Likewise.
3787         * modules/relocatable-prog-wrapper (Files): Likewise.
3788         * modules/vasnprintf (Files): Likewise.
3789         * modules/isnanl (Files): Likewise.
3790         (Include): Simplify.
3791         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
3792         (Include): Simplify.
3793         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
3794         (Include): Simplify.
3795         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
3796         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3797         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
3798         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3799         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
3800         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3801         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
3802         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3803         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
3804         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3805         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
3806         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3807         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
3808         * tests/test-isnanl.c: Likewise.
3809         * tests/test-snprintf-posix.h: Likewise.
3810         * tests/test-sprintf-posix.h: Likewise.
3811         * tests/test-vasnprintf-posix.c: Likewise.
3812         * tests/test-vasnprintf-posix2.c: Likewise.
3813         * tests/test-vasprintf-posix.c: Likewise.
3814
3815 2007-04-06  Bruno Haible  <bruno@clisp.org>
3816
3817         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
3818         * lib/math_.h [__DECC]: Include the overridden include file through
3819         #include_next, outside the double-inclusion guard.
3820         * lib/stdio_.h [__DECC]: Likewise.
3821         * lib/stdlib_.h [__DECC]: Likewise.
3822         * lib/string_.h [__DECC]: Likewise.
3823         * lib/time_.h [__DECC]: Likewise.
3824         * lib/wchar_.h [__DECC]: Likewise.
3825         * lib/wctype_.h [__DECC]: Likewise.
3826         * lib/inttypes_.h [__DECC]: Likewise.
3827         Reported by Albert Chin <china@thewrittenword.com> in
3828         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
3829
3830 2007-04-04  Eric Blake  <ebb9@byu.net>
3831
3832         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
3833         1.5.x.
3834
3835 2007-04-04  Bruno Haible  <bruno@clisp.org>
3836
3837         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
3838         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
3839
3840 2007-04-04  Bruno Haible  <bruno@clisp.org>
3841
3842         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
3843         results for "%010a" of Infinity and NaN.
3844         * tests/test-vasprintf-posix.c (test_function): Likewise.
3845         * tests/test-snprintf-posix.h (test_function): Likewise.
3846         * tests/test-sprintf-posix.h (test_function): Likewise.
3847         * tests/test-fprintf-posix.h (test_function): Remove these tests.
3848         * tests/test-printf-posix.h (test_function): Likewise.
3849         * tests/test-fprintf-posix.out: Update.
3850         Needed for FreeBSD 6.1.
3851
3852 2007-04-04  Bruno Haible  <bruno@clisp.org>
3853
3854         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
3855         directly used by the gnulib modules nor by gnulib-tool.
3856
3857 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
3858
3859         * DEPENDENCIES: Give overall description of version dependency
3860         desirability.  Use more-typical names for apps.
3861         Add shell, coreutils, diffutils, grep, tar, gzip.
3862
3863 2007-04-04  Simon Josefsson  <simon@josefsson.org>
3864
3865         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
3866
3867 2007-04-04  Karl Berry  <karl@gnu.org>
3868
3869         * MODULES.html.sh (func_module): missing '.
3870
3871 2007-04-03  Bruno Haible  <bruno@clisp.org>
3872
3873         * modules/argmatch-tests (Makefile.am): New variable
3874         test_argmatch_LDADD.
3875         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
3876         * modules/array-list-tests (Makefile.am): New variable
3877         test_array_list_LDADD.
3878         * modules/array-oset-tests (Makefile.am): New variable
3879         test_array_oset_LDADD.
3880         * modules/avltree-list-tests (Makefile.am): New variable
3881         test_avltree_list_LDADD.
3882         * modules/avltree-oset-tests (Makefile.am): New variable
3883         test_avltree_oset_LDADD.
3884         * modules/avltreehash-list-tests (Makefile.am): New variable
3885         test_avltreehash_list_LDADD.
3886         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
3887         test_canonicalize_lgpl_LDADD.
3888         * modules/carray-list-tests (Makefile.am): New variable
3889         test_carray_list_LDADD.
3890         * modules/dirname-tests (Makefile.am): New variable
3891         test_dirname_LDADD.
3892         * modules/linked-list-tests (Makefile.am): New variable
3893         test_linked_list_LDADD.
3894         * modules/linkedhash-list-tests (Makefile.am): New variable
3895         test_linkedhash_list_LDADD.
3896         * modules/rbtree-list-tests (Makefile.am): New variable
3897         test_rbtree_list_LDADD.
3898         * modules/rbtree-oset-tests (Makefile.am): New variable
3899         test_rbtree_oset_LDADD.
3900         * modules/rbtreehash-list-tests (Makefile.am): New variable
3901         test_rbtreehash_list_LDADD.
3902         * modules/xvasprintf-tests (Makefile.am): New variable
3903         test_xvasprintf_LDADD.
3904         Reported by Eric Blake.
3905
3906 2007-04-03  Eric Blake  <ebb9@byu.net>
3907
3908         * DEPENDENCIES: Weaken m4 requirements.
3909
3910 2007-04-03  Bruno Haible  <bruno@clisp.org>
3911
3912         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
3913         * modules/isnanl-tests (configure.ac): Likewise.
3914
3915 2007-04-03  Ben Pfaff  <blp@gnu.org>
3916
3917         * modules/iconv_open: Add $(srcdir)/ to source directory
3918         references in Makefile fragments that call gperf, to fix VPATH
3919         builds.
3920
3921 2007-04-03  Bruno Haible  <bruno@clisp.org>
3922
3923         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
3924         * lib/ldexpl.c: Undo last change.
3925
3926 2007-04-03  Bruno Haible  <bruno@clisp.org>
3927
3928         * modules/printf-frexpl (Depends-on): Undo last change.
3929         (Files): Add m4/ldexpl.m4.
3930
3931 2007-04-03  Bruno Haible  <bruno@clisp.org>
3932
3933         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
3934         * modules/isnanl (Link): New section.
3935
3936         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
3937         * modules/frexp (Link): New section.
3938
3939         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
3940         * modules/frexpl (Link): New section.
3941
3942         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
3943         * modules/ldexpl (Link): New section.
3944
3945 2007-04-03  Bruno Haible  <bruno@clisp.org>
3946
3947         * modules/TEMPLATE-EXTENDED: New file.
3948         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
3949
3950 2007-04-03  Bruno Haible  <bruno@clisp.org>
3951
3952         * DEPENDENCIES: New file.
3953         Suggested by Simon Josefsson.
3954
3955 2007-04-03  Bruno Haible  <bruno@clisp.org>
3956
3957         * doc/gnulib.texi: Escape @.
3958
3959 2007-04-03  James Youngman  <jay@gnu.org>
3960         and Paul Eggert  <eggert@cs.ucla.edu>
3961
3962         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
3963         birthtime on all systems that have birthtime, not just those which
3964         use st_birthtimensec rather than st_birthtim.  Putting zero in
3965         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
3966         that the birth time is not available for files on an NFS mount.
3967
3968 2007-04-03  Simon Josefsson  <simon@josefsson.org>
3969
3970         * modules/memxor: Move back from crypto/, suggested by Bruno.
3971         * modules/crypto/hmac-sha1: Fix memxor dependency.
3972
3973         * modules/crypto/gc: Moved from ../.
3974
3975 2007-04-02  Eric Blake  <ebb9@byu.net>
3976
3977         * lib/ldexpl.c (includes): Avoid libm.
3978
3979         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
3980
3981 2007-04-02  Bruno Haible  <bruno@clisp.org>
3982
3983         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
3984         on IRIX.
3985
3986 2007-04-02  Bruno Haible  <bruno@clisp.org>
3987
3988         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
3989         x86 or x86_64 platforms running MacOS X.
3990         Reported by Ryan Schmidt <@ryandesign.com>.
3991
3992 2007-04-02  Bruno Haible  <bruno@clisp.org>
3993
3994         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
3995         i386.
3996
3997 2007-04-01  Simon Josefsson  <simon@josefsson.org>
3998
3999         * modules/crypto/arcfour: Moved from ../.
4000         * modules/crypto/arcfour-tests: Moved from ../.
4001         * modules/crypto/arctwo: Moved from ../.
4002         * modules/crypto/arctwo-tests: Moved from ../.
4003         * modules/crypto/des: Moved from ../.
4004         * modules/crypto/des-tests: Moved from ../.
4005         * modules/crypto/gc-arcfour: Moved from ../.
4006         * modules/crypto/gc-arcfour-tests: Moved from ../.
4007         * modules/crypto/gc-arctwo: Moved from ../.
4008         * modules/crypto/gc-arctwo-tests: Moved from ../.
4009         * modules/crypto/gc-des: Moved from ../.
4010         * modules/crypto/gc-des-tests: Moved from ../.
4011         * modules/crypto/gc-hmac-md5: Moved from ../.
4012         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
4013         * modules/crypto/gc-hmac-sha1: Moved from ../.
4014         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
4015         * modules/crypto/gc-md2: Moved from ../.
4016         * modules/crypto/gc-md2-tests: Moved from ../.
4017         * modules/crypto/gc-md4: Moved from ../.
4018         * modules/crypto/gc-md4-tests: Moved from ../.
4019         * modules/crypto/gc-md5: Moved from ../.
4020         * modules/crypto/gc-md5-tests: Moved from ../.
4021         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
4022         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
4023         * modules/crypto/gc-random: Moved from ../.
4024         * modules/crypto/gc-rijndael: Moved from ../.
4025         * modules/crypto/gc-rijndael-tests: Moved from ../.
4026         * modules/crypto/gc-sha1: Moved from ../.
4027         * modules/crypto/gc-sha1-tests: Moved from ../.
4028         * modules/crypto/gc-tests: Moved from ../.
4029         * modules/crypto/hmac-md5: Moved from ../.
4030         * modules/crypto/hmac-md5-tests: Moved from ../.
4031         * modules/crypto/hmac-sha1: Moved from ../.
4032         * modules/crypto/hmac-sha1-tests: Moved from ../.
4033         * modules/crypto/md2: Moved from ../.
4034         * modules/crypto/md2-tests: Moved from ../.
4035         * modules/crypto/md4: Moved from ../.
4036         * modules/crypto/md4-tests: Moved from ../.
4037         * modules/crypto/md5: Moved from ../.
4038         * modules/crypto/md5-tests: Moved from ../.
4039         * modules/crypto/memxor: Moved from ../.
4040         * modules/crypto/rijndael: Moved from ../.
4041         * modules/crypto/rijndael-tests: Moved from ../.
4042         * modules/crypto/sha1: Moved from ../.
4043
4044 2007-03-30  James Youngman  <jay@gnu.org>
4045
4046         * tests/test-stat-time.c (prepare_test): use chmod() rather than
4047         rename() to change the ctime of a file (because ctime is unaffected
4048         by rename on jfs2 on AIX 5.1).
4049         (main): Start by doing cleanup, in case a previous run failed leaving
4050         test files behind.
4051
4052 2007-03-31  Bruno Haible  <bruno@clisp.org>
4053
4054         Support old proprietary implementations of iconv.
4055         * modules/iconv_open: New file.
4056         * lib/iconv_.h: New file.
4057         * m4/iconv_h.m4: New file.
4058         * lib/iconv_open.c: New file.
4059         * lib/iconv_open-aix.gperf: New file.
4060         * lib/iconv_open-hpux.gperf: New file.
4061         * lib/iconv_open-irix.gperf: New file.
4062         * lib/iconv_open-osf.gperf: New file.
4063         * m4/iconv_open.m4: New file.
4064         * modules/linebreak (Depends-on): Add iconv_open.
4065         * modules/striconv (Depends-on): Likewise.
4066         * modules/striconveh (Depends-on): Likewise.
4067         * modules/unicodeio (Depends-on): Likewise.
4068         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
4069         (iconv_t)(-1).
4070         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
4071         conversion if cd is (iconv_t)(-1).
4072         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
4073         is not possible.
4074
4075 2007-03-31  Bruno Haible  <bruno@clisp.org>
4076
4077         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
4078         work on Solaris either. Protect also second use of "autodetect_jp".
4079
4080 2007-03-31  Bruno Haible  <bruno@clisp.org>
4081
4082         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
4083         the function is not present.
4084
4085 2007-03-31  Bruno Haible  <bruno@clisp.org>
4086
4087         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
4088         the function is not present.
4089
4090 2007-03-31  Bruno Haible  <bruno@clisp.org>
4091
4092         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
4093         a bug in HP-UX iconv_open().
4094
4095 2007-03-31  Bruno Haible  <bruno@clisp.org>
4096
4097         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
4098         (Mathematics <math.h>): New section, add fpieee.
4099         (Input/output <stdio.h>): Add fseterr.
4100         (Mathematics <math.h>): New section, add printf-frexp.
4101         (Container data structures): Add sublist.
4102         (Core language properties): Add fpucw, inline.
4103         (Functions for greatest-width integer types <inttypes.h>): Add
4104         imaxabs, imaxdiv, inttypes.
4105         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
4106         isnanl-nolibm, ldexp.
4107         (Mathematics <math.h>): New section, add printf-frexpl.
4108         (Support for systems lacking POSIX:2001): Add fprintf-posix,
4109         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
4110         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
4111         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
4112         (Unicode string functions): Add unistr/u*-mbtoucr.
4113         (Java): Add javacomp-script, javaexec-script.
4114         (C#): Add csharpcomp-script, csharpexec-script.
4115         (Support for building libraries and executables): Add havelib,
4116         relocatable-*.
4117         (Support for maintaining and releasing projects): Renamed from
4118         'Support for maintaining and release projects'. Add announce-gen.
4119
4120 2007-03-31  Bruno Haible  <bruno@clisp.org>
4121
4122         * README: Talk primarily about git.
4123         (git and CVS): Renamed from CVS.
4124         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
4125         gnulib is available through git.
4126         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
4127
4128 2007-03-30  Bruno Haible  <bruno@clisp.org>
4129
4130         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
4131         * lib/poll_.h: Likewise.
4132         * lib/stat_.h: Likewise.
4133         * lib/sys_time_.h: Likewise.
4134         * lib/sysexit_.h: Likewise.
4135         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
4136         * lib/stdbool_.h: Likewise.
4137         * lib/byteswap_.h: Add double-inclusion guard.
4138
4139 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
4140
4141         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
4142
4143 2007-03-30  Karl Berry  <karl@gnu.org>
4144
4145         * config/srclist-update: double space after USA in the license
4146         substitution, since that's how it's usually (?) written.
4147
4148 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
4149
4150         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
4151         reported by Bruno Haible.
4152
4153 2007-03-29  Bruno Haible  <bruno@clisp.org>
4154
4155         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
4156         a bug in AIX iconv().
4157
4158 2007-03-29  Bruno Haible  <bruno@clisp.org>
4159
4160         * modules/ldexpl-tests: New file.
4161         * tests/test-ldexpl.c: New file.
4162
4163 2007-03-29  Bruno Haible  <bruno@clisp.org>
4164
4165         * lib/ldexpl.c: Include fpucw.h.
4166         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
4167         multiplication.
4168         * modules/ldexpl (Depends-on): Add fpucw.
4169
4170 2007-03-29  Bruno Haible  <bruno@clisp.org>
4171
4172         * modules/ldexpl: New file.
4173         * m4/ldexpl.m4: New file.
4174         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
4175         set.
4176         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
4177         REPLACE_LDEXPL.
4178         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
4179         REPLACE_LDEXPL.
4180         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
4181         gl_FUNC_LDEXPL_WORKS.
4182         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
4183         * modules/mathl (Files): Remove lib/ldexpl.c.
4184         (Depends-on): Add ldexpl.
4185
4186 2007-03-29  Bruno Haible  <bruno@clisp.org>
4187
4188         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
4189
4190 2007-03-29  Bruno Haible  <bruno@clisp.org>
4191
4192         * tests/test-striconveh.c (main): Don't assume that a direct conversion
4193         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
4194         and possibly also HP-UX.
4195         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
4196         work on AIX, IRIX, HP-UX, OSF/1.
4197         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
4198         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
4199         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
4200         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
4201         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
4202         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
4203
4204 2007-03-29  Bruno Haible  <bruno@clisp.org>
4205
4206         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
4207
4208 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
4209
4210         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
4211         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
4212
4213 2007-03-29  Eric Blake  <ebb9@byu.net>
4214
4215         * lib/acl-internal.h: Remove redundant include.
4216         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
4217         Cygwin when a file is locked.
4218
4219 2007-03-29  Bruno Haible  <bruno@clisp.org>
4220
4221         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
4222         file.
4223         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
4224
4225 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
4226
4227         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
4228         try to remove a parent directory if the child couldn't be removed
4229         (except for the first rmdir, which could fail because the child
4230         doesn't exist).  Problem reported by Jeff Blaine in
4231         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
4232
4233 2007-03-28  Bruno Haible  <bruno@clisp.org>
4234
4235         * lib/striconveh.c (utf8conv_carefully): New function.
4236         (mem_cd_iconveh_internal): Invoke it.
4237
4238 2007-03-28  Bruno Haible  <bruno@clisp.org>
4239
4240         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
4241         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
4242         input.
4243         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
4244         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
4245         unistr/u8-uctomb.
4246
4247 2007-03-28  Bruno Haible  <bruno@clisp.org>
4248
4249         * modules/unistr/u8-mbtoucr: New file.
4250         * lib/unistr/u8-mbtoucr.c: New file.
4251         * modules/unistr/u16-mbtoucr: New file.
4252         * lib/unistr/u16-mbtoucr.c: New file.
4253         * modules/unistr/u16-mbtoucr: New file.
4254         * lib/unistr/u16-mbtoucr.c: New file.
4255         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
4256
4257 2007-03-27  Simon Josefsson  <simon@josefsson.org>
4258             Bruno Haible  <bruno@clisp.org>
4259
4260         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
4261         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
4262         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
4263
4264         * m4/stdio_h.m4: Add stubs for vasprintf too.
4265
4266         * modules/stdio: Support vasprintf in sed command.
4267
4268         * modules/vasprintf: Depend on stdio for prototypes.  Remove
4269         vasprintf.h.  Add stdio module indicator.
4270
4271         * lib/stdio_.h: Declare asprintf and vasprintf, based on
4272         vasprintf.h.
4273
4274         * lib/vasprintf.h: File removed.
4275
4276         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
4277         * lib/vasprintf.c: Ditto.
4278         * lib/xvasprintf.c: Ditto.
4279         * tests/test-vasprintf-posix.c: Ditto.
4280         * tests/test-vasprintf.c: Ditto.
4281
4282 2007-03-27  Bruno Haible  <bruno@clisp.org>
4283
4284         Make vasnprintf multithread-safe.
4285         * lib/vasnprintf.c (decimal_point_char): New function.
4286         (VASNPRINTF): Use it.
4287         Suggested by Simon Josefsson.
4288
4289 2007-03-27  Eric Blake  <ebb9@byu.net>
4290
4291         Support sub-second birthtime on cygwin.
4292         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
4293         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
4294         (get_stat_birthtime): Also work with st_birthtim.
4295
4296 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
4297
4298         * lib/stat-time.h (USE_BIRTHTIME): Remove.
4299         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
4300         (get_stat_birthtime_ns): Do not try to use "spare" fields.
4301         (get_stat_birthtime_ns): Simplify compile-time tests.
4302         (get_stat_birthtime): Change the API to look like
4303         get_stat_mtime etc., except return a negative tv_nsec on error.
4304         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
4305         Don't check for "spare" fields.
4306         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
4307         or for struct stat.st_birthtime, as these tests aren't used.
4308         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
4309
4310 2007-03-27  Bruno Haible  <bruno@clisp.org>
4311
4312         * lib/stat-time.h: Include <sys/stat.h>.
4313
4314 2007-03-27  James Youngman  <jay@gnu.org>
4315
4316         * lib/stat-time.h (get_stat_birthtime): New function for
4317           retrieving st_birthtime as provided by UFS2 (hence *BSD).
4318         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
4319           and its variants.
4320         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
4321         * modules/stat-time-test: New file.
4322         * tests/test-stat-time.c: New test, devised by Bruno Haible.
4323
4324 2007-03-26  Bruno Haible  <bruno@clisp.org>
4325
4326         Better support of signalling NaNs.
4327         * lib/atanl.c: Include isnanl.h.
4328         (atanl): Perform test for NaN at the beginning of the function and
4329         through a call to isnanl.
4330         * lib/cosl.c: Include isnanl.h.
4331         (cosl): Perform test for NaN at the beginning of the function and
4332         through a call to isnanl.
4333         * lib/ldexpl.c: Include isnanl.h.
4334         (ldexpl): Perform test for NaN through a call to isnanl.
4335         * lib/logl.c: Include isnanl.h.
4336         (logl): Perform test for NaN at the beginning of the function and
4337         through a call to isnanl.
4338         * lib/sinl.c: Include isnanl.h.
4339         (sinl): Perform test for NaN at the beginning of the function and
4340         through a call to isnanl.
4341         * lib/sqrtl.c: Include isnanl.h.
4342         (sqrtl): Perform test for NaN at the beginning of the function and
4343         through a call to isnanl.
4344         * lib/tanl.c: Include isnanl.h.
4345         (tanl): Perform test for NaN at the beginning of the function and
4346         through a call to isnanl.
4347         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
4348         * modules/mathl (Depends-on): Add isnanl.
4349
4350 2007-03-26  Eric Blake  <ebb9@byu.net>
4351
4352         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
4353         regression in logic sense of previous patch.
4354
4355 2007-03-26  Bruno Haible  <bruno@clisp.org>
4356
4357         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
4358         unportable shell command "if ! ...".
4359         Reported by Ralf Wildenhues.
4360
4361 2007-03-25  Bruno Haible  <bruno@clisp.org>
4362
4363         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
4364         <sysexits.h> file, and only add EX_CONFIG.
4365         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
4366         absolute file name and whether it is sufficient. Substitute also
4367         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
4368         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
4369         ABSOLUTE_SYSEXITS_H into sysexits.h.
4370
4371 2007-03-25  Bruno Haible  <bruno@clisp.org>
4372
4373         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
4374         hints is NULL.
4375
4376 2007-03-25  Bruno Haible  <bruno@clisp.org>
4377
4378         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
4379         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
4380
4381 2007-03-25  Bruno Haible  <bruno@clisp.org>
4382
4383         * lib/vasnprintf.c: Include langinfo.h.
4384         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
4385         multithread-safe.
4386         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
4387         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
4388         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4389         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4390         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4391         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4392         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4393         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
4394         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4395         Reported by Simon Josefsson.
4396
4397 2007-03-25  Bruno Haible  <bruno@clisp.org>
4398
4399         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
4400         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
4401         * modules/vasnprintf (Depends-on): Add stdint.
4402
4403 2007-03-25  Bruno Haible  <bruno@clisp.org>
4404
4405         * modules/fpieee: New file.
4406         * m4/fpieee.m4: New file.
4407         * modules/isnan-nolibm (Depends-on): Add fpieee.
4408         * modules/isnanl-nolibm (Depends-on): Add fpieee.
4409         * modules/isnanl (Depends-on): Add fpieee.
4410
4411 2007-03-25  Bruno Haible  <bruno@clisp.org>
4412
4413         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
4414
4415 2007-03-25  Bruno Haible  <bruno@clisp.org>
4416
4417         Avoid test failures on IRIX 6.5.
4418         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
4419         (main): Use it.
4420         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
4421         macros.
4422         (main): Use them.
4423
4424 2007-03-25  Bruno Haible  <bruno@clisp.org>
4425
4426         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
4427         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
4428         exists but doesn't work.
4429         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
4430         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
4431         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
4432         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
4433
4434 2007-03-25  Bruno Haible  <bruno@clisp.org>
4435
4436         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
4437         returns inf. Needed on IRIX 6.5.
4438
4439 2007-03-25  Bruno Haible  <bruno@clisp.org>
4440
4441         * tests/test-frexpl.c: Include isnanl-nolibm.h.
4442         (main): Use isnanl instead of x != x idiom.
4443         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
4444
4445         * tests/test-frexp.c: Include isnan.h.
4446         (main): Use isnan instead of x != x idiom.
4447         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
4448
4449 2007-03-25  Bruno Haible  <bruno@clisp.org>
4450
4451         * tests/test-frexp.c (NaN): New function/macro.
4452         (main): Use it instead of 0.0 / 0.0.
4453         * tests/test-isnan.c (NaN): New function/macro.
4454         (main): Use it instead of 0.0 / 0.0.
4455         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
4456         (test_function): Use it instead of 0.0 / 0.0.
4457         * tests/test-vasprintf-posix.c (NaN): New function/macro.
4458         (test_function): Use it instead of 0.0 / 0.0.
4459         * tests/test-snprintf-posix.h (NaN): New function/macro.
4460         (test_function): Use it instead of 0.0 / 0.0.
4461         * tests/test-sprintf-posix.h (NaN): New function/macro.
4462         (test_function): Use it instead of 0.0 / 0.0.
4463         * tests/test-fprintf-posix.h (NaN): New function/macro.
4464         (test_function): Use it instead of 0.0 / 0.0.
4465         * tests/test-printf-posix.h (NaN): New function/macro.
4466         (test_function): Use it instead of 0.0 / 0.0.
4467
4468         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
4469
4470 2007-03-25  Bruno Haible  <bruno@clisp.org>
4471
4472         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
4473
4474 2007-03-25  Bruno Haible  <bruno@clisp.org>
4475
4476         * lib/regexec.c (merge_state_with_log): Make static.
4477
4478 2007-03-25  Bruno Haible  <bruno@clisp.org>
4479
4480         * lib/trigl.c (kernel_rem_pio2): Make static.
4481
4482 2007-03-25  Bruno Haible  <bruno@clisp.org>
4483
4484         * lib/sincosl.c (sincosl_table): Make static.
4485
4486 2007-03-25  Bruno Haible  <bruno@clisp.org>
4487
4488         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
4489         if the compiler does not support C99.
4490
4491 2007-03-25  Bruno Haible  <bruno@clisp.org>
4492
4493         * modules/time (Makefile.am): Ensure all rule action lines start with a
4494         tab.
4495
4496 2007-03-24  Bruno Haible  <bruno@clisp.org>
4497
4498         * modules/tsearch-tests: New file.
4499         * tests/test-tsearch.sh: New file.
4500         * tests/test-tsearch.c: New file, mostly copied from glibc.
4501
4502         * modules/search-tests: New file.
4503         * tests/test-search.c: New file.
4504
4505         * modules/search: New file.
4506         * lib/search_.h: New file, incorporating lib/tsearch.h.
4507         * m4/search_h.m4: New file.
4508         * lib/tsearch.h: Remove file.
4509         * lib/tsearch.c: Include search.h instead of tsearch.h.
4510         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
4511         HAVE_TSEARCH.
4512         * modules/tsearch (Files): Remove lib/tsearch.h.
4513         (Depends-on): Add search.
4514         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
4515         (Include): Change tsearch.h into search.h.
4516
4517 2007-03-24  Bruno Haible  <bruno@clisp.org>
4518
4519         * modules/fpucw: New file.
4520         * lib/fpucw.h: New file.
4521         * lib/frexp.c: Include fpucw.h.
4522         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
4523         (FUNC): Use them.
4524         * lib/printf-frexp.c: Include fpucw.h.
4525         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
4526         (FUNC): Use them.
4527         * lib/vasnprintf.c: Include fpucw.h.
4528         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
4529         'long double' calculations.
4530         * tests/test-frexpl.c: Include fpucw.h.
4531         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
4532         * tests/test-printf-frexpl.c: Include fpucw.h.
4533         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
4534         * modules/frexpl (Depends-on): Add fpucw.
4535         * modules/printf-frexpl (Depends-on): Likewise.
4536         * modules/fprintf-posix (Depends-on): Likewise.
4537         * modules/snprintf-posix (Depends-on): Likewise.
4538         * modules/sprintf-posix (Depends-on): Likewise.
4539         * modules/vasnprintf-posix (Depends-on): Likewise.
4540         * modules/vasprintf-posix (Depends-on): Likewise.
4541         * modules/vfprintf-posix (Depends-on): Likewise.
4542         * modules/vsnprintf-posix (Depends-on): Likewise.
4543         * modules/vsprintf-posix (Depends-on): Likewise.
4544         * modules/frexpl-tests (Depends-on): Likewise.
4545         * modules/printf-frexpl-tests (Depends-on): Likewise.
4546
4547 2007-03-24  Bruno Haible  <bruno@clisp.org>
4548
4549         * lib/float+.h: New file.
4550         * lib/isnan.c: Include float+.h.
4551         (SIZE): New macro.
4552         (FUNC): Compare only SIZE bytes of the value.
4553         * lib/vasnprintf.c: Include float+.h.
4554         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
4555         SIZEOF_LDBL or SIZEOF_DBL bytes.
4556         * modules/isnan-nolibm (Files): Add lib/float+.h.
4557         * modules/isnanl-nolibm (Files): Add lib/float+.h.
4558         * modules/isnanl (Files): Add lib/float+.h.
4559         * modules/vasnprintf (Files): Add lib/float+.h.
4560
4561 2007-03-24  Bruno Haible  <bruno@clisp.org>
4562
4563         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
4564         include isnanl-nolibm.h.
4565
4566 2007-03-24  Bruno Haible  <bruno@clisp.org>
4567
4568         * tests/test-read-file.c (main): Don't produce spurious output for
4569         expected situations. Make the test fail if it encountered unexpected
4570         results.
4571
4572 2007-03-24  Bruno Haible  <bruno@clisp.org>
4573
4574         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
4575         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
4576
4577 2007-03-24  Bruno Haible  <bruno@clisp.org>
4578
4579         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
4580
4581 2007-03-24  Bruno Haible  <bruno@clisp.org>
4582
4583         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
4584         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
4585
4586         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
4587         * modules/utf8-ucs4: Turn into a symbolic link to module
4588         unistr/u8-mbtouc.
4589
4590         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
4591         utf8-ucs4-unsafe.
4592         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
4593         unistr/u8-mbtouc-unsafe.
4594
4595         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
4596         * modules/utf16-ucs4: Turn into a symbolic link to module
4597         unistr/u16-mbtouc.
4598
4599         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
4600         utf16-ucs4-unsafe.
4601         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
4602         unistr/u16-mbtouc-unsafe.
4603
4604         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
4605         * modules/ucs4-utf8: Turn into a symbolic link to module
4606         unistr/u8-ubtomb.
4607
4608         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
4609         * modules/ucs4-utf16: Turn into a symbolic link to module
4610         unistr/u16-ubtomb.
4611
4612 2007-03-24  Bruno Haible  <bruno@clisp.org>
4613
4614         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
4615         Enable the function only if HAVE_INLINE.
4616         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
4617         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
4618         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
4619         Enable the function only if HAVE_INLINE.
4620         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
4621         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
4622         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
4623         Enable the function only if HAVE_INLINE.
4624         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
4625         Enable the function only if HAVE_INLINE.
4626         * modules/utf8-ucs4: Update.
4627         * modules/utf8-ucs4-unsafe: Update.
4628         * modules/utf16-ucs4: Update.
4629         * modules/utf16-ucs4-unsafe: Update.
4630         * modules/ucs4-utf8: Update.
4631         * modules/ucs4-utf16: Update.
4632
4633 2007-03-24  Bruno Haible  <bruno@clisp.org>
4634
4635         * lib/utf8-ucs4.h: Remove file.
4636         * lib/utf8-ucs4-unsafe.h: Remove file.
4637         * lib/utf16-ucs4.h: Remove file.
4638         * lib/utf16-ucs4-unsafe.h: Remove file.
4639         * lib/ucs4-utf8.h: Remove file.
4640         * lib/ucs4-utf16.h: Remove file.
4641         * lib/unistr.h: Include their previous contents.
4642         * m4/utf-ucs4.m4: Remove file.
4643         * m4/ucs4-utf.m4: Remove file.
4644         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
4645         (Depends-on): Add unistr/base.
4646         (configure.ac): Remove gl_UTF_UCS4.
4647         (Makefile.am): Update.
4648         (Include): Change to unistr.h.
4649         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
4650         (Depends-on): Add unistr/base.
4651         (configure.ac): Remove gl_UTF_UCS4.
4652         (Makefile.am): Update.
4653         (Include): Change to unistr.h.
4654         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
4655         (Depends-on): Add unistr/base.
4656         (configure.ac): Remove gl_UTF_UCS4.
4657         (Makefile.am): Update.
4658         (Include): Change to unistr.h.
4659         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
4660         (Depends-on): Add unistr/base.
4661         (configure.ac): Remove gl_UTF_UCS4.
4662         (Makefile.am): Update.
4663         (Include): Change to unistr.h.
4664         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
4665         (Depends-on): Add unistr/base.
4666         (configure.ac): Remove gl_UCS4_UTF.
4667         (Makefile.am): Update.
4668         (Include): Change to unistr.h.
4669         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
4670         (Depends-on): Add unistr/base.
4671         (configure.ac): Remove gl_UCS4_UTF.
4672         (Makefile.am): Update.
4673         (Include): Change to unistr.h.
4674         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
4675         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
4676         utf8-ucs4-unsafe.h.
4677         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
4678         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
4679         utf16-ucs4-unsafe.h.
4680         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
4681         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
4682         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
4683         * lib/unistr/u8-strchr.c: Likewise.
4684         * lib/unistr/u8-strrchr.c: Likewise.
4685         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
4686         * lib/unistr/u16-strchr.c: Likewise.
4687         * lib/unistr/u16-strrchr.c: Likewise.
4688         * lib/striconveh.c: Update.
4689         * lib/linebreak.c: Update.
4690
4691 2007-03-24  Bruno Haible  <bruno@clisp.org>
4692
4693         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
4694         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
4695
4696 2007-03-22  Bruno Haible  <bruno@clisp.org>
4697
4698         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
4699
4700 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
4701
4702         * MODULES.html.sh (File system functions): New module write-any-file.
4703         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
4704         * m4/write-any-file.m4: New files.
4705
4706 2007-03-23  Eric Blake  <ebb9@byu.net>
4707
4708         * gnulib-tool: Rearrange space-tab sequences, since some editors
4709         like to eat them.
4710
4711 2007-03-23  Eric Blake  <ebb9@byu.net>
4712
4713         * lib/version-etc.c (version_etc_va): Update license wording to
4714         be more concise.  Recommended by Richard Stallman.
4715
4716 2007-03-22  Bruno Haible  <bruno@clisp.org>
4717
4718         * lib/poll.c (MSG_PEEK): New fallback definition.
4719
4720 2007-03-22  Bruno Haible  <bruno@clisp.org>
4721
4722         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
4723         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
4724         (main): Update.
4725         Fixes a compilation error on BeOS.
4726
4727 2007-03-22  Bruno Haible  <bruno@clisp.org>
4728
4729         * modules/frexpl-tests: New file.
4730         * tests/test-frexpl.c: New file.
4731
4732         * modules/frexpl: New file.
4733         * m4/frexpl.m4: New file.
4734         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
4735         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
4736         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
4737         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
4738         (Depends-on): Add frexpl. Remove isnanl-nolibm.
4739         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
4740
4741 2007-03-22  Bruno Haible  <bruno@clisp.org>
4742
4743         * lib/frexpl.c: Share code with lib/frexp.c.
4744         * modules/mathl (Files): Add lib/frexp.c.
4745         (Depends-on): Add isnanl-nolibm.
4746
4747 2007-03-22  Bruno Haible  <bruno@clisp.org>
4748
4749         * modules/printf-frexp (Files): Add m4/frexp.m4.
4750         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
4751         only if the found frexp function actually works.
4752
4753 2007-03-22  Bruno Haible  <bruno@clisp.org>
4754
4755         * lib/frexp.c: Remove older implementation that uses divisions.
4756
4757 2007-03-21  Bruno Haible  <bruno@clisp.org>
4758
4759         * modules/frexp-tests: New file.
4760         * tests/test-frexp.c: New file.
4761
4762         * modules/frexp: New file.
4763         * lib/frexp.c: New file.
4764         * m4/frexp.m4: New file.
4765         * lib/math_.h (frexp): New declaration.
4766         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
4767         REPLACE_FREXP.
4768         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
4769
4770 2007-03-21  Bruno Haible  <bruno@clisp.org>
4771
4772         * modules/isnanl-tests: New file.
4773         * tests/test-isnanl.c: New file.
4774
4775         * modules/isnanl: New file.
4776         * lib/isnanl.h: New file.
4777         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
4778         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
4779         gl_FUNC_ISNANL_WORKS.
4780         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
4781         New macros.
4782
4783 2007-03-21  Bruno Haible  <bruno@clisp.org>
4784
4785         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
4786         lib/isnanl.h.
4787         (Include): Update.
4788         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
4789         * lib/vasnprintf.c: Update.
4790         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
4791         tests/test-isnanl.h, remove tests/test-isnanl.c.
4792         (Makefile.am): Update.
4793         * tests/test-isnanl-nolibm.c: New file.
4794         * tests/test-isnanl.h: New file.
4795         * tests/test-isnanl.c: Remove file.
4796
4797 2007-03-21  Jim Meyering  <jim@meyering.net>
4798
4799         When trying to open ".", treat ESTALE like EACCES.
4800         * lib/savewd.c (savewd_save): Resort to forking not just upon
4801         failure with EACCES, but also when errno is ESTALE.
4802
4803 2007-03-20  Bruno Haible  <bruno@clisp.org>
4804
4805         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
4806         Needed on AIX 5.1. Reported by Matthew Woehlke.
4807
4808 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4809
4810         Suggestions by Bruno Haible:
4811         * lib/acl-internal.h: Include "gettext.h" rather than rolling
4812         our own.
4813         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
4814         * modules/acl (Depends-on): Add gettext.
4815
4816 2007-03-19  Bruno Haible  <bruno@clisp.org>
4817
4818         * modules/iconvme: Remove file.
4819         * lib/iconvme.h: Remove file.
4820         * lib/iconvme.c: Remove file.
4821         * m4/iconvme.m4: Remove file.
4822
4823 2007-03-19  Bruno Haible  <bruno@clisp.org>
4824
4825         * doc/relocatable-maint.texi: Break long shell script line.
4826         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
4827
4828 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4829
4830         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
4831         handle file_has_acl.
4832         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
4833         * lib/acl.c: Move header inclusions and related macro defns into
4834         lib/acl-internal.h.
4835         (S_ISLNK): Remove defn, since that's now done for us.
4836         (file_has_acl): Move to lib/file-has-acl.c.
4837         Call acl_trivial if available.  This is the crucial part of the fix.
4838         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
4839         shared within the library.  Rewrite a bit, partly to make it compatible
4840         with the GNU coding style.
4841         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
4842         Remove unnecessary double-quotes.
4843         Don't test for acl_to_text; the build will catch that.
4844         Replace acl_entries if it doesn't exist and it is needed.
4845         Check for -lsec and acl_trivial (as used on Solaris 10).
4846         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
4847         lib/file-has-acl.c.
4848         (Depends-on): Add sys_stat, for S_ISLNK.
4849
4850 2007-03-19  Ben Pfaff  <blp@gnu.org>
4851
4852         * doc/gnulib.texi: Fix typos.
4853         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
4854
4855 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4856
4857         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
4858         If size is zero here, buf must be zero.
4859
4860 2007-03-19  Simon Josefsson  <simon@josefsson.org>
4861
4862         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
4863         <bruno@clisp.org>.
4864
4865 2007-03-18  Bruno Haible  <bruno@clisp.org>
4866
4867         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
4868         Suggested by Eric Blake.
4869
4870 2007-03-18  Ben Pfaff  <blp@gnu.org>
4871
4872         * doc/relocatable.texi: Recommend using as prefix a directory
4873         that does not exist and will never be created.  Based on
4874         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
4875         and others.
4876
4877 2007-03-17  Bruno Haible  <bruno@clisp.org>
4878
4879         * lib/fchownat.c: Include lchown.h.
4880
4881 2007-03-17  Bruno Haible  <bruno@clisp.org>
4882
4883         Fix endless loop when the given allocated size was > INT_MAX.
4884         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
4885         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
4886         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
4887         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
4888         * lib/sprintf.c (sprintf): Likewise.
4889
4890 2007-03-17  Bruno Haible  <bruno@clisp.org>
4891
4892         * tests/test-argp-2.sh (func_compare): Output a context diff.
4893
4894 2007-03-17  Bruno Haible  <bruno@clisp.org>
4895
4896         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
4897         locale's decimal-point character.
4898
4899 2007-03-17  Bruno Haible  <bruno@clisp.org>
4900
4901         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
4902         before comparing it. Needed because on some platforms (e.g. x86) a
4903         'long double' occupies less bytes than sizeof (long double).
4904
4905 2007-03-17  Bruno Haible  <bruno@clisp.org>
4906
4907         * tests/test-crc.c (main): Make printf statements 64-bit clean.
4908         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
4909         * tests/test-getaddrinfo.c (simple): Likewise.
4910         * tests/test-read-file.c (main): Likewise.
4911
4912 2007-03-17  Bruno Haible  <bruno@clisp.org>
4913
4914         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
4915
4916 2007-03-17  Bruno Haible  <bruno@clisp.org>
4917
4918         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
4919         unused variable.
4920
4921 2007-03-17  Bruno Haible  <bruno@clisp.org>
4922
4923         * tests/test-c-strcasecmp.c: Include c-strcase.h.
4924         * tests/test-c-strncasecmp.c: Likewise.
4925
4926 2007-03-17  Bruno Haible  <bruno@clisp.org>
4927
4928         * modules/stdlib (Depends-on): Add unistd.
4929         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
4930         Needed for MacOS X 10.3.
4931
4932 2007-03-17  Bruno Haible  <bruno@clisp.org>
4933
4934         * lib/unistr/u-strdup.h: Include <stdlib.h>.
4935
4936 2007-03-17  Bruno Haible  <bruno@clisp.org>
4937
4938         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
4939
4940 2007-03-17  Bruno Haible  <bruno@clisp.org>
4941
4942         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
4943         to reflect files copied from gnulib (with or without modifications).
4944         Suggested by Jim Meyering.
4945
4946 2007-03-17  Eric Blake  <ebb9@byu.net>
4947
4948         * NEWS: Document stdlib change from 2007-02-18.
4949
4950 2007-03-17  Jim Meyering  <jim@meyering.net>
4951
4952         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
4953         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
4954         someone uses a name containing shell meta-characters.
4955         Reported by Alfred M. Szmidt.
4956
4957         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
4958
4959 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4960
4961         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
4962         and copy gettext configuration files only if configure.ac contains
4963         a use of AM_GNU_GETTEXT_VERSION.
4964
4965 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4966
4967         * build-aux/bootstrap (gnulib_name): New variable.
4968         (gnulib_tool_options): Use it.
4969
4970 2007-03-13  Simon Josefsson  <simon@josefsson.org>
4971
4972         * tests/test-des.c: Use new namespace.
4973
4974 2007-03-15  Bruno Haible  <bruno@clisp.org>
4975
4976         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
4977         Reported by James Youngman <jay@gnu.org>.
4978
4979 2007-03-15  Bruno Haible  <bruno@clisp.org>
4980
4981         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
4982         declared prototype. Needed with cc on OSF/1 5.1.
4983
4984 2007-03-15  Bruno Haible  <bruno@clisp.org>
4985
4986         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
4987         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
4988         (struct gl_list_implementation): Add dispose_fn argument to the
4989         'create_empty', 'create' methods.
4990         (struct gl_list_impl_base): Add field 'dispose_fn'.
4991         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
4992         argument.
4993         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
4994         dispose_fn argument.
4995         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
4996         dispose_fn on the dropped values.
4997         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
4998         dispose_fn argument.
4999         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
5000         dropped values.
5001         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
5002         (gl_tree_remove_node): Call dispose_fn on the dropped value.
5003         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
5004         (gl_tree_remove_node): Call dispose_fn on the dropped value.
5005         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
5006         argument.
5007         (gl_tree_list_free): Call dispose_fn on the dropped values.
5008         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
5009         the dropped values.
5010         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
5011         Add dispose_fn argument.
5012         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
5013         Call dispose_fn on the dropped values.
5014         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
5015         Add dispose_fn argument.
5016         (gl_sublist_create): Initialize the 'dispose_fn' field.
5017         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
5018         * tests/test-array_list.c (main): Update.
5019         * tests/test-carray_list.c (main): Update.
5020         * tests/test-avltree_list.c (main): Update.
5021         * tests/test-rbtree_list.c (main): Update.
5022         * tests/test-avltreehash_list.c (main): Update.
5023         * tests/test-rbtreehash_list.c (main): Update.
5024         * tests/test-linked_list.c (main): Update.
5025         * tests/test-linkedhash_list.c (main): Update.
5026         * tests/test-array_oset.c (main): Update.
5027
5028 2007-03-15  Bruno Haible  <bruno@clisp.org>
5029
5030         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
5031         (gl_oset_create_empty): Add dispose_fn argument.
5032         (struct gl_oset_implementation): Add dispose_fn argument to
5033         'create_empty' method.
5034         (struct gl_oset_impl_base): Add dispose_fn field.
5035         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
5036         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
5037         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
5038         values.
5039         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
5040         (gl_tree_oset_free): Call dispose_fn on the dropped values.
5041         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
5042         dropped value.
5043         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
5044         dropped value.
5045         * tests/test-array_oset.c (main): Update.
5046         * tests/test-avltree_oset.c (main): Update.
5047         * tests/test-rbtree_oset.c (main): Update.
5048         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
5049
5050 2007-03-13  Bruno Haible  <bruno@clisp.org>
5051
5052         * tests/test-stdbool.c (i): Update after last patch.
5053
5054 2007-03-12  Bruno Haible  <bruno@clisp.org>
5055
5056         * lib/quotearg.c: Include <wctype.h> early, before the definition of
5057         the iswprint macro. Needed on Solaris 2.5.1.
5058
5059 2007-03-12  Bruno Haible  <bruno@clisp.org>
5060
5061         * tests/test-printf-frexp.c (main): Declare x as volatile.
5062
5063 2007-03-12  Simon Josefsson  <simon@josefsson.org>
5064
5065         * doc/gnulib.texi (Build robot for gnulib): New section.
5066
5067 2007-03-12  Jim Meyering  <jim@meyering.net>
5068
5069         * build-aux/bootstrap: New file.
5070         * build-aux/bootstrap.conf: New file, from coreutils.
5071
5072 2007-03-11  Bruno Haible  <bruno@clisp.org>
5073
5074         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
5075
5076 2007-03-12  Simon Josefsson  <simon@josefsson.org>
5077
5078         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
5079         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
5080         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
5081
5082 2007-03-11  Bruno Haible  <bruno@clisp.org>
5083
5084         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
5085         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
5086
5087 2007-03-11  Bruno Haible  <bruno@clisp.org>
5088
5089         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
5090         formula. Needed for SunPRO C 5.0.
5091
5092 2007-03-11  Bruno Haible  <bruno@clisp.org>
5093
5094         * modules/long-options (Depends-on): Add getopt.
5095
5096 2007-03-11  Bruno Haible  <bruno@clisp.org>
5097
5098         * modules/modechange (Depends-on): Add stdbool.
5099
5100 2007-03-11  Bruno Haible  <bruno@clisp.org>
5101
5102         * modules/i-ring (Depends-on): Add stdbool.
5103
5104 2007-03-11  Bruno Haible  <bruno@clisp.org>
5105
5106         * modules/gc-des (Depends-on): Add stdbool.
5107
5108 2007-03-11  Bruno Haible  <bruno@clisp.org>
5109
5110         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
5111
5112 2007-03-11  Bruno Haible  <bruno@clisp.org>
5113
5114         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
5115
5116 2007-03-11  Bruno Haible  <bruno@clisp.org>
5117
5118         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
5119
5120 2007-03-11  Bruno Haible  <bruno@clisp.org>
5121
5122         * lib/vasnprintf.c (sprintf): Undefine.
5123
5124 2007-03-11  Bruno Haible  <bruno@clisp.org>
5125
5126         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
5127         initializers in SunPRO C and Compaq C compilers.
5128
5129 2007-03-11  Bruno Haible  <bruno@clisp.org>
5130
5131         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
5132         decrementing code ANSI C compliant.
5133
5134 2007-03-11  Bruno Haible  <bruno@clisp.org>
5135
5136         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
5137         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
5138
5139 2007-03-11  Bruno Haible  <bruno@clisp.org>
5140
5141         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
5142         <stdbool.h> substitute doesn't pass.
5143
5144 2007-03-11  Bruno Haible  <bruno@clisp.org>
5145
5146         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
5147
5148 2007-03-11  Bruno Haible  <bruno@clisp.org>
5149
5150         * gnulib-tool (func_create_megatestdir): Create also an autobuild
5151         script, for submission to autobuild.josefsson.org.
5152
5153 2007-03-10  Bruno Haible  <bruno@clisp.org>
5154
5155         * modules/canonicalize-lgpl-tests: New file.
5156         * tests/test-canonicalize-lgpl.sh: New file.
5157         * tests/test-canonicalize-lgpl.c: New file.
5158
5159         * modules/c-strcase-tests: New file.
5160         * tests/test-c-strcase.sh: New file.
5161         * tests/test-c-strcasecmp.c: New file.
5162         * tests/test-c-strncasecmp.c: New file.
5163
5164         * modules/atexit-tests: New file.
5165         * tests/test-atexit.sh: New file.
5166         * tests/test-atexit.c: New file.
5167
5168 2007-03-10  Bruno Haible  <bruno@clisp.org>
5169
5170         * tests/test-binary-io.sh: Use temporary filenames that are not so
5171         likely to clash with those of other tests (in a parallel make).
5172         * tests/test-binary-io.c: Likewise.
5173
5174 2007-03-10  Bruno Haible  <bruno@clisp.org>
5175
5176         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
5177         fallback; use #error instead.
5178         Suggested by Simon Josefsson.
5179
5180 2007-03-10  Bruno Haible  <bruno@clisp.org>
5181
5182         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
5183         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
5184         first and the last.
5185
5186 2007-03-10  Bruno Haible  <bruno@clisp.org>
5187
5188         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
5189
5190 2007-03-10  Bruno Haible  <bruno@clisp.org>
5191
5192         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
5193         "make distcheck".
5194         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
5195         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
5196         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
5197
5198 2007-03-10  Bruno Haible  <bruno@clisp.org>
5199
5200         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
5201         variable.
5202         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
5203         variable.
5204
5205 2007-03-09  Eric Blake  <ebb9@byu.net>
5206         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
5207
5208         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
5209         types are not being provided by gnulib.
5210         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
5211         types are supported.
5212
5213 2007-03-10  Bruno Haible  <bruno@clisp.org>
5214
5215         * lib/stdio_.h (__attribute__): New macro.
5216         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
5217         vsprintf): Specify __attribute__ __format__ for GCC.
5218         Suggested by Eric Blake.
5219
5220 2007-03-09  Bruno Haible  <bruno@clisp.org>
5221
5222         * modules/printf-posix-tests: New file.
5223         * tests/test-printf-posix.sh: New file.
5224         * tests/test-printf-posix.c: New file.
5225
5226         * modules/printf-posix: New file.
5227         * lib/printf.c: New file.
5228         * m4/printf-posix-rpl.m4: New file.
5229         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
5230         REPLACE_PRINTF.
5231         * lib/stdio_.h (printf): New declaration.
5232         (format, __format__, ____printf____, ____scanf____, ____strftime____,
5233         ____strfmon____): New macros.
5234         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
5235         REPLACE_PRINTF.
5236
5237 2007-03-09  Bruno Haible  <bruno@clisp.org>
5238
5239         * tests/test-vasnprintf-posix2.sh: New file.
5240         * tests/test-vasnprintf-posix2.c: New file.
5241         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
5242         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
5243         (Makefile.am): Activate test-vasnprintf-posix2.sh.
5244
5245         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
5246         a locale dependent decimal point, rather than always '.'.
5247
5248 2007-03-09  Eric Blake  <ebb9@byu.net>
5249
5250         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
5251         spite of platforms like Tandem/NSK that define it to -1.
5252
5253 2007-03-08  Bruno Haible  <bruno@clisp.org>
5254
5255         * modules/vprintf-posix-tests: New file.
5256         * tests/test-vprintf-posix.sh: New file.
5257         * tests/test-vprintf-posix.c: New file.
5258         * tests/test-printf-posix.h: New file.
5259
5260         * modules/vprintf-posix: New file.
5261         * lib/vprintf.c: New file.
5262         * m4/vprintf-posix.m4: New file.
5263         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
5264         REPLACE_VPRINTF.
5265         * lib/stdio_.h (vprintf): New declaration.
5266         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
5267         REPLACE_VPRINTF.
5268
5269 2007-03-08  Bruno Haible  <bruno@clisp.org>
5270
5271         * modules/fprintf-posix-tests: New file.
5272         * tests/test-fprintf-posix.sh: New file.
5273         * tests/test-fprintf-posix.c: New file.
5274
5275         * modules/fprintf-posix: New file.
5276         * lib/fprintf.c: New file.
5277         * m4/fprintf-posix.m4: New file.
5278         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
5279         REPLACE_FPRINTF.
5280         * lib/stdio_.h (fprintf): New declaration.
5281         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
5282         REPLACE_FPRINTF.
5283
5284 2007-03-08  Bruno Haible  <bruno@clisp.org>
5285
5286         * modules/vfprintf-posix-tests: New file.
5287         * tests/test-vfprintf-posix.sh: New file.
5288         * tests/test-vfprintf-posix.c: New file.
5289         * tests/test-fprintf-posix.h: New file.
5290         * tests/test-fprintf-posix.out: New file.
5291
5292         * modules/vfprintf-posix: New file.
5293         * lib/vfprintf.c: New file.
5294         * m4/vfprintf-posix.m4: New file.
5295         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
5296         REPLACE_VFPRINTF.
5297         * lib/stdio_.h (vfprintf): New declaration.
5298         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
5299         REPLACE_VFPRINTF.
5300
5301 2007-03-08  Bruno Haible  <bruno@clisp.org>
5302
5303         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
5304
5305 2007-03-08  Bruno Haible  <bruno@clisp.org>
5306
5307         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
5308         instead of 'expr' invocations.
5309         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5310         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5311         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5312         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5313         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5314         Suggested by Paul Eggert.
5315
5316 2007-03-08  Bruno Haible  <bruno@clisp.org>
5317
5318         * modules/fseterr-tests: New file.
5319         * tests/test-fseterr.c: New file.
5320
5321         * modules/fseterr: New file.
5322         * lib/fseterr.h: New file.
5323         * lib/fseterr.c: New file.
5324
5325 2007-03-08  Bruno Haible  <bruno@clisp.org>
5326
5327         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
5328         * lib/getopt_.h: Likewise.
5329         * lib/mbswidth.h: Likewise.
5330         * lib/setenv.h: Likewise.
5331         * lib/vasnprintf.h: Likewise.
5332         * lib/vasprintf.h: Likewise.
5333         * lib/verror.h: Likewise.
5334         * lib/xsetenv.h: Likewise.
5335         * lib/xvasprintf.h: Likewise.
5336
5337 2007-03-08  Jim Meyering  <jim@meyering.net>
5338
5339         * users.txt: Add parted.
5340
5341         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
5342
5343 2007-03-07  Bruno Haible  <bruno@clisp.org>
5344
5345         * m4/printf.m4: Make the shell script snippets copy&pastable.
5346
5347 2007-03-02  Bruno Haible  <bruno@clisp.org>
5348
5349         * lib/netinet_in_.h: New file.
5350         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
5351         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
5352         * modules/netinet_in (Files): Add lib/netinet_in_.h.
5353         (Depends-on): Add absolute-header.
5354         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
5355         into netinet/in.h.
5356
5357 2007-03-03  Bruno Haible  <bruno@clisp.org>
5358
5359         * lib/sys_select_.h: New file.
5360         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
5361         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
5362         * modules/sys_select (Files): Add lib/sys_select_.h.
5363         (Depends-on): Add absolute-header.
5364         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
5365         into sys/select.h.
5366
5367 2007-03-02  Bruno Haible  <bruno@clisp.org>
5368
5369         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
5370         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
5371         values.
5372         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
5373         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
5374         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
5375         * modules/sys_socket (Depends-on): Add absolute-header.
5376         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
5377         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
5378         (Include): Remove requirement of inclusion of <sys/types.h>.
5379
5380 2007-03-02  Bruno Haible  <bruno@clisp.org>
5381
5382         * lib/byteswap_.h (bswap_32): Fix formula.
5383
5384 2007-03-06  Bruno Haible  <bruno@clisp.org>
5385
5386         * modules/sprintf-posix-tests: New file.
5387         * tests/test-sprintf-posix.c: New file.
5388
5389         * modules/sprintf-posix: New file.
5390         * lib/sprintf.c: New file.
5391         * m4/sprintf-posix.m4: New file.
5392         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
5393         REPLACE_SPRINTF.
5394         * lib/stdio_.h (sprintf): New declaration.
5395         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
5396         REPLACE_SPRINTF.
5397
5398 2007-03-06  Bruno Haible  <bruno@clisp.org>
5399
5400         * modules/vsprintf-posix-tests: New file.
5401         * tests/test-vsprintf-posix.c: New file.
5402         * tests/test-sprintf-posix.h: New file.
5403
5404         * modules/vsprintf-posix: New file.
5405         * lib/vsprintf.c: New file.
5406         * m4/vsprintf-posix.m4: New file.
5407         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
5408         REPLACE_VSPRINTF.
5409         * lib/stdio_.h (vsprintf): New declaration.
5410         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
5411         REPLACE_VSPRINTF.
5412
5413 2007-03-06  Bruno Haible  <bruno@clisp.org>
5414
5415         * modules/vsnprintf (Depend-on): Remove minmax.
5416
5417 2007-03-06  Bruno Haible  <bruno@clisp.org>
5418
5419         * modules/snprintf-posix-tests: New file.
5420         * tests/test-snprintf-posix.c: New file.
5421
5422         * modules/snprintf-posix: New file.
5423         * m4/snprintf-posix.m4: New file.
5424         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
5425         gl_FUNC_SNPRINTF.
5426         (gl_FUNC_SNPRINTF): Invoke it.
5427         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
5428         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
5429         is set.
5430         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
5431
5432 2007-03-06  Bruno Haible  <bruno@clisp.org>
5433
5434         * modules/vsnprintf-posix-tests: New file.
5435         * tests/test-vsnprintf-posix.c: New file.
5436         * tests/test-snprintf-posix.h: New file.
5437
5438         * modules/vsnprintf-posix: New file.
5439         * m4/vsnprintf-posix.m4: New file.
5440         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
5441         gl_FUNC_VSNPRINTF.
5442         (gl_FUNC_VSNPRINTF): Invoke it.
5443         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
5444         * lib/stdio_.h (vsnprintf): Define as a replacement if
5445         REPLACE_VSNPRINTF is set.
5446         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
5447
5448 2007-03-06  Bruno Haible  <bruno@clisp.org>
5449
5450         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
5451         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
5452
5453 2007-03-06  Bruno Haible  <bruno@clisp.org>
5454
5455         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
5456         (asinl): Declare also if HAVE_DECL_ASINL is set.
5457         (atanl): Declare also if HAVE_DECL_ATANL is set.
5458         (ceill): Declare also if HAVE_DECL_CEILL is set.
5459         (cosl): Declare also if HAVE_DECL_COSL is set.
5460         (expl): Declare also if HAVE_DECL_EXPL is set.
5461         (floorl): Declare also if HAVE_DECL_FLOORL is set.
5462         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
5463         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
5464         (logl): Declare also if HAVE_DECL_LOGL is set.
5465         (sinl): Declare also if HAVE_DECL_SINL is set.
5466         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
5467         (tanl): Declare also if HAVE_DECL_TANL is set.
5468         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
5469         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
5470         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
5471         declaration of frexpl, ldexpl.
5472         * modules/printf-frexpl (Depends-on): Add math.
5473         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
5474
5475 2007-03-05  Bruno Haible  <bruno@clisp.org>
5476
5477         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
5478         frexpl and ldexpl are declared.
5479         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
5480
5481 2007-03-05  Bruno Haible  <bruno@clisp.org>
5482
5483         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
5484         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
5485
5486 2007-03-05  Bruno Haible  <bruno@clisp.org>
5487
5488         * lib/stdio_.h: Include <stddef.h>.
5489
5490 2007-03-05  Bruno Haible  <bruno@clisp.org>
5491
5492         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
5493
5494 2007-03-05  Bruno Haible  <bruno@clisp.org>
5495
5496         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
5497         NetBSD 4, from Ralf Wildenhues.
5498
5499 2007-03-04  Bruno Haible  <bruno@clisp.org>
5500
5501         * lib/vasprintf.h: Update #if logic for the case when the functions
5502         exist but are overridden.
5503
5504 2007-03-04  Bruno Haible  <bruno@clisp.org>
5505
5506         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
5507         implementations: glibc-2.4 and MacOS X 10.3.
5508         * tests/test-vasnprintf-posix.c (test_function): Test also the case
5509         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
5510         * tests/test-vasprintf-posix.c (test_function): Likewise.
5511
5512 2007-03-04  Bruno Haible  <bruno@clisp.org>
5513
5514         * modules/vasprintf-posix-tests: New file.
5515         * tests/test-vasprintf-posix.c: New file.
5516
5517         * modules/vasprintf-posix: New file.
5518         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
5519         defined.
5520         * m4/vasprintf-posix.m4: New file.
5521         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
5522         gl_FUNC_VASPRINTF.
5523         (gl_FUNC_VASPRINTF): Invoke it.
5524         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
5525         here.
5526         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
5527
5528 2007-03-04  Bruno Haible  <bruno@clisp.org>
5529
5530         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
5531         REPLACE_GETTIMEOFDAY.
5532         * modules/sys_time (Makefile.am): Likewise.
5533         * m4/sys_time_h.m4: Likewise.
5534         * m4/gettimeofday.m4: Likewise.
5535
5536 2007-03-04  Bruno Haible  <bruno@clisp.org>
5537
5538         * modules/vasnprintf-posix-tests: New file.
5539         * tests/test-vasnprintf-posix.c: New file.
5540
5541         * modules/vasnprintf-posix: New file.
5542         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
5543         printf-frexpl.h.
5544         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
5545         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
5546         REPLACE_VASNPRINTF is defined.
5547         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
5548         gl_FUNC_VASNPRINTF.
5549         (gl_FUNC_VASNPRINTF): Invoke it.
5550         * m4/vasnprintf-posix.m4: New file.
5551         * m4/printf.m4: New file.
5552
5553 2007-03-04  Bruno Haible  <bruno@clisp.org>
5554
5555         Compile progreloc.c only if --enable-relocatable is specified.
5556         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
5557         if --enable-relocatable was specified.
5558         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
5559         lib_SOURCES.
5560
5561 2007-03-04  Jim Meyering  <jim@meyering.net>
5562
5563         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
5564         Use it consistently, rather than enumerating errno constants.
5565
5566 2007-03-04  Bruno Haible  <bruno@clisp.org>
5567
5568         * modules/xvasprintf-tests: New file.
5569         * tests/test-xvasprintf.c: New file.
5570
5571         * modules/vasprintf-tests: New file.
5572         * tests/test-vasprintf.c: New file.
5573
5574         * modules/vasnprintf-tests: New file.
5575         * tests/test-vasnprintf.c: New file.
5576
5577         * modules/vsnprintf-tests: New file.
5578         * tests/test-vsnprintf.c: New file.
5579
5580         * modules/snprintf-tests: New file.
5581         * tests/test-snprintf.c: New file.
5582
5583 2007-03-04  Bruno Haible  <bruno@clisp.org>
5584
5585         Compile relocatable.c only if --enable-relocatable is specified.
5586         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
5587         gl_RELOCATABLE_LIBRARY.
5588         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
5589         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
5590         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
5591         gl_RELOCATABLE_LIBRARY.
5592         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
5593         (Makefile.am): Remove lib_SOURCES.
5594         * modules/relocatable-lib-lgpl (configure.ac): Invoke
5595         gl_RELOCATABLE_LIBRARY.
5596         (Makefile.am): Remove lib_SOURCES.
5597         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
5598         always.
5599         * modules/relocatable-prog-wrapper (configure.ac): Invoke
5600         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
5601
5602 2007-03-04  Bruno Haible  <bruno@clisp.org>
5603
5604         * modules/argmatch-tests: New file.
5605         * tests/test-argmatch.c: New file.
5606
5607         * tests/test-allocsa.c (main): Halve the number of loop runs.
5608
5609         * modules/alloca-opt-tests: New file.
5610         * tests/test-alloca-opt.c: New file.
5611
5612 2007-03-04  Jim Meyering  <jim@meyering.net>
5613
5614         Work around difference between Linux ACLs and Solaris 10 ZFS.
5615         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
5616         for EINVAL.
5617
5618 2007-03-03  Bruno Haible  <bruno@clisp.org>
5619
5620         * modules/relocatable-prog (Depends-on): Add back progreloc's
5621         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
5622
5623 2007-03-03  Bruno Haible  <bruno@clisp.org>
5624
5625         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
5626         * modules/relocatable-lib: New file.
5627
5628 2007-03-03  Bruno Haible  <bruno@clisp.org>
5629
5630         * modules/relocatable-prog: Renamed from modules/relocatable.
5631         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
5632
5633 2007-03-03  Bruno Haible  <bruno@clisp.org>
5634
5635         * modules/relocatable-script (Files): Add doc/relocatable.texi,
5636         m4/relocatable-lib.m4.
5637         (Depends-on): Remove 'relocatable'.
5638         (configure.ac): Add gl_RELOCATABLE_NOP.
5639
5640 2007-03-03  Bruno Haible  <bruno@clisp.org>
5641
5642         * modules/relocatable-prog-wrapper: New file.
5643         * modules/relocatable (Depends-on): Add it. Remove all other
5644         dependencies except progname.
5645         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
5646
5647         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
5648         (gl_FUNC_STRERROR): Nop.
5649         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
5650
5651         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
5652         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
5653
5654         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
5655         (gl_FUNC_READLINK): Update.
5656
5657         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
5658
5659 2007-03-03  Bruno Haible  <bruno@clisp.org>
5660
5661         * lib/xreadlink.c: Include <unistd.h> unconditionally.
5662         * modules/xreadlink (Depends-on): Add unistd.
5663         * modules/xreadlink-with-size (Depends-on): Likewise.
5664
5665 2007-03-03  Bruno Haible  <bruno@clisp.org>
5666
5667         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
5668         extracted from gt_FUNC_SETENV.
5669         (gt_FUNC_SETENV): Remove macro.
5670         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
5671         remove gt_FUNC_SETENV.
5672
5673 2007-03-03  Bruno Haible  <bruno@clisp.org>
5674
5675         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
5676         ENABLE_RELOCATABLE here.
5677         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
5678
5679 2007-03-03  Bruno Haible  <bruno@clisp.org>
5680
5681         * modules/rbtreehash-list-tests (Depends-on): Add progname.
5682         * tests/test-rbtreehash_list.c: Include progname.h.
5683         (main): Call set_program_name.
5684
5685         * modules/rbtree-oset-tests (Depends-on): Add progname.
5686         * tests/test-rbtree_oset.c: Include progname.h.
5687         (main): Call set_program_name.
5688
5689         * modules/rbtree-list-tests (Depends-on): Add progname.
5690         * tests/test-rbtree_list.c: Include progname.h.
5691         (main): Call set_program_name.
5692
5693         * modules/linked-list-tests (Depends-on): Add progname.
5694         * tests/test-linked_list.c: Include progname.h.
5695         (main): Call set_program_name.
5696
5697 2007-03-03  Bruno Haible  <bruno@clisp.org>
5698
5699         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
5700         All uses of __restrict changed to _Restrict_.
5701         * lib/glob_.h (__restrict): Remove macro.
5702
5703 2007-03-02  Bruno Haible  <bruno@clisp.org>
5704
5705         * modules/gettext (configure.ac): Require gettext infrastructure
5706         from version 0.16.1.
5707
5708 2007-03-02  Bruno Haible  <bruno@clisp.org>
5709
5710         * modules/linkedhash-list-tests (Depends-on): Add progname.
5711         * tests/test-linkedhash_list.c: Include progname.h.
5712         (main): Call set_program_name.
5713
5714         * modules/carray-list-tests (Depends-on): Add progname.
5715         * tests/test-carray_list.c: Include progname.h.
5716         (main): Call set_program_name.
5717
5718         * modules/avltreehash-list-tests (Depends-on): Add progname.
5719         * tests/test-avltreehash_list.c: Include progname.h.
5720         (main): Call set_program_name.
5721
5722         * modules/avltree-oset-tests (Depends-on): Add progname.
5723         * tests/test-avltree_oset.c: Include progname.h.
5724         (main): Call set_program_name.
5725
5726         * modules/avltree-list-tests (Depends-on): Add progname.
5727         * tests/test-avltree_list.c: Include progname.h.
5728         (main): Call set_program_name.
5729
5730         * modules/array-oset-tests (Depends-on): Add progname.
5731         * tests/test-array_oset.c: Include progname.h.
5732         (main): Call set_program_name.
5733
5734         * modules/array-list-tests (Depends-on): Add progname.
5735         * tests/test-array_list.c: Include progname.h.
5736         (main): Call set_program_name.
5737
5738         * modules/argp-tests (Depends-on): Add progname.
5739         * tests/test-argp.c: Include argp.h first. Include progname.h.
5740         (main): Call set_program_name.
5741
5742 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
5743
5744         * doc/gnulib-tool.texi (Initial import): Reword description of
5745         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
5746         limited effect even if defined after the first system include.
5747
5748 2007-03-01  Bruno Haible  <bruno@clisp.org>
5749
5750         * build-aux/config.libpath: Update to libtool-1.5.22.
5751         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
5752
5753 2007-03-01  Bruno Haible  <bruno@clisp.org>
5754
5755         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
5756         foo_CFLAGS.
5757         Reported by Ralf Wildenhues.
5758
5759 2007-03-01  Bruno Haible  <bruno@clisp.org>
5760
5761         * build-aux/install-reloc: Remove object files left over by some
5762         compilers.
5763         Reported by Ralf Wildenhues.
5764
5765 2007-03-01  Bruno Haible  <bruno@clisp.org>
5766
5767         * build-aux/install-reloc: Break long lines.
5768
5769 2007-03-01  Bruno Haible  <bruno@clisp.org>
5770
5771         * doc/relocatable.texi: Document that it may not work on OpenBSD.
5772         Reported by Ralf Wildenhues.
5773
5774 2007-03-01  Bruno Haible  <bruno@clisp.org>
5775
5776         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
5777         include ordering constraints.
5778
5779 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
5780
5781         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
5782         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
5783         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
5784         as another example.
5785         * lib/time_.h: Fix misspelling.
5786         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5787         Require gl_HEADER_TIME_H_DEFAULTS.
5788         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
5789         * m4/time_r.m4 (gl_TIME_R): Likewise.
5790         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
5791
5792 2007-03-01  Bruno Haible  <bruno@clisp.org>
5793
5794         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
5795         * m4/utimens.m4 (gl_UTIMENS): Likewise.
5796
5797 2007-03-01  Jim Meyering  <jim@meyering.net>
5798
5799         * modules/xreadlink (Maintainer): Add my name.
5800         * modules/xreadlink-with-size (Depends-on): Alphabetize.
5801
5802 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
5803             Bruno Haible  <bruno@clisp.org>
5804
5805         * build-aux/install-reloc: Compile also c-ctype.c.
5806         * build-aux/relocatable.sh.in: New file.
5807         * doc/relocatable.texi: New file.
5808         * doc/relocatable-maint.texi: New file.
5809         * doc/gnulib.texi: Include relocatable-maint.texi.
5810         * lib/progreloc.c: Include unistd.h unconditionally.
5811         * lib/relocwrapper.c: Include unistd.h unconditionally.
5812         Include c-ctype.h.
5813         (add_dotbin): Use c_tolower.
5814         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
5815         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
5816         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
5817         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
5818         to m4/relocatable-lib.m4.
5819         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
5820         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
5821         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
5822         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
5823         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
5824         * modules/relocatable: New file.
5825         * modules/relocatable-lib: New file.
5826         * modules/relocatable-script: New file.
5827
5828 2007-02-28  Bruno Haible  <bruno@clisp.org>
5829
5830         Import --enable-relocatable infrastructure.
5831         * build-aux/config.libpath: New file, from GNU gettext.
5832         * build-aux/install-reloc: New file, from GNU gettext.
5833         * build-aux/reloc-ldflags: New file, from GNU gettext.
5834         * lib/relocatable.h: New file, from GNU gettext.
5835         * lib/relocatable.c: New file, from GNU gettext.
5836         * lib/relocwrapper.c: New file, from GNU gettext.
5837         * m4/relocatable.m4: New file, from GNU gettext.
5838
5839 2007-02-28  Bruno Haible  <bruno@clisp.org>
5840
5841         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
5842
5843         * modules/xreadlink: New file, from GNU gettext with modifications.
5844         * lib/xreadlink.c: New file, from GNU gettext.
5845         * lib/xreadlink.h: Add comments.
5846         (xreadlink): New declaration.
5847
5848         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
5849         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
5850         lib/xreadlink-with-size.c.
5851         (configure.ac): Remove gl_XREADLINK invocation.
5852         (Makefile.am): Augment lib_SOURCES.
5853         * m4/xreadlink.m4: Remove file.
5854         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
5855         (xreadlink_with_size): Renamed from xreadink.
5856         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
5857         * modules/canonicalize (Depends-on): Replace xreadlink with
5858         xreadlink-with-size.
5859         * lib/canonicalize.c (canonicalize_filename_mode): Update.
5860
5861 2007-02-25  Jim Meyering  <jim@meyering.net>
5862
5863         * build-aux/announce-gen: When complaining about excess arguments,
5864         list them.
5865
5866 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
5867
5868         * README: Document signed integer overflow situation more
5869         accurately.
5870
5871 2007-02-25  Bruno Haible  <bruno@clisp.org>
5872
5873         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
5874         'a' or 'A' conversion.
5875
5876 2007-02-25  Bruno Haible  <bruno@clisp.org>
5877
5878         * modules/filename: Renamed from modules/pathname.
5879         (Files): Replace lib/pathname.h with lib/filename.h. Replace
5880         lib/concatpath.c with lib/concat-filename.c.
5881         (Makefile.am): Update.
5882         (Include): Replace pathname.h with filename.h.
5883         * lib/filename.h: Renamed from lib/pathname.h.
5884         (concatenated_filename): Renamed from concatenated_pathname.
5885         * lib/concat-filename.c: Renamed from lib/concatpath.c.
5886         (concatenated_filename): Renamed from concatenated_pathname.
5887         * lib/findprog.c: Include filename.h instead of pathname.h.
5888         (find_in_path): Update.
5889         * lib/javacomp.c: Include filename.h instead of pathname.h.
5890         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
5891         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
5892         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
5893         is_oldgcj_14_13_usable, is_javac_usable): Update.
5894         * lib/javaexec.c: Include filename.h instead of pathname.h.
5895         (execute_java_class): Update.
5896         * modules/findprog: Update.
5897         * modules/javacomp: Update.
5898         * modules/javaexec: Update.
5899         * MODULES.html.sh (File system functions): Add 'filename', remove
5900         'pathname'.
5901
5902 2007-02-25  Bruno Haible  <bruno@clisp.org>
5903
5904         * modules/printf-frexpl-tests: New file.
5905         * tests/test-printf-frexpl.c: New file.
5906
5907         * modules/printf-frexpl: New file.
5908         * lib/printf-frexpl.h: New file.
5909         * lib/printf-frexpl.c: New file.
5910         * m4/printf-frexpl.m4: New file.
5911
5912 2007-02-25  Bruno Haible  <bruno@clisp.org>
5913
5914         * modules/printf-frexp-tests: New file.
5915         * tests/test-printf-frexp.c: New file.
5916
5917         * modules/printf-frexp: New file.
5918         * lib/printf-frexp.h: New file.
5919         * lib/printf-frexp.c: New file.
5920         * m4/printf-frexp.m4: New file.
5921
5922 2007-02-25  Bruno Haible  <bruno@clisp.org>
5923
5924         Assume automake >= 1.10 for the tests.
5925         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
5926         * modules/arctwo-tests: Likewise.
5927         * modules/argp-tests: Likewise.
5928         * modules/avltree-list-tests: Likewise.
5929         * modules/avltree-oset-tests: Likewise.
5930         * modules/avltreehash-list-tests: Likewise.
5931         * modules/carray-list-tests: Likewise.
5932         * modules/crc-tests: Likewise.
5933         * modules/des-tests: Likewise.
5934         * modules/gc-arcfour-tests: Likewise.
5935         * modules/gc-arctwo-tests: Likewise.
5936         * modules/gc-des-tests: Likewise.
5937         * modules/gc-hmac-md5-tests: Likewise.
5938         * modules/gc-hmac-sha1-tests: Likewise.
5939         * modules/gc-md2-tests: Likewise.
5940         * modules/gc-md4-tests: Likewise.
5941         * modules/gc-md5-tests: Likewise.
5942         * modules/gc-pbkdf2-sha1-tests: Likewise.
5943         * modules/gc-rijndael-tests: Likewise.
5944         * modules/gc-sha1-tests: Likewise.
5945         * modules/gc-tests: Likewise.
5946         * modules/getaddrinfo-tests: Likewise.
5947         * modules/hmac-md5-tests: Likewise.
5948         * modules/hmac-sha1-tests: Likewise.
5949         * modules/linked-list-tests: Likewise.
5950         * modules/linkedhash-list-tests: Likewise.
5951         * modules/lock-tests: Likewise.
5952         * modules/md2-tests: Likewise.
5953         * modules/md4-tests: Likewise.
5954         * modules/md5-tests: Likewise.
5955         * modules/rbtree-list-tests: Likewise.
5956         * modules/rbtree-oset-tests: Likewise.
5957         * modules/rbtreehash-list-tests: Likewise.
5958         * modules/read-file-tests: Likewise.
5959         * modules/rijndael-tests: Likewise.
5960         * modules/stdint-tests: Likewise.
5961         * modules/tls-tests: Likewise.
5962
5963 2007-02-24  Bruno Haible  <bruno@clisp.org>
5964
5965         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
5966         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
5967         function; instead check whether isnan with a double argument links.
5968         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
5969         function; instead check whether isnan with a 'long double' argument
5970         links.
5971         Reported by Eric Blake <ebb9@byu.net>.
5972
5973 2007-02-24  Bruno Haible  <bruno@clisp.org>
5974
5975         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
5976         defined.
5977         * lib/isnanl.c: Remove all code. Just include isnan.c.
5978         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
5979
5980 2007-02-25  Jim Meyering  <jim@meyering.net>
5981
5982         Avoid conflicting types for 'unsetenv' on FreeBSD.
5983         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
5984         conflicting with FreeBSD's (5.0 and 6.1) function declaration
5985         in stdlib.h.
5986
5987 2007-02-24  Bruno Haible  <bruno@clisp.org>
5988
5989         * modules/isnanl-nolibm-tests: New file.
5990         * tests/test-isnanl.c: New file.
5991
5992         * modules/isnanl-nolibm: New file.
5993         * lib/isnanl.h: New file.
5994         * lib/isnanl.c: New file.
5995         * m4/isnanl.m4: New file.
5996
5997 2007-02-24  Bruno Haible  <bruno@clisp.org>
5998
5999         * modules/isnan-nolibm-tests: New file.
6000         * tests/test-isnan.c: New file.
6001
6002         * modules/isnan-nolibm: New file.
6003         * lib/isnan.h: New file.
6004         * lib/isnan.c: New file.
6005         * m4/isnan.m4: New file.
6006
6007 2007-02-24  Bruno Haible  <bruno@clisp.org>
6008
6009         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
6010         assume that an exponent fits in 20 bits.
6011
6012 2007-02-24  Jim Meyering  <jim@meyering.net>
6013
6014         * m4/regex.m4: Update the description of the configure-time option,
6015         --without-included-regex, to state accurately what the defaults are,
6016         and perhaps to give people an idea why using this option is risky.
6017
6018 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
6019
6020         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
6021         loops on small arguments.  This attempts to avoid the problem
6022         Bruno Haible reported for AIX 4.3.2 in
6023         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
6024
6025 2007-02-23  Bruno Haible  <bruno@clisp.org>
6026
6027         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
6028         Needed for help2man.
6029
6030 2007-02-23  Karl Berry  <karl@gnu.org>
6031
6032         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
6033         exists, foo.h should be cvs-ignored, not committed.
6034
6035 2007-02-23  Eric Blake  <ebb9@byu.net>
6036
6037         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
6038         * lib/stat-time.h (includes): Likewise.
6039         * lib/utimecmp.c (includes): Likewise.
6040         * lib/utimens.h (includes): Likewise.
6041         * lib/getdate.y (includes): Also include "timespec.h" for use
6042         internal to the module.
6043         * modules/utimens (Depends-on): Revert yesterday's patch.
6044         * modules/nanosleep (Depends-on): Add missing dependency.
6045
6046 2007-02-22  Bruno Haible  <bruno@clisp.org>
6047
6048         * lib/glob.c: Don't include getlogin_r.h.
6049
6050 2007-02-22  Jim Meyering  <jim@meyering.net>
6051
6052         * modules/utimens (Depends-on): Add timespec, required for
6053         utimens.h's inclusion of timespec.h.
6054
6055 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
6056
6057         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
6058         long unreadable paths in GNU/Linux.  Problem reported by Andreas
6059         Schwab in
6060         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
6061         I'll try to think of a better way to fix the Solaris problem.
6062
6063         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
6064         like glibc; on Solaris 10, it fails with errno == EINVAL.
6065         POSIX says the behavior is unspecified if the first argument is NULL,
6066         so play it safe and never pass NULL to the system getcwd.
6067
6068 2007-02-21  Jim Meyering  <jim@meyering.net>
6069
6070         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
6071         of gettimeofday.  It would conflict with the one now always
6072         provided via sys_time_.h.  Reported by Matthew Woehlke, as
6073         an IRIX 6.5 build failure.
6074
6075 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
6076
6077         Minor fixups to port to Solaris 10 with Sun C 5.8.
6078         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
6079         * modules/getcwd (Depends-on): Add dirfd.
6080         * lib/putenv.c (putenv): #undef it.
6081         (rpl_putenv): New decl.
6082         (malloc, free): Include <stdlib.h> rather than prototyping separately.
6083
6084 2007-02-20  Bruno Haible  <bruno@clisp.org>
6085
6086         * modules/stdio-tests: New file.
6087         * tests/test-stdio.c: New file.
6088
6089         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
6090         (Depends-on): Add stdio.
6091         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
6092         (Include): Use <stdio.h> instead of vsnprintf.h.
6093         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
6094         HAVE_DECL_VSNPRINTF.
6095         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
6096
6097         * modules/snprintf (Files): Remove lib/snprintf.h.
6098         (Depends-on): Add stdio.
6099         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
6100         (Include): Use <stdio.h> instead of snprintf.h.
6101         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
6102         HAVE_DECL_SNPRINTF.
6103         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
6104         * lib/getaddrinfo.c: Likewise.
6105
6106         * modules/stdio: New file.
6107         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
6108         * lib/snprintf.h: Remove file.
6109         * lib/vsnprintf.h: Remove file.
6110         * lib/.cppi-disable: Remove snprintf.h.
6111         * m4/stdio_h.m4: New file.
6112         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
6113
6114 2007-02-20  Jim Meyering  <jim@meyering.net>
6115
6116         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
6117         used by e.g., mingw.  From Bruno Haible.
6118
6119 2007-02-19  Bruno Haible  <bruno@clisp.org>
6120
6121         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
6122         warnings.
6123         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6124
6125 2007-02-19  Bruno Haible  <bruno@clisp.org>
6126
6127         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
6128         from mingw users.
6129
6130 2007-02-19  Bruno Haible  <bruno@clisp.org>
6131
6132         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
6133         warnings.
6134         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
6135
6136 2007-02-19  Jim Meyering  <jim@meyering.net>
6137
6138         Don't use FD after a successful "fdopendir (fd)".
6139         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
6140         Reset it by calling dirfd on the just-obtained DIR*.
6141
6142         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
6143         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
6144
6145 2007-02-18  Bruno Haible  <bruno@clisp.org>
6146
6147         * lib/readlink.c: Include <unistd.h>.
6148         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
6149         HAVE_READLINK.
6150         * modules/readlink (Depends-on): Add unistd.
6151         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6152         (Include): Add <unistd.h>.
6153
6154         * lib/getlogin_r.h: Remove file.
6155         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
6156         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
6157         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
6158         HAVE_DECL_GETLOGIN_R.
6159         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
6160         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6161         (Include): Use <unistd.h> instead of getlogin_r.h.
6162
6163         * lib/getcwd.h: Remove file.
6164         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
6165         * lib/xgetcwd.c: Likewise.
6166         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
6167         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
6168         * modules/getcwd (Files): Remove lib/getcwd.h.
6169         (Depends-on): Add unistd.
6170         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6171         (Include): Use <unistd.h> instad of getcwd.h.
6172
6173         * lib/ftruncate.c: Include <unistd.h> first.
6174         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
6175         Set HAVE_FTRUNCATE.
6176         * modules/ftruncate (Depends-on): Add unistd.
6177         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6178
6179         * lib/fchdir.c: Include <unistd.h> first.
6180         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
6181         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
6182         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
6183         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6184         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
6185
6186         * lib/dup2.c: Include <unistd.h> first.
6187         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
6188         HAVE_DUP2.
6189         * modules/dup2 (Depends-on): Add unistd.
6190         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6191
6192         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
6193         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
6194         REPLACE_CHOWN. Don't define chown as a macro here.
6195         * modules/chown (Depends-on): Add unistd.
6196         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6197
6198         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
6199         Add definition for GL_LINK_WARNING.
6200         (chown, dup2): New declarations.
6201         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
6202         link warning.
6203         (ftruncate): New declaration.
6204         (getcwd): New declaration, taken from old getcwd.h.
6205         (getlogin_r): New declaration, taken from old getlogin_r.h.
6206         (readlink): New declaration.
6207         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
6208         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
6209         (gl_PREREQ_UNISTD): Remove macro.
6210         (gl_UNISTD_MODULE_INDICATOR): New macro.
6211         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
6212         many new variables. Don't set UNISTD_H.
6213         * modules/unistd (Description): Change.
6214         (Depends-on): Add link-warning.
6215         (configure.ac): Update.
6216         (Makefile.am): Create unistd.h always. Substitute many new variables
6217         into it.
6218
6219 2007-02-18  Bruno Haible  <bruno@clisp.org>
6220
6221         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
6222         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
6223         HAVE_GETSUBOPT.
6224         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
6225         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
6226         * lib/getsubopt.h: Remove file.
6227         * modules/getsubopt (Files): Remove lib/getsubopt.h.
6228         (Depends-on): Add stdlib.
6229         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6230         (Includes): Use <stdlib.h> instead of getsubopt.h.
6231         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
6232         Set HAVE_GETSUBOPT.
6233         * lib/getsubopt.c: Don't include getsubopt.h.
6234
6235 2007-02-18  Bruno Haible  <bruno@clisp.org>
6236
6237         * modules/fchdir (Depends-on): Add dup2.
6238
6239 2007-02-18  Bruno Haible  <bruno@clisp.org>
6240
6241         * lib/stdlib_.h: Handle glibc's special invocation convention
6242         specially.
6243
6244 2007-02-18  Bruno Haible  <bruno@clisp.org>
6245
6246         * modules/stdlib-tests: New file.
6247         * tests/test-stdlib.c: New file.
6248
6249         * modules/mkstemp (Files): Remove lib/mkstemp.h.
6250         (Depends-on): Add stdlib.
6251         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6252         (Includes): Use <stdlib.h> instead of mkstemp.h.
6253         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
6254         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
6255         * lib/mkstemp.c: Don't include mkstemp.h.
6256         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
6257         * lib/stdlib--.h: Don't include mkstemp.h.
6258
6259         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
6260         (Depends-on): Add stdlib.
6261         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6262         (Includes): Use <stdlib.h> instead of mkdtemp.h.
6263         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
6264         HAVE_MKDTEMP.
6265         * lib/mkdtemp.c: Don't include mkdtemp.h.
6266         * lib/clean-temp.c: Don't include mkdtemp.h.
6267
6268         * modules/exit (Files): Remove lib/exit.h.
6269         (Depends-on): Add stdlib.
6270         (Makefile.am): Remove lib_SOURCES.
6271         (Include): Use <stdlib.h> instead of exit.h.
6272         * lib/argmatch.c: Don't include exit.h.
6273         * lib/execute.c: Likewise.
6274         * lib/pagealign_alloc.c: Likewise.
6275         * lib/pipe.c: Likewise.
6276         * lib/wait-process.c: Likewise.
6277         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
6278         * lib/exitfail.c: Likewise.
6279         * lib/savewd.c: Likewise.
6280         * lib/xsetenv.c: Likewise.
6281
6282         * modules/stdlib: New file.
6283         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
6284         and extra comments about mkstemp().
6285         * lib/exit.h: Remove file.
6286         * lib/mkdtemp.h: Remove file.
6287         * lib/mkstemp.h: Remove file.
6288         * m4/stdlib_h.m4: New file.
6289         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
6290
6291 2007-02-18  Bruno Haible  <bruno@clisp.org>
6292
6293         * modules/math-tests: New file.
6294         * tests/test-math.c: New file.
6295
6296         * modules/math: New file.
6297         * modules/mathl (Files): Remove lib/mathl.h.
6298         (Depends-on): Add math.
6299         (Makefile.am): Don't mention mathl.h.
6300         (Include): Use <math.h> instead of mathl.h.
6301         * lib/math_.h: New file.
6302         * lib/mathl.h: Remove file.
6303         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
6304         mathl.h.
6305         * lib/asinl.c: Likewise.
6306         * lib/atanl.c: Likewise.
6307         * lib/ceill.c: Likewise.
6308         * lib/cosl.c: Likewise.
6309         * lib/expl.c: Likewise.
6310         * lib/floorl.c: Likewise.
6311         * lib/frexpl.c: Likewise.
6312         * lib/ldexpl.c: Likewise.
6313         * lib/logl.c: Likewise.
6314         * lib/sincosl.c: Likewise.
6315         * lib/sinl.c: Likewise.
6316         * lib/sqrtl.c: Likewise.
6317         * lib/tanl.c: Likewise.
6318         * lib/trigl.c: Likewise.
6319         * m4/math_h.m4: New file.
6320         * MODULES.html.sh (Mathematics): Add math.
6321
6322 2007-02-17  Bruno Haible  <bruno@clisp.org>
6323
6324         * modules/wctype-tests: New file.
6325         * tests/test-wctype.c: New file.
6326
6327         * modules/wchar-tests: New file.
6328         * tests/test-wchar.c: New file.
6329
6330         * modules/unistd-tests: New file.
6331         * tests/test-unistd.c: New file.
6332
6333         * modules/time-tests: New file.
6334         * tests/test-time.c: New file.
6335
6336         * modules/sysexits-tests: New file.
6337         * tests/test-sysexits.c: New file.
6338
6339         * modules/sys_time-tests: New file.
6340         * tests/test-sys_time.c: New file.
6341
6342         * modules/sys_stat-tests: New file.
6343         * tests/test-sys_stat.c: New file.
6344
6345         * modules/sys_socket-tests: New file.
6346         * tests/test-sys_socket.c: New file.
6347
6348         * modules/sys_select-tests: New file.
6349         * tests/test-sys_select.c: New file.
6350
6351         * modules/string-tests: New file.
6352         * tests/test-string.c: New file.
6353
6354         * modules/stdbool-tests: New file.
6355         * tests/test-stdbool.c: New file.
6356
6357         * modules/netinet_in-tests: New file.
6358         * tests/test-netinet_in.c: New file.
6359
6360         * modules/inttypes-tests: New file.
6361         * tests/test-inttypes.c: New file.
6362
6363         * modules/fcntl-tests: New file.
6364         * tests/test-fcntl.c: New file.
6365
6366         * modules/byteswap-tests: New file.
6367         * tests/test-byteswap.c: New file.
6368
6369         * modules/arpa_inet-tests: New file.
6370         * tests/test-arpa_inet.c: New file.
6371
6372 2007-02-17  Bruno Haible  <bruno@clisp.org>
6373
6374         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
6375         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
6376         if the corresponding module is not enabled. Emit link warnings if
6377         the function is used nevertheless.
6378         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
6379         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
6380         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
6381         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
6382         * modules/inttypes (Depends-on): Add link-warning.
6383         (Makefile.am): Copy the contents of build-aux/link-warning.h into
6384         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
6385         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
6386         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
6387         * modules/imaxdiv (configure.ac): Likewise.
6388         * modules/strtoimax (configure.ac): Likewise.
6389         * modules/strtoumax (configure.ac): Likewise.
6390
6391 2007-02-17  Bruno Haible  <bruno@clisp.org>
6392
6393         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
6394         gl_STRING_MODULE_INDICATOR_DEFAULTS.
6395         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
6396         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
6397
6398 2007-02-17  Bruno Haible  <bruno@clisp.org>
6399
6400         * modules/link-warning: New file.
6401         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
6402         * lib/string_.h (GL_LINK_WARNING): Remove definition.
6403         * modules/string (Depends-on): Add link-warning.
6404         (Makefile.am): Copy the contents of build-aux/link-warning.h into
6405         string.h.
6406         * MODULES.html.sh (Support for building libraries and executables): Add
6407         link-warning.
6408
6409 2007-02-17  Bruno Haible  <bruno@clisp.org>
6410
6411         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
6412         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
6413         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
6414         long lines.
6415
6416 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
6417             Bruno Haible  <bruno@clisp.org>
6418
6419         * modules/tmpfile: New file.
6420         * lib/tmpfile.c: New file.
6421         * m4/tmpfile.m4: New file.
6422         * MODULES.html.sh (func_all_modules): New section "Input/output".
6423
6424 2007-02-15  Bruno Haible  <bruno@clisp.org>
6425
6426         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
6427         (supports_delete_on_close): New function.
6428         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
6429
6430 2007-02-14  Bruno Haible  <bruno@clisp.org>
6431
6432         * modules/mbspcasecmp-tests: New file.
6433         * tests/test-mbspcasecmp.sh: New file.
6434         * tests/test-mbspcasecmp.c: New file.
6435
6436         New module mbspcasecmp.
6437         * modules/mbspcasecmp: New file.
6438         * lib/mbspcasecmp.c: New file.
6439         * lib/string_.h (strncasecmp): Change warning message.
6440         (mbspcasecmp): New declaration.
6441         * m4/mbspcasecmp.m4: New file.
6442         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6443         GNULIB_MBSPCASECMP.
6444         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
6445         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
6446
6447 2007-02-14  Bruno Haible  <bruno@clisp.org>
6448
6449         * modules/mbsncasecmp-tests: New file.
6450         * tests/test-mbsncasecmp.sh: New file.
6451         * tests/test-mbsncasecmp.c: New file.
6452
6453         New module mbsncasecmp.
6454         * modules/mbsncasecmp: New file.
6455         * lib/mbsncasecmp.c: New file.
6456         * lib/string_.h (mbsncasecmp): New declaration.
6457         * m4/mbsncasecmp.m4: New file.
6458         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6459         GNULIB_MBSNCASECMP.
6460         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
6461         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
6462
6463 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
6464
6465         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
6466         Verify that it doesn't overlap with our flags.
6467         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
6468         do not have the desired effect in multibyte locales; instead, use
6469         mbscasecmp.
6470         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
6471         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
6472         we don't require GNU fnmatch ourselves (if our users require it, they
6473         should do so explicitly).
6474
6475         Fix regex code so it doesn't rely on strcasecmp.
6476         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
6477         Otherwise, include gnulib's langinfo.h.
6478         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
6479         undesirable behavior in non-C locales.  Instead, rely on localecharset.
6480         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
6481         * modules/regex (FILES): Remove m4/codeset.m4.
6482         (Depends-on): Add localcharset.  Remove strcase.
6483
6484 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6485
6486         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
6487         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
6488
6489 2007-02-13  Bruno Haible  <bruno@clisp.org>
6490
6491         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
6492         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6493
6494 2007-02-12  Bruno Haible  <bruno@clisp.org>
6495
6496         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6497         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
6498         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
6499         time warning rather than a link error.
6500
6501 2007-02-12  Bruno Haible  <bruno@clisp.org>
6502
6503         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
6504         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
6505         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6506
6507 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
6508
6509         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
6510         args, not 2.
6511
6512 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
6513
6514         New module 'time', so that apps can include <time.h> as per
6515         POSIX and GNU instead of separate include files like time_r.h
6516         and timegm.h.  This implementation tries out a simpler approach
6517         for replacing decls in standard include files (as compared to
6518         the string module), somewhat as an experiment.
6519
6520         * config/srclist.txt: Comment out mktime.c for now.
6521         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
6522         since it doesn't apply any more.  Use generic wording instead.
6523         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
6524         'time'.
6525         * lib/time_.h, m4/time_h.m4, modules/time: New files.
6526         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
6527         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
6528         Don't include <sys/types.h>; no longer needed since we assume C89.
6529         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
6530         * lib/strftime.c: Likewise.
6531         * lib/time_r.c: Likewise.
6532         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
6533         * lib/nanosleep.c: Include <time.h> first, to check interface.
6534         * lib/strptime.c: Likewise.
6535         * lib/time_r.c: Likewise.
6536         * lib/timegm.c: Likewise.
6537         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
6538         needed.
6539         * lib/timegm.c: Don't include timegm.h; no longer needed.
6540         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
6541         time.h now handles any problems in that area.
6542         (struct timespec, nanosleep): Remove; time.h now arranges for these.
6543         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
6544         that time.h defines struct timespec.
6545         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
6546         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
6547         handles that.
6548         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
6549         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
6550         needed.  Set REPLACE_LOCALTIME.
6551         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
6552         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
6553         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
6554         nanosleep; time_h.m4 now does that.  Don't require
6555         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
6556         module handles this now.
6557         * modules/getdate (Depends-on): Remove timespec.  Add time.
6558         * modules/nanosleep (Depends-on): Likewise.
6559         * modules/stat-time (Depends-on): Likewise.
6560         * modules/nanosleep (Include): Include time.h, not timespec.h.
6561         * modules/strptime (Files): Remove lib/strptime.h.
6562         (Depends-on): Add extensions, time.
6563         (Include): Include time.h, not strptime.h.
6564         * modules/time_r (Files): Remove lib/time_r.h.
6565         (Depends-on): Add time.
6566         (Include): Include time.h, not time_r.h.
6567         * modules/timegm: Likewise.
6568         * modules/timespec (Description): Now does timespec-related decls
6569         of our own, instead of struct timespec itself.
6570         (Depends-on): Add time; remove extensions.
6571         (Maintainer): Add self.
6572         * modules/utimecmp (Depends-on): Add time; remove timespec.
6573         * modules/utimens (Depends-on): Likewise.
6574         * modules/xnanosleep (Depends-on): Likewise.
6575
6576 2007-02-11  Bruno Haible  <bruno@clisp.org>
6577
6578         * lib/c-strstr.c: Include allocsa.h.
6579         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6580         * lib/c-strcasestr.c: Include allocsa.h.
6581         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6582         * lib/strcasestr.c: Include allocsa.h.
6583         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6584         * lib/mbsstr.c: Include allocsa.h.
6585         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
6586         allocsa/freesa instead of malloc/free.
6587         * lib/mbscasestr.c: Include allocsa.h.
6588         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
6589         allocsa/freesa instead of malloc/free.
6590         * modules/c-strstr (Depends-on): Add allocsa.
6591         * modules/c-strcasestr (Depends-on): Likewise.
6592         * modules/strcasestr (Depends-on): Likewise.
6593         * modules/mbsstr (Depends-on): Likewise.
6594         * modules/mbscasestr (Depends-on): Likewise.
6595
6596 2007-02-11  Bruno Haible  <bruno@clisp.org>
6597
6598         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
6599
6600         * modules/mbsspn-tests: New file.
6601         * tests/test-mbsspn.sh: New file.
6602         * tests/test-mbsspn.c: New file.
6603
6604 2007-02-11  Bruno Haible  <bruno@clisp.org>
6605
6606         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
6607
6608         * modules/mbspbrk-tests: New file.
6609         * tests/test-mbspbrk.sh: New file.
6610         * tests/test-mbspbrk.c: New file.
6611
6612 2007-02-11  Bruno Haible  <bruno@clisp.org>
6613
6614         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
6615         unneeded cast.
6616
6617         * modules/mbscspn-tests: New file.
6618         * tests/test-mbscspn.sh: New file.
6619         * tests/test-mbscspn.c: New file.
6620
6621 2007-02-11  Bruno Haible  <bruno@clisp.org>
6622
6623         * modules/mbscasecmp-tests: New file.
6624         * tests/test-mbscasecmp.sh: New file.
6625         * tests/test-mbscasecmp.c: New file.
6626
6627 2007-02-11  Bruno Haible  <bruno@clisp.org>
6628
6629         Ensure O(n) worst-case complexity of mbscasestr.
6630         * lib/mbscasestr.c: Include stdbool.h.
6631         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
6632         functions.
6633         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
6634         the bookkeeping indicates that it's worth it.
6635         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
6636
6637         * modules/mbscasestr-tests: New file.
6638         * tests/test-mbscasestr1.c: New file.
6639         * tests/test-mbscasestr2.sh: New file.
6640         * tests/test-mbscasestr2.c: New file.
6641         * tests/test-mbscasestr3.sh: New file.
6642         * tests/test-mbscasestr3.c: New file.
6643         * tests/test-mbscasestr4.sh: New file.
6644         * tests/test-mbscasestr4.c: New file.
6645         * m4/locale-tr.m4: New file.
6646
6647 2007-02-11  Bruno Haible  <bruno@clisp.org>
6648
6649         Ensure O(n) worst-case complexity of mbsstr.
6650         * lib/mbsstr.c: Include stdbool.h.
6651         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
6652         functions.
6653         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
6654         bookkeeping indicates that it's worth it.
6655         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
6656
6657         * modules/mbsstr-tests: New file.
6658         * tests/test-mbsstr1.c: New file.
6659         * tests/test-mbsstr2.sh: New file.
6660         * tests/test-mbsstr2.c: New file.
6661         * tests/test-mbsstr3.sh: New file.
6662         * tests/test-mbsstr3.c: New file.
6663         * m4/locale-fr.m4: New file.
6664
6665 2007-02-11  Bruno Haible  <bruno@clisp.org>
6666
6667         * lib/mbsrchr.c (mbsrchr): Fix bug.
6668
6669         * modules/mbsrchr-tests: New file.
6670         * tests/test-mbsrchr.sh: New file.
6671         * tests/test-mbsrchr.c: New file.
6672
6673 2007-02-11  Bruno Haible  <bruno@clisp.org>
6674
6675         * lib/mbschr.c (mbschr): Fix bug.
6676
6677         * modules/mbschr-tests: New file.
6678         * tests/test-mbschr.sh: New file.
6679         * tests/test-mbschr.c: New file.
6680         * m4/locale-zh.m4: New file.
6681
6682 2007-02-11  Bruno Haible  <bruno@clisp.org>
6683
6684         Support for copying multibyte string iterators.
6685         * lib/mbiter.h: Include <string.h>.
6686         (mbiter_multi_copy): New function.
6687         (mbi_copy): New macro.
6688         * lib/mbuiter.h: Include <string.h>.
6689         (mbuiter_multi_copy): New function.
6690         (mbui_copy): New macro.
6691
6692 2007-02-11  Bruno Haible  <bruno@clisp.org>
6693
6694         New module mbslen.
6695         * modules/mbslen: New file.
6696         * lib/mbslen.c: New file.
6697         * lib/string_.h (mbslen): New declaration.
6698         * m4/mbslen.m4: New file.
6699         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6700         GNULIB_MBSLEN.
6701         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
6702         * MODULES.html.sh (Internationalization functions): Add mbslen.
6703
6704 2007-02-11  Bruno Haible  <bruno@clisp.org>
6705
6706         Ensure O(n) worst-case complexity of strcasestr substitute.
6707         * lib/strcasestr.c: Include stdbool.h.
6708         (knuth_morris_pratt): New function.
6709         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6710         bookkeeping indicates that it's worth it.
6711         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
6712
6713         * modules/strcasestr-tests: New file.
6714         * tests/test-strcasestr.c: New file.
6715
6716 2007-02-11  Bruno Haible  <bruno@clisp.org>
6717
6718         Ensure O(n) worst-case complexity of c_strcasestr.
6719         * lib/c-strcasestr.c: Include stdbool.h, string.h.
6720         (knuth_morris_pratt): New function.
6721         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
6722         the bookkeeping indicates that it's worth it.
6723         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
6724
6725         * modules/c-strcasestr-tests: New file.
6726         * tests/test-c-strcasestr.c: New file.
6727
6728 2007-02-11  Bruno Haible  <bruno@clisp.org>
6729
6730         Ensure O(n) worst-case complexity of c_strstr.
6731         * lib/c-strstr.c: Include stdbool.h, string.h.
6732         (knuth_morris_pratt): New function.
6733         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6734         bookkeeping indicates that it's worth it.
6735         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
6736
6737         * lib/c-strstr.c: Complete rewrite for maintainability.
6738
6739         * modules/c-strstr-tests: New file.
6740         * tests/test-c-strstr.c: New file.
6741
6742 2007-02-11  Bruno Haible  <bruno@clisp.org>
6743
6744         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
6745         5.2.1 and earlier, whereby \055 was treated just like the range
6746         delimiter '-'.
6747         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
6748
6749 2007-02-08  Bruno Haible  <bruno@clisp.org>
6750
6751         * modules/regex (Depends-on): Add stdbool.
6752         Reported by Dalibor Topic <robilad@kaffe.org>.
6753
6754 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
6755
6756         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
6757         Prefer returning from main to exiting from it.
6758         Remove unnecessary parens after sizeof.
6759
6760 2007-02-05  Bruno Haible  <bruno@clisp.org>
6761
6762         New module mbssep.
6763         * modules/mbssep: New file.
6764         * lib/mbssep.c: New file.
6765         * lib/string_.h (strsep): Add a conditional link warning.
6766         (mbssep): New declaration.
6767         * m4/mbssep.m4: New file.
6768         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6769         GNULIB_MBSSEP.
6770         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
6771         * MODULES.html.sh (Internationalization functions): Add mbssep.
6772
6773 2007-02-05  Bruno Haible  <bruno@clisp.org>
6774
6775         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
6776         Optimize search in case of 1 delimiter.
6777
6778 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
6779
6780         * lib/acl.h: Include sys/types.h before sys/acl.h.
6781
6782 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
6783
6784         Merge upstream fix for glibc bugzilla #3957:
6785
6786         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
6787
6788         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
6789         bit for RE_HAT_LISTS_NOT_NEWLINE.
6790         (build_charclass_op): Remove bogus comment.
6791
6792 2007-02-05  Simon Josefsson  <simon@josefsson.org>
6793
6794         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
6795
6796 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6797
6798         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
6799         * lib/memmem.c [!defined _LIBC]: Include config.h.
6800
6801 2007-02-04  Bruno Haible  <bruno@clisp.org>
6802
6803         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
6804         warning message.
6805
6806 2007-02-04  Bruno Haible  <bruno@clisp.org>
6807
6808         New module mbstok_r.
6809         * modules/mbstok_r: New file.
6810         * lib/mbstok_r.c: New file.
6811         * lib/string_.h (strtok_r): Change argument names to match the
6812         comments. Add a conditional link warning.
6813         (mbstok_r): New declaration.
6814         * m4/mbstok_r.m4: New file.
6815         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6816         GNULIB_MBSTOK_R.
6817         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
6818         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
6819
6820 2007-02-04  Bruno Haible  <bruno@clisp.org>
6821
6822         New module mbsspn.
6823         * modules/mbsspn: New file.
6824         * lib/mbsspn.c: New file.
6825         * lib/string_.h (strspn): Add a conditional link warning.
6826         (mbsspn): New declaration.
6827         * m4/mbsspn.m4: New file.
6828         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6829         GNULIB_MBSSPN.
6830         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
6831         * MODULES.html.sh (Internationalization functions): Add mbsspn.
6832
6833 2007-02-04  Bruno Haible  <bruno@clisp.org>
6834
6835         New module mbspbrk.
6836         * modules/mbspbrk: New file.
6837         * lib/mbspbrk.c: New file.
6838         * lib/string_.h (strpbrk): Add a conditional link warning.
6839         (mbspbrk): New declaration.
6840         * m4/mbspbrk.m4: New file.
6841         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6842         GNULIB_MBSPBRK.
6843         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
6844         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
6845
6846 2007-02-04  Bruno Haible  <bruno@clisp.org>
6847
6848         New module mbscspn.
6849         * modules/mbscspn: New file.
6850         * lib/mbscspn.c: New file.
6851         * lib/string_.h (strcspn): Add a conditional link warning.
6852         (mbscspn): New declaration.
6853         * m4/mbscspn.m4: New file.
6854         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6855         GNULIB_MBSCSPN.
6856         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
6857         * MODULES.html.sh (Internationalization functions): Add mbscspn.
6858
6859 2007-02-04  Bruno Haible  <bruno@clisp.org>
6860
6861         New module mbscasestr, reduced goal of strcasestr.
6862         * modules/mbscasestr: New file.
6863         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
6864         (mbscasestr): Renamed from strcasestr.
6865         * lib/strcasestr.c: Don't include mbuiter.h.
6866         (strcasestr): Remove support for multibyte locales.
6867         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
6868         Change the conditional link warning.
6869         (mbscasestr): New declaration.
6870         * m4/mbscasestr.m4: New file.
6871         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
6872         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
6873         REPLACE_STRCASESTR.
6874         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
6875         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6876         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
6877         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
6878         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
6879         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
6880         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
6881         (Depends-on): Remove mbuiter.
6882         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
6883
6884 2007-02-04  Bruno Haible  <bruno@clisp.org>
6885
6886         Simplify handling of strncasecmp.
6887         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
6888         the conditional link warning.
6889         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6890         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
6891         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
6892         * modules/strcase (configure.ac): Don't invoke
6893         gl_STRING_MODULE_INDICATOR.
6894         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
6895
6896 2007-02-04  Bruno Haible  <bruno@clisp.org>
6897
6898         New module mbscasecmp, reduced goal of strcasecmp.
6899         * modules/mbscasecmp: New file.
6900         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
6901         (mbscasecmp): Renamed from strcasecmp.
6902         * lib/strcasecmp.c: Don't include mbuiter.h.
6903         (strcasecmp): Remove support for multibyte locales.
6904         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
6905         Change the conditional link warning.
6906         (mbscasecmp): New declaration.
6907         * m4/mbscasecmp.m4: New file.
6908         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
6909         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
6910         REPLACE_STRCASECMP.
6911         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
6912         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6913         GNULIB_MBSCASECMP.
6914         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
6915         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
6916         * modules/strcase (Files): Remove m4/mbrtowc.m4.
6917         (Depends-on): Remove mbuiter.
6918         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
6919
6920 2007-02-04  Bruno Haible  <bruno@clisp.org>
6921
6922         New module mbsstr. Remove module strstr.
6923         * modules/mbsstr: New file.
6924         * modules/strstr: Remove file.
6925         * lib/mbsstr.c: Renamed from lib/strstr.c.
6926         (mbsstr): Renamed from strstr.
6927         * lib/string_.h (strstr): Remove declaration. Change the conditional
6928         link warning.
6929         (mbsstr): New declaration.
6930         * m4/mbsstr.m4: New file.
6931         * m4/strstr.m4: Remove file.
6932         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
6933         REPLACE_STRSTR.
6934         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
6935         Don't initialize GNULIB_STRSTR.
6936         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
6937         substitute GNULIB_STRSTR and REPLACE_STRSTR.
6938         * MODULES.html.sh (Internationalization functions): Add mbsstr.
6939         (Support for systems lacking ANSI C 89): Remove strstr.
6940
6941 2007-02-04  Bruno Haible  <bruno@clisp.org>
6942
6943         New module mbsrchr.
6944         * modules/mbsrchr: New file.
6945         * lib/mbsrchr.c: New file.
6946         * lib/string_.h (strrchr): Add a conditional link warning.
6947         (mbsrchr): New declaration.
6948         * m4/mbsrchr.m4: New file.
6949         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6950         GNULIB_MBSRCHR.
6951         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
6952         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
6953
6954 2007-02-04  Bruno Haible  <bruno@clisp.org>
6955
6956         New module mbschr.
6957         * modules/mbschr: New file.
6958         * lib/mbschr.c: New file.
6959         * lib/string_.h (strchr): Add a conditional link warning.
6960         (mbschr): New declaration.
6961         * m4/mbschr.m4: New file.
6962         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6963         GNULIB_MBSCHR.
6964         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
6965         * MODULES.html.sh (Internationalization functions): Add mbschr.
6966
6967 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6968
6969         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
6970
6971         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
6972
6973 2007-02-04  Bruno Haible  <bruno@clisp.org>
6974
6975         New module description section 'configure.ac-early'.
6976         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
6977         (func_get_autoconf_early_snippet): New function.
6978         (func_import, func_create_testdir): Use it. Remove special cases for
6979         modules 'extensions' and 'lock'.
6980         * modules/extensions (configure.ac-early): Require
6981         gl_USE_SYSTEM_EXTENSIONS.
6982         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
6983
6984 2007-02-04  Bruno Haible  <bruno@clisp.org>
6985
6986         Make use of gcj-4.3's -fsource and -ftarget option.
6987         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
6988         and if so try the options -fsource and -ftarget.
6989         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
6990         source_version, ftarget_option, target_version arguments.
6991         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
6992         (is_envjavac_oldgcj_14_14_usable): Renamed from
6993         is_envjavac_gcj_14_14_usable.
6994         (is_envjavac_oldgcj_14_13_usable): Renamed from
6995         is_envjavac_gcj_14_13_usable.
6996         (is_gcj_present): Update.
6997         (is_gcj_43, is_gcj43_usable): New functions.
6998         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
6999         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
7000         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
7001         try the options -fsource and -ftarget.
7002
7003 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
7004
7005         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
7006         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
7007         larger value.
7008
7009 2007-02-03  Jim Meyering  <jim@meyering.net>
7010
7011         Give tools a better chance to allocate space for very large buffers.
7012         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
7013
7014         Make pwd and readlink work also when run with an unreadable parent dir
7015         on systems with openat support.
7016         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
7017         provided getcwd function, even when we have openat support.
7018         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
7019
7020 2007-02-02  Bruno Haible  <bruno@clisp.org>
7021
7022         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
7023         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
7024         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
7025         portability problems if one of these functions is only used on specific
7026         platforms.
7027         Reported by Paul Eggert.
7028
7029 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
7030
7031         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
7032         is causing more trouble than it's curing.
7033         * lib/regex_internal.h (__mempcpy): Remove.
7034         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
7035         (and make the code a tad smaller to boot).
7036         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
7037
7038 2007-02-02  Jim Meyering  <jim@meyering.net>
7039
7040         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
7041         section, not in the Makefile.am: one.
7042
7043 2007-02-02  Eric Blake  <ebb9@byu.net>
7044
7045         * lib/strchrnul.c: Always include config.h first.
7046
7047         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
7048         gnulib strstr is not necessary here.
7049
7050 2007-02-02  Simon Josefsson  <simon@josefsson.org>
7051
7052         * m4/socklen.m4: Fix typo.
7053
7054 2007-02-02  Eric Blake  <ebb9@byu.net>
7055
7056         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
7057         * modules/netinet_in (Makefile.am): Likewise.
7058
7059 2007-02-01  Bruno Haible  <bruno@clisp.org>
7060
7061         * lib/string_.h (GL_LINK_WARNING): New macro.
7062         (strcasecmp, strstr, strcasestr): If provided by the system,
7063         conditionally define as a macro that leads to a warning instead of to
7064         an error.
7065         (strncasecmp): Conditionally define as a macro that leads to a warning.
7066
7067 2007-02-01  Karl Berry  <karl@gnu.org>
7068
7069         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
7070
7071 2007-02-01  Bruno Haible  <bruno@clisp.org>
7072
7073         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
7074         renamings.
7075
7076 2007-02-01  Eric Blake  <ebb9@byu.net>
7077
7078         * modules/regex (Depends-on): Revert dependence on mempcpy.
7079         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
7080         module's definition of mempcpy.
7081         Reported by Paul Eggert.
7082
7083 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
7084
7085         * lib/string_.h: If the gnulib module XYZ is not present, undefine
7086         the symbol XYZ before redefining it.  This fixes a problem with
7087         programs that don't use XYZ, when compiled on systems that define
7088         XYZ to something else.
7089
7090 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
7091
7092         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
7093         occurs when "mkdir -m foo" creates a setgid directory that is (1)
7094         writeable to group or other and (2) is intended to have a special
7095         mode bit that is set or cleared.  In such a case, the directory
7096         should be neither group- nor other-writeable until the special
7097         mode bits are right.
7098
7099 2007-01-31  Eric Blake  <ebb9@byu.net>
7100
7101         * modules/mountlist (Depends-on): Add strstr.
7102
7103         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
7104         bug.
7105         * modules/string (Makefile.am): Remove redundant replacement.
7106         * modules/regex (Depends-on): Add mempcpy.
7107
7108 2007-01-31  Bruno Haible  <bruno@clisp.org>
7109
7110         New module description field 'Link'.
7111         * gnulib-tool (func_usage): Document --extract-link-directive.
7112         (sed_extract_prog): Recognize 'Link' directive.
7113         (func_get_link_directive): New function.
7114         (func_import): Show summary of link directives.
7115         Handle --extract-link-directive option.
7116         * modules/acl (Link): New section.
7117         * modules/clock-time (Link): New section.
7118         * modules/euidaccess (Link): New section.
7119         * modules/gettext (Link): New section.
7120         * modules/iconv (Link): New section.
7121         * modules/lock (Link): New section.
7122         * modules/nanosleep (Link): New section.
7123         * modules/readline (Link): New section.
7124
7125 2007-01-27  Bruno Haible  <bruno@clisp.org>
7126
7127         Enforce the use of gnulib modules for unportable <string.h> functions.
7128         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
7129         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
7130         (gl_HEADER_STRING_H_BODY): Require it.
7131         * lib/string_.h: If the gnulib module XYZ is not present, redefine
7132         the symbol XYZ to one that gives a link error.
7133         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
7134         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
7135         * modules/mempcpy (configure.ac): Likewise.
7136         * modules/memrchr (configure.ac): Likewise.
7137         * modules/stpcpy (configure.ac): Likewise.
7138         * modules/stpncpy (configure.ac): Likewise.
7139         * modules/strcase (configure.ac): Likewise.
7140         * modules/strcasestr (configure.ac): Likewise.
7141         * modules/strchrnul (configure.ac): Likewise.
7142         * modules/strdup (configure.ac): Likewise.
7143         * modules/strndup (configure.ac): Likewise.
7144         * modules/strnlen (configure.ac): Likewise.
7145         * modules/strpbrk (configure.ac): Likewise.
7146         * modules/strsep (configure.ac): Likewise.
7147         * modules/strstr (configure.ac): Likewise.
7148         * modules/strtok_r (configure.ac): Likewise.
7149
7150 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
7151
7152         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
7153
7154 2007-01-30  Jim Meyering  <jim@meyering.net>
7155
7156         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
7157
7158 2007-01-29  Bruno Haible  <bruno@clisp.org>
7159
7160         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
7161         * lib/execute.c: Likewise.
7162         * lib/pipe.c: Likewise.
7163         * lib/printf-args.h: Likewise.
7164         * lib/printf-args.c: Likewise.
7165         * lib/printf-parse.c: Likewise.
7166         * lib/vasnprintf.c: Likewise.
7167
7168 2007-01-29  Eric Blake  <ebb9@byu.net>
7169
7170         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
7171         declaration.
7172
7173 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
7174
7175         * lib/strptime.h (strptime): Use 'restrict' for args where
7176         POSIX requires this.
7177         * lib/strptime.c (strptime): Likewise.
7178         Change license notice from LGPL to GPL, since gnulib-tool will
7179         change this as needed.
7180         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
7181         defined.
7182         Include "strptime.h" first, to check interface.
7183         Do not #undef _LIBC and _NL_CURRENT.
7184         Do not include <stdlib.h>; no longer needed.
7185         Include "time_r.h" and declare ptime_locale_status
7186         only if _LIBC is not defined.
7187         (__P): Remove unused macro.
7188         (match_string): Bring back glibc version, but use it only if _LIBC
7189         is defined.
7190         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
7191         Remove unnecessary assertion and abort() call.
7192         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
7193         * m4/strptime.m4: Fix serial number comment.
7194         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
7195         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
7196         (Depends-on): Add time_r.
7197
7198 2007-01-29  Bruno Haible  <bruno@clisp.org>
7199
7200         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
7201         strptime.
7202         * modules/strptime (Depends-on): Add stdbool.
7203         * lib/strptime.h: Include <time.h> always. Add comments.
7204
7205 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
7206
7207         * modules/strptime: New file.
7208         * lib/strptime.h: New file.
7209         * lib/strptime.c: New file.
7210         * m4/strptime.m4: New file.
7211
7212 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
7213
7214         * MODULES.html.sh: New module mpsort.
7215         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
7216
7217         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
7218         a circularity problem with HP-UX ia64 reported by Bob Proulx in
7219         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
7220         All uses changed.
7221         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
7222         All uses changed.
7223         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
7224         to _Restrict_.
7225         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
7226         the parameter matches the prototype.
7227
7228 2007-01-28  Jim Meyering  <jim@meyering.net>
7229
7230         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
7231         sys/time.h here, reverting that part of the previous patch:
7232         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
7233
7234 2007-01-28  Bruno Haible  <bruno@clisp.org>
7235
7236         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
7237         value of $(SYS_TIME_H).
7238         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
7239         remove it conditionally, too. [added by Jim Meyering]
7240         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
7241         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
7242         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
7243         GETTIMEOFDAY_REPLACEMENT to 1.
7244
7245 2007-01-28  Bruno Haible  <bruno@clisp.org>
7246
7247         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
7248         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
7249         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
7250         Set UNISTD_H instead of UNISTD_H2.
7251         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
7252
7253 2007-01-28  Bruno Haible  <bruno@clisp.org>
7254
7255         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
7256         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
7257
7258 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7259
7260         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
7261         (func_create_testdir): Ensure C locale for `grep' and `tr'
7262         character ranges.
7263         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
7264         ACLOCAL_AMFLAGS parsing state machine.
7265
7266 2007-01-27  Bruno Haible  <bruno@clisp.org>
7267
7268         * modules/unistr/base: Update.
7269
7270 2007-01-27  Bruno Haible  <bruno@clisp.org>
7271
7272         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
7273         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
7274         * modules/unistr/u32-mbtouc-unsafe: Renamed from
7275         modules/unistr/u32-mbtouc.
7276         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
7277         * lib/unistr.h: Update.
7278         * lib/linebreak.c: Update.
7279         * modules/unistr/u32-mbtouc: Renamed from
7280         modules/unistr/u32-mbtouc-safe.
7281         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
7282         * lib/unistr.h: Update.
7283         * lib/unistr/u32-to-u8.c: Update.
7284         * lib/unistr/u32-to-u16.c: Update.
7285
7286 2007-01-27  Bruno Haible  <bruno@clisp.org>
7287
7288         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
7289         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
7290         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
7291         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
7292         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
7293         * modules/unistr/u16-mbtouc-unsafe: Renamed from
7294         modules/unistr/u16-mbtouc.
7295         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
7296         * lib/unistr.h: Update.
7297         * lib/linebreak.c: Update.
7298         * modules/linebreak: Update.
7299         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
7300         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
7301         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
7302         * modules/unistr/u16-mbtouc: Renamed from
7303         modules/unistr/u16-mbtouc-safe.
7304         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
7305         * lib/unistr.h: Update.
7306         * lib/unistr/u16-to-u8.c: Update.
7307         * modules/unistr/u16-to-u8: Update.
7308         * lib/unistr/u16-to-u32.c: Update.
7309         * modules/unistr/u16-to-u32: Update.
7310
7311 2007-01-27  Bruno Haible  <bruno@clisp.org>
7312
7313         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
7314         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
7315         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
7316         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
7317         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
7318         * modules/unistr/u8-mbtouc-unsafe: Renamed from
7319         modules/unistr/u8-mbtouc.
7320         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
7321         * lib/unistr.h: Update.
7322         * lib/striconveh.c: Update.
7323         * modules/striconveh: Update.
7324         * lib/linebreak.c: Update.
7325         * modules/linebreak: Update.
7326         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
7327         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
7328         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
7329         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
7330         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
7331         * lib/unistr.h: Update.
7332         * lib/striconveh.c: Update.
7333         * modules/striconveh: Update.
7334         * lib/unistr/u8-to-u16.c: Update.
7335         * modules/unistr/u8-to-u16: Update.
7336         * lib/unistr/u8-to-u32.c: Update.
7337         * modules/unistr/u8-to-u32: Update.
7338
7339 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7340
7341         Sync from Libtool.
7342         * lib/argz.c: Do not include strings.h nor memory.h, include
7343         string.h unconditionally.  Patch by Simon Josefsson.
7344
7345 2007-01-27  Bruno Haible  <bruno@clisp.org>
7346
7347         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
7348         from gl_HEADER_STRING_H_BODY.
7349         (gl_HEADER_STRING_H_BODY): Require it.
7350         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
7351         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
7352         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
7353         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
7354         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
7355         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
7356         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
7357         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
7358         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
7359         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
7360         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
7361         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
7362         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
7363         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
7364         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
7365
7366 2007-01-27  Bruno Haible  <bruno@clisp.org>
7367
7368         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
7369         check_PROGRAMS into noinst_PROGRAMS.
7370         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
7371         check_PROGRAMS in this case.
7372         (func_import): Set for_test to false.
7373         (func_create_testdir): Set for_test to true.
7374
7375 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
7376             Bruno Haible  <bruno@clisp.org>
7377
7378         * modules/strcasestr (Files): Remove lib/strcasestr.h.
7379         (Depends-on): Add string.
7380         (Includes): Use <string.h> instead of strcasestr.h.
7381         * modules/string (Makefile.am): Also substitute the value of
7382         REPLACE_STRCASESTR.
7383         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
7384         assume strcasestr is declared in <string.h> not <strings.h>. Also
7385         set REPLACE_STRCASESTR.
7386         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
7387         REPLACE_STRCASESTR.
7388         * lib/strcasestr.h: Remove file.
7389         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
7390         * lib/string_.h (strcasestr): New declaration.
7391
7392 2007-01-27  Bruno Haible  <bruno@clisp.org>
7393
7394         * lib/string_.h: Use 'extern'.
7395
7396 2007-01-27  Jim Meyering  <jim@meyering.net>
7397
7398         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
7399         of set-but-not-used local, "q".
7400
7401         * lib/mempcpy.c: Include <config.h> before <string.h>.
7402         This fixes a compilation error on HP-UX, due to the system's
7403         "restrict"-using mempcpy prototype.
7404
7405 2007-01-26  Bruno Haible  <bruno@clisp.org>
7406
7407         Small optimization.
7408         * lib/javacomp.c: Include c-strstr.h.
7409          (is_envjavac_gcj): Use c_strstr instead of strstr.
7410         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
7411
7412 2007-01-26  Bruno Haible  <bruno@clisp.org>
7413
7414         * MODULES.html.sh (Unicode string functions): Add the new modules.
7415
7416         * modules/uniconv/u32-strconv-to-locale: New file.
7417         * lib/uniconv/u32-strconv-to-locale.c: New file.
7418
7419         * modules/uniconv/u16-strconv-to-locale: New file.
7420         * lib/uniconv/u16-strconv-to-locale.c: New file.
7421
7422         * modules/uniconv/u8-strconv-to-locale: New file.
7423         * lib/uniconv/u8-strconv-to-locale.c: New file.
7424
7425         * modules/uniconv/u32-strconv-from-locale: New file.
7426         * lib/uniconv/u32-strconv-from-locale.c: New file.
7427
7428         * modules/uniconv/u16-strconv-from-locale: New file.
7429         * lib/uniconv/u16-strconv-from-locale.c: New file.
7430
7431         * modules/uniconv/u8-strconv-from-locale: New file.
7432         * lib/uniconv/u8-strconv-from-locale.c: New file.
7433
7434         * modules/uniconv/u32-strconv-to-enc: New file.
7435         * lib/uniconv/u32-strconv-to-enc.c: New file.
7436         * modules/uniconv/u32-strconv-to-enc-tests: New file.
7437         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
7438
7439         * modules/uniconv/u16-strconv-to-enc: New file.
7440         * lib/uniconv/u16-strconv-to-enc.c: New file.
7441         * lib/uniconv/u-strconv-to-enc.h: New file.
7442         * modules/uniconv/u16-strconv-to-enc-tests: New file.
7443         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
7444
7445         * modules/uniconv/u8-strconv-to-enc: New file.
7446         * lib/uniconv/u8-strconv-to-enc.c: New file.
7447         * modules/uniconv/u8-strconv-to-enc-tests: New file.
7448         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
7449
7450         * modules/uniconv/u32-strconv-from-enc: New file.
7451         * lib/uniconv/u32-strconv-from-enc.c: New file.
7452         * modules/uniconv/u32-strconv-from-enc-tests: New file.
7453         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
7454
7455         * modules/uniconv/u16-strconv-from-enc: New file.
7456         * lib/uniconv/u16-strconv-from-enc.c: New file.
7457         * modules/uniconv/u16-strconv-from-enc-tests: New file.
7458         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
7459
7460         * modules/uniconv/u8-strconv-from-enc: New file.
7461         * lib/uniconv/u8-strconv-from-enc.c: New file.
7462         * lib/uniconv/u-strconv-from-enc.h: New file.
7463         * modules/uniconv/u8-strconv-from-enc-tests: New file.
7464         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
7465
7466         * modules/uniconv/u32-conv-from-enc: New file.
7467         * lib/uniconv/u32-conv-from-enc.c: New file.
7468         * modules/uniconv/u32-conv-from-enc-tests: New file.
7469         * tests/uniconv/test-u32-conv-from-enc.c: New file.
7470
7471         * modules/uniconv/u16-conv-from-enc: New file.
7472         * lib/uniconv/u16-conv-from-enc.c: New file.
7473         * lib/uniconv/u-conv-from-enc.h: New file.
7474         * modules/uniconv/u16-conv-from-enc-tests: New file.
7475         * tests/uniconv/test-u16-conv-from-enc.c: New file.
7476
7477         * modules/uniconv/u8-conv-from-enc: New file.
7478         * lib/uniconv/u8-conv-from-enc.c: New file.
7479         * modules/uniconv/u8-conv-from-enc-tests: New file.
7480         * tests/uniconv/test-u8-conv-from-enc.c: New file.
7481
7482         * modules/uniconv/base: New file.
7483         * lib/uniconv.h: New file.
7484
7485 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
7486
7487         * doc/gnulib-tool.texi (Initial import): Update to match current
7488         behavior with strdup module.
7489         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
7490         * lib/memmem.h: Remove; all uses removed.  This is now done
7491         by <string.h>.
7492         * lib/mempcpy.h: Likewise.
7493         * lib/memrchr.h: Likewise.
7494         * lib/stpcpy.h: Likewise.
7495         * lib/stpncpy.h: Likewise.
7496         * lib/strcase.h: Likewise.
7497         * lib/strchrnul.h: Likewise.
7498         * lib/strdup.h: Likewise.
7499         * lib/strndup.h: Likewise.
7500         * lib/strnlen.h: Likewise.
7501         * lib/strpbrk.h: Likewise.
7502         * lib/strsep.h: Likewise.
7503         * lib/strstr.h: Likewise.
7504         * lib/strtok_r.h: Likewise.
7505         * lib/string_.h: New file.
7506         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
7507         Rely on <string.h> instead.
7508         * lib/canon-host.c: Likewise.
7509         * lib/chdir-long.c: Likewise.
7510         * lib/concatpath.c: Likewise.
7511         * lib/exclude.c: Likewise.
7512         * lib/fchdir.c: Likewise.
7513         * lib/getaddrinfo.c: Likewise.
7514         * lib/getcwd.c: Likewise.
7515         * lib/getsubopt.c: Likewise.
7516         * lib/glob.c: Likewise.
7517         * lib/hard-locale.c: Likewise.
7518         * lib/iconvme.c: Likewise.
7519         * lib/javacomp.c: Likewise.
7520         * lib/mempcpy.c: Likewise.
7521         * lib/memrchr.c: Likewise.
7522         * lib/regex_internal.h: Likewise.
7523         * lib/stpncpy.c: Likewise.
7524         * lib/strcasecmp.c: Likewise.
7525         * lib/strchrnul.c: Likewise.
7526         * lib/strdup.c: Likewise.
7527         * lib/striconv.c: Likewise.
7528         * lib/striconveh.c: Likewise.
7529         * lib/striconveha.c: Likewise.
7530         * lib/strncasecmp.c: Likewise.
7531         * lib/strndup.c: Likewise.
7532         * lib/strnlen.c: Likewise.
7533         * lib/strsep.c: Likewise.
7534         * lib/strstr.c: Likewise.
7535         * lib/strtok_r.c: Likewise.
7536         * lib/userspec.c: Likewise.
7537         * lib/w32spawn.h: Likewise.
7538         * lib/xstrndup.c: Likewise.
7539         * lib/mountlist.c (strstr): Remove decl.
7540         * m4/string_h.m4: New file.
7541         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
7542         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
7543         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
7544         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
7545         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
7546         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
7547         Set REPLACE_STRCASECMP if necessary.
7548         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
7549         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
7550         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
7551         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
7552         HAVE_DECL_STRDUP if necessary.
7553         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
7554         since gl_FUNC_STRNDUP does that now.
7555         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
7556         Check for decl here...
7557         (gl_PREREQ_STRNLEN): ... not here.
7558         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
7559         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
7560         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
7561         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
7562         necessary.
7563         * modules/string: New file.
7564         * modules/memmem (Files): Remove special-purpose include file.
7565         (Depends-on): Add string.
7566         (Include): Include <string.h>, not the removed file.
7567         * modules/mempcpy: Likewise.
7568         * modules/memrchr: Likewise.
7569         * modules/stpcpy: Likewise.
7570         * modules/stpncpy: Likewise.
7571         * modules/strcase: Likewise.
7572         * modules/strchrnul: Likewise.
7573         * modules/strdup: Likewise.
7574         * modules/strndup: Likewise.
7575         * modules/strnlen: Likewise.
7576         * modules/strpbrk: Likewise.
7577         * modules/strsep: Likewise.
7578         * modules/strstr: Likewise.
7579         * modules/strtok_r: Likewise.
7580         * tests/test-dirname.c: Don't include "strdup.h", since
7581         <string.h> now suffices.
7582         * tests/test-memmem.c: Don't include "memmem.h", since
7583         <string.h> now suffices.
7584
7585 2007-01-25  Bruno Haible  <bruno@clisp.org>
7586
7587         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
7588         *resultp is 0.
7589
7590         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
7591         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
7592         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
7593         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
7594
7595         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
7596         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
7597         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
7598         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
7599         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
7600         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
7601
7602 2007-01-24  Bruno Haible  <bruno@clisp.org>
7603
7604         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
7605         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
7606         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
7607         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
7608         gl_FUNC_FTS_CORE.
7609         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
7610         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
7611         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
7612         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
7613         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
7614         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
7615         gl_FUNC_FCHOWNAT.
7616         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
7617         gl_FUNC_STRFTIME.
7618         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
7619         Reported by Ralf Wildenhues.
7620
7621 2007-01-24  Bruno Haible  <bruno@clisp.org>
7622
7623         Drop AC_REQUIRE calls that are redundant with the module dependencies.
7624         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
7625         gl_GETADDRINFO.
7626         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
7627         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
7628         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
7629
7630 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
7631
7632         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
7633         Don't use 'exit'; just return from 'main'.
7634         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
7635
7636         * lib/fnmatch_.h: Readjust white space and comments to match
7637         glibc, to avoid spurious diffs.
7638
7639 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7640
7641         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
7642         2004-12-01 change by Jakub Jelinek, since this code won't compile
7643         if !LIBC.  Problem reported by Bob Proulx.
7644
7645 2007-01-23  Bruno Haible  <bruno@clisp.org>
7646
7647         * lib/striconveh.c: Include c-strcaseeq.h.
7648         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
7649         * modules/striconveh (Depends-on): Add c-strcaseeq.
7650
7651 2007-01-23  Bruno Haible  <bruno@clisp.org>
7652
7653         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
7654
7655         * modules/c-strcaseeq: New file.
7656         * lib/c-strcaseeq.h: New file.
7657
7658         * modules/streq: New file.
7659         * lib/streq.h: New file.
7660
7661 2007-01-23  Bruno Haible  <bruno@clisp.org>
7662
7663         * modules/striconveha-tests: New file.
7664         * tests/test-striconveha.c: New file.
7665
7666         * lib/striconveha.h: Include <stdbool.h>.
7667         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
7668         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
7669         (mem_iconveha_notranslit): Renamed from mem_iconveha.
7670         (mem_iconveha): New function.
7671         (str_iconveha_notranslit): Renamed from str_iconveha.
7672         (str_iconveha): New function.
7673         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
7674         c-strcase.
7675
7676 2007-01-23  Bruno Haible  <bruno@clisp.org>
7677
7678         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
7679         encodings without forgiving before trying any encoding with handler.
7680         (str_iconveha): Try all encodings without forgiving before trying any
7681         encoding with handler.
7682
7683 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7684
7685         Import the following changes from libc.
7686
7687         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
7688
7689         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
7690
7691         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
7692
7693         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
7694         normal_bracket label.
7695
7696         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
7697
7698         [BZ #361]
7699         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
7700         to normal_bracket after fetching the next character.
7701
7702 2007-01-22  Bruno Haible  <bruno@clisp.org>
7703
7704         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
7705         argument.
7706         * lib/striconveh.c (iconv_carefully_1): New function.
7707         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
7708         argument.
7709         (str_cd_iconveh): Update.
7710         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
7711         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
7712         * tests/test-striconveh.c (MAGIC): New macro.
7713         (new_offsets): New function.
7714         (main): Test call with and without offsets.
7715
7716 2007-01-22  Bruno Haible  <bruno@clisp.org>
7717
7718         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
7719         * modules/sys_select (Makefile.am): Likewise.
7720         * modules/sys_socket (Makefile.am): Likewise.
7721         * modules/sys_time (Makefile.am): Likewise.
7722
7723 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
7724
7725         * modules/gettimeofday (License): Change from GPL to LGPL, since
7726         gettimeofday is a library function.
7727
7728 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7729
7730         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
7731
7732 2007-01-21  Bruno Haible  <bruno@clisp.org>
7733
7734         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
7735
7736 2007-01-21  Bruno Haible  <bruno@clisp.org>
7737
7738         * modules/striconveha: New file.
7739         * lib/striconveha.h: New file.
7740         * lib/striconveha.c: New file.
7741         * MODULES.html.sh (Internationalization functions): Add striconveha.
7742         * lib/striconv.c (str_iconv): Optimize the case of an empty input
7743         string.
7744         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
7745
7746 2007-01-21  Bruno Haible  <bruno@clisp.org>
7747
7748         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
7749         * lib/striconveh.c (str_iconveh): Likewise.
7750
7751 2007-01-21  Bruno Haible  <bruno@clisp.org>
7752
7753         * lib/striconveh.h (mem_iconveh): New declaration.
7754         * lib/striconveh.c (mem_iconveh): New function.
7755         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
7756
7757 2007-01-21  Bruno Haible  <bruno@clisp.org>
7758
7759         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
7760
7761         * lib/striconveh.h (mem_cd_iconveh): Change specification.
7762         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
7763         original result buffer.
7764         (str_cd_iconveh): Update.
7765         * tests/test-striconveh.c (main): Update.
7766
7767         * lib/striconv.h (mem_cd_iconv): Change specification.
7768         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
7769         result buffer.
7770         (str_cd_iconv): Update.
7771         * tests/test-striconv.c (main): Update.
7772
7773 2007-01-21  Bruno Haible  <bruno@clisp.org>
7774
7775         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
7776
7777 2007-01-20  Jim Meyering  <jim@meyering.net>
7778
7779         * lib/userspec.c (parse_with_separator): If a user or group string
7780         starts with "+", skip the corresponding name-to-ID look-up, since
7781         such a look-up must fail: user and group names may not include "+".
7782
7783 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
7784
7785         * lib/poll.c: Include sys/time.h and time.h unconditionally,
7786         since we now assume the sys_time module.
7787         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
7788         check for sys/time.h; no longer needed.
7789         * modules/poll (Depends-on): Depend on sys_time.
7790
7791 2007-01-18  Bruno Haible  <bruno@clisp.org>
7792
7793         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
7794         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
7795
7796         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
7797         gettimeofday.
7798
7799         * tests/test-gettimeofday.c: Include <time.h>.
7800         (dummy): Remove variable.
7801
7802         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
7803         gl_HEADER_SYS_TIME_H.
7804         (gl_HEADER_SYS_TIME_H): New macro.
7805
7806         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
7807         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7808         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
7809         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
7810         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7811         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
7812         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
7813         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7814         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
7815         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
7816         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7817
7818         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
7819         last change; it caused a compilation error when cross-compiling to
7820         Cygwin.
7821
7822 2007-01-18  Jim Meyering  <jim@meyering.net>
7823
7824         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
7825         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
7826         than the race-prone "test -d sys || mkdir sys".
7827         (configure.ac): Use AC_PROG_MKDIR_P.
7828         * modules/sys_select: Likewise.
7829         * modules/sys_socket: Likewise.
7830         * modules/sys_time: Likewise.
7831
7832 2007-01-18  Eric Blake  <ebb9@byu.net>
7833
7834         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
7835         replace gettimeofday.
7836         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
7837         name, to avoid infinite recursion.
7838
7839 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
7840
7841         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
7842         module sys_time.
7843         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
7844         assume timespec.h defines struct timeval.
7845         * lib/settime.c: Likewise.
7846         * lib/utimens.c: Likewise.
7847         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
7848         since we now assume the gettimeofday module.
7849         * lib/tempname.c (__gen_tempname): Likewise.
7850         * lib/gettimeofday.h: Remove.
7851         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
7852         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
7853         Include <time.h>, for 'time()'.
7854         (localtime_buffer_addr): Also use this workaround if
7855         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
7856         to simplify the uses.  All uses changed.
7857         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
7858         that #undef is inside {}, and 'const' follows type name consistently.
7859         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
7860         (gettimeofday): Do not use the maximum possible value for
7861         tv->tv_usec, since that might break usages other than ls.c.
7862         Instead, we'll leave ls.c alone.  This undoes today's patch
7863         by Bruno.  Add a compile-time warning for 1s-clock resolution;
7864         we've never observed the problem but might as well keep the
7865         canary.
7866         * lib/nanosleep.c: Include timespec.h first, for interface check.
7867         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
7868         now assume the sys_time module.
7869         * lib/tempname.c: Likewise.
7870         * lib/timespec.h: Likewise.
7871         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
7872         needed.
7873         * lib/strftime.c: Likewise.
7874         * lib/timespec.h: Likewise.
7875         * lib/posixtm.c: Include posixtm.h first, for interface check.
7876         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
7877         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
7878         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
7879         * lib/sys_time_.h: New file.
7880         * lib/timespec.h (struct timespec): Use long int, not long.
7881         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
7882         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
7883         Remove obsolescent call to AC_HEADER_TIME.
7884         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
7885         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7886         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
7887         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
7888         Likewise.
7889         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
7890         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
7891         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
7892         into the sys_time module.  Check for gettimeofday just once.
7893         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
7894         for gettimeofday signature to just check the signature.  Merely
7895         compile it, since linking doesn't test signature.  Improve test for
7896         whether gettimeofday.o is actually needed.
7897         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
7898         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
7899         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
7900         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7901         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
7902         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
7903         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
7904         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
7905         than worrying about sys/time.h.
7906         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7907         Don't bother worrying about TIME_WITH_SYS_TIME.
7908         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
7909         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
7910         * m4/sys_time_h.m4: New file.
7911         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
7912         Don't include sys/time.h.  Return from main rather than exiting.
7913         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
7914         all uses changed.
7915         * modules/gethrxtime (Depends-on): Add sys_time.
7916         * modules/gettime (Depends-on): Likewise.
7917         * modules/gettimeofday (Depends-on): Likewise.
7918         * modules/nanosleep (Depends-on): Likewise.
7919         * modules/settime (Depends-on): Likewise.
7920         * modules/tempname (Depends-on): Likewise.
7921         * modules/utimens (Depends-on): Likewise.
7922         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
7923         (Include:) Change back to <sys/time.h>.
7924         (Maintainer:) Add self.
7925         * modules/sys_time: New file.
7926         * modules/tempname (Depends-on): Add gettimeofday.
7927         * tests/test-gettimeofday.c: Include <sys/time.h>
7928         rather than gettimeofday.h.
7929
7930 2007-01-17  Bruno Haible  <bruno@clisp.org>
7931
7932         * gnulib-tool (func_get_license): Revert last patch. Instead, let
7933         the license default to GPL.
7934         (func_create_testdir): Don't complain if a module is LGPL and its
7935         tests module depends on GPLed modules.
7936
7937 2007-01-17  Bruno Haible  <bruno@clisp.org>
7938
7939         * lib/gettimeofday.c (gettimeofday): Add code for the case
7940         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
7941         maximum possible value for tv->tv_usec, rather than the minimum one.
7942
7943 2005-10-08  Martin Lambers  <marlam@marlam.de>
7944 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7945 2007-01-16  Bruno Haible  <bruno@clisp.org>
7946
7947         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
7948         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
7949         gl_FUNC_GETTIMEOFDAY.
7950         (Include): Add gettimeofday.h.
7951         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
7952         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
7953         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
7954         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
7955         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
7956         * lib/gettimeofday.h: New file.
7957         * lib/gettimeofday.c: Include <sys/timeb.h>.
7958         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
7959         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7960         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
7961         fall back on time().
7962
7963         * tests/test-gettimeofday.c: New file.
7964         * modules/gettimeofday-tests: New file.
7965
7966 2007-01-16  Eric Blake  <ebb9@byu.net>
7967
7968         * modules/fnmatch (Depends-on): Depend on wchar.
7969         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
7970         * m4/fnmatch.m4: Likewise.
7971         * modules/mbchar (Makefile.am): Assume <wchar.h>.
7972         * m4/mbchar.m4: Likewise.
7973         * modules/mbswidth (Depends-on): Depend on wchar.
7974         * lib/mbswidth.c: Assume <wchar.h>.
7975         * m4/mbswidth.m4: Likewise.
7976         * modules/quotearg (Depends-on): Depend on wchar.
7977         * lib/quotearg.c: Assume <wchar.h>.
7978         * m4/quotearg.m4: Likewise.
7979         * modules/regex (Depends-on): Depend on wchar.
7980         * lib/regex_internal.h: Assume <wchar.h>.
7981         * m4/regex.m4: Likewise.
7982         * modules/stdint (Depends-on): Depend on wchar.
7983         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
7984         * m4/stdint.m4: Likewise.
7985         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
7986         * modules/strftime (Depends-on): Depend on wchar.
7987         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
7988         * modules/strtol (Depends-on): Depend on wchar.
7989         * lib/strtol.c: Assume <wchar.h>.
7990         * modules/wcwidth (Depends-on): Depend on wchar.
7991         * lib/wcwidth.h: Assume <wchar.h>.
7992         * m4/wcwidth.m4: Likewise.
7993
7994 2007-01-16  Bruno Haible  <bruno@clisp.org>
7995
7996         * modules/csharpexec-script: New, created from...
7997         * modules/csharpexec: ... this.
7998
7999 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
8000
8001         * modules/javaexec-script: New, created from...
8002         * modules/javaexec: ... this.
8003
8004 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8005
8006         * modules/poll (Dependencies): Add sys_select.
8007
8008 2007-01-15  Jim Meyering  <jim@meyering.net>
8009
8010         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
8011         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
8012         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
8013         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
8014
8015 2007-01-15  Bruno Haible  <bruno@clisp.org>
8016
8017         * modules/striconveh: New file.
8018         * lib/striconveh.h: New file.
8019         * lib/striconveh.c: New file.
8020         * MODULES.html.sh (Internationalization functions): Add striconveh.
8021
8022         * modules/striconveh-tests: New file.
8023         * tests/test-striconveh.c: New file.
8024
8025 2007-01-15  Bruno Haible  <bruno@clisp.org>
8026
8027         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
8028         not from GNU libiconv or GNU libc.
8029
8030 2007-01-15  Bruno Haible  <bruno@clisp.org>
8031
8032         * doc/gnulib-intro.texi (Copyright): Explain the different license
8033         terms for module descriptions, autoconf macros, tests, documentation.
8034
8035 2007-01-14  Bruno Haible  <bruno@clisp.org>
8036
8037         * modules/striconv-tests: New file.
8038         * tests/test-striconv.c: New file.
8039
8040 2007-01-14  Bruno Haible  <bruno@clisp.org>
8041
8042         * modules/iconv-tests: New file.
8043         * tests/test-iconv.c: New file.
8044
8045 2007-01-14  Bruno Haible  <bruno@clisp.org>
8046
8047         * gnulib-tool (func_get_license): For test modules, use the license of
8048         the main module.
8049
8050 2007-01-14  Bruno Haible  <bruno@clisp.org>
8051
8052         * modules/iconv (Include): Clarify that <iconv.h> can only be included
8053         if iconv is found to exist.
8054
8055 2007-01-14  Bruno Haible  <bruno@clisp.org>
8056
8057         * modules/c-ctype-tests: New file.
8058         * tests/test-c-ctype.c: New file.
8059
8060 2007-01-14  Bruno Haible  <bruno@clisp.org>
8061
8062         * modules/binary-io-tests: New file.
8063         * tests/test-binary-io.sh: New file.
8064         * tests/test-binary-io.c: New file.
8065
8066 2007-01-14  Bruno Haible  <bruno@clisp.org>
8067
8068         * modules/array-oset-tests: New file.
8069         * tests/test-array_oset.c: New file.
8070
8071 2007-01-14  Bruno Haible  <bruno@clisp.org>
8072
8073         * modules/array-list-tests: New file.
8074         * tests/test-array_list.c: New file.
8075
8076 2007-01-14  Bruno Haible  <bruno@clisp.org>
8077
8078         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
8079         and make.
8080         Reported by Simon Josefsson in
8081         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
8082
8083 2007-01-14  Bruno Haible  <bruno@clisp.org>
8084
8085         * modules/allocsa-tests: New file.
8086         * tests/test-allocsa.c: New file.
8087
8088 2007-01-14  Bruno Haible  <bruno@clisp.org>
8089
8090         * modules/fchdir (Depends-on): Add absolute-header.
8091         * modules/unistd (Depends-on): Likewise.
8092
8093 2006-12-30  Bruno Haible  <bruno@clisp.org>
8094
8095         * modules/fchdir: New file.
8096         * modules/unistd (Files): Add lib/unistd_.h.
8097         (Makefile.am): Generate unistd.h from unistd_.h.
8098         * lib/fchdir.c: New file.
8099         * lib/dirent_.h: New file.
8100         * lib/unistd_.h: New file.
8101         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
8102         * m4/fchdir.m4: New file.
8103         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
8104         (gl_HEADER_UNISTD): Invoke it.
8105         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
8106         function.
8107         * lib/backupfile.c (opendir, closedir): Undefine.
8108         * lib/chown.c (open, close): Undefine.
8109         * lib/clean-temp.c (open, close): Undefine.
8110         * lib/copy-file.c (open, close): Undefine.
8111         * lib/execute.c (open, close): Undefine.
8112         * lib/fsusage.c (open, close): Undefine.
8113         * lib/gc-gnulib.c (open, close): Undefine.
8114         * lib/getcwd.c (opendir, closedir): Undefine.
8115         * lib/glob.c (opendir, closedir): Undefine.
8116         * lib/javacomp.c (open, close): Undefine.
8117         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
8118         * lib/openat-proc.c (open, close): Undefine.
8119         * lib/pagealign_alloc.c (open, close): Undefine.
8120         * lib/pipe.c (open, close): Undefine.
8121         * lib/progreloc.c (open, close): Undefine.
8122         * lib/savedir.c (opendir, closedir): Undefine.
8123         * lib/utime.c (open, close): Undefine.
8124         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
8125
8126 2007-01-10  Bruno Haible  <bruno@clisp.org>
8127
8128         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
8129
8130 2007-01-12  Eric Blake  <ebb9@byu.net>
8131
8132         Provide a robust <wchar.h>.  Further simplifications are now
8133         possible in other modules, but not included here.
8134         * modules/wchar: New module.
8135         * m4/wchar.m4: New file.
8136         * lib/wchar_.h: Likewise.
8137         * modules/mbchar (Depends-on): Depend on wchar, as the first use
8138         of the new module.
8139         * MODULES.html.sh (Extended multibyte and wide character utilities):
8140         New section.
8141
8142 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
8143
8144         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
8145         to a reasonable default for memory allocation.
8146         (xreadlink): Don't allocate a huge buffer, to work around a buggy
8147         file system that reports garbage st_size values for symlinks.
8148         Problem reported by Liyang Hu.
8149
8150 2007-01-11  Simon Josefsson  <simon@josefsson.org>
8151
8152         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
8153         Emacs .#* auto-save files).
8154
8155 2007-01-11  Bruno Haible  <bruno@clisp.org>
8156
8157         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
8158         directory.
8159
8160 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8161
8162         Use @...@ consistently in lib/wctype_.h.
8163         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
8164         on it being set to 1 or 0.
8165         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
8166         go back to AC_SUBSTing it.
8167         * modules/wctype (Makefile.am): Undo previous change.
8168
8169 2007-01-10  Eric Blake  <ebb9@byu.net>
8170
8171         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
8172         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
8173         * modules/wctype (Makefile.am): Likewise.
8174         Reported by Chris McGuire.
8175
8176 2007-01-10  Jim Meyering  <jim@meyering.net>
8177
8178         fts.c: a small readability/maintainability improvement
8179         * lib/fts.c (fts_read): Make this code slightly more readable and
8180         maintainable by hoisting the "sp->fts_cur = p" assignments to
8181         immediately follow the statements that set P.  Derived from
8182         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
8183
8184 2007-01-10  Eric Blake  <ebb9@byu.net>
8185
8186         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
8187         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
8188         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
8189         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
8190         Reported by Chris McGuire.
8191
8192 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8193
8194         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
8195         in sed script.
8196
8197 2007-01-09  Bruno Haible  <bruno@clisp.org>
8198
8199         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
8200         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
8201         variables.
8202         (func_module): Use them.
8203
8204 2007-01-09  Bruno Haible  <bruno@clisp.org>
8205
8206         * modules/unistr/base: New file.
8207         * lib/unistr.h: New file.
8208
8209         * modules/unistr/u8-to-u16: New file.
8210         * lib/unistr/u8-to-u16.c: New file.
8211
8212         * modules/unistr/u8-to-u32: New file.
8213         * lib/unistr/u8-to-u32.c: New file.
8214
8215         * modules/unistr/u16-to-u8: New file.
8216         * lib/unistr/u16-to-u8.c: New file.
8217
8218         * modules/unistr/u16-to-u32: New file.
8219         * lib/unistr/u16-to-u32.c: New file.
8220
8221         * modules/unistr/u32-to-u8: New file.
8222         * lib/unistr/u32-to-u8.c: New file.
8223
8224         * modules/unistr/u32-to-u16: New file.
8225         * lib/unistr/u32-to-u16.c: New file.
8226
8227         * modules/unistr/u8-check: New file.
8228         * modules/unistr/u16-check: New file.
8229         * modules/unistr/u32-check: New file.
8230         * lib/unistr/u8-check.c: New file.
8231         * lib/unistr/u16-check.c: New file.
8232         * lib/unistr/u32-check.c: New file.
8233
8234         * modules/unistr/u8-chr: New file.
8235         * modules/unistr/u16-chr: New file.
8236         * modules/unistr/u32-chr: New file.
8237         * lib/unistr/u8-chr.c: New file.
8238         * lib/unistr/u16-chr.c: New file.
8239         * lib/unistr/u32-chr.c: New file.
8240
8241         * modules/unistr/u8-cmp: New file.
8242         * modules/unistr/u16-cmp: New file.
8243         * modules/unistr/u32-cmp: New file.
8244         * lib/unistr/u8-cmp.c: New file.
8245         * lib/unistr/u16-cmp.c: New file.
8246         * lib/unistr/u32-cmp.c: New file.
8247
8248         * modules/unistr/u8-cpy: New file.
8249         * modules/unistr/u16-cpy: New file.
8250         * modules/unistr/u32-cpy: New file.
8251         * lib/unistr/u8-cpy.c: New file.
8252         * lib/unistr/u16-cpy.c: New file.
8253         * lib/unistr/u32-cpy.c: New file.
8254         * lib/unistr/u-cpy.h: New file.
8255
8256         * modules/unistr/u8-cpy-alloc: New file.
8257         * modules/unistr/u16-cpy-alloc: New file.
8258         * modules/unistr/u32-cpy-alloc: New file.
8259         * lib/unistr/u8-cpy-alloc.c: New file.
8260         * lib/unistr/u16-cpy-alloc.c: New file.
8261         * lib/unistr/u32-cpy-alloc.c: New file.
8262         * lib/unistr/u-cpy-alloc.h: New file.
8263
8264         * modules/unistr/u8-endswith: New file.
8265         * modules/unistr/u16-endswith: New file.
8266         * modules/unistr/u32-endswith: New file.
8267         * lib/unistr/u8-endswith.c: New file.
8268         * lib/unistr/u16-endswith.c: New file.
8269         * lib/unistr/u32-endswith.c: New file.
8270         * lib/unistr/u-endswith.h: New file.
8271
8272         * modules/unistr/u8-mblen: New file.
8273         * modules/unistr/u16-mblen: New file.
8274         * modules/unistr/u32-mblen: New file.
8275         * lib/unistr/u8-mblen.c: New file.
8276         * lib/unistr/u16-mblen.c: New file.
8277         * lib/unistr/u32-mblen.c: New file.
8278
8279         * modules/unistr/u8-mbtouc: New file.
8280         * modules/unistr/u16-mbtouc: New file.
8281         * modules/unistr/u32-mbtouc: New file.
8282         * lib/unistr/u8-mbtouc.c: New file.
8283         * lib/unistr/u16-mbtouc.c: New file.
8284         * lib/unistr/u32-mbtouc.c: New file.
8285
8286         * modules/unistr/u8-mbtouc-safe: New file.
8287         * modules/unistr/u16-mbtouc-safe: New file.
8288         * modules/unistr/u32-mbtouc-safe: New file.
8289         * lib/unistr/u8-mbtouc-safe.c: New file.
8290         * lib/unistr/u16-mbtouc-safe.c: New file.
8291         * lib/unistr/u32-mbtouc-safe.c: New file.
8292
8293         * modules/unistr/u8-move: New file.
8294         * modules/unistr/u16-move: New file.
8295         * modules/unistr/u32-move: New file.
8296         * lib/unistr/u8-move.c: New file.
8297         * lib/unistr/u16-move.c: New file.
8298         * lib/unistr/u32-move.c: New file.
8299         * lib/unistr/u-move.h: New file.
8300
8301         * modules/unistr/u8-next: New file.
8302         * modules/unistr/u16-next: New file.
8303         * modules/unistr/u32-next: New file.
8304         * lib/unistr/u8-next.c: New file.
8305         * lib/unistr/u16-next.c: New file.
8306         * lib/unistr/u32-next.c: New file.
8307
8308         * modules/unistr/u8-prev: New file.
8309         * modules/unistr/u16-prev: New file.
8310         * modules/unistr/u32-prev: New file.
8311         * lib/unistr/u8-prev.c: New file.
8312         * lib/unistr/u16-prev.c: New file.
8313         * lib/unistr/u32-prev.c: New file.
8314
8315         * modules/unistr/u8-set: New file.
8316         * modules/unistr/u16-set: New file.
8317         * modules/unistr/u32-set: New file.
8318         * lib/unistr/u8-set.c: New file.
8319         * lib/unistr/u16-set.c: New file.
8320         * lib/unistr/u32-set.c: New file.
8321         * lib/unistr/u-set.h: New file.
8322
8323         * modules/unistr/u8-startswith: New file.
8324         * modules/unistr/u16-startswith: New file.
8325         * modules/unistr/u32-startswith: New file.
8326         * lib/unistr/u8-startswith.c: New file.
8327         * lib/unistr/u16-startswith.c: New file.
8328         * lib/unistr/u32-startswith.c: New file.
8329         * lib/unistr/u-startswith.h: New file.
8330
8331         * modules/unistr/u8-stpcpy: New file.
8332         * modules/unistr/u16-stpcpy: New file.
8333         * modules/unistr/u32-stpcpy: New file.
8334         * lib/unistr/u8-stpcpy.c: New file.
8335         * lib/unistr/u16-stpcpy.c: New file.
8336         * lib/unistr/u32-stpcpy.c: New file.
8337         * lib/unistr/u-stpcpy.h: New file.
8338
8339         * modules/unistr/u8-stpncpy: New file.
8340         * modules/unistr/u16-stpncpy: New file.
8341         * modules/unistr/u32-stpncpy: New file.
8342         * lib/unistr/u8-stpncpy.c: New file.
8343         * lib/unistr/u16-stpncpy.c: New file.
8344         * lib/unistr/u32-stpncpy.c: New file.
8345         * lib/unistr/u-stpncpy.h: New file.
8346
8347         * modules/unistr/u8-strcat: New file.
8348         * modules/unistr/u16-strcat: New file.
8349         * modules/unistr/u32-strcat: New file.
8350         * lib/unistr/u8-strcat.c: New file.
8351         * lib/unistr/u16-strcat.c: New file.
8352         * lib/unistr/u32-strcat.c: New file.
8353         * lib/unistr/u-strcat.h: New file.
8354
8355         * modules/unistr/u8-strchr: New file.
8356         * modules/unistr/u16-strchr: New file.
8357         * modules/unistr/u32-strchr: New file.
8358         * lib/unistr/u8-strchr.c: New file.
8359         * lib/unistr/u16-strchr.c: New file.
8360         * lib/unistr/u32-strchr.c: New file.
8361
8362         * modules/unistr/u8-strcmp: New file.
8363         * modules/unistr/u16-strcmp: New file.
8364         * modules/unistr/u32-strcmp: New file.
8365         * lib/unistr/u8-strcmp.c: New file.
8366         * lib/unistr/u16-strcmp.c: New file.
8367         * lib/unistr/u32-strcmp.c: New file.
8368
8369         * modules/unistr/u8-strcpy: New file.
8370         * modules/unistr/u16-strcpy: New file.
8371         * modules/unistr/u32-strcpy: New file.
8372         * lib/unistr/u8-strcpy.c: New file.
8373         * lib/unistr/u16-strcpy.c: New file.
8374         * lib/unistr/u32-strcpy.c: New file.
8375         * lib/unistr/u-strcpy.h: New file.
8376
8377         * modules/unistr/u8-strcspn: New file.
8378         * modules/unistr/u16-strcspn: New file.
8379         * modules/unistr/u32-strcspn: New file.
8380         * lib/unistr/u8-strcspn.c: New file.
8381         * lib/unistr/u16-strcspn.c: New file.
8382         * lib/unistr/u32-strcspn.c: New file.
8383         * lib/unistr/u-strcspn.h: New file.
8384
8385         * modules/unistr/u8-strdup: New file.
8386         * modules/unistr/u16-strdup: New file.
8387         * modules/unistr/u32-strdup: New file.
8388         * lib/unistr/u8-strdup.c: New file.
8389         * lib/unistr/u16-strdup.c: New file.
8390         * lib/unistr/u32-strdup.c: New file.
8391         * lib/unistr/u-strdup.h: New file.
8392
8393         * modules/unistr/u8-strlen: New file.
8394         * modules/unistr/u16-strlen: New file.
8395         * modules/unistr/u32-strlen: New file.
8396         * lib/unistr/u8-strlen.c: New file.
8397         * lib/unistr/u16-strlen.c: New file.
8398         * lib/unistr/u32-strlen.c: New file.
8399         * lib/unistr/u-strlen.h: New file.
8400
8401         * modules/unistr/u8-strmblen: New file.
8402         * modules/unistr/u16-strmblen: New file.
8403         * modules/unistr/u32-strmblen: New file.
8404         * lib/unistr/u8-strmblen.c: New file.
8405         * lib/unistr/u16-strmblen.c: New file.
8406         * lib/unistr/u32-strmblen.c: New file.
8407
8408         * modules/unistr/u8-strmbtouc: New file.
8409         * modules/unistr/u16-strmbtouc: New file.
8410         * modules/unistr/u32-strmbtouc: New file.
8411         * lib/unistr/u8-strmbtouc.c: New file.
8412         * lib/unistr/u16-strmbtouc.c: New file.
8413         * lib/unistr/u32-strmbtouc.c: New file.
8414
8415         * modules/unistr/u8-strncat: New file.
8416         * modules/unistr/u16-strncat: New file.
8417         * modules/unistr/u32-strncat: New file.
8418         * lib/unistr/u8-strncat.c: New file.
8419         * lib/unistr/u16-strncat.c: New file.
8420         * lib/unistr/u32-strncat.c: New file.
8421         * lib/unistr/u-strncat.h: New file.
8422
8423         * modules/unistr/u8-strncmp: New file.
8424         * modules/unistr/u16-strncmp: New file.
8425         * modules/unistr/u32-strncmp: New file.
8426         * lib/unistr/u8-strncmp.c: New file.
8427         * lib/unistr/u16-strncmp.c: New file.
8428         * lib/unistr/u32-strncmp.c: New file.
8429
8430         * modules/unistr/u8-strncpy: New file.
8431         * modules/unistr/u16-strncpy: New file.
8432         * modules/unistr/u32-strncpy: New file.
8433         * lib/unistr/u8-strncpy.c: New file.
8434         * lib/unistr/u16-strncpy.c: New file.
8435         * lib/unistr/u32-strncpy.c: New file.
8436         * lib/unistr/u-strncpy.h: New file.
8437
8438         * modules/unistr/u8-strnlen: New file.
8439         * modules/unistr/u16-strnlen: New file.
8440         * modules/unistr/u32-strnlen: New file.
8441         * lib/unistr/u8-strnlen.c: New file.
8442         * lib/unistr/u16-strnlen.c: New file.
8443         * lib/unistr/u32-strnlen.c: New file.
8444         * lib/unistr/u-strnlen.h: New file.
8445
8446         * modules/unistr/u8-strpbrk: New file.
8447         * modules/unistr/u16-strpbrk: New file.
8448         * modules/unistr/u32-strpbrk: New file.
8449         * lib/unistr/u8-strpbrk.c: New file.
8450         * lib/unistr/u16-strpbrk.c: New file.
8451         * lib/unistr/u32-strpbrk.c: New file.
8452         * lib/unistr/u-strpbrk.h: New file.
8453
8454         * modules/unistr/u8-strrchr: New file.
8455         * modules/unistr/u16-strrchr: New file.
8456         * modules/unistr/u32-strrchr: New file.
8457         * lib/unistr/u8-strrchr.c: New file.
8458         * lib/unistr/u16-strrchr.c: New file.
8459         * lib/unistr/u32-strrchr.c: New file.
8460
8461         * modules/unistr/u8-strspn: New file.
8462         * modules/unistr/u16-strspn: New file.
8463         * modules/unistr/u32-strspn: New file.
8464         * lib/unistr/u8-strspn.c: New file.
8465         * lib/unistr/u16-strspn.c: New file.
8466         * lib/unistr/u32-strspn.c: New file.
8467         * lib/unistr/u-strspn.h: New file.
8468
8469         * modules/unistr/u8-strstr: New file.
8470         * modules/unistr/u16-strstr: New file.
8471         * modules/unistr/u32-strstr: New file.
8472         * lib/unistr/u8-strstr.c: New file.
8473         * lib/unistr/u16-strstr.c: New file.
8474         * lib/unistr/u32-strstr.c: New file.
8475         * lib/unistr/u-strstr.h: New file.
8476
8477         * modules/unistr/u8-strtok: New file.
8478         * modules/unistr/u16-strtok: New file.
8479         * modules/unistr/u32-strtok: New file.
8480         * lib/unistr/u8-strtok.c: New file.
8481         * lib/unistr/u16-strtok.c: New file.
8482         * lib/unistr/u32-strtok.c: New file.
8483         * lib/unistr/u-strtok.h: New file.
8484
8485         * modules/unistr/u8-uctomb: New file.
8486         * modules/unistr/u16-uctomb: New file.
8487         * modules/unistr/u32-uctomb: New file.
8488         * lib/unistr/u8-uctomb.c: New file.
8489         * lib/unistr/u16-uctomb.c: New file.
8490         * lib/unistr/u32-uctomb.c: New file.
8491
8492         * MODULES.html.sh (Unicode string functions): Add the new modules.
8493
8494 2007-01-08  Bruno Haible  <bruno@clisp.org>
8495
8496         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
8497         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
8498         subdirectories.
8499
8500 2007-01-08  Karl Berry  <karl@gnu.org>
8501
8502         * doc/error.texi: mention that main() fns must set program_name
8503         when progname is used.
8504
8505 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
8506
8507         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
8508         WCTYPE_H is empty, for the benefit of builds from non-distclean
8509         directories.  Problem reported by Eric Blake in
8510         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
8511
8512 2007-01-08  Bruno Haible  <bruno@clisp.org>
8513
8514         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
8515         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
8516         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
8517         PROVIDE_CANONICALIZE_FILENAME_MODE.
8518         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
8519
8520 2007-01-08  Bruno Haible  <bruno@clisp.org>
8521
8522         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
8523         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
8524         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
8525         * lib/fts.c: Likewise.
8526         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
8527
8528 2006-12-25  Bruno Haible  <bruno@clisp.org>
8529
8530         * modules/utf8-ucs4-safe: New file.
8531         * lib/utf8-ucs4-safe.h: New file.
8532         * lib/unistr/utf8-ucs4-safe.c: New file.
8533
8534         * modules/utf16-ucs4-safe: New file.
8535         * lib/utf16-ucs4-safe.h: New file.
8536         * lib/unistr/utf16-ucs4-safe.c: New file.
8537
8538         * MODULES.html.sh (Unicode string functions): Add the new modules.
8539
8540 2007-01-08  Bruno Haible  <bruno@clisp.org>
8541
8542         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
8543         (Depends-on): Add unitypes.
8544         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
8545         (u8_mbtouc_aux): Move out to separate file.
8546         (u8_mbtouc): Use ucs4_t, uint8_t types.
8547         * lib/unistr/utf8-ucs4.c: New file.
8548
8549         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
8550         (Depends-on): Add unitypes.
8551         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
8552         (u16_mbtouc_aux): Move out to separate file.
8553         (u16_mbtouc): Use ucs4_t, uint16_t types.
8554         * lib/unistr/utf16-ucs4.c: New file.
8555
8556         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
8557         (Depends-on): Add unitypes.
8558         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
8559         (u8_uctomb_aux): Move out to separate file.
8560         (u8_uctomb): Use ucs4_t, uint8_t types.
8561         * lib/unistr/ucs4-utf8.c: New file.
8562
8563         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
8564         (Depends-on): Add unitypes.
8565         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
8566         (u16_uctomb_aux): Move out to separate file.
8567         (u16_uctomb): Use ucs4_t, uint16_t types.
8568         * lib/unistr/ucs4-utf16.c: New file.
8569
8570 2006-12-25  Bruno Haible  <bruno@clisp.org>
8571
8572         * modules/unitypes: New file.
8573         * lib/unitypes.h: New file.
8574         * MODULES.html.sh (func_all_modules): New section "Unicode string
8575         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
8576         this section. Add unitypes.
8577
8578 2007-01-08  Bruno Haible  <bruno@clisp.org>
8579
8580         Avoid variable names that conflict with those from libtool.
8581         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
8582         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
8583         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
8584         library_names_spec to acl_library_names_spec, hardcode_* to
8585         acl_hardcode_*.
8586         Reported by Ralf Wildenhues.
8587
8588 2007-01-08  Bruno Haible  <bruno@clisp.org>
8589
8590         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
8591         definition.
8592         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
8593         definition.
8594         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
8595         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
8596         definition.
8597         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
8598         definition.
8599         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
8600         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
8601         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
8602         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
8603         definition.
8604         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
8605         definition.
8606         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
8607         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
8608         GC_USE_<algorithm>.
8609         * lib/gc-libgcrypt.c: Likewise.
8610         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
8611         * modules/gc-arctwo (configure.ac): Likewise.
8612         * modules/gc-des (configure.ac): Likewise.
8613         * modules/gc-hmac-md5 (configure.ac): Likewise.
8614         * modules/gc-hmac-sha1 (configure.ac): Likewise.
8615         * modules/gc-md2 (configure.ac): Likewise.
8616         * modules/gc-md4 (configure.ac): Likewise.
8617         * modules/gc-md5 (configure.ac): Likewise.
8618         * modules/gc-random (configure.ac): Likewise.
8619         * modules/gc-rijndael (configure.ac): Likewise.
8620         * modules/gc-sha1 (configure.ac): Likewise.
8621
8622 2007-01-08  Bruno Haible  <bruno@clisp.org>
8623
8624         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
8625         macro definition.
8626         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
8627         definition.
8628         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
8629         definition.
8630         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
8631         * modules/fcntl-safer (configure.ac): Likewise.
8632         * modules/fopen-safer (configure.ac): Likewise.
8633         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
8634         GNULIB_FWRITEERROR macro definition.
8635
8636 2007-01-08  Bruno Haible  <bruno@clisp.org>
8637
8638         * m4/gnulib-common.m4: New file.
8639         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
8640         (func_get_filelist): Add m4/gnulib-common.m4.
8641
8642 2007-01-08  Bruno Haible  <bruno@clisp.org>
8643
8644         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
8645         command.
8646
8647 2007-01-08  Jim Meyering  <jim@meyering.net>
8648
8649         Use a more robust test for a "can't happen" condition.
8650         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
8651         narrowed the st_size value.  Presuming the "can't happen" condition
8652         is true, that narrowing could conceivably convert an invalid st_size
8653         value into a valid one.  Instead, use a change based on Matthew
8654         Woehlke's original patch.
8655
8656         Slight readability improvement: use an assert-like macro
8657         in place of literal "abort ()" uses.
8658         * lib/fts.c (fts_assert): Define.
8659         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
8660         Use this macro instead of a bare 'abort'.
8661
8662 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
8663
8664         Don't worry about using IRIX 5.3's wctype.h broken definitions;
8665         simply work around them.
8666         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
8667         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
8668         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
8669         declaring.
8670         Don't bother to define as macros, since the standard doesn't require it.
8671         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
8672         longer worry about IRIX 5.3.
8673         (HAVE_WCTYPE_CTMP_BUG): Remove.
8674
8675 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8676
8677         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
8678         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
8679         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
8680         Problems reported by Georg Schwarz for IRIX 5.3.
8681
8682         * gnulib-tool (autoconf_minversion): Take the maximum version number
8683         found, not the minimum.  Problem reported by James Youngman.
8684
8685 2007-01-03  Karl Berry  <karl@gnu.org>
8686
8687         * doc/error.texi: new file, explaining interaction with progname.
8688         * doc/gnulib.texi: include it.  Update copyright.
8689
8690 2007-01-03  Simon Josefsson  <simon@josefsson.org>
8691
8692         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
8693         AC_CANONICAL_HOST, to improve autobuild outputs.
8694
8695 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
8696             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
8697
8698         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
8699         sockets, server sockets, and other file descriptors.  Count errors
8700         to compute the return value.  Reorder the code a bit to be easier
8701         to follow.  Don't set event bits that were not requested (except
8702         POLLERR and POLLHUP).
8703
8704 2007-01-01  Bruno Haible  <bruno@clisp.org>
8705
8706         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
8707
8708 2007-01-03  Jim Meyering  <jim@meyering.net>
8709
8710         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
8711
8712 2007-01-02  Bruno Haible  <bruno@clisp.org>
8713
8714         * modules/settime (Include): Require timespec.h.
8715         * modules/nanosleep (Include): Likewise.
8716
8717 2007-01-01  Bruno Haible  <bruno@clisp.org>
8718
8719         * gnulib-tool (func_emit_copyright_notice): Bump year.
8720         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
8721
8722 2007-01-01  Bruno Haible  <bruno@clisp.org>
8723
8724         Improve support for OpenBSD.
8725         * build-aux/config.rpath (libname_spec): Export.
8726         (library_names_spec): New variable. Export.
8727         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
8728         library_names_spec from the config.rpath output. Locate shared library
8729         through the name pattern in library_names_spec.
8730
8731 2007-01-01  Eric Blake  <ebb9@byu.net>
8732
8733         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
8734
8735 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
8736
8737         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
8738         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
8739         assume the C locale, and avoid an "eval" that could cause trouble.
8740         Problem with SORT reported by Bob Proulx.
8741
8742         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
8743         Define.  Trivial patch from Henning Nielsen Lund, originally
8744         sent to bug-grep@gnu.org today.
8745
8746 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
8747
8748         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
8749         struct stat.  Problem reported by Henning Nielsen Lund.
8750         * lib/acl.c: Include acl.h first, to check interface.  Don't
8751         bother to include sys/types.h and sys/stat.h again.
8752
8753 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
8754
8755         Import the following change from libc; problem reported by
8756         Sven Verdoolaege.
8757
8758         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
8759
8760         [BZ #1373]
8761         * lib/argp.h: Remove __NTH for __argp_usage inline function.
8762
8763 2006-12-28  Jim Meyering  <jim@meyering.net>
8764
8765         * build-aux/announce-gen: Do not assume that the package
8766         builds any of tar.gz, tar.bz2, and .xdelta files.
8767         Suggestion from Simon Josefsson.
8768
8769 2006-12-28  Simon Josefsson  <simon@josefsson.org>
8770
8771         * modules/announce-gen: New file.
8772
8773 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
8774
8775         * lib/mbchar.h: Just include <wctype.h>; the wctype module
8776         handles its gotchas now.
8777         * lib/mbswidth.c: Likewise.
8778         * lib/wcwidth.h: Likewise.
8779         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
8780         and iswcntrl; the wctype module does this stuff now.
8781         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
8782         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
8783         * modules/mbchar (Depends-on): Add wctype.
8784         * modules/mbswidth (Depends-on): Likewise.
8785         * modules/wcwidth (Depends-on): Likewise.
8786
8787 2006-12-27  Eric Blake  <ebb9@byu.net>
8788
8789         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
8790         module uses more than what <wctype.h> is required to provide.
8791
8792 2006-12-26  Eric Blake  <ebb9@byu.net>
8793
8794         * gnulib-tool (sed_extract_prog): Avoid space-tab.
8795
8796 2006-12-26  Eric Blake  <ebb9@byu.net>
8797
8798         * modules/absolute-header: New module.
8799         * modules/fcntl (Depends-on): Depend on it.
8800         * modules/inttypes (Depends-on): Likewise.
8801         * modules/stdint (Depends-on): Likewise.
8802         * modules/sys_stat (Depends-on): Likewise.
8803         * modules/wctype (Depends-on): Likewise.
8804         * MODULES.html.sh (Support for building libraries and
8805         executables): Document it.
8806
8807 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
8808
8809         * gnulib-tool (SED): Remove, undoing previous change.
8810         The problem was that it broke coreutils on Solaris, because
8811         "sed --posix" leaked into a makefile.
8812         (sed): New alias, if 'alias' and GNU sed.
8813
8814 2006-12-24  Jim Meyering  <jim@meyering.net>
8815
8816         Work around an fchownat bug in glibc-2.4:
8817         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
8818         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
8819         in spite of the -P option.
8820         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
8821         New macros.
8822         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
8823         * modules/openat (Files): Add lib/fchownat.c.
8824         * lib/openat.c (fchownat): Don't define here.  Move to...
8825         * lib/fchownat.c: ...this new file.
8826
8827 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
8828
8829         Fix bug reported by Bruno Haible in
8830         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
8831         where quotearg.c didn't compile on Mac OS X 10.2 because it
8832         lacks <wchar.h> and wint_t.
8833         * lib/wctype_.h (__wctype_wint_t): New type.
8834         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
8835         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
8836         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
8837         Arg is now of type __wctype_wint_t, not wint_t.
8838         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
8839         substitute HAVE_WINT_T.
8840         * modules/wctype (Files): Add m4/wint_t.m4.
8841         (wctype.h): Substitute HAVE_WINT_T.
8842
8843 2006-12-23  Bruno Haible  <bruno@clisp.org>
8844
8845         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
8846
8847 2006-12-23  Bruno Haible  <bruno@clisp.org>
8848
8849         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
8850         S_ISLNK.
8851         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
8852         mingw.
8853
8854 2006-12-22  Bruno Haible  <bruno@clisp.org>
8855
8856         * lib/copy-file.c: Include acl.h.
8857         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
8858         Close the file descriptors only after being done with copy_acl.
8859         * modules/copy-file (Depends-on): Add acl.
8860
8861 2006-12-22  Bruno Haible  <bruno@clisp.org>
8862
8863         * gnulib-tool (SED): New variable.
8864         Use $SED instead of sed everywhere.
8865
8866 2006-12-22  Bruno Haible  <bruno@clisp.org>
8867
8868         * modules/no-c++: New file.
8869         * m4/no-c++.m4: New file.
8870         * MODULES.html.sh (Support for building libraries and executables):
8871         Add no-c++.
8872
8873 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
8874
8875         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
8876         Include <limits.h>, and use its INT_MAX to rewrite the
8877         j loop so that it does not overflow 'int'.  Problem reported by
8878         Ralf Wildenhues in
8879         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
8880         Play it safe by shifting left by 1 rather than multiplying by 2,
8881         as GCC is less likely to optimize this away when the value
8882         is signed (when it assumes overflow leads to undefined behavior).
8883         Also, don't assume time_t uses two's complement.
8884
8885 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
8886
8887         * MODULES.html.sh: New module wctype.
8888         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
8889         * lib/fnmatch.c: Don't bother to include <wchar.h> before
8890         <wctype.h>, since the new wctype module should fix this.
8891         * lib/quotearg.c: Include <wctype.h> unconditionally, since
8892         the wctype module should arrange for it.
8893         * lib/regex_internal.h: Likewise.
8894         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
8895         since the wctype module should handle this now.
8896         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
8897         * modules/fnmatch (Depends-on): Add wctype.
8898         * modules/quotearg (Depends-on): Likewise.
8899         * modules/regex (Depends-on): Likewise.
8900
8901 2006-12-19  Bruno Haible  <bruno@clisp.org>
8902
8903         * lib/strdup.h [C++]: Wrap definitions in extern "C".
8904         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
8905
8906 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8907
8908         * modules/savewd (Depends-on): Fix dependency on fcntl.
8909
8910 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8911
8912         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
8913         conforms to C99, rather than relying on the user's environment
8914         setting of STDINT_H.
8915
8916 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8917         and Eric Blake  <ebb9@byu.net>
8918
8919         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
8920         This is more consistent with the other defines here.
8921         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
8922         Port to z/OS.  Problem reported by Paul Gilmartin.
8923         Change local vars to use gl_ prefix rather than ac_.
8924         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
8925         with other defines.
8926         * modules/double-slash-root: New module.
8927         * modules/dirname (Files): Remove m4/double-slash-root.m4.
8928         (Depends-on): Add double-slash-root.
8929         * MODULES.html.sh (File system functions): Mention new module.
8930
8931 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
8932
8933         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
8934         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
8935         This is for the benefit of gzip, which doesn't do i18n.
8936
8937 2006-12-12  Jim Meyering  <jim@meyering.net>
8938
8939         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
8940         Reported by Andreas Schwab <schwab@suse.de>.
8941
8942 2006-12-12  Bruno Haible  <bruno@clisp.org>
8943
8944         Merge these changes.
8945         2006-09-05  Bruno Haible  <bruno@clisp.org>
8946         * lib/iconvme.c (iconv_string): No need to save and restore errno when
8947         iconv_alloc succeeded.
8948         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
8949         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
8950         test for " && dest " at the end - dest is always != NULL there. Call
8951         iconv with 4xNULL arguments initially, to reset the state. Call iconv
8952         with 2xNULL arguments, also to flush the state storage. Handle the
8953         IRIX iconv behaviour. Realloc the final result, to throw away unused
8954         memory.
8955
8956 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
8957
8958         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
8959         and fchmodat unconditionally, since glibc 2.4 has them.
8960         Problem reported by Arkadiusz Miskiewicz.
8961
8962 2006-12-10  Bruno Haible  <bruno@clisp.org>
8963
8964         * gnulib-tool (func_import): Show the include files only for those
8965         modules that are copied and specified.
8966         Reported by Karl Berry.
8967
8968 2006-12-08  Jim Meyering  <jim@meyering.net>
8969
8970         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
8971         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
8972
8973         * build-aux/announce-gen: Add two new options, both optional:
8974         --bootstrap-tools=TOOL_LIST
8975               a comma-separated list of tools, e.g.,
8976               autoconf,automake,bison,gnulib
8977         --gnulib-snapshot-date=DATE
8978               if gnulib is in the bootstrap tool list,
8979               then report this as the snapshot date.
8980               If not specified, use the current date/time.
8981               If you specify a date here, be sure it's UTC.
8982
8983 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8984
8985         * tests/test-argp-2.sh: Fix test to match actual output.
8986         (func_compare): Fix sed script to be portable.
8987
8988 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
8989
8990         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
8991         workaround for this case.  It is not autoconfigured now; offhand
8992         it's hard to see how to autoconfigure it.
8993
8994 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
8995
8996         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
8997         a directory that is about to be chowned.  Such a directory's
8998         initial file permissions should permit the owner only and this
8999         should not be changed until after the chown, since the group and
9000         other bits would be incorrect if they granted permission before
9001         the chown.
9002
9003         Fix porting problem for iswctype reported by Georg Schwarz in:
9004         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
9005         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
9006         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
9007         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
9008         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
9009
9010 2006-12-03  Jim Meyering  <jim@meyering.net>
9011
9012         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
9013         p->fts_statp may not yet be defined.
9014         (fts_read): Instead, set it in the caller, once p->fts_statp is
9015         sure to be defined, and corresponds to a top-level directory.
9016         This bug made du -x fail.  Here's the coreutils test case:
9017         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
9018         Reported by Mike Frysinger.
9019
9020 2006-12-01  Jim Meyering  <jim@meyering.net>
9021
9022         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
9023         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
9024         Reported by Simon Josefsson.
9025
9026 2006-11-30  Jim Meyering  <jim@meyering.net>
9027
9028         * m4/warning.m4: Use the all-permissive copyright notice
9029         recommended by RMS (rather than LGPL).
9030         * m4/vararrays.m4: Likewise.
9031         * m4/flexmember.m4: Likewise.
9032
9033 2006-11-29  Bruno Haible  <bruno@clisp.org>
9034
9035         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
9036         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
9037         using +=.
9038         Reported by Simon Josefsson <simon@josefsson.org>.
9039
9040 2006-11-28  James Youngman <jay@gnu.org>
9041
9042         * README: Advise users that they might find the bug-gnulib@gnu.org
9043         and autotools-announce@gnu.org mailing lists useful.
9044
9045 2006-11-28  Bruno Haible  <bruno@clisp.org>
9046
9047         * m4/ptrdiff_max.m4: Remove file.
9048
9049 2006-11-21  Bruno Haible  <bruno@clisp.org>
9050
9051         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
9052         _AC_COMPUTE_INT.
9053         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
9054         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
9055         _AC_COMPUTE_INT.
9056         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
9057         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
9058         _AC_COMPUTE_INT.
9059         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
9060
9061 2006-11-28  Jim Meyering  <jim@meyering.net>
9062
9063         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
9064         warning from "gcc -Wshadow" about shadowing the builtin.
9065
9066 2006-11-27  Bruno Haible  <bruno@clisp.org>
9067
9068         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
9069         _AC_COMPUTE_INT.
9070         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
9071
9072 2006-11-27  Bruno Haible  <bruno@clisp.org>
9073             Paul Eggert  <eggert@cs.ucla.edu>
9074
9075         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
9076
9077 2006-11-26  Bruno Haible  <bruno@clisp.org>
9078
9079         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
9080         noinst_LTLIBRARIES.
9081
9082 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
9083             Bruno Haible  <bruno@clisp.org>
9084
9085         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
9086         if compiling with "gcc -ansi".
9087
9088 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
9089
9090         Fix some incompatibilities with gcc -ansi -pedantic.
9091         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
9092         if compiling pedantically with GCC, unless it's C99 or later.
9093         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
9094         it mishandles gcc -ansi -pedantic as well.
9095         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
9096         if gcc -pedantic.
9097         * lib/regexec.c (check_node_accept_bytes): Don't use auto
9098         initializers for struct if -pedantic, unless it's C99 or later.
9099
9100 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
9101
9102         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
9103         Don't close an fd more than once. Identical atimes indicate
9104         success, not failure.
9105
9106 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
9107
9108         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
9109
9110 2006-11-23  Jim Meyering  <jim@meyering.net>
9111
9112         * build-aux/announce-gen: New file.  From coreutils.
9113
9114 2006-11-22  Jim Meyering  <jim@meyering.net>
9115
9116         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
9117         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
9118         (fts_read): Use a temporary to narrow the overused st_size member
9119         before using it in a switch statement.  Reported by Matthew Woehlke.
9120
9121         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
9122         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9123
9124 2006-11-20  Bruno Haible  <bruno@clisp.org>
9125
9126         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
9127         changequote instead of pairs of brackets.
9128         Reported by Andreas Schwab <schwab@suse.de>.
9129
9130 2006-11-21  Jim Meyering  <jim@meyering.net>
9131
9132         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
9133         so as to remain compatible with older compilers.
9134         Patch from Michael Deutschmann.
9135
9136 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
9137
9138         * MODULES.html.sh (File system functions): Add openat.
9139
9140         * lib/openat.h (rpl_fstatat): New macro, if
9141         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
9142         (fstatat): Define to rpl_fstatat under the same conditions,
9143         unless COMPILING_FSTATAT.
9144         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
9145         seems to have the bug.
9146         * lib/fstatat.c: New file.
9147         * modules/openat (Files): Add it.
9148
9149 2006-11-20  Bruno Haible  <bruno@clisp.org>
9150
9151         * Makefile: New file.
9152
9153 2006-11-20  Jim Meyering  <jim@meyering.net>
9154
9155         The beginnings of syntax-related checks for gnulib.
9156         * lib/Makefile: New file.
9157         * lib/t-idcache: New script.  Ensure that the two halves of
9158         idcache.c stay in sync.
9159
9160         * lib/idcache.c: Adjust comments in user- and group- portions to
9161         be more accurate, and to be consistent with one another.
9162
9163 2006-11-20  Jim Meyering  <jim@meyering.net>
9164
9165         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
9166         continue using the flexible array member (thus, this module performs
9167         half as many malloc calls), with the addition that...
9168         (getgroup, getuser): Consistently record a non-match via an empty
9169         "name" string, and map an empty string match to a NULL return value.
9170         * modules/idcache (Depends-on): Re-add flexmember.
9171
9172         * lib/idcache.c (getuser): Remove all uses of the register keyword.
9173         (getuidbyname, getgroup, getgidbyname): Likewise.
9174
9175         Use cleaner syntax: NULL rather than 0.
9176         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
9177
9178 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
9179
9180         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
9181         It mishandled the case where the group was missing.
9182         Problem reported by Greg Schafer.
9183         * modules/idcache: Likewise.
9184
9185 2006-11-18  Jim Meyering  <jim@meyering.net>
9186
9187         * check-module (%exempt_header): Add exception for some
9188         conditionally-included headers.
9189
9190         * modules/i-ring (Depends-on): Add verify.
9191         (License): Change to LGPL.
9192
9193 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
9194
9195         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
9196         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
9197         and inttostr.h.  Use snprintf rather than uinttostr, so that
9198         LGPLed code doesn't depend on GPLed.
9199
9200 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
9201
9202         * modules/inline (License): Change from GPL to LGPL.
9203
9204 2006-11-17  Jim Meyering  <jim@meyering.net>
9205
9206         * modules/d-type (License): Switch to LGPL.
9207
9208 2006-11-15  Bruno Haible  <bruno@clisp.org>
9209
9210         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
9211
9212 2006-11-15  Eric Blake  <ebb9@byu.net>
9213
9214         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
9215         the module dependency.
9216
9217 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9218             Bruno Haible  <bruno@clisp.org>
9219
9220         * gnulib-tool (func_create_testdir): Add license consistency check.
9221
9222 2006-11-15  Eric Blake  <ebb9@byu.net>
9223
9224         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
9225         random "(cached)" in configure output.
9226
9227 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9228
9229         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
9230         test for conforming inttypes.h is both announced and cached.
9231
9232         * MODULES.html.sh (seen_modules, seen_files): New variables.
9233         (func_module): Rewrite to use a few less gnulib-tool and sed
9234         invocations.  Avoid a couple of quadratic algorithms for ...
9235         (missed_modules, missed_files): ... these, with ...
9236         (func_append, func_tmpdir): ... these new functions, from
9237         gnulib-tool.  Analogously, install traps for cleanup.
9238
9239         * tests/test-gc.c (main): Remove unused variables.
9240         * tests/test-read-file.c: Include stdlib.h, for 'free'.
9241
9242 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
9243
9244         * modules/inttostr (License): Change to LGPL.
9245
9246 2006-11-14  Eric Blake  <ebb9@byu.net>
9247
9248         * modules/tempname (License): Change to LGPL.
9249
9250 2006-11-14  Eric Blake  <ebb9@byu.net>
9251
9252         * doc/functions.texi (Function Portability): *printf functions on
9253         Cygwin now understand all POSIX size specifiers.
9254
9255 2006-11-14  Bruno Haible  <bruno@clisp.org>
9256
9257         * modules/c-ctype (License): Change to LGPL.
9258
9259 2006-11-12  Bruno Haible  <bruno@clisp.org>
9260
9261         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
9262         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
9263         for GNOME libraries, for which the include files are installed in
9264         subdirectories of $prefix/include.
9265
9266 2006-11-12  Bruno Haible  <bruno@clisp.org>
9267
9268         * m4/lib-link.m4: Require at least autoconf-2.54.
9269         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
9270         name to underscores for the --with option.
9271
9272 2006-11-13  Bruno Haible  <bruno@clisp.org>
9273
9274         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
9275         the tests directory.
9276         Reported by Ralf Wildenhues.
9277
9278 2006-11-13  Bruno Haible  <bruno@clisp.org>
9279
9280         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
9281         (func_emit_initmacro_end): Undo the override here.
9282         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
9283         Works around the famous automake error in coreutils.
9284
9285 2006-11-13  Eric Blake  <ebb9@byu.net>
9286
9287         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
9288         element, not its node.
9289
9290 2006-11-12  Bruno Haible  <bruno@clisp.org>
9291
9292         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
9293         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
9294
9295 2006-11-12  Bruno Haible  <bruno@clisp.org>
9296
9297         * gnulib-tool: New option --local-symlink.
9298         (func_usage): Document it.
9299         (lsymbolic): New variable.
9300         (func_import, func_create_testdir): If --symlink was not specified,
9301         test whether --local-symlink was specified and the file comes from
9302         the local_gnulib_dir.
9303
9304 2006-11-12  Bruno Haible  <bruno@clisp.org>
9305
9306         * gnulib-tool (func_ln): New function.
9307         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
9308
9309 2006-11-12  Bruno Haible  <bruno@clisp.org>
9310
9311         Finish support for source files in subdirectories.
9312         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
9313         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
9314         AUTOMAKE_OPTIONS.
9315         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
9316
9317 2006-11-12  Bruno Haible  <bruno@clisp.org>
9318
9319         * gnulib-tool (func_get_automake_snippet): Synthesize also an
9320         EXTRA_lib_SOURCES augmentation.
9321         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
9322
9323 2006-11-12  Jim Meyering  <jim@meyering.net>
9324
9325         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
9326         file descriptors.  This also averts a failure on systems with
9327         native openat support when a traversed directory lacks "x" access.
9328         * lib/fts_.h: Include "i-ring.h"
9329         (struct FTS) [fts_fd_ring]: New member.
9330         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
9331         (FCHDIR): Add parentheses.
9332         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
9333         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
9334         When descending, rather than simply closing the previous
9335         fts_cwd_fd value, push that file descriptor onto the ring.
9336         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
9337         (fts_open): Initialize the new fd_ring member.
9338         (fts_close): Clear the ring.
9339         (fts_safe_changedir): When possible, use our new fd_ring to skip
9340         the diropen and fstat and dev/ino comparison that would normally
9341         accompany a virtual `chdir ("..")'.
9342
9343         * modules/fts (Depends-on): Add i-ring.
9344         * modules/i-ring: New module.
9345         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
9346         * m4/i-ring.m4: New file.
9347
9348 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9349
9350         * gnulib-tool (func_create_testdir): Fix replacement of
9351         `build-aux' in configure.ac.  Run autotools in gltests
9352         subdirectory.
9353         (func_create_testdir, func_create_megatestdir, test): There is
9354         no need for '--force' in most autotool invocations in a new
9355         tree.  Actually fail the whole test if any of the tools, or the
9356         configure or make stages fail.
9357
9358         Sync from Automake.
9359         * build-aux/gnupload: Revert last change.  Add pointer to upload
9360         instructions of the GNU Maintenance Instructions.
9361         Suggestion by Karl Berry.
9362
9363 2006-11-10  Jim Meyering  <jim@meyering.net>
9364
9365         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
9366
9367 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
9368
9369         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
9370         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
9371         (bind_textdomain_codeset) [! ENABLE_NLS]:
9372         Evaluate all the arguments.  That way, callers get compatible behavior
9373         if the arguments have side effects.  Also, it avoids some GCC
9374         diagnostics in some cases; Joel E. Denny reported problems when Bison
9375         was configured with --enable-gcc-warnigs.
9376
9377 2006-11-10  Jim Meyering  <jim@meyering.net>
9378
9379         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
9380         relevant options in CFLAGS (like -O, -fno-inline) are taken into
9381         account.
9382
9383 2006-11-10  Jim Meyering  <jim@meyering.net>
9384
9385         * modules/inline: New file/module.
9386         * modules/xalloc (Files): Remove m4/inline.m4.
9387         (Depends-on): Add inline, instead.
9388         * modules/oset: Likewise.
9389         * modules/list: Likewise.
9390
9391 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
9392
9393         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
9394         Problem reported by Matthew Woehlke.
9395
9396 2006-11-09  Bruno Haible  <bruno@clisp.org>
9397
9398         * lib/tempname.c (gen_tempname): Remove variant that invokes
9399         __gen_tempname.
9400         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
9401         __gen_tempname.
9402
9403 2006-11-08  Bruno Haible  <bruno@clisp.org>
9404
9405         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
9406         to 'yes' instead of 'cross-compiling'.
9407
9408 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
9409
9410         * lib/quotearg.h (quotearg_free): New decl.
9411         * lib/quotearg.c (quotearg_free): New function.
9412         (slot0, nslots, slotvec0, slotvec):
9413         Now file-scope so that quotearg_free can get at them.
9414
9415 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9416
9417         Sync from Automake.
9418         * build-aux/gnupload: Add missing 'gnu' to example URL.
9419         Report by Karl Berry.
9420
9421 2006-11-08  Bruno Haible  <bruno@clisp.org>
9422
9423         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
9424         Suggested by Paul Eggert.
9425
9426 2006-11-08  Jim Meyering  <jim@meyering.net>
9427
9428         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
9429         It's already included if !_LIBC.
9430         (fts_safe_changedir): Add a comment.
9431
9432 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
9433
9434         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
9435         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
9436         Matthew Woehlke.
9437
9438         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
9439         definitions up, to avoid colliding with change below.
9440         (static_inline) [HAVE_INLINE]: New macro.
9441         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
9442         Provide extern decls when !HAVE_INLINE.  Do not define unless
9443         static_inline is defined, either by us or by xmalloc.c.  Use
9444         static_inline rather than static inline.
9445         (XCALLOC): Optimize sizeof(T) = 1 case.
9446         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
9447
9448 2006-11-07  Bruno Haible  <bruno@clisp.org>
9449
9450         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
9451         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
9452         AC_C_INLINE.
9453         * modules/xalloc (Files): Add m4/inline.m4.
9454
9455 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9456
9457         * README: Fix typo.
9458         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
9459         (Miscellanous Notes): ...from this.
9460
9461 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
9462
9463         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
9464         Mention that offsetof should be used instead of sizeof.
9465         From Bruno Haible.
9466
9467 2006-11-07  Bruno Haible  <bruno@clisp.org>
9468
9469         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
9470
9471 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
9472
9473         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
9474         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
9475         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
9476         (gl_tree_add_before, gl_tree_add_after):
9477         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
9478         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
9479         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
9480         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
9481         (gl_linked_add_after, gl_linked_add_at): Likewise.
9482         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
9483         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
9484         (gl_tree_add_before, gl_tree_add_after): Likewise.
9485         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
9486         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
9487         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
9488
9489 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9490
9491         * lib/gl_oset.h: Use C comment style, not C++ comment style.
9492
9493 2006-11-06  Bruno Haible  <bruno@clisp.org>
9494
9495         * m4/inline.m4: New file.
9496         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
9497         * modules/list (Files): Add m4/inline.m4.
9498         * modules/oset (Files): Likewise.
9499
9500 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
9501
9502         * lib/idcache.c: Include <stddef.h>, for offsetof.
9503         (struct userid.name): Change from char * to a flexible array member.
9504         All uses changed.
9505         * modules/idcache (Depends-on): Add flexmember.
9506
9507         * MODULES.html.sh (Core language properties): New module flexmember.
9508         * modules/flexmember, m4/flexmember.m4: New files.
9509
9510         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
9511         inline functions that are identical with the old xnmalloc_inline,
9512         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
9513         that we can avoid some unnecessary integer multiplications and
9514         divisions in the common case where the element size is known at
9515         compile time.
9516         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
9517         needed.
9518         (xnboundedmalloc): Remove.
9519         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
9520         arguments, for consistency with rest of this header.
9521         (xcharalloc): Rewrite using XNMALLOC.
9522         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
9523         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
9524         versions have been moved to lib/xalloc.h and renamed to be the
9525         non-*_inline versions.
9526         (xmalloc, xrealloc): Implement without reference to the xnmalloc
9527         and xnrealloc functions, since those functions are now inline and
9528         now call us.
9529         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
9530         renaming described above.
9531         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
9532         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
9533         captures the dependency in AC_C_INLINE.
9534
9535         New module canonicalize-lgpl, proposed by Charles Wilson in
9536         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
9537         with a few small changes afterwards.
9538         * MODULES.html.sh (File system functions): New module
9539         canonicalize-lgpl.
9540         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
9541         and canonicalize_file_name.
9542         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
9543         * modules/canonicalize-lgpl: New files.
9544
9545 2006-11-05  Bruno Haible  <bruno@clisp.org>
9546
9547         * gnulib-tool (func_import, func_create_testdir): Create directories
9548         also for files in subdirectories of lib/.
9549
9550 2006-11-05  Bruno Haible  <bruno@clisp.org>
9551
9552         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
9553         ANSI C compliant.
9554
9555 2006-11-03  Bruno Haible  <bruno@clisp.org>
9556
9557         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
9558         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
9559         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
9560         (xnboundedmalloc): New inline function.
9561         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
9562         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
9563         xmalloc.
9564         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
9565         xmalloc.
9566         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
9567         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
9568         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
9569         xmalloc.
9570         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
9571         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
9572         xmalloc.
9573         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
9574         gl_tree_add_after): Use XMALLOC instead of xmalloc.
9575         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
9576         xmalloc.
9577         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
9578         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
9579         gl_tree_add_after): Use XMALLOC instead of xmalloc.
9580         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
9581         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
9582         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
9583         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
9584
9585 2006-11-03  Bruno Haible  <bruno@clisp.org>
9586
9587         * lib/c-ctype.h [C++]: Define functions without name mangling.
9588         * lib/fwriteerror.h [C++]: Likewise.
9589         * lib/gcd.h [C++]: Likewise.
9590         * lib/linebreak.h [C++]: Likewise.
9591
9592 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
9593
9594         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
9595         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
9596         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
9597         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
9598         Check for functions and headers just once.
9599         Check for declaration of canonicalize_file_name.
9600         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
9601
9602 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9603
9604         * gnulib-tool (func_import): Fix typo in actioncmd.
9605
9606 2006-11-02  Bruno Haible  <bruno@clisp.org>
9607
9608         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
9609         newline sequence in the Makefile.am snippet as a space, like "make"
9610         does.
9611         Reported by Roger Persson <perrog@gmail.com>.
9612
9613 2006-11-01  Bruno Haible  <bruno@clisp.org>
9614
9615         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
9616         already declared in <string.h>.
9617         * lib/strcase.h (strncasecmp): Don't declare it if yes.
9618
9619 2006-11-01  Bruno Haible  <bruno@clisp.org>
9620
9621         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
9622         * lib/strcase.h: Include <string.h>.
9623         (strcasecmp): Define to rpl_strcasecmp here.
9624
9625 2006-11-01  Bruno Haible  <bruno@clisp.org>
9626
9627         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
9628
9629 2006-11-01  Eric Blake  <ebb9@byu.net>
9630
9631         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
9632
9633         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
9634
9635 2006-10-29  Bruno Haible  <bruno@clisp.org>
9636
9637         Make it compile in C++ mode.
9638         * lib/full-write.c (full_rw): Add a cast.
9639
9640 2006-11-01  Bruno Haible  <bruno@clisp.org>
9641
9642         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
9643         be POSIX compliant.
9644         Reported by Roger Persson <perrog@gmail.com>.
9645
9646 2006-11-01  Eric Blake  <ebb9@byu.net>
9647
9648         * lib/getopt_.h: Fix comments.
9649
9650 2006-10-31  Eric Blake  <ebb9@byu.net>
9651
9652         * modules/tmpdir (Depends-on): Add sys_stat.
9653         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
9654         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
9655         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
9656         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
9657         tempname.
9658
9659 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
9660
9661         Avoid some C++ diagnostics reported by Bruno Haible.
9662         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
9663         xmalloc.
9664         (quotearg_alloc): Use xcharalloc rather than xmalloc.
9665         (struct slotvec): Move to top level.
9666         (quotearg_n_options): Rewrite to avoid xmalloc.
9667         * lib/xalloc.h (xcharalloc): New function.
9668         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
9669         [defined __cplusplus]: Add function template that provides result
9670         type propagation.  This part of the change is from Bruno Haible.
9671
9672 2006-10-29  Bruno Haible  <bruno@clisp.org>
9673
9674         Make it compile in C++ mode.
9675         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
9676         * lib/strnlen1.c (strnlen1): Cast memchr result.
9677         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
9678         * lib/clean-temp.c (string_equals, string_hash): Add casts.
9679         (create_temp_dir): Rename local variable 'template'.
9680         (compile_csharp_using_sscli): Add cast.
9681         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
9682         * lib/findprog.c (find_in_path): Likewise.
9683         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
9684         * lib/wait-process.c (register_slave_subprocess): Likewise.
9685
9686 2006-10-22  Bruno Haible  <bruno@clisp.org>
9687
9688         * modules/tsearch: New file.
9689         * lib/tsearch.h: New file.
9690         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
9691         * m4/tsearch.m4: New file.
9692         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
9693
9694 2006-10-29  Eric Blake  <ebb9@byu.net>
9695
9696         * lib/arcfour.c: Assume config.h.
9697         * lib/arctwo.c: Likewise.
9698         * lib/base64.c: Likewise.
9699         * lib/check-version.c: Likewise.
9700         * lib/crc.c: Likewise.
9701         * lib/des.c: Likewise.
9702         * lib/gc-gnulib.c: Likewise.
9703         * lib/gc-libgcrypt.c: Likewise.
9704         * lib/gc-pbkdf2-sha1.c: Likewise.
9705         * lib/getaddrinfo.c: Likewise.
9706         * lib/getdelim.c: Likewise.
9707         * lib/getline.c: Likewise.
9708         * lib/hmac-md5.c: Likewise.
9709         * lib/hmac-sha1.c: Likewise.
9710         * lib/iconvme.c: Likewise.
9711         * lib/md2.c: Likewise.
9712         * lib/md4.c: Likewise.
9713         * lib/memxor.c: Likewise.
9714         * lib/read-file.c: Likewise.
9715         * lib/readline.c: Likewise.
9716         * lib/rijndael-alg-fst.c: Likewise.
9717         * lib/rijndael-api-fst.c: Likewise.
9718         * lib/xgetdomainname.c: Likewise.
9719
9720 2006-10-28  Eric Blake  <ebb9@byu.net>
9721
9722         * lib/xstrndup.c: Assume config.h.
9723
9724 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
9725
9726         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
9727         stat-macros.h is now for our own macros, whereas stat_h is for
9728         macros in the <sys/stat.h> name space.
9729         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
9730         (STAT_MACROS_H): Remove.
9731         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
9732         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
9733         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
9734         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
9735         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
9736         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
9737         Move these macros to ...
9738         * lib/stat_.h: here.  Don't include stat-macros.h.
9739         * lib/canonicalize.c: Don't include stat-macros.h.
9740         * lib/chown.c: Likewise.
9741         * lib/euidaccess.c: Likewise.
9742         * lib/file-type.c: Likewise.
9743         * lib/filemode.c: Likewise.
9744         * lib/glob.c: Likewise.
9745         * lib/isapipe.c: Likewise.
9746         * lib/lchown.c: Likewise.
9747         * lib/lstat.c: Likewise.
9748         * lib/mkdir-p.c: Likewise.
9749         * lib/rmdir.c: Likewise.
9750         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
9751         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
9752         unless mkdir isn't declared, to speed up 'configure'.
9753         Always create sys/stat.h, since it's unlikely any real sys/stat.h
9754         would define all the S_* symbols.
9755         * modules/canonicalize (Depends-on):
9756         Depend on sys_stat, not stat-macros.
9757         * modules/chown: Likewise.
9758         * modules/euidaccess: Likewise.
9759         * modules/filemode: Likewise.
9760         * modules/file-type: Likewise.
9761         * modules/glob: Likewise.
9762         * modules/isapipe: Likewise.
9763         * modules/lchown: Likewise.
9764         * modules/lstat: Likewise.
9765         * modules/mkancesdirs: Likewise.
9766         * modules/rmdir: Likewise.
9767         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
9768         * modules/modechange: Likewise.
9769         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
9770         (configure.ac): Remove gl_STAT_MACROS.
9771         * modules/sys_stat (Depends-on): Remove stat-macros.
9772
9773 2006-10-27  Bruno Haible  <bruno@clisp.org>
9774
9775         * m4/signed.m4: Remove file.
9776         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
9777         invocation.
9778         * modules/vasnprintf (Files): Remove m4/signed.m4.
9779
9780 2006-10-27  Bruno Haible  <bruno@clisp.org>
9781
9782         Update to GNU gettext 0.16.
9783         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
9784         m4/inttypes-h.m4, m4/signed.m4.
9785         * m4/gettext.m4: Update to GNU gettext 0.16.
9786         * m4/intl.m4: New file, from GNU gettext.
9787         * m4/intldir.m4: New file, from GNU gettext.
9788         * config/srclist.txt: Update
9789
9790 2006-10-27  Eric Blake  <ebb9@byu.net>
9791
9792         * MODULES.html.sh: Document tempname.
9793         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
9794         dependencies.
9795         (Files): Move lib/tempname.c...
9796         * modules/tempname: ...to this new module.
9797         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
9798         (gl_PREREQ_TEMPNAME): Move...
9799         * m4/tempname.m4: ...to this new file.
9800         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
9801         * modules/sys_stat (Depends-on): Add stat-macros.
9802         * lib/stat_.h (includes): Pick up stat macros.
9803         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
9804         if stat macros are broken.
9805         * lib/tempname.c (includes): No need to include "stat-macros.h".
9806         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
9807         (direxists, __path_search) [!_LIBC]: Don't compile these in
9808         gnulib; the tmpdir module covers that.
9809         * lib/tempname.h: New file.
9810
9811 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
9812
9813         * COPYING: Explain how gnulib-tool converts licence headers.
9814         Almost all wording by Eric Blake.
9815
9816 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
9817
9818         * lib/mbchar.h (is_basic_table): Make read-only.
9819         * lib/mbchar.c (is_basic_table): Likewise.
9820         Reported by John Darrington.
9821
9822 2006-10-25  Bruno Haible  <bruno@clisp.org>
9823
9824         * lib/progname.h (set_program_name): Undefine before defining.
9825
9826 2006-10-25  Bruno Haible  <bruno@clisp.org>
9827
9828         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
9829         false for non-gcc C++ compilers.
9830         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
9831
9832 2006-10-24  Bruno Haible  <bruno@clisp.org>
9833
9834         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
9835         iconv implementations like Irix iconv.
9836
9837 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9838
9839         * modules/vararrays: New file.
9840         * m4/vararrays.m4: New file, taken from diffutils.
9841         * MODULES.html.sh: New module vararrays.
9842
9843 2006-10-24  Karl Berry  <karl@gnu.org>
9844
9845         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
9846         Don't call GNU Unix.
9847
9848 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9849
9850         * users.txt: Add Libtool.
9851
9852         Sync from Libtool:
9853
9854         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9855
9856         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
9857         to gnulib's policy of including config.h unconditionally.
9858
9859 2006-10-24  Bruno Haible  <bruno@clisp.org>
9860
9861         * modules/wcwidth (Files): Add m4/wint_t.m4.
9862         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
9863         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
9864
9865 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9866
9867         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
9868         to pacify GCC with some -W flags enabled.  Problem reported by
9869         Bruno Haible.
9870
9871 2006-10-24  Jim Meyering  <jim@meyering.net>
9872
9873         * MODULES.html.sh: Remove uinttostr.  It's not a module.
9874         Reported by Karl Berry.
9875
9876 2006-10-23  Bruno Haible  <bruno@clisp.org>
9877
9878         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
9879
9880 2006-10-24  Bruno Haible  <bruno@clisp.org>
9881
9882         * lib/gl_list.h: Use C comment style, not C++ comment style.
9883
9884 2006-10-23  Eric Blake  <ebb9@byu.net>
9885
9886         * lib/getaddrinfo.c (includes): Add missing include.
9887
9888 2006-10-23  Bruno Haible  <bruno@clisp.org>
9889             Paul Eggert  <eggert@cs.ucla.edu>
9890
9891         Ability to rename obstack_free.
9892         * lib/obstack.h (__obstack_free): New macro. Declare instead of
9893         obstack_free.
9894         (obstack_free): Invoke the __obstack_free macro.
9895         * lib/obstack.c (obstack_free): Use __obstack_free macro.
9896
9897 2006-10-23  Bruno Haible  <bruno@clisp.org>
9898             Paul Eggert  <eggert@cs.ucla.edu>
9899
9900         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
9901         __argc, __argv from the declaration. (They are defined as macros on
9902         mingw.)
9903
9904 2006-10-22  Bruno Haible  <bruno@clisp.org>
9905
9906         * doc/gnulib-intro.texi: New file.
9907         * doc/gnulib.texi: Include it.
9908
9909 2006-10-21  Bruno Haible  <bruno@clisp.org>
9910
9911         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
9912         "Introduction", "Miscellanous Notes", "Particular Modules".
9913
9914 2006-10-21  Bruno Haible  <bruno@clisp.org>
9915
9916         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9917         Change mostlyclean-local rule to avoid sh syntax error from bash
9918         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
9919
9920 2006-10-23  Jim Meyering  <jim@meyering.net>
9921
9922         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
9923         in place of snprintf.
9924
9925         * modules/inttostr (Files): Add lib/uinttostr.c.
9926         * lib/uinttostr.c (inttostr): New file/function.
9927         * lib/inttostr.h (uinttostr): Declare.
9928         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
9929         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9930         Add uinttostr.
9931         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
9932
9933 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9934
9935         * lib/canonicalize.c (ELOOP): Define if not already defined.
9936         Problem reported by Bruno Haible in
9937         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
9938
9939 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9940
9941         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
9942         Problem reported by Perry Smith and Ville Laurikari.
9943
9944         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
9945         uses.
9946
9947 2006-10-19  Bruno Haible  <bruno@clisp.org>
9948
9949         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
9950         for mingw.
9951
9952 2006-10-19  Bruno Haible  <bruno@clisp.org>
9953
9954         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
9955         Needed for mingw.
9956
9957 2006-10-19  Bruno Haible  <bruno@clisp.org>
9958
9959         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
9960
9961 2006-10-19  Bruno Haible  <bruno@clisp.org>
9962
9963         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
9964         it.
9965
9966 2006-10-19  Bruno Haible  <bruno@clisp.org>
9967
9968         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
9969         invocation.
9970
9971 2006-10-19  Bruno Haible  <bruno@clisp.org>
9972
9973         * gnulib-tool (func_create_testdir): Don't include ftruncate and
9974         mountlist by default.
9975
9976 2006-10-16  Bruno Haible  <bruno@clisp.org>
9977
9978         * lib/c-strstr.c: Include c-strstr.h.
9979
9980 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9981
9982         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
9983         in a slash.
9984
9985 2006-10-18  Bruno Haible  <bruno@clisp.org>
9986
9987         * lib/lock.h [C++]: Wrap definitions in extern "C".
9988
9989 2006-10-18  Bruno Haible  <bruno@clisp.org>
9990
9991         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
9992         gl_LIBOBJS list.
9993
9994 2006-10-18  Bruno Haible  <bruno@clisp.org>
9995
9996         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
9997
9998 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
9999
10000         * lib/xstrtol.h: Include gettext.h.
10001         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
10002         Problem reported by Eric Blake.
10003         * modules/xstrtol (Depends-on): Add gettext-h.
10004
10005 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
10006
10007         * lib/strftime.c (advance): New macro.
10008         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
10009         incomplete type, so you can't add 0 to it.  Problem and patch
10010         reported by Eelco Dolstra for dietlibc.
10011
10012 2006-10-18  Jim Meyering  <jim@meyering.net>
10013
10014         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
10015         type for a local, and rename it: s/up/user_proc/.
10016
10017 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
10018
10019         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
10020         READ_UTMP_USER_PROCESS.
10021         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
10022
10023 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
10024
10025         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
10026         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
10027
10028 2006-10-17  Eric Blake  <ebb9@byu.net>
10029
10030         * lib/sigprocmask.c (sigprocmask): Fix typo.
10031
10032         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
10033
10034         * modules/clean-temp (Makefile.am): Don't add to make output...
10035         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
10036         config.h.
10037
10038 2006-10-17  Bruno Haible  <bruno@clisp.org>
10039
10040         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
10041         differently if DEFAULT_TEXT_DOMAIN is set.
10042
10043 2006-10-16  Bruno Haible  <bruno@clisp.org>
10044
10045         * lib/clean-temp.c: Include fwriteerror.h.
10046
10047 2006-10-16  Bruno Haible  <bruno@clisp.org>
10048
10049         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
10050
10051 2006-10-16  Bruno Haible  <bruno@clisp.org>
10052
10053         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
10054         * lib/sigprocmask.h: Include <sys/types.h>.
10055         (sigset_t): Use the system's definition if present.
10056
10057 2006-10-17  Eric Blake  <ebb9@byu.net>
10058
10059         * lib/xvasprintf.c (includes): Assume config.h.
10060         * lib/xasprintf.c (includes): Likewise.
10061
10062 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
10063
10064         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
10065         at least as wide as intmax_t.
10066
10067 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
10068
10069         (Imported from Automake.)
10070         * build-aux/gnupload: Update to version 1.1 of directive file.
10071
10072 2006-10-16  Eric Blake  <ebb9@byu.net>
10073
10074         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
10075         match Automake 1.10a.
10076
10077 2006-10-14  Bruno Haible  <bruno@clisp.org>
10078
10079         * modules/sigprocmask: New file.
10080         * lib/sigprocmask.h: New file.
10081         * lib/sigprocmask.c: New file.
10082         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
10083         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
10084         request sigprocmask.o.
10085         (gl_PREREQ_SIGPROCMASK): New macro.
10086         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
10087         (Depends-on): Add sigprocmask.
10088         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
10089         gt_SIGNALBLOCKING. Test for 'raise' only once.
10090         * lib/fatal-signal.c: Include sigprocmask.h.
10091         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
10092         unblock_fatal_signals): Define always.
10093         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
10094         sigprocmask.
10095
10096 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10097
10098         Sync from Automake.
10099         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
10100         which incorrectly sets the mode of an existing destination
10101         directory.  In some cases the unpatched install-sh could do the
10102         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
10103         system.  We hope this is rare in practice, but it's clearly worth
10104         fixing.  Problem reported by Alex Unleashed in
10105         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
10106         Also, don't bother to check for -m bugs unless we're using -m;
10107         suggested by Stepan Kasal.
10108
10109 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10110
10111         Sync from Automake.
10112         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
10113         `-c' flag, so they appear at the same position as in %FASTDEP%
10114         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
10115         which ignores unknown options only after the first non-option.
10116         Bug report against M4 by Nelson H. F. Beebe.
10117
10118 2006-10-13  Jim Meyering  <jim@meyering.net>
10119
10120         Fix a bug in yesterday's change.
10121         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
10122         p->fts_statp->st_dev would be used uninitialized.
10123         Ensures that we always call fts_stat on the very first entry.
10124         Miklos Szeredi reported that find -xdev stopped working.
10125
10126 2006-10-12  Bruno Haible  <bruno@clisp.org>
10127
10128         * gnulib-tool (func_get_automake_snippet): Append an automatically
10129         computed EXTRA_DIST augmentation.
10130         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
10131         * modules/alloca-opt (Makefile.am): Likewise.
10132         * modules/allocsa (Makefile.am): Likewise.
10133         * modules/arcfour (Makefile.am): Likewise.
10134         * modules/arctwo (Makefile.am): Likewise.
10135         * modules/argmatch (Makefile.am): Likewise.
10136         * modules/argz (Makefile.am): Likewise.
10137         * modules/atexit (Makefile.am): Likewise.
10138         * modules/backupfile (Makefile.am): Likewise.
10139         * modules/byteswap (Makefile.am): Likewise.
10140         * modules/c-strtod (Makefile.am): Likewise.
10141         * modules/c-strtold (Makefile.am): Likewise.
10142         * modules/calloc (Makefile.am): Likewise.
10143         * modules/canon-host (Makefile.am): Likewise.
10144         * modules/canonicalize (Makefile.am): Likewise.
10145         * modules/chdir-long (Makefile.am): Likewise.
10146         * modules/chdir-safer (Makefile.am): Likewise.
10147         * modules/check-version (Makefile.am): Likewise.
10148         * modules/chown (Makefile.am): Likewise.
10149         * modules/cloexec (Makefile.am): Likewise.
10150         * modules/close-stream (Makefile.am): Likewise.
10151         * modules/closeout (Makefile.am): Likewise.
10152         * modules/crc (Makefile.am): Likewise.
10153         * modules/csharpexec (Makefile.am): Likewise.
10154         * modules/cycle-check (Makefile.am): Likewise.
10155         * modules/des (Makefile.am): Likewise.
10156         * modules/dev-ino (Makefile.am): Likewise.
10157         * modules/dirfd (Makefile.am): Likewise.
10158         * modules/dirname (Makefile.am): Likewise.
10159         * modules/dup2 (Makefile.am): Likewise.
10160         * modules/eealloc (Makefile.am): Likewise.
10161         * modules/error (Makefile.am): Likewise.
10162         * modules/euidaccess (Makefile.am): Likewise.
10163         * modules/exclude (Makefile.am): Likewise.
10164         * modules/exitfail (Makefile.am): Likewise.
10165         * modules/fcntl-safer (Makefile.am): Likewise.
10166         * modules/fcntl (Makefile.am): Likewise.
10167         * modules/file-type (Makefile.am): Likewise.
10168         * modules/fileblocks (Makefile.am): Likewise.
10169         * modules/filemode (Makefile.am): Likewise.
10170         * modules/filenamecat (Makefile.am): Likewise.
10171         * modules/fnmatch (Makefile.am): Likewise.
10172         * modules/fopen-safer (Makefile.am): Likewise.
10173         * modules/fpending (Makefile.am): Likewise.
10174         * modules/fprintftime (Makefile.am): Likewise.
10175         * modules/free (Makefile.am): Likewise.
10176         * modules/fsusage (Makefile.am): Likewise.
10177         * modules/ftruncate (Makefile.am): Likewise.
10178         * modules/fts (Makefile.am): Likewise.
10179         * modules/gc-arcfour (Makefile.am): Likewise.
10180         * modules/gc-des (Makefile.am): Likewise.
10181         * modules/gc-hmac-md5 (Makefile.am): Likewise.
10182         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
10183         * modules/gc-md4 (Makefile.am): Likewise.
10184         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
10185         * modules/gc-sha1 (Makefile.am): Likewise.
10186         * modules/gc (Makefile.am): Likewise.
10187         * modules/getaddrinfo (Makefile.am): Likewise.
10188         * modules/getcwd (Makefile.am): Likewise.
10189         * modules/getdelim (Makefile.am): Likewise.
10190         * modules/getdomainname (Makefile.am): Likewise.
10191         * modules/getgroups (Makefile.am): Likewise.
10192         * modules/gethostname (Makefile.am): Likewise.
10193         * modules/gethrxtime (Makefile.am): Likewise.
10194         * modules/getline (Makefile.am): Likewise.
10195         * modules/getloadavg (Makefile.am): Likewise.
10196         * modules/getlogin_r (Makefile.am): Likewise.
10197         * modules/getndelim2 (Makefile.am): Likewise.
10198         * modules/getopt (Makefile.am): Likewise.
10199         * modules/getpagesize (Makefile.am): Likewise.
10200         * modules/getpass-gnu (Makefile.am): Likewise.
10201         * modules/getpass (Makefile.am): Likewise.
10202         * modules/getsubopt (Makefile.am): Likewise.
10203         * modules/gettime (Makefile.am): Likewise.
10204         * modules/gettimeofday (Makefile.am): Likewise.
10205         * modules/getugroups (Makefile.am): Likewise.
10206         * modules/getusershell (Makefile.am): Likewise.
10207         * modules/glob (Makefile.am): Likewise.
10208         * modules/group-member (Makefile.am): Likewise.
10209         * modules/hard-locale (Makefile.am): Likewise.
10210         * modules/hash (Makefile.am): Likewise.
10211         * modules/hmac-md5 (Makefile.am): Likewise.
10212         * modules/hmac-sha1 (Makefile.am): Likewise.
10213         * modules/human (Makefile.am): Likewise.
10214         * modules/idcache (Makefile.am): Likewise.
10215         * modules/imaxabs (Makefile.am): Likewise.
10216         * modules/imaxdiv (Makefile.am): Likewise.
10217         * modules/inet_ntop (Makefile.am): Likewise.
10218         * modules/inet_pton (Makefile.am): Likewise.
10219         * modules/intprops (Makefile.am): Likewise.
10220         * modules/inttostr (Makefile.am): Likewise.
10221         * modules/inttypes (Makefile.am): Likewise.
10222         * modules/isapipe (Makefile.am): Likewise.
10223         * modules/javaversion (Makefile.am): Likewise.
10224         * modules/lchmod (Makefile.am): Likewise.
10225         * modules/lchown (Makefile.am): Likewise.
10226         * modules/localcharset (Makefile.am): Likewise.
10227         * modules/long-options (Makefile.am): Likewise.
10228         * modules/lstat (Makefile.am): Likewise.
10229         * modules/malloc (Makefile.am): Likewise.
10230         * modules/mathl (Makefile.am): Likewise.
10231         * modules/mbchar (Makefile.am): Likewise.
10232         * modules/md2 (Makefile.am): Likewise.
10233         * modules/md4 (Makefile.am): Likewise.
10234         * modules/md5 (Makefile.am): Likewise.
10235         * modules/memcasecmp (Makefile.am): Likewise.
10236         * modules/memchr (Makefile.am): Likewise.
10237         * modules/memcmp (Makefile.am): Likewise.
10238         * modules/memcoll (Makefile.am): Likewise.
10239         * modules/memcpy (Makefile.am): Likewise.
10240         * modules/memmem (Makefile.am): Likewise.
10241         * modules/memmove (Makefile.am): Likewise.
10242         * modules/mempcpy (Makefile.am): Likewise.
10243         * modules/memrchr (Makefile.am): Likewise.
10244         * modules/memset (Makefile.am): Likewise.
10245         * modules/memxor (Makefile.am): Likewise.
10246         * modules/mkancesdirs (Makefile.am): Likewise.
10247         * modules/mkdir-p (Makefile.am): Likewise.
10248         * modules/mkdir (Makefile.am): Likewise.
10249         * modules/mkdtemp (Makefile.am): Likewise.
10250         * modules/mkstemp (Makefile.am): Likewise.
10251         * modules/mktime (Makefile.am): Likewise.
10252         * modules/modechange (Makefile.am): Likewise.
10253         * modules/mountlist (Makefile.am): Likewise.
10254         * modules/nanosleep (Makefile.am): Likewise.
10255         * modules/obstack (Makefile.am): Likewise.
10256         * modules/openat (Makefile.am): Likewise.
10257         * modules/pagealign_alloc (Makefile.am): Likewise.
10258         * modules/pathmax (Makefile.am): Likewise.
10259         * modules/physmem (Makefile.am): Likewise.
10260         * modules/poll (Makefile.am): Likewise.
10261         * modules/posixtm (Makefile.am): Likewise.
10262         * modules/posixver (Makefile.am): Likewise.
10263         * modules/putenv (Makefile.am): Likewise.
10264         * modules/quote (Makefile.am): Likewise.
10265         * modules/quotearg (Makefile.am): Likewise.
10266         * modules/raise (Makefile.am): Likewise.
10267         * modules/read-file (Makefile.am): Likewise.
10268         * modules/readline (Makefile.am): Likewise.
10269         * modules/readlink (Makefile.am): Likewise.
10270         * modules/readtokens (Makefile.am): Likewise.
10271         * modules/readutmp (Makefile.am): Likewise.
10272         * modules/realloc (Makefile.am): Likewise.
10273         * modules/regex (Makefile.am): Likewise.
10274         * modules/rename-dest-slash (Makefile.am): Likewise.
10275         * modules/rename (Makefile.am): Likewise.
10276         * modules/rijndael (Makefile.am): Likewise.
10277         * modules/rmdir (Makefile.am): Likewise.
10278         * modules/rpmatch (Makefile.am): Likewise.
10279         * modules/safe-read (Makefile.am): Likewise.
10280         * modules/safe-write (Makefile.am): Likewise.
10281         * modules/same-inode (Makefile.am): Likewise.
10282         * modules/same (Makefile.am): Likewise.
10283         * modules/save-cwd (Makefile.am): Likewise.
10284         * modules/savedir (Makefile.am): Likewise.
10285         * modules/setenv (Makefile.am): Likewise.
10286         * modules/settime (Makefile.am): Likewise.
10287         * modules/sha1 (Makefile.am): Likewise.
10288         * modules/sig2str (Makefile.am): Likewise.
10289         * modules/snprintf (Makefile.am): Likewise.
10290         * modules/stat-macros (Makefile.am): Likewise.
10291         * modules/stat-time (Makefile.am): Likewise.
10292         * modules/stdbool (Makefile.am): Likewise.
10293         * modules/stdint (Makefile.am): Likewise.
10294         * modules/stdlib-safer (Makefile.am): Likewise.
10295         * modules/stpcpy (Makefile.am): Likewise.
10296         * modules/stpncpy (Makefile.am): Likewise.
10297         * modules/strcase (Makefile.am): Likewise.
10298         * modules/strcasestr (Makefile.am): Likewise.
10299         * modules/strchrnul (Makefile.am): Likewise.
10300         * modules/strcspn (Makefile.am): Likewise.
10301         * modules/strdup (Makefile.am): Likewise.
10302         * modules/strerror (Makefile.am): Likewise.
10303         * modules/strftime (Makefile.am): Likewise.
10304         * modules/strndup (Makefile.am): Likewise.
10305         * modules/strnlen (Makefile.am): Likewise.
10306         * modules/strpbrk (Makefile.am): Likewise.
10307         * modules/strsep (Makefile.am): Likewise.
10308         * modules/strstr (Makefile.am): Likewise.
10309         * modules/strtod (Makefile.am): Likewise.
10310         * modules/strtoimax (Makefile.am): Likewise.
10311         * modules/strtok_r (Makefile.am): Likewise.
10312         * modules/strtol (Makefile.am): Likewise.
10313         * modules/strtoll (Makefile.am): Likewise.
10314         * modules/strtoul (Makefile.am): Likewise.
10315         * modules/strtoull (Makefile.am): Likewise.
10316         * modules/strtoumax (Makefile.am): Likewise.
10317         * modules/strverscmp (Makefile.am): Likewise.
10318         * modules/sys_socket (Makefile.am): Likewise.
10319         * modules/sys_stat (Makefile.am): Likewise.
10320         * modules/sysexits (Makefile.am): Likewise.
10321         * modules/time_r (Makefile.am): Likewise.
10322         * modules/timegm (Makefile.am): Likewise.
10323         * modules/timespec (Makefile.am): Likewise.
10324         * modules/tmpfile-safer (Makefile.am): Likewise.
10325         * modules/trim (Makefile.am): Likewise.
10326         * modules/unistd-safer (Makefile.am): Likewise.
10327         * modules/unlinkdir (Makefile.am): Likewise.
10328         * modules/unlocked-io (Makefile.am): Likewise.
10329         * modules/userspec (Makefile.am): Likewise.
10330         * modules/utime (Makefile.am): Likewise.
10331         * modules/utimecmp (Makefile.am): Likewise.
10332         * modules/utimens (Makefile.am): Likewise.
10333         * modules/vasnprintf (Makefile.am): Likewise.
10334         * modules/vasprintf (Makefile.am): Likewise.
10335         * modules/vsnprintf (Makefile.am): Likewise.
10336         * modules/xalloc (Makefile.am): Likewise.
10337         * modules/xgetcwd (Makefile.am): Likewise.
10338         * modules/xnanosleep (Makefile.am): Likewise.
10339         * modules/xreadlink (Makefile.am): Likewise.
10340         * modules/xstrtod (Makefile.am): Likewise.
10341         * modules/xstrtol (Makefile.am): Likewise.
10342         * modules/xstrtold (Makefile.am): Likewise.
10343         * modules/yesno (Makefile.am): Likewise.
10344         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
10345
10346 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10347
10348         * modules/error (Makefile.am): Distribute files through
10349         EXTRA_DIST, not lib_SOURCES.
10350
10351 2006-10-12  Eric Blake  <ebb9@byu.net>
10352
10353         * modules/error (Makefile.am): Distribute files in /lib.
10354         * modules/obstack (Makefile.am): Likewise.
10355
10356 2006-10-12  Bruno Haible  <bruno@clisp.org>
10357
10358         * modules/acl (Makefile.am): Distribute all files in lib/ through
10359         EXTRA_DIST.
10360         * modules/arcfour (Makefile.am): Likewise.
10361         * modules/arctwo (Makefile.am): Likewise.
10362         * modules/argmatch (Makefile.am): Likewise.
10363         * modules/argz (Makefile.am): Likewise.
10364         * modules/atexit (Makefile.am): Likewise.
10365         * modules/backupfile (Makefile.am): Likewise.
10366         * modules/c-strtod (Makefile.am): Likewise.
10367         * modules/c-strtold (Makefile.am): Likewise.
10368         * modules/calloc (Makefile.am): Likewise.
10369         * modules/canon-host (Makefile.am): Likewise.
10370         * modules/canonicalize (Makefile.am): Likewise.
10371         * modules/chdir-long (Makefile.am): Likewise.
10372         * modules/chdir-safer (Makefile.am): Likewise.
10373         * modules/check-version (Makefile.am): Likewise.
10374         * modules/chown (Makefile.am): Likewise.
10375         * modules/cloexec (Makefile.am): Likewise.
10376         * modules/close-stream (Makefile.am): Likewise.
10377         * modules/closeout (Makefile.am): Likewise.
10378         * modules/crc (Makefile.am): Likewise.
10379         * modules/cycle-check (Makefile.am): Likewise.
10380         * modules/des (Makefile.am): Likewise.
10381         * modules/dirfd (Makefile.am): Likewise.
10382         * modules/dirname (Makefile.am): Likewise.
10383         * modules/dup2 (Makefile.am): Likewise.
10384         * modules/euidaccess (Makefile.am): Likewise.
10385         * modules/exclude (Makefile.am): Likewise.
10386         * modules/exitfail (Makefile.am): Likewise.
10387         * modules/fcntl-safer (Makefile.am): Likewise.
10388         * modules/file-type (Makefile.am): Likewise.
10389         * modules/fileblocks (Makefile.am): Likewise.
10390         * modules/filemode (Makefile.am): Likewise.
10391         * modules/filenamecat (Makefile.am): Likewise.
10392         * modules/fnmatch (Makefile.am): Likewise.
10393         * modules/fopen-safer (Makefile.am): Likewise.
10394         * modules/fpending (Makefile.am): Likewise.
10395         * modules/fprintftime (Makefile.am): Likewise.
10396         * modules/free (Makefile.am): Likewise.
10397         * modules/fsusage (Makefile.am): Likewise.
10398         * modules/ftruncate (Makefile.am): Likewise.
10399         * modules/fts (Makefile.am): Likewise.
10400         * modules/gc (Makefile.am): Likewise.
10401         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
10402         * modules/getaddrinfo (Makefile.am): Likewise.
10403         * modules/getcwd (Makefile.am): Likewise.
10404         * modules/getdelim (Makefile.am): Likewise.
10405         * modules/getdomainname (Makefile.am): Likewise.
10406         * modules/getgroups (Makefile.am): Likewise.
10407         * modules/gethostname (Makefile.am): Likewise.
10408         * modules/gethrxtime (Makefile.am): Likewise.
10409         * modules/getline (Makefile.am): Likewise.
10410         * modules/getloadavg (Makefile.am): Likewise.
10411         * modules/getlogin_r (Makefile.am): Likewise.
10412         * modules/getopt (Makefile.am): Likewise.
10413         * modules/getpass (Makefile.am): Likewise.
10414         * modules/getpass-gnu (Makefile.am): Likewise.
10415         * modules/getsubopt (Makefile.am): Likewise.
10416         * modules/gettime (Makefile.am): Likewise.
10417         * modules/gettimeofday (Makefile.am): Likewise.
10418         * modules/getugroups (Makefile.am): Likewise.
10419         * modules/getusershell (Makefile.am): Likewise.
10420         * modules/glob (Makefile.am): Likewise.
10421         * modules/group-member (Makefile.am): Likewise.
10422         * modules/hard-locale (Makefile.am): Likewise.
10423         * modules/hash (Makefile.am): Likewise.
10424         * modules/hmac-md5 (Makefile.am): Likewise.
10425         * modules/hmac-sha1 (Makefile.am): Likewise.
10426         * modules/human (Makefile.am): Likewise.
10427         * modules/idcache (Makefile.am): Likewise.
10428         * modules/imaxabs (Makefile.am): Likewise.
10429         * modules/imaxdiv (Makefile.am): Likewise.
10430         * modules/inet_ntop (Makefile.am): Likewise.
10431         * modules/inet_pton (Makefile.am): Likewise.
10432         * modules/inttostr (Makefile.am): Likewise.
10433         * modules/isapipe (Makefile.am): Likewise.
10434         * modules/lchown (Makefile.am): Likewise.
10435         * modules/long-options (Makefile.am): Likewise.
10436         * modules/lstat (Makefile.am): Likewise.
10437         * modules/malloc (Makefile.am): Likewise.
10438         * modules/mathl (Makefile.am): Likewise.
10439         * modules/mbchar (Makefile.am): Likewise.
10440         * modules/md2 (Makefile.am): Likewise.
10441         * modules/md4 (Makefile.am): Likewise.
10442         * modules/md5 (Makefile.am): Likewise.
10443         * modules/memcasecmp (Makefile.am): Likewise.
10444         * modules/memchr (Makefile.am): Likewise.
10445         * modules/memcmp (Makefile.am): Likewise.
10446         * modules/memcoll (Makefile.am): Likewise.
10447         * modules/memcpy (Makefile.am): Likewise.
10448         * modules/memmem (Makefile.am): Likewise.
10449         * modules/memmove (Makefile.am): Likewise.
10450         * modules/mempcpy (Makefile.am): Likewise.
10451         * modules/memrchr (Makefile.am): Likewise.
10452         * modules/memset (Makefile.am): Likewise.
10453         * modules/memxor (Makefile.am): Likewise.
10454         * modules/mkancesdirs (Makefile.am): Likewise.
10455         * modules/mkdir (Makefile.am): Likewise.
10456         * modules/mkdir-p (Makefile.am): Likewise.
10457         * modules/mkdtemp (Makefile.am): Likewise.
10458         * modules/mkstemp (Makefile.am): Likewise.
10459         * modules/mktime (Makefile.am): Likewise.
10460         * modules/modechange (Makefile.am): Likewise.
10461         * modules/mountlist (Makefile.am): Likewise.
10462         * modules/nanosleep (Makefile.am): Likewise.
10463         * modules/openat (Makefile.am): Likewise.
10464         * modules/pagealign_alloc (Makefile.am): Likewise.
10465         * modules/physmem (Makefile.am): Likewise.
10466         * modules/poll (Makefile.am): Likewise.
10467         * modules/posixtm (Makefile.am): Likewise.
10468         * modules/posixver (Makefile.am): Likewise.
10469         * modules/putenv (Makefile.am): Likewise.
10470         * modules/quote (Makefile.am): Likewise.
10471         * modules/quotearg (Makefile.am): Likewise.
10472         * modules/raise (Makefile.am): Likewise.
10473         * modules/read-file (Makefile.am): Likewise.
10474         * modules/readline (Makefile.am): Likewise.
10475         * modules/readlink (Makefile.am): Likewise.
10476         * modules/readtokens (Makefile.am): Likewise.
10477         * modules/readutmp (Makefile.am): Likewise.
10478         * modules/realloc (Makefile.am): Likewise.
10479         * modules/regex (Makefile.am): Likewise.
10480         * modules/rename (Makefile.am): Likewise.
10481         * modules/rename-dest-slash (Makefile.am): Likewise.
10482         * modules/rijndael (Makefile.am): Likewise.
10483         * modules/rmdir (Makefile.am): Likewise.
10484         * modules/rpmatch (Makefile.am): Likewise.
10485         * modules/safe-read (Makefile.am): Likewise.
10486         * modules/safe-write (Makefile.am): Likewise.
10487         * modules/same (Makefile.am): Likewise.
10488         * modules/save-cwd (Makefile.am): Likewise.
10489         * modules/savedir (Makefile.am): Likewise.
10490         * modules/setenv (Makefile.am): Likewise.
10491         * modules/settime (Makefile.am): Likewise.
10492         * modules/sha1 (Makefile.am): Likewise.
10493         * modules/sig2str (Makefile.am): Likewise.
10494         * modules/snprintf (Makefile.am): Likewise.
10495         * modules/stdlib-safer (Makefile.am): Likewise.
10496         * modules/stpcpy (Makefile.am): Likewise.
10497         * modules/stpncpy (Makefile.am): Likewise.
10498         * modules/strcase (Makefile.am): Likewise.
10499         * modules/strcasestr (Makefile.am): Likewise.
10500         * modules/strchrnul (Makefile.am): Likewise.
10501         * modules/strcspn (Makefile.am): Likewise.
10502         * modules/strdup (Makefile.am): Likewise.
10503         * modules/strerror (Makefile.am): Likewise.
10504         * modules/strftime (Makefile.am): Likewise.
10505         * modules/strndup (Makefile.am): Likewise.
10506         * modules/strnlen (Makefile.am): Likewise.
10507         * modules/strpbrk (Makefile.am): Likewise.
10508         * modules/strsep (Makefile.am): Likewise.
10509         * modules/strstr (Makefile.am): Likewise.
10510         * modules/strtod (Makefile.am): Likewise.
10511         * modules/strtoimax (Makefile.am): Likewise.
10512         * modules/strtok_r (Makefile.am): Likewise.
10513         * modules/strtol (Makefile.am): Likewise.
10514         * modules/strtoll (Makefile.am): Likewise.
10515         * modules/strtoul (Makefile.am): Likewise.
10516         * modules/strtoull (Makefile.am): Likewise.
10517         * modules/strtoumax (Makefile.am): Likewise.
10518         * modules/strverscmp (Makefile.am): Likewise.
10519         * modules/time_r (Makefile.am): Likewise.
10520         * modules/timegm (Makefile.am): Likewise.
10521         * modules/tmpfile-safer (Makefile.am): Likewise.
10522         * modules/unistd-safer (Makefile.am): Likewise.
10523         * modules/unlinkdir (Makefile.am): Likewise.
10524         * modules/userspec (Makefile.am): Likewise.
10525         * modules/utime (Makefile.am): Likewise.
10526         * modules/utimecmp (Makefile.am): Likewise.
10527         * modules/utimens (Makefile.am): Likewise.
10528         * modules/vasnprintf (Makefile.am): Likewise.
10529         * modules/vasprintf (Makefile.am): Likewise.
10530         * modules/vsnprintf (Makefile.am): Likewise.
10531         * modules/xalloc (Makefile.am): Likewise.
10532         * modules/xgetcwd (Makefile.am): Likewise.
10533         * modules/xnanosleep (Makefile.am): Likewise.
10534         * modules/xreadlink (Makefile.am): Likewise.
10535         * modules/xstrtod (Makefile.am): Likewise.
10536         * modules/xstrtol (Makefile.am): Likewise.
10537         * modules/xstrtold (Makefile.am): Likewise.
10538         * modules/yesno (Makefile.am): Likewise.
10539
10540 2006-10-12  Jim Meyering  <jim@meyering.net>
10541
10542         * m4/getloadavg.m4: Revert the change below.
10543
10544         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
10545         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
10546         fail with a symlink, which is what coreutils' ./bootstrap now
10547         creates by default.
10548
10549 2006-10-12  Bruno Haible  <bruno@clisp.org>
10550
10551         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
10552         mingw.
10553         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
10554         MSVC and mingw explicitly.
10555
10556 2006-10-11  Simon Josefsson  <jas@extundo.com>
10557             Bruno Haible  <bruno@clisp.org>
10558
10559         Add support for multiple gnulib-tool invocations in the scope of a
10560         single configure.ac file.
10561         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
10562         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
10563         with the same contents as the _LIBADD variable.
10564         (func_emit_initmacro_start, func_emit_initmacro_end,
10565         func_emit_initmacro_done): New functions.
10566         (func_import, func_create_testdir): Invoke them. Allow the identifiers
10567         gl_LIBOBJS and gl_LTLIBOBJS.
10568
10569 2006-10-11  Bruno Haible  <bruno@clisp.org>
10570
10571         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
10572         (func_create_testdir): Don't create po/Makefile.am, don't invoke
10573         autoreconf. Instead, invoke autopoint explicitly but move back the
10574         *.m4 files from gnulib.
10575
10576 2006-10-11  Bruno Haible  <bruno@clisp.org>
10577
10578         * gnulib-tool (func_usage): Make module names after --create-testdir
10579         optional.
10580         (func_create_testdir): If no module was specified, use nearly all
10581         modules.
10582
10583 2006-10-12  Jim Meyering  <jim@meyering.net>
10584
10585         Big performance improvement for fts-based tools that use FTS_NOSTAT.
10586         Avoid spurious inode-mismatch problems on non-POSIX file systems.
10587         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
10588         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
10589         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
10590         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
10591         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
10592         (fts_set_stat_required): New function.
10593         (fts_open): Defer the calls to fts_stat, if possible or requested.
10594         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
10595         into fts_stat itself.
10596         (fts_read): Perform any required (deferred) fts_stat call.
10597         (fts_build): Likewise, for the directory we're about to open and read.
10598         In the readdir loop, carefully decide whether each entry will require
10599         an eventual call to fts_stat, using dirent.d_type info if available.
10600         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
10601         a command line argument into this function.  Update all callers.
10602         Map a return value of FTS_DOT to FTS_D for a command line argument.
10603         * modules/fts (Depends-on): Add d-type.  Alphabetize.
10604         Thanks to Miklos Szeredi for his tenacity and for the initial
10605         bug report about "find" failing on a FUSE-based file system.
10606
10607         * lib/fts.c (fts_open): Use consistent indentation.
10608
10609 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10610
10611         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
10612         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
10613         reported by Jim Meyering.  All uses of cache variables renamed
10614         to match Autoconf's.
10615         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
10616         the other one.
10617
10618         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
10619         Fix misspelling in diagnostic.
10620
10621 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10622
10623         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
10624         defined.  Problem reported by Matthew Woehlke.
10625
10626         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
10627         Add support for Tandem NonStop R series.
10628         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
10629         Use new macro.
10630
10631         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
10632         (has_trailing_slash): Omit size arg; all callers changed.
10633         Omit 'inline', since it doesn't help performance and we'd
10634         need to configure it.
10635         Don't count //, ///, etc. as having a trailing slash.
10636         As a side effect, this removes a C99ism reported by Matthew Woehlke.
10637         (rpl_rename_dest_slash): On failure, use rename's errno rather
10638         than (in some cases) an incorrect or junk errno.
10639         Simplify code by removing need to compute length; this does
10640         cause it to make two passes instead of one over the file name,
10641         but it's worth it.
10642
10643         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
10644         change, since Autoconf's version may no longer be appropriate now
10645         that we are using CVS Autoconf's version.  Add support for Tandem.
10646
10647 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10648             Bruno Haible  <bruno@clisp.org>
10649
10650         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
10651         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
10652         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
10653         gl_AC_TYPE_LONG_LONG.
10654
10655         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
10656         instead of HAVE_LONG_LONG.
10657         * lib/printf-args.c (printf_fetchargs): Likewise.
10658         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
10659         * lib/vasnprintf.c (VASNPRINTF): Likewise.
10660         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
10661         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
10662         gl_AC_TYPE_LONG_LONG.
10663
10664 2006-10-11  Bruno Haible  <bruno@clisp.org>
10665
10666         * m4/longlong.m4: Add comments.
10667         * m4/ulonglong.m4: Likewise.
10668
10669 2006-10-10  Bruno Haible  <bruno@clisp.org>
10670
10671         Make it possible to #define stpcpy, strdup to aliases.
10672         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
10673         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
10674
10675 2006-10-10  Bruno Haible  <bruno@clisp.org>
10676
10677         Make it possible to #define gcd to an alias.
10678         * lib/gcd.c: Include config.h.
10679
10680 2006-10-10  Bruno Haible  <bruno@clisp.org>
10681
10682         Make it possible to #define c_isascii to an alias.
10683         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
10684         defined. Undefine the macros before defining them, to avoid gcc
10685         warnings.
10686         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
10687         define NO_C_CTYPE_MACROS early.
10688
10689 2006-10-10  Bruno Haible  <bruno@clisp.org>
10690
10691         Make it possible to #define set_program_name to an alias.
10692         * lib/progname.c: Don't undefine set_program_name; instead, undefine
10693         ENABLE_RELOCATABLE early.
10694
10695 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10696
10697         Port to Tandem NSK OSS, which has 64-bit signed int but at most
10698         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
10699         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
10700         More generally, don't assume that 64-bit signed int is available
10701         if unsigned int is, and vice versa.
10702         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
10703         unsigned symbols, not on their signed counterparts.
10704         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
10705         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
10706         (UINT64_C, UINTMAX_C):
10707         Likewise.
10708         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
10709         unsigned counterparts.
10710         (Have_long_long, Unsigned): New macros.
10711         (Int): Renamed from INT.
10712         (strtoimax): Use the new macros.
10713         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
10714         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
10715         * modules/inttypes (inttypes.h): Substitute
10716         HAVE_UNSIGNED_LONG_LONG_INT.
10717         * modules/stdint (stdint.h): Likewise.
10718         (Files): Add m4/ulonglong.m4.
10719
10720 2006-10-10  Bruno Haible  <bruno@clisp.org>
10721
10722         Fix a gcc -Wshadow warning.
10723         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
10724         to 'bucket'.
10725         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
10726         gl_linked_indexof_from_to): Likewise.
10727         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
10728         Likewise.
10729         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
10730         Likewise.
10731         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
10732         Reported by Eric Blake.
10733
10734 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
10735
10736         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
10737         for NetBSD.  Problem reported by Bruno Haible.
10738
10739 2006-10-09  Jim Meyering  <jim@meyering.net>
10740
10741         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
10742         Patch from Bruno Haible.
10743
10744 2006-10-09  Jim Meyering  <jim@meyering.net>
10745
10746         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
10747         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
10748         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
10749
10750 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
10751
10752         Don't include <config.h> twice; this doesn't work in some cases,
10753         e.g., when config.h has "#define intmax_t long long int" and
10754         we include <config.h>, <inttypes.h>, <config.h> in that order.
10755         Problem reported by Matthew Woehlke in:
10756         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
10757         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
10758         * lib/fts-cycle.c: Don't include config.h.
10759         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
10760         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
10761         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
10762         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
10763         inttypes.h.
10764         * lib/xstrtoumax.c: Likewise.
10765         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
10766         __strtol and the like, so that this module is more like its siblings.
10767         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
10768         Remove; no longer needed now that we assume gnulib inttypes.h.
10769
10770 2006-10-08  Bruno Haible  <bruno@clisp.org>
10771
10772         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
10773         option.
10774
10775 2006-10-07  Jim Meyering  <jim@meyering.net>
10776
10777         * modules/inttypes (inttypes.h): Revert what seems to have been
10778         an inadvertent part of today's change: use "|", not "/" in the
10779         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
10780
10781 2006-10-07  Bruno Haible  <bruno@clisp.org>
10782
10783         * modules/sublist: New file.
10784
10785 2006-10-07  Bruno Haible  <bruno@clisp.org>
10786
10787         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
10788         * modules/argz (argz.h): Likewise.
10789         * modules/arpa_inet (arpa/inet.h): Likewise.
10790         * modules/byteswap (byteswap.h): Likewise.
10791         * modules/configmake (configmake.h): Likewise.
10792         * modules/fcntl (fcntl.h): Likewise.
10793         * modules/fnmatch (fnmatch.h): Likewise.
10794         * modules/getopt (getopt.h): Likewise.
10795         * modules/glob (glob.h): Likewise.
10796         * modules/inttypes (inttypes.h): Likewise.
10797         * modules/netinet_in (netinet/in.h): Likewise.
10798         * modules/poll (poll.h): Likewise.
10799         * modules/stdbool (stdbool.h): Likewise.
10800         * modules/stdint (stdint.h): Likewise.
10801         * modules/sys_select (sys/select.h): Likewise.
10802         * modules/sys_socket (sys/socket.h): Likewise.
10803         * modules/sys_stat (sys/stat.h): Likewise.
10804         * modules/sysexits (sysexits.h): Likewise.
10805         * modules/unistd (unistd.h): Likewise.
10806         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10807         Add a "DO NOT EDIT" comment to the generated file.
10808         (func_import): Likewise for gnulib-comp.m4.
10809
10810 2006-10-07  Bruno Haible  <bruno@clisp.org>
10811
10812         * lib/gl_sublist.h: New file.
10813         * lib/gl_sublist.c: New file.
10814
10815 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
10816
10817         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
10818         name (relative to the original working directory) and the file
10819         name component (relative to the temporary working directory).  All
10820         callers changed.
10821         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
10822         * lib/mkdir-p.c (make_dir_parents): Likewise.
10823         * lib/mkdir-p.h (make_dir_parents): Likewise.
10824
10825 2006-10-06  Eric Blake  <ebb9@byu.net>
10826
10827         Define several macros for use by the clean-temp module.
10828         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
10829         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
10830         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
10831
10832         * lib/clean-temp.h (close_stream_temp): New declaration.
10833         * lib/clean-temp.c (includes): Pull in headers according to what
10834         other modules are in use.
10835         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
10836
10837 2006-10-06  Bruno Haible  <bruno@clisp.org>
10838
10839         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
10840         instead of fopen, fwriteerror.
10841
10842 2006-10-06  Bruno Haible  <bruno@clisp.org>
10843
10844         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
10845         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
10846         int.
10847         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
10848         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
10849         Return an error indicator.
10850         Suggested by Eric Blake.
10851
10852 2006-10-06  Bruno Haible  <bruno@clisp.org>
10853
10854         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
10855         Reported by Eric Blake.
10856
10857 2006-10-06  Bruno Haible  <bruno@clisp.org>
10858
10859         * modules/closeout (Description): Mention stderr too.
10860
10861 2006-10-06  Bruno Haible  <bruno@clisp.org>
10862         and Paul Eggert  <eggert@cs.ucla.edu>
10863
10864         * lib/closeout.c (close_stdout): Also close stderr.
10865         * lib/closeout.h: Update comment.
10866
10867 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
10868
10869         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
10870         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
10871         * lib/dirchownmod.c: Include lchown.h.
10872         * lib/lchown.c: Don't include files that lchown.h now includes.
10873         Don't declare chown, since lchown.h now does that.
10874         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
10875         (lchown): Define to rpl_chown if lchown is declared but
10876         does not exist.  Declare using a prototype if lchown is not
10877         declared.  Add a copyright notice.
10878         * lib/mkstemp.h: Include <unistd.h>.
10879         * lib/openat.c: Include lchown.h.
10880
10881         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
10882         we now test for that separately.
10883         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
10884         rather than O_NOFOLLOW, when testing whether it's possible to
10885         avoid a race condition reliably.
10886         * lib/savewd.c (savewd_chdir): Likewise.
10887
10888         Remove macros that are no longer needed now that stdint.h is
10889         reliable.
10890         * lib/fsusage.c (UINTMAX_MAX): Remove.
10891         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
10892         * lib/utimecmp.c (SIZE_MAX): Remove.
10893
10894         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
10895
10896         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
10897         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
10898         O_NOATIME works.
10899
10900 2006-10-05  Bruno Haible  <bruno@clisp.org>
10901
10902         * lib/gl_list.h (gl_sortedlist_search_from_to,
10903         gl_sortedlist_indexof_from_to): New declarations.
10904         (gl_list_implementation): New fields sortedlist_search_from_to,
10905         sortedlist_indexof_from_to.
10906         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
10907         inline functions.
10908         * lib/gl_list.c (gl_sortedlist_search_from_to,
10909         gl_sortedlist_indexof_from_to): New functions.
10910         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
10911         function.
10912         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
10913         (gl_array_sortedlist_search_from_to): New function.
10914         (gl_array_list_implementation): Update.
10915         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
10916         function.
10917         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
10918         (gl_carray_sortedlist_search_from_to): New function.
10919         (gl_carray_list_implementation): Update.
10920         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
10921         gl_linked_sortedlist_indexof_from_to): New functions.
10922         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10923         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10924         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
10925         gl_tree_sortedlist_indexof_from_to): New functions.
10926         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10927         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10928         Update.
10929         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10930         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
10931         Update.
10932
10933 2006-10-05  Bruno Haible  <bruno@clisp.org>
10934
10935         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
10936         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
10937         (struct gl_list_implementation): Add fields search_from_to,
10938         indexof_from_to. Remove fields search, indexof.
10939         (gl_list_search): Use the search_from_to method.
10940         (gl_list_search_from, gl_list_search_from_to): New functions.
10941         (gl_list_indexof): Use the indexof_from_to method.
10942         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10943         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
10944         (gl_list_search_from, gl_list_search_from_to): New functions.
10945         (gl_list_indexof): Use the indexof_from_to method.
10946         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10947         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
10948         gl_array_indexof. Add start_index, end_index arguments.
10949         (gl_array_search_from_to): Renamed from gl_array_search. Add
10950         start_index, end_index arguments.
10951         (gl_array_remove, gl_array_list_implementation): Update.
10952         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
10953         gl_carray_indexof. Add start_index, end_index arguments.
10954         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
10955         start_index, end_index arguments.
10956         (gl_carray_remove, gl_carray_list_implementation): Update.
10957         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
10958         gl_linked_search. Add start_index, end_index arguments.
10959         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
10960         start_index, end_index arguments.
10961         (gl_linked_remove): Update.
10962         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10963         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10964         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
10965         field to 'size_t'.
10966         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
10967         gl_tree_search. Add start_index, end_index arguments.
10968         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10969         start_index, end_index arguments.
10970         (gl_tree_remove): Update.
10971         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10972         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10973         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
10974         function.
10975         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
10976         gl_tree_search. Add start_index, end_index arguments.
10977         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10978         start_index, end_index arguments.
10979         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10980         Update.
10981         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
10982
10983 2006-10-05  Bruno Haible  <bruno@clisp.org>
10984
10985         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
10986
10987         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
10988         fwriteerror_temp): New declarations.
10989         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
10990         (descriptors): New variable.
10991         (cleanup): First, close the descriptors.
10992         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
10993         fclose_temp, fwriteerror_temp): New functions.
10994
10995 2006-10-04  Jim Meyering  <jim@meyering.net>
10996
10997         * lib/fts.c (fts_open): Tiny comment change.
10998
10999 2006-10-04  Bruno Haible  <bruno@clisp.org>
11000
11001         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
11002         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
11003         gl_LOCK_BODY.
11004         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
11005         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
11006         gl_LOCK_EARLY_BODY.
11007         (gl_LOCK): Require gl_LOCK_BODY.
11008
11009 2006-10-04  Bruno Haible  <bruno@clisp.org>
11010
11011         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
11012         (gl_oset_search_atleast): New declaration.
11013         (struct gl_oset_implementation): Add field 'search_atleast'.
11014         (gl_oset_search_atleast): New inline function.
11015         * lib/gl_oset.c (gl_oset_search_atleast): New function.
11016         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
11017         (gl_array_oset_implementation): Update.
11018         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
11019         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
11020         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
11021
11022 2006-10-04  Bruno Haible  <bruno@clisp.org>
11023
11024         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
11025
11026 2006-10-03  Bruno Haible  <bruno@clisp.org>
11027
11028         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
11029         from gl_avltreehash_list_implementation.
11030
11031 2006-10-03  Bruno Haible  <bruno@clisp.org>
11032
11033         * lib/gl_oset.c (gl_oset_add): Fix return type.
11034
11035 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
11036
11037         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
11038
11039 2006-10-02  Eric Blake  <ebb9@byu.net>
11040
11041         * modules/strnlen (Depends-on): Add extensions.
11042
11043 2006-10-02  Eric Blake  <ebb9@byu.net>
11044
11045         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
11046         definition in 2.60+.
11047
11048 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
11049
11050         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
11051         checks.
11052
11053 2006-10-02  Bruno Haible  <bruno@clisp.org>
11054
11055         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
11056         to the AUTOMAKE_OPTIONS.
11057         Reported by Jim Meyering.
11058
11059 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
11060
11061         Work around bug in Solaris 10 /proc file system:
11062         /proc/self/fd/NNN/.. isn't the parent directory of
11063         the directory whose file descriptor is NNN.  This needs to
11064         be worked around at run time, not compile time, since a
11065         program might be built on Solaris 8, where things work, and
11066         run on Solaris 10.
11067         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
11068         to use the following interface instead:
11069         (OPENAT_BUFFER_SIZE): New macro.
11070         (openat_proc_name): New function.
11071         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
11072         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
11073         Likewise.
11074         * lib/openat-proc.c: New file.
11075         * modules/openat (Files): Add lib/openat-proc.c.
11076         (Depends-on): Add same-inode, stdbool.
11077         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
11078
11079 2006-09-29  Bruno Haible  <bruno@clisp.org>
11080
11081         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
11082         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
11083         argument. Set stdout_closed before testing for ferror, not after.
11084         (fwriteerror, fwriteerror_no_ebadf): New functions.
11085
11086 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11087
11088         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
11089
11090 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
11091
11092         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
11093         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
11094
11095 2006-09-28  Jim Meyering  <jim@meyering.net>
11096
11097         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
11098         Include <unistd.h>.
11099
11100 2006-09-28  Bruno Haible  <bruno@clisp.org>
11101
11102         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
11103         * modules/linkedhash-list (Depends-on): Likewise.
11104         * modules/rbtreehash-list (Depends-on): Likewise.
11105
11106 2006-09-28  Bruno Haible  <bruno@clisp.org>
11107
11108         * lib/strndup.h: Simplify the redefinition of strndup.
11109         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
11110         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
11111
11112 2006-09-28  Bruno Haible  <bruno@clisp.org>
11113
11114         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
11115         * lib/gl_linkedhash_list.c: Likewise.
11116         * lib/gl_rbtreehash_list.c: Likewise.
11117
11118 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
11119
11120         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
11121         getaddrinfo.
11122
11123         * lib/__fpending.h: Don't include <stdio_ext.h> unless
11124         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
11125         it causes <stdio_ext.h> to cause a compile-time error.
11126         Problem reported by Nelson H. F. Beebe.
11127         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
11128         of HAVE_DECL___PENDING.
11129
11130         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
11131         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
11132         declaration.
11133
11134 2006-09-27  Jim Meyering  <jim@meyering.net>
11135
11136         This file could end up with a definition for a function
11137         named __strndup, rather than rpl_strndup on a system with
11138         incomplete weak_alias support.
11139         * lib/strndup.c (strndup): Rename from __strndup.
11140         Remove #defines that used to map __strndup to strndup.
11141         Don't use K&R prototypes.
11142         Remove LIBC-related code, since this file is not sync'd with glibc.
11143         * lib/strndup.h: Revamp, accordingly.
11144         * m4/strndup.m4: Modernize.
11145
11146 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
11147
11148         * modules/savewd (Depends-on): Add 'raise'.
11149         * lib/savewd.c: Include <signal.h>, for 'raise'.
11150
11151 2006-09-26  Jim Meyering  <jim@meyering.net>
11152
11153         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
11154         when we detect Darwin 8.7.0's acl_get_file bug.
11155         Rearrange to perform the new (below) run-test while $LIBS
11156         contains any acl-related library.  Set USE_ACL at the end.
11157         (gl_ACL_GET_FILE): New function.
11158
11159 2006-09-26  Eric Blake  <ebb9@byu.net>
11160
11161         * lib/verror.c: Include <config.h> unconditionally.
11162
11163 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
11164
11165         * modules/clock-time (Maintainer): Add self.
11166         * modules/getlogin_r (Depends-on): Add extensions.
11167
11168 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11169
11170         * modules/clock-time: New module.
11171         * modules/nanosleep (Depends-on): Add clock-time.
11172         * modules/gethrxtime (Depends-on): Likewise.
11173         * modules/gettime (Depends-on): Likewise.
11174         * modules/settime (Depends-on): Likewise.
11175
11176         * modules/fts-lgpl: Depend on openat.
11177         * modules/mkancesdirs: Depend on savewd.
11178         * modules/mkdir-p: Likewise.
11179
11180 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11181
11182         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
11183
11184         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
11185         `gl_have_arbitrary_file_name_length_limit' to
11186         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
11187         actually works between configure runs.
11188
11189 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11190             Bruno Haible  <bruno@clisp.org>
11191
11192         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
11193
11194 2006-09-25  Jim Meyering  <jim@meyering.net>
11195
11196         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
11197         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
11198
11199 2006-09-25  Eric Blake  <ebb9@byu.net>
11200
11201         * gnulib-tool (func_import, func_create_testdir): Fix typos in
11202         exec's in 2006-09-18 patch when shuffling fds.
11203
11204 2006-09-25  Bruno Haible  <bruno@clisp.org>
11205
11206         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
11207         Reported by Jim Meyering.
11208
11209 2006-09-24  Jim Meyering  <jim@meyering.net>
11210
11211         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
11212         compare a pointer against a literal "0".  That caused failures with
11213         at least HP-UX's hpcc.
11214
11215 2006-09-22  Simon Josefsson  <jas@extundo.com>
11216
11217         * modules/gc-sha1:
11218         * modules/gc-md4:
11219         * modules/gc-hmac-sha1:
11220         * modules/gc-hmac-md5:
11221         * modules/gc-des:
11222         * modules/gc-arcfour: Distribute more files.
11223
11224 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11225
11226         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
11227         (gl_linked_iterator_from_to): Initialize struct completely.
11228         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
11229         (gl_tree_iterator_from_to): Likewise
11230         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
11231         * lib/gl_array_list.c [lint] (gl_array_iterator)
11232         (gl_array_iterator_from_to): Likewise.
11233         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
11234         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
11235         (gl_carray_iterator_from_to): Likewise.
11236
11237         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
11238         * lib/md4.c (md4_process_block): Remove unused variable.
11239         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
11240         parentheses for clarity.
11241
11242 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11243
11244         * modules/bison-i18n (Depends-on): Add gettext.
11245
11246 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11247
11248         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
11249         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
11250         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
11251         also add missing comma that caused broken test.
11252         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
11253         stdlib.h, for `abort'.
11254         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
11255         variables.
11256         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
11257         include unistd.h if present, for `rmdir'.
11258         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
11259         variables.
11260         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
11261         in the process include standard headers for prototypes.
11262         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
11263         gets declared on GNU/Linux.
11264         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
11265         unistd.h, for `rmdir'.
11266         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
11267
11268         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
11269         always true.
11270         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
11271
11272         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
11273
11274 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11275
11276         * gnulib-tool (func_version): Create output all at once.  This
11277         may help avoid triggering unnecessary SIGPIPEs, and at any
11278         rate it doesn't hurt.
11279
11280 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11281             Bruno Haible  <bruno@clisp.org>
11282
11283         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
11284         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
11285         * m4/signed.m4 (bh_C_SIGNED): Likewise.
11286
11287         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
11288         (gl_FUNC_VASPRINTF): Invoke it.
11289
11290 2006-09-22  Bruno Haible  <bruno@clisp.org>
11291
11292         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
11293         getloadavg.c as first argument.
11294
11295 2006-09-22  Bruno Haible  <bruno@clisp.org>
11296
11297         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
11298         at the beginning of the gl_INIT macro.
11299         * modules/getloadavg (configure.ac): Pass $gl_source_base to
11300         gl_GETLOADAVG.
11301
11302 2006-09-22  Bruno Haible  <bruno@clisp.org>
11303
11304         * gnulib-tool (func_create_megatestdir): Don't include the config-h
11305         module.
11306         Suggested by Ralf Wildenhues.
11307
11308 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
11309
11310         Import this patch from libc:
11311
11312         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
11313
11314         * lib/regex_internal.c (re_string_reconstruct): Handle
11315         offset < pstr->valid_raw_len && pstr->offsets_needed case.
11316         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
11317         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
11318         re_string_context_at.
11319
11320         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
11321         now requires it.
11322         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
11323         gl_REGEX now does it for us.
11324         (gl_REGEX): Add test taken from
11325         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
11326
11327         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
11328         Check that large offsets work.  Modernize Autoconf usages.
11329         Prefer "yes" to mean a good thing rather than a bad.
11330         Don't put "#define mkstemp" in config.h, as this might interfere
11331         with standard system headers that "#define mkstemp mkstemp64".
11332
11333         * modules/mkstemp (Depends-on): Add extensions, so that
11334         mkstemp is visible on some platforms.
11335         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
11336         (Include): Change to "mkstemp.h" from <stdlib.h>.
11337         (Files): Add mkstemp.h.
11338
11339         * lib/mkstemp.h: New file, since some standard headers
11340         #define mkstemp.
11341         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
11342         Include "mkstemp.h".
11343         Make the _LIBC code resemble glibc original more,
11344         e.g., use K&R style.
11345         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
11346         (mkstemp): Remove, since mkstemp.h does this for us.
11347         * lib/stdlib--.h: Include mkstemp.h.
11348
11349         Import this patch from libc:
11350
11351         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
11352
11353         * lib/tempname.c (__gen_tempname): Change attempts_min
11354         into a macro.  Use preprocessor to decide how to initialize
11355         attempts [Coverity CID 67].
11356
11357 2006-09-20  Bruno Haible  <bruno@clisp.org>
11358
11359         * lib/mkdtemp.c: Import from libc.
11360         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
11361                 * sysdeps/posix/tempname.c (__gen_tempname): Change
11362                 attempts_min into a macro.  Use preprocessor to decide how to
11363                 initialize attempts [Coverity CID 67].
11364         2001-11-27  Paul Eggert  <eggert@twinsun.com>
11365                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
11366                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
11367
11368 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11369
11370         * gnulib-tool (func_exit): New function, to allow to pass the
11371         exit status portably through the trap.  Use everywhere.
11372         (--help, --version): Signal a write error.
11373         (trap): catch SIGPIPE, for write errors.
11374         Exit at the end of the trap, with the correct exit status.
11375
11376 2006-09-19  Karl Berry  <karl@gnu.org>
11377
11378         * doc/gnulib.texi: note about the license texinfo files.
11379
11380 2006-09-19  Eric Blake  <ebb9@byu.net>
11381
11382         * gnulib-tool: Avoid space-tab.
11383
11384 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
11385
11386         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
11387         that prevented coreutils 6.1 from building.  Problem reported
11388         by Petter Reinholdtsen.
11389
11390 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
11391
11392         * gnulib-tool (avoidlist): Fix typo that broke options like
11393         --avoid=lock that are used by coreutils bootstrap.
11394
11395 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
11396
11397         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
11398         more systematically.
11399
11400 2006-09-18  Jim Meyering  <jim@meyering.net>
11401
11402         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
11403
11404 2006-09-18  Bruno Haible  <bruno@clisp.org>
11405
11406         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
11407
11408 2006-09-18  Bruno Haible  <bruno@clisp.org>
11409
11410         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
11411         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
11412         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
11413         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
11414         * m4/gettext.m4: Require autoconf >= 2.52.
11415         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
11416         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
11417         of gl_cv_header_inttypes_h.
11418
11419 2006-09-18  Bruno Haible  <bruno@clisp.org>
11420
11421         * lib/javaversion.c: Include configmake.h.
11422
11423 2006-09-18  Bruno Haible  <bruno@clisp.org>
11424
11425         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
11426         avoid that the while loops be executed in a subshell.
11427
11428 2006-09-18  Bruno Haible  <bruno@clisp.org>
11429
11430         * MODULES.html.sh (func_module): Break long lines.
11431         Suggested by Bruce Korb <bkorb@gnu.org>.
11432
11433 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11434
11435         Speed up by a factor of 1.12.
11436         * gnulib-tool (nl): New variable.
11437         (func_import): Rewrite include directive extraction to only read each
11438         directive once.
11439
11440 2006-09-17  Bruno Haible  <bruno@clisp.org>
11441
11442         * modules/javaversion (Makefile.am): Remove DEFS setting.
11443         (Depends-on): Add configmake, for PKGDATADIR definition.
11444
11445 2006-09-17  Bruno Haible  <bruno@clisp.org>
11446
11447         * gnulib-tool (func_create_testdir): Rewrite all files at once.
11448
11449 2006-09-17  Bruno Haible  <bruno@clisp.org>
11450
11451         * gnulib-tool (func_append): New function, stolen from libtool.m4.
11452         (func_modules_transitive_closure, func_modules_add_dummy,
11453         func_modules_to_filelist, func_import, func_create_testdir,
11454         func_create_megatestdir, ...): Use it wherever possible.
11455         Suggested by Ralf Wildenhues.
11456
11457 2006-09-16  Karl Berry  <karl@gnu.org>
11458
11459         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
11460         to avoid sectioning errors.
11461         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
11462         [ifinfo]: blank line after @center-ed titles.
11463         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
11464         Spell FSF address consistently with others.
11465         (These changes approved by rms.)
11466
11467 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11468
11469         Speed up by a factor of 1.61.
11470         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
11471         already checked module names again.
11472
11473 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11474
11475         Speed up by a factor of 1.13.
11476         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
11477         for new_files, and the input to func_add_or_update.
11478
11479 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11480
11481         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
11482         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
11483
11484 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11485
11486         * modules/mkancesdirs (Depends-on): Add fcntl.
11487         * modules/savewd: New file.
11488         * MODULES.html.sh (File system functions): Add savewd.
11489
11490         * modules/configmake (Makefile.am): Add support for the
11491         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
11492
11493 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11494
11495         * m4/savewd.m4: New file.
11496
11497 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11498
11499         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
11500         (dirchownmod): New arg FD.  All callers changed.
11501         Use FD rather than opening the directory ourself, as opening is
11502         now the caller's responsibility.
11503         * lib/dirchownmod.h: Likewise.
11504         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
11505         hosts that require <sys/types.h> before <sys/stat.h>.  Include
11506         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
11507         (test_dir): Remove.
11508         (mkancesdirs): Return length of prefix of FILE that has already
11509         been made, or -2 if there is a child doing the work.  Redo
11510         algorithm so that it is O(N) rather than O(N**2).  Optimize away
11511         ".", and treat ".." specially since it might stray back into
11512         already-created areas.  Use a subprocess if necessary.  New arg
11513         WD; all users changed.  MAKE_DIR function should now return 1
11514         if it creates a directory that is not readable.  Return -2 if
11515         a child process is spun off.
11516         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
11517         Adjust signature to match code.
11518         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
11519         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
11520         all users changed.
11521         * lib/savewd.c, lib/savewd.h: New files.
11522
11523 2006-09-15  Jim Meyering  <jim@meyering.net>
11524
11525         * modules/rename-dest-slash: New module.
11526         * MODULES.html.sh (posix_compat): Add it here.
11527
11528         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
11529
11530 2006-09-15  Jim Meyering  <jim@meyering.net>
11531
11532         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
11533         file.
11534
11535         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
11536
11537 2006-09-15  Jim Meyering  <jim@meyering.net>
11538
11539         * lib/rename-dest-slash.c (has_trailing_slash): Use
11540         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
11541         (rpl_rename_dest_slash): Perform the cheaper trailing slash
11542         test before testing whether SRC is a directory.
11543         Suggestions from Bruno Haible.
11544
11545         Avoid a warning about an unused variable.
11546         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
11547         into the #ifdef block where it's used.
11548
11549         * lib/rename-dest-slash.c: New file.
11550
11551 2006-09-14  Bruno Haible  <bruno@clisp.org>
11552
11553         * lib/allocsa.c: Include <config.h> unconditionally.
11554         * lib/asnprintf.c: Likewise.
11555         * lib/asprintf.c: Likewise.
11556         * lib/c-strcasecmp.c: Likewise.
11557         * lib/c-strcasestr.c: Likewise.
11558         * lib/c-strncasecmp.c: Likewise.
11559         * lib/c-strstr.c: Likewise.
11560         * lib/classpath.c: Likewise.
11561         * lib/clean-temp.c: Likewise.
11562         * lib/concatpath.c: Likewise.
11563         * lib/copy-file.c: Likewise.
11564         * lib/csharpcomp.c: Likewise.
11565         * lib/csharpexec.c: Likewise.
11566         * lib/execute.c: Likewise.
11567         * lib/fatal-signal.c: Likewise.
11568         * lib/findprog.c: Likewise.
11569         * lib/fwriteerror.c: Likewise.
11570         * lib/gl_array_list.c: Likewise.
11571         * lib/gl_array_oset.c: Likewise.
11572         * lib/gl_avltree_list.c: Likewise.
11573         * lib/gl_avltree_oset.c: Likewise.
11574         * lib/gl_avltreehash_list.c: Likewise.
11575         * lib/gl_carray_list.c: Likewise.
11576         * lib/gl_linked_list.c: Likewise.
11577         * lib/gl_linkedhash_list.c: Likewise.
11578         * lib/gl_list.c: Likewise.
11579         * lib/gl_oset.c: Likewise.
11580         * lib/gl_rbtree_list.c: Likewise.
11581         * lib/gl_rbtree_oset.c: Likewise.
11582         * lib/gl_rbtreehash_list.c: Likewise.
11583         * lib/imaxabs.c: Likewise.
11584         * lib/imaxdiv.c: Likewise.
11585         * lib/javacomp.c: Likewise.
11586         * lib/javaexec.c: Likewise.
11587         * lib/javaversion.c: Likewise.
11588         * lib/linebreak.c: Likewise.
11589         * lib/localcharset.c: Likewise.
11590         * lib/lock.c: Likewise.
11591         * lib/mbchar.c: Likewise.
11592         * lib/mbswidth.c: Likewise.
11593         * lib/mkdtemp.c: Likewise.
11594         * lib/pipe.c: Likewise.
11595         * lib/printf-args.c: Likewise.
11596         * lib/printf-parse.c: Likewise.
11597         * lib/progname.c: Likewise.
11598         * lib/progreloc.c: Likewise.
11599         * lib/readlink.c: Likewise.
11600         * lib/sh-quote.c: Likewise.
11601         * lib/stpcpy.c: Likewise.
11602         * lib/stpncpy.c: Likewise.
11603         * lib/strcasecmp.c: Likewise.
11604         * lib/strcasestr.c: Likewise.
11605         * lib/strcspn.c: Likewise.
11606         * lib/striconv.c: Likewise.
11607         * lib/strncasecmp.c: Likewise.
11608         * lib/strnlen1.c: Likewise.
11609         * lib/strstr.c: Likewise.
11610         * lib/strtok_r.c: Likewise.
11611         * lib/tls.c: Likewise.
11612         * lib/tmpdir.c: Likewise.
11613         * lib/unicodeio.c: Likewise.
11614         * lib/unsetenv.c: Likewise.
11615         * lib/vasnprintf.c: Likewise.
11616         * lib/vasprintf.c: Likewise.
11617         * lib/wait-process.c: Likewise.
11618         * lib/xallocsa.c: Likewise.
11619         * lib/xsetenv.c: Likewise.
11620         * lib/xstriconv.c: Likewise.
11621
11622 2006-09-13  Simon Josefsson  <jas@extundo.com>
11623
11624         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
11625         that internally, suggested by Ralf Wildenhues
11626         <Ralf.Wildenhues@gmx.de>.
11627
11628 2006-09-13  Simon Josefsson  <jas@extundo.com>
11629
11630         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
11631         @LIBOBJS@.
11632         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11633
11634 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
11635
11636         * lib/_fpending.c: Include <config.h> unconditionally, since we no
11637         longer worry about uses that don't define HAVE_CONFIG_H.
11638         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
11639         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
11640         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
11641         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
11642         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
11643         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
11644         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
11645         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
11646         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
11647         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
11648         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
11649         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
11650         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
11651         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
11652         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
11653         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
11654         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
11655         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
11656         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
11657         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
11658         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
11659         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
11660         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
11661         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
11662         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
11663         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
11664         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
11665         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
11666         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
11667         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
11668         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
11669         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
11670         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
11671         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
11672         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
11673         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
11674         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
11675         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
11676         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
11677         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
11678         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
11679         Likewise.
11680
11681 2006-09-13  Eric Blake  <ebb9@byu.net>
11682
11683         * lib/getopt.c: Fix typo in last commit.
11684
11685 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11686
11687         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
11688         dgettext.
11689
11690 2006-09-12  Jim Meyering  <jim@meyering.net>
11691
11692         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
11693         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
11694         Reported by Nelson H. F. Beebe.
11695
11696 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11697
11698         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
11699         program_invocation_name and program_invocation_short_name are
11700         initialized.
11701         * lib/argp-namefrob.h: Move declarations of program_invocation_name
11702         and program_invocation_short_name to argp.h, so they are visible
11703         to user programs.
11704         * lib/argp.h: Likewise
11705
11706 2006-09-10  Bruno Haible  <bruno@clisp.org>
11707
11708         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11709         m4/inttypes_h.m4, m4/uintmax_t.m4.
11710
11711 2006-09-10  Bruno Haible  <bruno@clisp.org>
11712
11713         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
11714         gl_AC_TYPE_UINTMAX_T.
11715
11716 2006-09-10  Bruno Haible  <bruno@clisp.org>
11717
11718         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
11719
11720 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11721
11722         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
11723         convention.  Text proposed by Bruno Haible.
11724         (struct argp_option): Document the use of N_() wrappers.
11725
11726         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
11727         '\v', and translate the two parts separately, instead of feeding
11728         the whole string to gettext.  This allows to exclude
11729         '\v' from the strings visible to the translator by writing doc
11730         strings as N_("..") "\v" N_("..").
11731
11732 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
11733
11734         * config/srclist.txt: Undo latest change; the bug was fixed.
11735
11736 2006-09-09  Bruno Haible  <bruno@clisp.org>
11737
11738         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
11739         assignments if building a library without libtool.
11740         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
11741         in func_emit_lib_Makefile_am.
11742         (func_import): When building a static library libfoo.a, arrange to
11743         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
11744         (func_create_testdir): Likewise.
11745         * modules/gc (configure.ac, Makefile.am): If building statically,
11746         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
11747         * modules/iconvme (configure.ac, Makefile.am): Likewise.
11748         * modules/striconv (configure.ac, Makefile.am): Likewise.
11749         Based on a suggestion by Ralf Wildenhues.
11750
11751 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11752
11753         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
11754         Check for unistd.h too, since Autoconf doesn't assume POSIX.
11755         Also:
11756
11757         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11758         Add year_2050_test to catch glibc bug 2821
11759         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
11760
11761         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11762         Prefer #ifdef to #if.
11763
11764         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
11765         Return from 'main' instead of calling 'exit'.
11766
11767 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11768
11769         * lib/mktime.c (guess_time_tm): Fix bug where mktime
11770         returned the maximum time_t value rather than (time_t) -1.
11771         Problem originally reported by William Bardwell
11772         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
11773
11774         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
11775         Moved to here ...
11776         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
11777         ... from here.
11778
11779 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11780
11781         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
11782         2821 is fixed.
11783
11784 2006-09-08  Jim Meyering  <jim@meyering.net>
11785
11786         Don't make generated files read-only.  That would bother too many
11787         people.  However, do retain the ability to work when targets are
11788         read-only: remove the destination and temporary files before writing
11789         them (when generated via sed or echo), or by using the -f option for
11790         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
11791         * modules/alloca-opt, modules/argz, modules/arpa_inet:
11792         * modules/byteswap, modules/configmake, modules/fcntl:
11793         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
11794         * modules/localcharset, modules/netinet_in, modules/poll:
11795         * modules/stdbool, modules/stdint, modules/sys_select:
11796         * modules/sys_socket, modules/sys_stat, modules/sysexits:
11797
11798 2006-09-08  Jim Meyering  <jim@meyering.net>
11799
11800         Avoid new build failure on FreeBSD 6.0.
11801         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
11802         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
11803         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
11804
11805 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11806
11807         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
11808
11809 2006-09-07  Jim Meyering  <jim@meyering.net>
11810
11811         Fix global typo in last change: use chmod u-w, not chmod u-x.
11812         Spotted by Paul Eggert and Bruce Korb.
11813         * modules/alloca-opt, modules/argz, modules/arpa_inet:
11814         * modules/byteswap, modules/configmake, modules/fcntl:
11815         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
11816         * modules/localcharset, modules/netinet_in, modules/poll:
11817         * modules/stdbool, modules/stdint, modules/sys_select:
11818         * modules/sys_socket, modules/sys_stat, modules/sysexits:
11819
11820 2006-09-06  Jim Meyering  <jim@meyering.net>
11821
11822         Make generated files be read-only.
11823         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
11824         Ensure that each generated file is now read-only.
11825         * modules/argz: Likewise.
11826         * modules/arpa_inet: Likewise.
11827         * modules/byteswap: Likewise.
11828         * modules/configmake: Likewise.
11829         * modules/fcntl: Likewise.
11830         * modules/fnmatch: Likewise.
11831         * modules/getopt: Likewise.
11832         * modules/glob: Likewise.
11833         * modules/inttypes: Likewise.
11834         * modules/netinet_in: Likewise.
11835         * modules/poll: Likewise.
11836         * modules/stdbool: Likewise.
11837         * modules/stdint: Likewise.
11838         * modules/sys_select: Likewise.
11839         * modules/sys_socket: Likewise.
11840         * modules/sys_stat: Likewise.
11841         * modules/sysexits: Likewise.
11842         * modules/localcharset: Same as above, but continue using temporary
11843         file named "t-$@" (why different?) rather than the "$@-t" used
11844         everywhere else.
11845
11846         * modules/sysexits (Makefile.am): Replace literal occurrences
11847         of "sysexit.h" more readable, and more consistent, "$@".
11848
11849 2006-09-06  Bruno Haible  <bruno@clisp.org>
11850
11851         * modules/striconv: New file.
11852         * modules/xstriconv: New file.
11853         * MODULES.html.sh (Internationalization functions): Add striconv,
11854         xstriconv.
11855
11856 2006-09-06  Bruno Haible  <bruno@clisp.org>
11857
11858         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
11859         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
11860         not using libtool correctly.
11861
11862 2006-09-06  Bruno Haible  <bruno@clisp.org>
11863
11864         * lib/striconv.h: New file.
11865         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
11866         iconvstring.c.
11867         * lib/xstriconv.h: New file.
11868         * lib/xstriconv.c: New file.
11869
11870 2006-09-06  Bruno Haible  <bruno@clisp.org>
11871
11872         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
11873         lib_..._LDFLAGS.
11874
11875 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11876
11877         * lib/argz_.h: Sync from Libtool.
11878
11879         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
11880                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11881
11882         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
11883
11884 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11885
11886         * modules/trim: New file.
11887
11888 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11889
11890         * lib/trim.h: New file.
11891         * lib/trim.c: New file.
11892
11893 2006-09-05  Bruno Haible  <bruno@clisp.org>
11894
11895         * MODULES.html.sh (String handling): Add trim.
11896
11897 2006-09-04  Karl Berry  <karl@gnu.org>
11898
11899         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
11900         until next release.
11901
11902 2006-09-03  Bruno Haible  <bruno@clisp.org>
11903
11904         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
11905         correctly.
11906
11907 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11908
11909         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
11910         not gl_GETLOADAVG.  Omit unneeded semicolons.
11911         Problems reported by Ralf Wildenhues in
11912         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11913         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
11914         at the end, which is the usual gnulib style.
11915
11916         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
11917         of doing all the work ourselves.
11918         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
11919         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
11920
11921 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11922
11923         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
11924         Problem reported by Ralf Wildenhues in
11925         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11926
11927         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
11928         HAVE_STRUCT_STATFS_F_FSTYPENAME.
11929
11930 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11931
11932         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
11933         yesterday's patch by changing test -n to test -z.
11934
11935 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11936
11937         * modules/getloadavg (Files): Add m4/getloadavg.m4.
11938         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
11939         the former is now obsolescent.
11940
11941         * modules/chdir-long (Depends-on): Add fcntl.
11942
11943 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11944
11945         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
11946         obsolescent, and programs should use gnulib instead.
11947         * m4/getloadavg.m4: New file, with contents taken from Autoconf
11948         but with prefixes changed.
11949
11950 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11951
11952         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
11953         or stdbool.h, because they might not exist while configuring.
11954
11955         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
11956         Don't include unistd.h or limits.h; not needed, since chdir-long.h
11957         does that for us.
11958         (O_DIRECTORY): Remove.
11959
11960 2006-08-31  Eric Blake  <ebb9@byu.net>
11961
11962         * gnulib-tool: Don't let emacs change spaces to TAB.
11963
11964 2006-08-31  Bruno Haible  <bruno@clisp.org>
11965
11966         * gnulib-tool: When calling func_import more than once, do it in a
11967         subshell.
11968         Reported by Eric Blake <ebb9@byu.net>.
11969
11970 2006-08-31  Bruno Haible  <bruno@clisp.org>
11971
11972         * gnulib-tool (nl): Remove variable.
11973         (sed_transform_lib_file): Use more robust test for config-h module.
11974         (func_import): Fix typo in 2006-08-25 patch.
11975
11976 2006-08-31  Bruno Haible  <bruno@clisp.org>
11977
11978         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
11979         specified, augment Makefile.am variables instead of assigning them.
11980
11981 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11982
11983         Work around a bug in both the Linux and SunOS 64-bit kernels:
11984         nanosleep mishandles sleeps for longer than 2**31 seconds.
11985         Problem reported by Frank v Waveren in
11986         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11987         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
11988         Check for nanosleep bug.
11989         (LIB_NANOSLEEP): Append clock_gettime library if needed.
11990
11991 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11992
11993         Work around a bug in both the Linux and SunOS 64-bit kernels:
11994         nanosleep mishandles sleeps for longer than 2**31 seconds.
11995         Problem reported by Frank v Waveren in
11996         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11997         * lib/nanosleep.c (BILLION): New constant.
11998         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
11999         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
12000         implementation.
12001
12002 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
12003
12004         * modules/nanosleep (Depends-on): Add gettime.
12005
12006 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
12007         and Simon Josefsson  <jas@extundo.com>
12008         and Oskar Liljeblad  <oskar@osk.mine.nu>
12009
12010         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
12011         * gnulib-tool (func_import): New license type 'unmodifiable license
12012         text'.
12013         * modules/fdl: Use it.  Longer description.
12014         * module/gpl, module/lgpl: New files.
12015
12016 2006-08-30  Jim Meyering  <jim@meyering.net>
12017
12018         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
12019         shadowing the parameter.
12020
12021 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12022
12023         Sync from Libtool:
12024
12025         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12026
12027         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
12028         sharing with gnulib.  Report by Eric Blake.
12029
12030 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
12031
12032         * modules/isapipe: New file.
12033         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
12034
12035 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
12036
12037         * modules/configmake (Makefile.am): Add a comment, and omit
12038         the CONFIGMAKE_ prefix from generated macro names.  Suggested
12039         by Bruno Haible.
12040
12041 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
12042
12043         * m4/isapipe.m4: New file.
12044
12045 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
12046
12047         * lib/isapipe.c, lib/isapipe.h: New files.
12048
12049 2006-08-29  Jim Meyering  <jim@meyering.net>
12050
12051         * modules/configmake (Makefile.am): Make configmake.h depend on
12052         Makefile.  Otherwise, a stale configmake.h could hang around.
12053
12054 2006-08-29  Eric Blake  <ebb9@byu.net>
12055
12056         * lib/error.c (error_at_line, print_errno_message): Match libc, after
12057         resolution of upstream bug 3044.
12058
12059 2006-08-29  Bruno Haible  <bruno@clisp.org>
12060
12061         * modules/localcharset (Depends-on): Add configmake.
12062         (Makefile.am): Remove setting of LIBDIR through DEFS.
12063
12064 2006-08-29  Bruno Haible  <bruno@clisp.org>
12065
12066         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
12067         defined.
12068
12069 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
12070
12071         * modules/fcntl: New file.
12072         * modules/chdir-safer (Depends-on): Add fcntl.
12073         * modules/fts: Likewise.
12074         * modules/mkdir-p: Likewise.
12075
12076         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
12077         This undoes the most recent change, since we're now addressing the
12078         problem in a different way.
12079
12080         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
12081         into output, since the output might be called Makefile.am even
12082         if $makefile_name is something different.
12083         (func_import): Use $makefile_am rather than
12084         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
12085         empty.
12086
12087         * modules/inttypes (Files): Add m4/inttypes-h.m4.
12088
12089 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
12090
12091         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
12092         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
12093         recent change to stdint.m4, since we're now addressing the problem in a
12094         different way.
12095
12096 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
12097
12098         * m4/fcntl_h.m4: New file.
12099
12100 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
12101
12102         * lib/fcntl_.h: New file.
12103         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
12104         the fcntl module.
12105         * lib/dirchownmod.c: Likewise.
12106         * lib/fts.c: Likewise.
12107
12108         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
12109         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
12110         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
12111         just before including <inttypes.h>, to avoid circular inclusion.
12112
12113 2006-08-28  Jim Meyering  <jim@meyering.net>
12114
12115         * doc/visibility.texi: Actually read and correct the grammar of the
12116         sentence affected by yesterday's change.
12117
12118 2006-08-28  Eric Blake  <ebb9@byu.net>
12119
12120         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
12121         needs wrapper.
12122
12123 2006-08-28  Eric Blake  <ebb9@byu.net>
12124
12125         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
12126
12127 2006-08-28  Eric Blake  <ebb9@byu.net>
12128
12129         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
12130
12131 2006-08-28  Bruno Haible  <bruno@clisp.org>
12132
12133         * modules/c-strstr: New file, from GNU gettext.
12134         * MODULES.html.sh (String handling): Add c-strstr.
12135
12136 2006-08-28  Bruno Haible  <bruno@clisp.org>
12137
12138         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
12139         macros.
12140         Reported by Eric Blake.
12141
12142 2006-08-28  Bruno Haible  <bruno@clisp.org>
12143
12144         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
12145         (VASNPRINTF): Return a string of length > INT_MAX without failing.
12146         * lib/vasprintf.c: Include errno.h, limits.h.
12147         (EOVERFLOW): New fallback definition.
12148         (vasprintf): Test here whether the string length is > INT_MAX.
12149         * lib/vsnprintf.c: Include errno.h, limits.h.
12150         (EOVERFLOW): New fallback definition.
12151         (vsnprintf): Fix bug when generated string was too long for the buffer.
12152         Test here whether the string length is > INT_MAX.
12153
12154 2006-08-28  Bruno Haible  <bruno@clisp.org>
12155
12156         * lib/inttypes_.h (SCNX*): Remove definitions.
12157         Reported by Eric Blake.
12158
12159 2006-08-28  Bruno Haible  <bruno@clisp.org>
12160
12161         * lib/c-strstr.h: New file, from GNU gettext.
12162         * lib/c-strstr.c: New file, from GNU gettext.
12163
12164 2006-08-28  Bruno Haible  <bruno@clisp.org>
12165
12166         * gnulib-tool: Reorder some statements.
12167
12168 2006-08-28  Bruno Haible  <bruno@clisp.org>
12169
12170         * gnulib-tool: New option --makefile-name.
12171         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
12172         $makefile_name.
12173         (func_import): Write $makefile_name to the cache file, and read it from
12174         there unless explicitly specified. Use $makefile_name as file name
12175         instead of Makefile.am. Adjust the recommendations accordingly.
12176
12177 2006-08-28  Bruno Haible  <bruno@clisp.org>
12178
12179         * gnulib-tool (func_verify_module): Check against misapplying patch.
12180
12181 2006-08-28  Bruno Haible  <bruno@clisp.org>
12182
12183         * gnulib-tool (func_relativize, func_relconcat): New functions.
12184         Give an error if --local-dir is given with --update.
12185         Remove trailing slashes from $local_gnulib_dir.
12186         (func_import): Store the relativized $local_gnulib_dir in
12187         gnulib-cache.m4, and read it from there if not specified explicitly.
12188
12189 2006-08-28  Bruno Haible  <bruno@clisp.org>
12190
12191         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
12192         is the current directory. Respect also $local_gnulib_dir.
12193
12194 2006-08-28  Bruno Haible  <bruno@clisp.org>
12195             Simon Josefsson  <jas@extundo.com>
12196
12197         BeOS portability.
12198         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
12199
12200 2006-08-27  Jim Meyering  <jim@meyering.net>
12201
12202         * doc/visibility.texi: Remove duplicate word: "pointer".
12203
12204 2006-08-26  Bruno Haible  <bruno@clisp.org>
12205
12206         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
12207         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
12208         (Makefile.am): Create inttypes.h from inttypes_.h.
12209         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
12210
12211         * modules/imaxabs: New file.
12212
12213         * modules/imaxdiv: New file.
12214
12215 2006-08-26  Bruno Haible  <bruno@clisp.org>
12216
12217         * m4/inttypes.m4: New file.
12218         * m4/_inttypes_h.m4: Remove file.
12219         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
12220         PRI_MACROS_BROKEN.
12221         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
12222
12223         * m4/imaxabs.m4: New file.
12224
12225         * m4/imaxdiv.m4: New file.
12226
12227 2006-08-26  Bruno Haible  <bruno@clisp.org>
12228
12229         * lib/inttypes_.h: New file.
12230         * lib/inttypes.h: Remove file.
12231         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
12232
12233         * lib/imaxabs.c: New file.
12234
12235         * lib/imaxdiv.c: New file.
12236
12237 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12238
12239         New config-h module, so that "make" output needn't be cluttered
12240         by -DHAVE_CONFIG_H.
12241         * MODULES.html.sh (Support for building libraries and executables):
12242         Add config-h.
12243         * modules/config-h: New file.
12244         * gnulib-tool (nl, sed_transform_lib_file): New vars.
12245         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
12246         the config-h module is used.
12247
12248         New configmake module, so that "make" output needn't be cluttered
12249         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
12250         * MODULES.html.sh (Support for building libraries and executables):
12251         Add configmake.
12252         * modules/configmake: New file.
12253
12254 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12255
12256         * m4/config-h.m4: New file.
12257
12258 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12259
12260         * config/srclist.txt: Add elisp-comp.
12261
12262 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12263
12264         * MODULES.html.sh (Support for building libraries and executables):
12265         Add elisp-comp.
12266         * build-aux/elisp-comp: New file.
12267         * modules/elisp-comp: New file.
12268
12269 2006-08-24  Bruno Haible  <bruno@clisp.org>
12270
12271         * gnulib-tool (func_create_testdir): Use non-default values of
12272         sourcebase and m4base.
12273
12274 2006-08-24  Bruno Haible  <bruno@clisp.org>
12275
12276         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
12277         HTML structure.
12278
12279 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12280
12281         * modules/openat (Depends-on): Add lchown.
12282
12283 2006-08-23  Bruno Haible  <bruno@clisp.org>
12284
12285         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
12286         of gl_LOCK_EARLY instead of gl_LOCK.
12287
12288 2006-08-23  Bruno Haible  <bruno@clisp.org>
12289
12290         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
12291         on OSF/1 to no.
12292         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
12293
12294 2006-08-23  Bruno Haible  <bruno@clisp.org>
12295
12296         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
12297         as unusable.
12298
12299         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
12300         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
12301         (gl_LOCK): New macro.
12302
12303 2006-08-22  Simon Josefsson  <jas@extundo.com>
12304
12305         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
12306         to md5 module.
12307
12308 2006-08-22  Simon Josefsson  <jas@extundo.com>
12309
12310         * MODULES.html.sh: Add "Support for maintaining and release
12311         projects".
12312
12313         * build-aux/gnupload: New file, from coreutils.
12314
12315 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12316
12317         Avoid the need for AC_LIBSOURCES in m4 macros.
12318         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
12319         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
12320         * modules/check-version (EXTRA_DIST): Add check-version.h.
12321         * modules/crc (EXTRA_DIST): Add crc.h.
12322         * modules/des (EXTRA_DIST): Add des.h.
12323         * modules/gc (EXTRA_DIST): Add gc.h.
12324         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
12325         * modules/getline (EXTRA_DIST): Add getline.h.
12326         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
12327         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
12328         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
12329         * modules/md2 (EXTRA_DIST): Add md2.h.
12330         * modules/md4 (EXTRA_DIST): Add md4.h.
12331         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
12332         * modules/read-file (EXTRA_DIST): Add read-file.h.
12333         * modules/readline (EXTRA_DIST): Add readline.h.
12334         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
12335         rijndael-api-fst.h.
12336
12337 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12338
12339         * m4/rijndael.m4 (gl_ARCFOUR):
12340         * m4/arctwo.m4 (gl_ARCTWO):
12341         * m4/check-version.m4 (gl_CHECK_VERSION):
12342         * m4/crc.m4 (gl_CRC):
12343         * m4/des.m4 (gl_DES):
12344         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
12345         * m4/gc.m4 (gl_GC):
12346         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
12347         * m4/getline.m4 (gl_FUNC_GETLINE):
12348         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
12349         * m4/hmac-md5.m4 (gl_HMAC_MD5):
12350         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
12351         * m4/md2.m4 (gl_MD2):
12352         * m4/md4.m4 (gl_MD4):
12353         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
12354         * m4/read-file.m4 (gl_FUNC_READ_FILE):
12355         * m4/readline.m4 (gl_FUNC_READLINE):
12356         * m4/rijndael.m4 (gl_RIJNDAEL):
12357         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
12358         to get the necessary .h files and whatnot.
12359
12360 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12361
12362         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
12363         gnulib rather than the other way around.
12364         * config/srclistvars.sh (COREUTILS): Remove.
12365
12366 2006-08-22  Jim Meyering  <jim@meyering.net>
12367
12368         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
12369
12370         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
12371
12372 2006-08-22  Eric Blake  <ebb9@byu.net>
12373
12374         * modules/regexprops-generic: New file.
12375         * MODULES.html.sh (Support for building documentation): List it.
12376
12377 2006-08-22  Eric Blake  <ebb9@byu.net>
12378
12379         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
12380         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
12381         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
12382         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
12383
12384 2006-08-22  Bruno Haible  <bruno@clisp.org>
12385
12386         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
12387         and lib_LTLIBRARIES like the other lib_* variables.
12388
12389 2006-08-22  Bruno Haible  <bruno@clisp.org>
12390
12391         * build-aux/x-to-1.in: New file, from GNU gettext.
12392
12393 2006-08-22  Bruno Haible  <bruno@clisp.org>
12394
12395         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
12396         <utmpx.h> exists.
12397
12398 2006-08-22  Bruno Haible  <bruno@clisp.org>
12399
12400         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
12401         <utmpx.h> exists.
12402
12403 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12404
12405         BeOS portability.
12406         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
12407         exist.
12408         Problem reported by Bruno Haible.
12409
12410 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12411
12412         Avoid the need for AC_LIBSOURCES in m4 macros.
12413         * modules/acl (EXTRA_DIST): Add acl.h.
12414         * modules/argmatch (Files): Add m4/argmatch.m4.
12415         (configure.ac): Add gl_ARGMATCH.
12416         (EXTRA_DIST): Renamed from lib_SOURCES, for
12417         consistency with the other modules.  Remove argmatch.c.
12418         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
12419         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
12420         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
12421         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
12422         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
12423         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
12424         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
12425         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
12426         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
12427         * modules/closeout (EXTRA_DIST): Add closeout.h.
12428         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
12429         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
12430         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
12431         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
12432         dirname.h; remove basename.c and stripslash.c.
12433         * modules/exclude (EXTRA_DIST): Add exclude.h.
12434         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
12435         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
12436         * modules/file-type (EXTRA_DIST): Add file-type.h.
12437         * modules/filemode (EXTRA_DIST): Add filemode.h.
12438         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
12439         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
12440         * modules/fpending (EXTRA_DIST): Add __fpending.h.
12441         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
12442         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
12443         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
12444         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
12445         * modules/getdate (EXTRA_DIST): Add getdate.c.
12446         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
12447         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
12448         * modules/getpass (EXTRA_DIST): Add getpass.h.
12449         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
12450         * modules/group-member (EXTRA_DIST): Add group-member.h.
12451         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
12452         * modules/hash (EXTRA_DIST): Add hash.h.
12453         * modules/human (EXTRA_DIST): Add human.h.
12454         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
12455         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
12456         * modules/lchown (EXTRA_DIST): Add lchown.h.
12457         * modules/long-options (EXTRA_DIST): Add long-options.h.
12458         * modules/lstat (EXTRA_DIST): Add lstat.h.
12459         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
12460         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
12461         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
12462         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
12463         * modules/memxor (EXTRA_DIST): Add memxor.h.
12464         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
12465         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
12466         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
12467         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
12468         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
12469         * modules/physmem (EXTRA_DIST): Add physmem.h.
12470         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
12471         * modules/posixver (EXTRA_DIST): Add posixver.h.
12472         * modules/quote (EXTRA_DIST): Add quote.h.
12473         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
12474         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
12475         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
12476         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
12477         regex_internal.h regexec.c.
12478         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
12479         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
12480         * modules/same (EXTRA_DIST): Add same.h.
12481         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
12482         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
12483         * modules/savedir (EXTRA_DIST): Add savedir.h.
12484         * modules/sha1 (EXTRA_DIST): Add sha1.h.
12485         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
12486         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
12487         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
12488         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
12489         * modules/strdup (EXTRA_DIST): Add strdup.h.
12490         * modules/strftime (EXTRA_DIST): Add strftime.h.
12491         * modules/strndup (EXTRA_DIST): Add strndup.h.
12492         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
12493         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
12494         * modules/time_r (EXTRA_DIST): Add time_r.h.
12495         * modules/timespec (EXTRA_DIST): Add timespec.h.
12496         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
12497         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
12498         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
12499         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
12500         * modules/userspec (EXTRA_DIST): Add userspec.h.
12501         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
12502         * modules/utimens (EXTRA_DIST): Add utimens.h.
12503         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
12504         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
12505         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
12506         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
12507         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
12508         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
12509         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
12510         * modules/yesno (EXTRA_DIST): Add yesno.h.
12511
12512 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12513
12514         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
12515
12516         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
12517         * m4/dev-ino.m4, same-inode.m4: Remove.
12518
12519         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
12520         * m4/acl.m4 (AC_FUNC_ACL):
12521         * m4/backupfile.m4 (gl_BACKUPFILE):
12522         * m4/c-strtod.m4 (gl_C99_STRTOLD):
12523         * m4/canon-host.m4 (gl_CANON_HOST):
12524         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
12525         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
12526         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
12527         * m4/cloexec.m4 (gl_CLOEXEC):
12528         * m4/close-stream.m4 (gl_CLOSE_STREAM):
12529         * m4/closeout.m4 (gl_CLOSEOUT):
12530         * m4/dirfd.m4 (gl_FUNC_DIRFD):
12531         * m4/dirname.m4 (gl_DIRNAME):
12532         * m4/exclude.m4 (gl_EXCLUDE):
12533         * m4/exitfail.m4 (gl_EXITFAIL):
12534         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
12535         * m4/file-type.m4 (gl_FILE_TYPE):
12536         * m4/filemode.m4 (gl_FILEMODE):
12537         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
12538         * m4/fpending.m4 (gl_FUNC_FPENDING):
12539         * m4/fprintftime.m4 (gl_FPRINTFTIME):
12540         * m4/fts.m4 (gl_FUNC_FTS):
12541         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
12542         * m4/getdate.m4 (gl_GETDATE):
12543         * m4/gethrxtime.m4 (gl_GETHRXTIME):
12544         * m4/getpagesize.m4 (gl_GETPAGESIZE):
12545         * m4/getpass.m4 (gl_FUNC_GETPASS):
12546         * m4/gettime.m4 (gl_GETTIME):
12547         * m4/getugroups.m4 (gl_GETUGROUPS):
12548         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
12549         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
12550         * m4/hard-locale.m4 (gl_HARD_LOCALE):
12551         * m4/hash.m4 (gl_HASH):
12552         * m4/idcache.m4 (gl_IDCACHE):
12553         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
12554         * m4/lchown.m4 (gl_FUNC_LCHOWN):
12555         * m4/long-options.m4 (gl_LONG_OPTIONS):
12556         * m4/lstat.m4 (gl_FUNC_LSTAT):
12557         * m4/md5.m4 (gl_MD5):
12558         * m4/memcasecmp.m4 (gl_MEMCASECMP):
12559         * m4/memcoll.m4 (gl_MEMCOLL):
12560         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
12561         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
12562         * m4/memxor.m4 (gl_MEMXOR):
12563         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
12564         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
12565         * m4/modechange.m4 (gl_MODECHANGE):
12566         * m4/mountlist.m4 (gl_MOUNTLIST):
12567         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
12568         * m4/openat.m4 (gl_FUNC_OPENAT):
12569         * m4/pathmax.m4 (gl_PATHMAX):
12570         * m4/physmem.m4 (gl_PHYSMEM):
12571         * m4/posixtm.m4 (gl_POSIXTM):
12572         * m4/posixver.m4 (gl_POSIXVER):
12573         * m4/quote.m4 (gl_QUOTE):
12574         * m4/quotearg.m4 (gl_QUOTEARG):
12575         * m4/readtokens.m4 (gl_READTOKENS):
12576         * m4/readutmp.m4 (gl_READUTMP):
12577         * m4/regex.m4 (gl_REGEX):
12578         * m4/safe-read.m4 (gl_SAFE_READ):
12579         * m4/safe-write.m4 (gl_SAFE_WRITE):
12580         * m4/same.m4 (gl_SAME):
12581         * m4/save-cwd.m4 (gl_SAVE_CWD):
12582         * m4/savedir.m4 (gl_SAVEDIR):
12583         * m4/settime.m4 (gl_SETTIME):
12584         * m4/sha1.m4 (gl_SHA1):
12585         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
12586         * m4/stat-macros.m4 (gl_STAT_MACROS):
12587         * m4/stat-time.m4 (gl_STAT_TIME):
12588         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
12589         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
12590         * m4/strdup.m4 (gl_FUNC_STRDUP):
12591         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
12592         * m4/strndup.m4 (gl_FUNC_STRNDUP):
12593         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
12594         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
12595         * m4/time_r.m4 (gl_TIME_R):
12596         * m4/timespec.m4 (gl_TIMESPEC):
12597         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
12598         * m4/unlinkdir.m4 (gl_UNLINKDIR):
12599         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
12600         * m4/userspec.m4 (gl_USERSPEC):
12601         * m4/utimecmp.m4 (gl_UTIMECMP):
12602         * m4/utimens.m4 (gl_UTIMENS):
12603         * m4/xalloc.m4 (gl_XALLOC):
12604         * m4/xgetcwd.m4 (gl_XGETCWD):
12605         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
12606         * m4/xreadlink.m4 (gl_XREADLINK):
12607         * m4/xstrtod.m4 (gl_XSTRTOD):
12608         * m4/yesno.m4 (gl_YESNO):
12609         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
12610         to get the necessary .h files and whatnot.
12611
12612 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
12613             Bruno Haible  <bruno@clisp.org>
12614
12615         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
12616         /bin/sh understanding of '!' conditional negation.
12617
12618 2006-08-21  Jim Meyering  <jim@meyering.net>
12619
12620         * modules/openat (Depends-on): Really alphabetize.
12621
12622         * modules/acl (Depends-on): Add error and quote.
12623
12624         * check-module (find_included_lib_files): Add at-func.c to the
12625         ok-to-include-more-than-once white list.
12626
12627         * modules/openat (Depends-on): Add lstat.  Alphabetize.
12628
12629 2006-08-21  Bruno Haible  <bruno@clisp.org>
12630
12631         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12632         Emit a pkgdata_DATA variable only if some snippets add contents to it.
12633         Reported by Martin Lambers <marlam@marlam.de>.
12634
12635 2006-08-21  Bruno Haible  <bruno@clisp.org>
12636
12637         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
12638         specify an installation location, don't emit a noinst_LIBRARIES or
12639         noinst_LTLIBRARIES assignment.
12640
12641 2006-08-21  Bruno Haible  <bruno@clisp.org>
12642
12643         BeOS portability.
12644         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
12645         BeOS has mbrtowc() but no <wctype.h>.
12646
12647 2006-08-21  Bruno Haible  <bruno@clisp.org>
12648
12649         BeOS portability.
12650         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
12651         exist.
12652
12653 2006-08-21  Bruno Haible  <bruno@clisp.org>
12654
12655         BeOS portability.
12656         * lib/mbchar.h: Include <wctype.h> only if it exists.
12657
12658 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12659
12660         Remove files that are no longer needed by their respective modules.
12661         * m4/obstack.m4: Remove.
12662         * m4/strerror_r.m4: Remove.
12663         * m4/uint32_t.m4: Remove.
12664         * m4/uintptr_t.m4: Remove.
12665         * m4/ullong_max.m4: Remove.
12666         * m4/xstrtoimax.m4: Remove.
12667         * m4/xstrtoumax.m4: Remove.
12668
12669         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
12670         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
12671         dependencies now capture this.
12672
12673         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
12674         Do not use AC_LIBSOURCES, since gnulib modules now do this.
12675         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
12676         * m4/human.m4 (gl_HUMAN): Likewise.
12677         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
12678         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
12679
12680         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
12681
12682         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
12683         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
12684         stdint.
12685         * m4/human.m4 (gl_HUMAN): Likewise.
12686         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
12687         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
12688         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
12689         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
12690         * m4/xstrtol (gl_XSTRTOL): Likewise.
12691
12692         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
12693         AC_TYPE_LONG_LONG_INT.
12694         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
12695         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
12696         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
12697         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
12698
12699         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
12700         on stdbool.
12701
12702         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
12703         (gl_PREREQ_XSTRTOUL): Remove.
12704
12705         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
12706
12707         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
12708         mode.
12709
12710 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12711
12712         Add and change modules to make it easier for coreutils to use
12713         gnulib-tool.
12714         * modules/backupfile (Files): Remove m4/d-ino.m4.
12715         (Depends-on): Add d-ino.
12716         * modules/cycle-check (Depends-on): Add stdint.
12717         (lib_SOURCES): Add cycle-check.h.
12718         * modules/d-ino: New module.
12719         * modules/d-type: New module.
12720         * modules/error (Files): Remove m4/strerror_r.m4.
12721         * modules/filemode (Files): Add m4/st_dm_mode.m4.
12722         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
12723         m4/inttypes_h.m4, m4/uintmax_t.m4.
12724         (Depends-on): Add stdint.
12725         (lib_SOURCES): Add fsusage.h.
12726         * modules/getcwd (Files): Remove d-ino.m4.
12727         (Depends-on): Add d-ino.
12728         * modules/getndelim2 (Depends-on): Add stdint.
12729         * modules/glob (Files): Remove m4/d-type.m4.
12730         (Depends-on): Add d-type.
12731         * modules/host-os: New module.
12732         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
12733         m4/inttypes_h.m4, m4/uintmax_t.m4.
12734         * Depends-on: Add stdint.
12735         (lib_SOURCES): Add human.h.
12736         * modules/inttostr (Files): Remove m4/intmax_t.m4,
12737         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
12738         m4/uintmax_t.m4, m4/ulonglong.m4.
12739         (Depends-on): Add stdint.
12740         (EXTRA_DIST): Add inttostr.h.
12741         * modules/lchmod: New module.
12742         * modules/link-follow: New module.
12743         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
12744         (Depends-on): Add lchmod.
12745         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
12746         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
12747         (Depends-on): Add stdint.
12748         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
12749         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
12750         (Depends-on): Add stdint.
12751         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
12752         * modules/perl: New module.
12753         * modules/regex (Depends-on): Add stdint.
12754         * modules/rmdir-errno: New module.
12755         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
12756         m4/intmax_t.m4.
12757         (Depends-on): Add stdint.
12758         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
12759         m4/uintmax_t.m4.
12760         (Depends-on): Add stdint.
12761         * modules/unlink-busy: New module.
12762         * modules/utimecmp (Depends-on): Add stdint.
12763         * modules/uptime: New module.
12764         * modules/winsz-ioctl: New module.
12765         * modules/winsz-termios: New module.
12766         * modules/xnanosleep (Depends-on): Add nanosleep.
12767         * modules/ullong_max: Remove.
12768         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
12769         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
12770         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
12771         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
12772         (Depends-on): Add inttypes.
12773         (lib_SOURCES): Add xstrtol.h.
12774         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
12775         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
12776         * MODULES.html.sh: Move 'assert' into the assert section.
12777         Move 'dummy' into the linking section.
12778         Remove ullong_max.
12779         Add section for compatibility checks for POSIX:2001 functions,
12780         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
12781         winsz-ioctl, and winsz-termios into it.
12782         Add lchmod.
12783         Add top-level Misc section and put host-os, perl, and uptime
12784         into it.
12785
12786 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12787
12788         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
12789         now assume the stdint module.  Do not include inttypes.h.
12790         * lib/fsusage.h: Likewise.
12791         * lib/getndelim2.c: Likewise.
12792         * lib/human.h: Likewise.
12793         * lib/inttostr.h: Likewise.
12794         * lib/obstack.c: Likewise.
12795         * lib/regex_internal.h: Likewise.
12796         * lib/tempname.c: Likewise.
12797         * lib/utimecmp.c: Likewise.
12798         * lib/xstrtol.h: Likewise.
12799
12800         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
12801
12802         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
12803         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
12804         * lib/xtime.h: Likewise.
12805
12806 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12807
12808         * modules/openat (Files): Add lib/fchmodat.c.
12809         Fixes problem reported by Jay Youngman.
12810
12811 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12812
12813         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
12814         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
12815
12816 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
12817             Bruno Haible  <bruno@clisp.org>
12818
12819         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
12820         and is a script that invokes bison. Tighten the code. Add comments.
12821
12822 2006-08-18  Jim Meyering  <jim@meyering.net>
12823
12824         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
12825         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
12826         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
12827         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
12828
12829 2006-08-18  Bruno Haible  <bruno@clisp.org>
12830
12831         * modules/bison-i18n: New file.
12832         * MODULES.html.sh (Internationalization functions): Add it.
12833
12834 2006-08-18  Bruno Haible  <bruno@clisp.org>
12835
12836         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
12837         sys/statvfs.h. When getmntinfo was found, check its declaration and
12838         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
12839
12840 2006-08-18  Bruno Haible  <bruno@clisp.org>
12841
12842         * m4/bison-i18n.m4: New file, from bison.
12843
12844 2006-08-18  Bruno Haible  <bruno@clisp.org>
12845
12846         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
12847         (ME_DUMMY): Treat "kernfs" as a dummy.
12848         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
12849
12850 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12851
12852         Update from coreutils.
12853
12854         2006-08-15  Jim Meyering  <jim@meyering.net>
12855
12856         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
12857
12858         2006-01-17  Jim Meyering  <jim@meyering.net>
12859
12860         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
12861
12862         2006-01-11  Jim Meyering  <jim@meyering.net>
12863
12864         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
12865         Check for the lchmod function.
12866
12867 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12868
12869         Update from coreutils.
12870
12871         * lib/__fpending.h: Add copyright notice.
12872         * lib/fprintftime.h: Likewise.
12873         * lib/savedir.c: Use (C) in copyright notice.
12874         * lib/savedir.h: Likewise.
12875
12876         2006-08-15  Jim Meyering  <jim@meyering.net>
12877
12878         * lib/at-func.c: New file, with the logic of all emulated at-functions.
12879         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
12880         in support of the EXPECTED_ERRNO macro.
12881         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
12882         definitions.  Instead, define the appropriate symbols and include
12883         "at-func.c".
12884         * lib/mkdirat.c (mkdirat): Likewise.
12885         * lib/fchmodat.c (fchmodat): Likewise.
12886         (ENOSYS): Remove definition.
12887         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
12888         it.  Don't include "unistd--.h" -- it wasn't ever used.
12889
12890         2006-01-17  Jim Meyering  <jim@meyering.net>
12891
12892         Rewrite fts.c not to change the current working directory,
12893         by using openat, fstatat, fdopendir, etc..
12894
12895         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
12896         (HAVE_OPENAT_SUPPORT): Define.
12897         [_LIBC] (fchdir): Don't undef or define; no longer used.
12898         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
12899         Now, this `function' always succeeds, and consumes its file descriptor
12900         parameter -- so callers must not close such FDs.  Update callers.
12901         (diropen_fd, opendirat, cwd_advance_fd): New functions.
12902         (diropen): Add parameter, SP.  Adjust all callers.
12903         Implement using diropen_fd, rather than open.
12904         (fts_open): Initialize new member, fts_cwd_fd.
12905         Remove fts_rft-setting code.
12906         (fts_close): Close fts_cwd_fd, if necessary.
12907         (__opendir2): Define in terms of opendir or opendirat,
12908         depending on whether the FST_NOCHDIR flag is set.
12909         (fts_build): Since fts_safe_changedir consumes its FD, and since
12910         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
12911         and close the dup'd file descriptor upon failure.
12912         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
12913         (fts_safe_changedir): Tweak semantics to reflect that this function
12914         now calls cwd_advance_fd and hence consumes its FD argument.
12915         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
12916         [struct FTS] (fts_rft): Remove now-unused member.
12917         [struct FTS] (fts_cycle.state): Improve comment.
12918
12919         * lib/openat.c (openat_needs_fchdir): New function.
12920         * lib/openat.h (openat_needs_fchdir): Declare it.
12921
12922 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12923
12924         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
12925         Problem and fix reported by Pádraig Brady in
12926         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
12927
12928 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12929
12930         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
12931
12932 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12933
12934         * lib/memcoll.c (memcoll): Optimize for the common case where the
12935         arguments are bytewise equal.
12936
12937 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12938
12939         * doc/regexprops-generic.texi: Add a copyright notice.
12940
12941 2006-08-15  Bruno Haible  <bruno@clisp.org>
12942
12943         * modules/tmpdir (License): Change to LGPL.
12944
12945 2006-08-15  Bruno Haible  <bruno@clisp.org>
12946
12947         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
12948         module.
12949
12950 2006-08-14  Simon Josefsson  <jas@extundo.com>
12951
12952         * config/srclist.txt: Add gnupload.
12953
12954 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12955
12956         Change copyright notice from LGPL 2 to GPL 2, since that's the
12957         standard form used in the gnulib repository.
12958         * tests/test-lock.c: Likewise.
12959         * tests/test-stdint.c: Likewise.
12960         * tests/test-tls.c: Likewise.
12961
12962         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
12963         prelude-manager.  User shorter URLs for GNU projects, without '?'.
12964         Add copyright notice.
12965
12966         * check-module: Add copyright notice.  Output a copyright
12967         notice if "--version" is specified.
12968         * modules/COPYING: New file.
12969         * tests/test-getaddrinfo.c: Add copyright notice.
12970         * tests/test-verify.c: Likewise.
12971
12972 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12973
12974         Change copyright notice from LGPL 2 to GPL 2, since that's the
12975         standard form used in the gnulib repository.
12976         * lib/lock.c: LGPL -> GPL.
12977         * lib/lock.h: Likewise.
12978         * lib/strnlen1.c: Likewise.
12979         * lib/strnlen1.h: Likewise.
12980         * lib/tls.c: Likewise.
12981         * lib/tls.h: Likewise.
12982         * lib/tmpdir.c: Likewise.
12983
12984         * lib/TODO: Remove; this belongs only in coreutils.
12985
12986 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12987
12988         Add copyright notices to long-enough files that lack them, since
12989         otherwise the files aren't clearly free.  Use the same notice that
12990         getdate.texi already uses.
12991         * doc/alloca-opt.texi: Add copyright notice.
12992         * doc/alloca.texi: Likewise.
12993         * doc/ctime.texi: Likewise.
12994         * doc/functions.texi: Likewise.
12995         * doc/gcd.texi: Likewise.
12996         * doc/gnulib-tool.texi: Likewise.
12997         * doc/inet_ntoa.texi: Likewise.
12998         * doc/visibility.texi: Likewise.
12999
13000         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
13001         * doc/quote.texi: Add copyright notice.
13002
13003         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
13004         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
13005         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
13006         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
13007         is now obsolete, and give a pointer to the Sun list.
13008         Add copyright notice.
13009
13010 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
13011
13012         * config/srclistvars.sh: Add copyright notice.
13013
13014 2006-08-14  Eric Blake  <ebb9@byu.net>
13015
13016         Import the following change from libc:
13017
13018         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
13019
13020         Upstream bug 2997.
13021         * lib/misc/error.c: Add space between program name and message if file
13022         name is missing.
13023
13024 2006-08-12  Karl Berry  <karl@gnu.org>
13025
13026         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
13027         remove, these originate in gnulib now.
13028
13029 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13030
13031         * doc/Makefile (standards.info standards.html standards.dvi):
13032         Also depend on make-stds.texi.
13033
13034 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
13035
13036         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
13037         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
13038
13039         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
13040         in wchar_t.  Problem reported by Eric Blake.
13041
13042         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
13043         LEN is smaller than SIZE.  Suggested by Bruno Haible.
13044         Also, help the compiler to keep LEN in a register.
13045
13046 2006-08-11  Eric Blake  <ebb9@byu.net>
13047
13048         * users.txt: Sort.  Add tar.
13049
13050 2006-08-11  Bruno Haible  <bruno@clisp.org>
13051
13052         * users.txt: New file.
13053
13054 2006-08-11  Bruno Haible  <bruno@clisp.org>
13055
13056         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
13057         before <wchar.h>. Needed for OSF/1 and BSD/OS.
13058
13059 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
13060
13061         * modules/snprintf (Depends-on): Remove minmax.
13062         (Maintainer): Add self and Bruno.
13063
13064 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
13065
13066         * lib/.cppi-disable: Add snprintf.h, socket_.h.
13067         * lib/snprintf.c: Include <errno.h> and <limits.h>.
13068         (EOVERFLOW): Define if the system does not.
13069         Do not include "minmax.h"; it wasn't used.
13070         (snprintf): Don't assume size_t promotes to an unsigned type.
13071         Fix bug when generated string was too long for the buffer: the
13072         buffer's contents are supposed to be the initial prefix of the
13073         output.  Don't assume vasnprintf returns EOVERFLOW if the size
13074         exceeds INT_MAX; do the check ourselves.
13075
13076         Import the following changes from libc:
13077
13078         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
13079
13080         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
13081         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
13082         set wc to the byte which couldn't be converted.
13083         (re_string_reconstruct): Don't clear valid_raw_len before calling
13084         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
13085         tip_context using re_string_context_at.
13086
13087         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
13088
13089         * lib/posix/regex.h: g++ still cannot handled [restrict].
13090
13091         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
13092
13093         * lib/posix/regex.h: Remove special handling for VMS.
13094
13095 2006-08-10  Jim Meyering  <jim@meyering.net>
13096
13097         * modules/same-inode: New module.
13098         * modules/dev-ino: New module.
13099         * modules/cycle-check: Depend on these modules, rather than simply
13100         including their .h files.
13101         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
13102         required via m4/cycle-check.m4.
13103         * modules/same: Depend on new same-inode module, rather than
13104         including same-inode.h.
13105         * modules/chdir-safer: New file.
13106
13107         * modules/chown (Depends-on): Add stat-macros.
13108
13109 2006-08-10  Jim Meyering  <jim@meyering.net>
13110
13111         * m4/cycle-check.m4: New file.
13112         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
13113         * m4/dev-ino.m4, m4/same-inode.m4: New files.
13114
13115 2006-08-10  Eric Blake  <ebb9@byu.net>
13116
13117         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
13118         in from original proposal.
13119
13120 2006-08-10  Eric Blake  <ebb9@byu.net>
13121         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13122
13123         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
13124         namespace.
13125
13126 2006-08-10  Bruno Haible  <bruno@clisp.org>
13127
13128         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
13129         as well.
13130
13131 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13132
13133         Sync from coreutils.
13134
13135         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
13136
13137         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
13138         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
13139
13140 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13141
13142         * modules/restrict: Remove; no longer needed now that we assume
13143         Autoconf 2.59 or later.
13144         * MODULES.html.sh: Remove 'restrict'.
13145         * modules/argp (Depends-on): Remove 'restrict'.
13146         * modules/base64 (Depends-on): Likewise.
13147         * modules/gc (Depends-on): Likewise.
13148         * modules/getaddrinfo (Depends-on): Likewise.
13149         * modules/glob (Depends-on): Likewise.
13150         * modules/inet_ntop (Depends-on): Likewise.
13151         * modules/inet_pton (Depends-on): Likewise.
13152         * modules/memxor (Depends-on): Likewise.
13153         * modules/regex (Depends-on): Likewise.
13154         * modules/strtok_r (Depends-on): Likewise.
13155         * modules/time_r (Depends-on): Likewise.
13156
13157 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13158
13159         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
13160         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
13161         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13162         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
13163         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
13164         * m4/memxor.m4 (gl_MEMXOR): Likewise.
13165         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
13166         gl_C_RESTRICT replaced by AC_C_RESTRICT.
13167
13168         Merge from coreutils.
13169         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
13170         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
13171         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
13172         * m4/time_r.m4 (gl_TIME_R): Likewise.
13173
13174 2006-08-09  Karl Berry  <karl@gnu.org>
13175
13176         * config/srclist.txt: no more gettext-tools, per Bruno.
13177
13178 2006-08-08  Eric Blake  <ebb9@byu.net>
13179
13180         * modules/verror: New module.
13181         * MODULES.html.sh: Document it.
13182
13183 2006-08-08  Eric Blake  <ebb9@byu.net>
13184
13185         * lib/verror.h, lib/verror.c: New files.
13186
13187 2006-08-08  Eric Blake  <ebb9@byu.net>
13188
13189         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
13190         verror_at_line output complies with GNU Coding Standards even when
13191         file is NULL.
13192
13193 2006-08-07  Bruno Haible  <bruno@clisp.org>
13194
13195         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
13196         versions of AIX.
13197         Reported by Ralf Wildenhues.
13198
13199 2006-08-07  Bruno Haible  <bruno@clisp.org>
13200
13201         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
13202         in an AC_DEFUN. Needed so that the autoconf snippets can use
13203         AC_REQUIRE.
13204
13205 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13206
13207         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13208         Initialize pkgdata_DATA.
13209         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
13210         overriding it.
13211
13212 2006-08-06  Eric Blake  <ebb9@byu.net>
13213
13214         * lib/error.h: Fold in some upstream changes from glibc.
13215         * lib/error.c: Likewise.
13216
13217 2006-08-04  Bruno Haible  <bruno@clisp.org>
13218
13219         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13220         Make the mostlyclean-local rule depend on mostlyclean-generic.
13221         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
13222
13223 2006-07-31  Bruno Haible  <bruno@clisp.org>
13224
13225         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
13226         <stdlib.h>, <string.h>.
13227
13228 2006-07-30  Bruno Haible  <bruno@clisp.org>
13229
13230         * modules/readlink (License): Change to LGPL.
13231
13232 2006-07-30  Bruno Haible  <bruno@clisp.org>
13233
13234         * modules/javaversion (Makefile.am): Distribute javaversion.java and
13235         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
13236         set PKGDATADIR to point to it.
13237
13238 2006-07-30  Bruno Haible  <bruno@clisp.org>
13239
13240         * modules/csharpexec (configure.ac): Comment out macro invocation.
13241         * modules/javaexec (configure.ac): Likewise.
13242         * modules/javacomp-script (configure.ac): Likewise.
13243
13244         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
13245
13246 2006-07-30  Bruno Haible  <bruno@clisp.org>
13247
13248         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
13249         linked-list.
13250
13251 2006-07-30  Bruno Haible  <bruno@clisp.org>
13252
13253         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
13254
13255 2006-07-30  Bruno Haible  <bruno@clisp.org>
13256
13257         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13258         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
13259         get removed.
13260
13261 2006-07-29  Bruno Haible  <bruno@clisp.org>
13262
13263         Make it possible for gnulib-tool to work with locally modified or
13264         augmented gnulib repositories.
13265         * gnulib-tool (func_usage): Document --local-dir option.
13266         (local_gnulib_dir): New variable.
13267         Handle --local-dir option.
13268         (func_lookup_file): New function.
13269         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
13270         (func_get_description, func_get_filelist, func_get_description,
13271         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
13272         func_get_automake_snippet, func_get_include_directive,
13273         func_get_license, func_get_maintainer): Use func_lookup_file.
13274         (func_import, func_create_testdir): Use func_lookup_file.
13275
13276 2006-07-29  Bruno Haible  <bruno@clisp.org>
13277
13278         * modules/setenv (Depends-on): Add unistd.
13279
13280 2006-07-29  Bruno Haible  <bruno@clisp.org>
13281
13282         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
13283
13284 2006-07-29  Bruno Haible  <bruno@clisp.org>
13285
13286         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
13287
13288 2006-07-29  Bruno Haible  <bruno@clisp.org>
13289
13290         * gnulib-tool (import, update): If there is no Makefile.am, look at
13291         aclocal.m4, instead of bailing out.
13292
13293 2006-07-29  Bruno Haible  <bruno@clisp.org>
13294
13295         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
13296         Categorize the options by when they are useful.
13297
13298 2006-07-29  Bruno Haible  <bruno@clisp.org>
13299
13300         * gnulib-tool (func_usage): Document option --no-libtool.
13301         Handle option --no-libtool.
13302         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
13303         for changed semantics of $libtool variable.
13304         (func_import): Likewise. If libtool is not used, show this through
13305         an option --no-libtool.
13306         (func_create_testdir): Update.
13307
13308 2006-07-29  Bruno Haible  <bruno@clisp.org>
13309
13310         * gnulib-tool (func_import): Extend error message about missing
13311         --doc-base.
13312
13313 2006-07-29  Bruno Haible  <bruno@clisp.org>
13314
13315         * gnulib-tool (func_import): Don't create the $docbase directory if
13316         there is no file to store there.
13317
13318 2006-07-29  Bruno Haible  <bruno@clisp.org>
13319
13320         * gnulib-tool (autoconf_minversion): If a --dir option is given and
13321         relevant, look for configure.ac there, not in the current directory.
13322         Also use a simple search for AC_PREREQ, not "autoconf --trace".
13323
13324 2006-07-29  Bruno Haible  <bruno@clisp.org>
13325
13326         * gnulib-tool (SORT): New variable.
13327         (func_usage): Undocument --assume-autoconf option.
13328         Remove --assume-autoconf option handling.
13329         (autoconf_minversion): Determine from the contents of configure.ac.
13330         (func_import): Remove autoconf_minversion handling.
13331         Suggested by Eric Blake.
13332
13333 2006-07-29  Bruno Haible  <bruno@clisp.org>
13334
13335         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
13336
13337 2006-07-29  Bruno Haible  <bruno@clisp.org>
13338
13339         * config/srclist.txt (*setenv.[ch]): Remove rules.
13340
13341 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13342
13343         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
13344
13345 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13346
13347         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
13348         arpa/inet.h.
13349
13350 2006-07-28  Simon Josefsson  <jas@extundo.com>
13351
13352         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
13353         * modules/inet_pton (Depends-on): Likewise.
13354
13355 2006-07-28  Simon Josefsson  <jas@extundo.com>
13356
13357         * m4/netinet_in_h.m4: New file.
13358
13359 2006-07-28  Simon Josefsson  <jas@extundo.com>
13360
13361         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
13362         #include's.
13363
13364 2006-07-28  Simon Josefsson  <jas@extundo.com>
13365
13366         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
13367         #include's.
13368
13369 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
13370
13371         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
13372         setgid on directories only if they set these bits.
13373         * lib/modechange.h: Remove obsolete comment about masks.
13374
13375 2006-07-28  Eric Blake  <ebb9@byu.net>
13376
13377         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
13378         macro expansion.
13379
13380 2006-07-28  Bruno Haible  <bruno@clisp.org>
13381
13382         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
13383
13384 2006-07-28  Bruno Haible  <bruno@clisp.org>
13385
13386         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
13387
13388 2006-07-28  Bruno Haible  <bruno@clisp.org>
13389
13390         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
13391         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
13392         Define fallbacks.
13393         Avoids link error on FreeBSD 4.x.
13394         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13395
13396         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
13397         encoding.
13398         * lib/mbswidth.c (iswcntrl): Likewise.
13399
13400 2006-07-27  Bruno Haible  <bruno@clisp.org>
13401
13402         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
13403         test.
13404
13405 2006-07-27  Bruno Haible  <bruno@clisp.org>
13406
13407         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
13408         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
13409         defined.
13410
13411 2006-07-26  Eric Blake  <ebb9@byu.net>
13412
13413         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
13414
13415 2006-07-26  Eric Blake  <ebb9@byu.net>
13416
13417         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
13418         like mingw that lack mkstemp.
13419         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
13420         avoid compilation warning on mingw.
13421
13422 2006-07-26  Bruno Haible  <bruno@clisp.org>
13423
13424         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
13425         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
13426         INT_FAST*_MIN, INTPTR_MIN.
13427
13428 2006-07-25  Bruno Haible  <bruno@clisp.org>
13429
13430         * modules/version-etc (Depends-on): Add stdarg.
13431
13432 2006-07-25  Bruno Haible  <bruno@clisp.org>
13433
13434         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
13435         complex commands.
13436
13437 2006-07-25  Bruno Haible  <bruno@clisp.org>
13438
13439         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
13440         defined in <stdarg.h> or config.h.
13441
13442 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
13443
13444         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
13445         (gl_STDIO_SAFER): Remove.
13446
13447 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
13448
13449         * MODULES.html.sh (File stream based Input/Output):
13450         Add fopen-safer, tmpfile-safer; remove stdio-safer.
13451         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
13452         * modules/fopen-safer, modules/tmpfile-safer: New files.
13453         * modules/stdio-safer: Remove.
13454
13455 2006-07-24  Bruno Haible  <bruno@clisp.org>
13456
13457         * modules/tmpdir: New file.
13458         * MODULES.html.sh (File system functions): Add it.
13459
13460 2006-07-24  Bruno Haible  <bruno@clisp.org>
13461
13462         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
13463         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
13464
13465 2006-07-24  Bruno Haible  <bruno@clisp.org>
13466
13467         * modules/clean-temp: New file.
13468
13469 2006-07-24  Bruno Haible  <bruno@clisp.org>
13470
13471         * m4/tmpdir.m4: New file, from GNU gettext.
13472
13473 2006-07-24  Bruno Haible  <bruno@clisp.org>
13474
13475         * lib/tmpdir.h: New file, from GNU gettext.
13476         * lib/tmpdir.c: New file, from GNU gettext.
13477
13478 2006-07-24  Bruno Haible  <bruno@clisp.org>
13479
13480         * lib/clean-temp.h: New file, from GNU gettext.
13481         * lib/clean-temp.c: New file, from GNU gettext.
13482
13483 2006-07-23  Eric Blake  <ebb9@byu.net>
13484
13485         * modules/stdio-safer (Files): Add tmpfile-safer.c.
13486         (Depends-on): Add binary-io.
13487
13488 2006-07-23  Eric Blake  <ebb9@byu.net>
13489
13490         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
13491
13492 2006-07-23  Eric Blake  <ebb9@byu.net>
13493
13494         * lib/tmpfile-safer.c: New file.
13495         * lib/stdio-safer.h (fopen_safer): Add prototype.
13496         * lib/stdio--.h (tmpfile): Make safer.
13497
13498 2006-07-23  Bruno Haible  <bruno@clisp.org>
13499
13500         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
13501         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
13502         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
13503         gl_linked_remove_at): Use it.
13504
13505 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13506         and Simon Josefsson <jas@extundo.com>
13507
13508         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
13509
13510         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
13511
13512 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13513
13514         * modules/close-stream: New file.
13515         * modules/closeout (Description): Make it clear that it exits
13516         with a diagnostic on error.
13517         (Depends-on): Add close-stream.  Remove fpending, stdbool.
13518         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
13519
13520 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13521
13522         * m4/close-stream.m4: New file.
13523
13524 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13525
13526         * lib/close-stream.c, lib/close-stream.h: New files.
13527
13528 2006-07-22  Bruno Haible  <bruno@clisp.org>
13529
13530         Merge from GNU gettext 0.15.
13531
13532         2006-05-01  Bruno Haible  <bruno@clisp.org>
13533
13534                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
13535
13536         2006-07-22  Bruno Haible  <bruno@clisp.org>
13537
13538                 * modules/javaversion: New file.
13539                 * MODULES.html.sh (Java): Add javaversion.
13540
13541         2006-03-12  Bruno Haible  <bruno@clisp.org>
13542
13543                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
13544
13545         2005-12-04  Bruno Haible  <bruno@clisp.org>
13546
13547                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
13548                 (untested).
13549
13550         2006-06-21  Bruno Haible  <bruno@clisp.org>
13551
13552                 Avoid warnings from recent versions of mcs.
13553                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
13554                 -o, -L, -r any more. Use options documented since mcs-1.0
13555                 instead. Similarly for -g.
13556
13557         2005-12-04  Bruno Haible  <bruno@clisp.org>
13558
13559                 * build-aux/csharpcomp.sh.in: Suffix for resources is
13560                 .resources, not .resource.
13561
13562         2005-07-09  Bruno Haible  <bruno@clisp.org>
13563
13564                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
13565                 add a .dll suffix.
13566                 Reported by Mark Junker <mjscod@gmx.de>.
13567
13568         2006-07-22  Bruno Haible  <bruno@clisp.org>
13569
13570                 * modules/gettext: Upgrade to gettext-0.15.
13571                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
13572                 m4/visibility.m4.
13573                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
13574
13575 2006-07-22  Bruno Haible  <bruno@clisp.org>
13576
13577         Merge from GNU gettext 0.15.
13578
13579         2006-03-25  Bruno Haible  <bruno@clisp.org>
13580
13581                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
13582
13583         2006-07-21  Bruno Haible  <bruno@clisp.org>
13584
13585                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
13586                 "1.1".
13587
13588         2006-05-09  Bruno Haible  <bruno@clisp.org>
13589
13590                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
13591                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
13592                 for the conftestver execution.
13593
13594         2006-05-01  Bruno Haible  <bruno@clisp.org>
13595
13596                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
13597                 optional target-version argument. Verify that the compiler
13598                 groks source of the specified source-version, or add -source
13599                 option as necessary. Verify that the compiler produces
13600                 bytecode in the specified target-version, or add -target and
13601                 -source options as necessary. Make the result of the test
13602                 available as variable CONF_JAVAC. Also log error output in
13603                 config.log.
13604
13605         2006-03-11  Bruno Haible  <bruno@clisp.org>
13606
13607                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
13608
13609         2006-05-09  Bruno Haible  <bruno@clisp.org>
13610
13611                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
13612                 CLASSPATH_SEPARATOR to a semicolon.
13613
13614         2006-03-12  Bruno Haible  <bruno@clisp.org>
13615
13616                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
13617                 available as variable CONF_JAVA, for subsequent autoconf
13618                 tests. Also log error output in config.log.
13619
13620         2006-07-19  Bruno Haible  <bruno@clisp.org>
13621
13622                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
13623                 that getline works on glibc2 systems. Needed to avoid trouble
13624                 in relocatable.c.
13625                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
13626
13627         2005-12-04  Bruno Haible  <bruno@clisp.org>
13628
13629                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
13630                 launcher (untested).
13631
13632         2005-12-04  Bruno Haible  <bruno@clisp.org>
13633
13634                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
13635
13636         2006-07-22  Bruno Haible  <bruno@clisp.org>
13637
13638                 * gettext.m4: Update from GNU gettext-0.15.
13639                 * nls.m4: Likewise.
13640                 * po.m4: Likewise.
13641                 * inttypes-pri.m4: Likewise.
13642                 * inttypes-h.m4: Renamed from inttypes.m4.
13643                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
13644
13645 2006-07-22  Bruno Haible  <bruno@clisp.org>
13646
13647         Merge from GNU gettext 0.15.
13648
13649         2005-07-05  Bruno Haible  <bruno@clisp.org>
13650
13651                 * printf-args.c (printf_fetchargs): Work around broken
13652                 definition of wint_t on mingw.
13653
13654         2005-02-12  Bruno Haible  <bruno@clisp.org>
13655
13656                 * xallocsa.h: Add extern "C" for C++.
13657
13658         2006-05-17  Bruno Haible  <bruno@clisp.org>
13659
13660                 Cygwin portability.
13661                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
13662
13663         2006-04-30  Bruno Haible  <bruno@clisp.org>
13664
13665                 * progreloc.c: Include <mach-o/dyld.h> if available.
13666                 (find_executable): Use _NSGetExecutablePath when possible.
13667
13668         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
13669
13670                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
13671                 function.
13672
13673         2005-12-29  Bruno Haible  <bruno@clisp.org>
13674
13675                 * progreloc.c (set_program_name_and_installdir): Fix
13676                 compilation error.
13677
13678         2005-12-04  Bruno Haible  <bruno@clisp.org>
13679
13680                 Cygwin portability.
13681                 * progreloc.c: Include <windows.h> also on Cygwin.
13682                 (find_executable): Add support for Cygwin.
13683                 (set_program_name_and_installdir): Handle also platforms with
13684                 nonempty EXEEXT.
13685
13686         2006-07-11  Bruno Haible  <bruno@clisp.org>
13687
13688                 * javacomp.c: Fix a comment.
13689                 Reported by Jim Meyering.
13690
13691         2006-04-30  Bruno Haible  <bruno@clisp.org>
13692
13693                 * javacomp.h (compile_java_class): Add source_version,
13694                 target_version arguments.
13695                 * javacomp.c: Rewritten to choose only a compiler that
13696                 respects the specified source_version and target_version.
13697
13698         2006-06-27  Bruno Haible  <bruno@clisp.org>
13699
13700                 Assume correct S_ISDIR macro.
13701                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
13702
13703         2006-07-22  Bruno Haible  <bruno@clisp.org>
13704
13705                 * javaversion.h: New file, from GNU gettext.
13706                 * javaversion.c: New file, from GNU gettext.
13707                 * javaversion.java: New file, from GNU gettext.
13708                 * javaversion.class: New file, from GNU gettext.
13709
13710         2006-05-17  Bruno Haible  <bruno@clisp.org>
13711
13712                 Cygwin portability.
13713                 * javaexec.c (execute_java_class): Test for jview program
13714                 also on Cygwin.
13715
13716         2006-04-09  Bruno Haible  <bruno@clisp.org>
13717
13718                 * fatal-signal.c: Don't include string.h.
13719                 (at_fatal_signal): Use a copying loop instead of memcpy.
13720
13721         2005-12-04  Bruno Haible  <bruno@clisp.org>
13722
13723                 * csharpexec.c: Add support for 'clix' launcher (untested).
13724                 (execute_csharp_using_sscli): New function.
13725                 (execute_csharp_program): Call it.
13726
13727         2006-06-21  Bruno Haible  <bruno@clisp.org>
13728
13729                 Avoid warnings from recent versions of mcs.
13730                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
13731                 -o, -L, -r any more. Use options documented since mcs-1.0
13732                 instead. Similarly for -g.
13733
13734         2005-07-09  Bruno Haible  <bruno@clisp.org>
13735
13736                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
13737                 add a .dll suffix.
13738                 Reported by Mark Junker <mjscod@gmx.de>.
13739
13740         2006-06-17  Bruno Haible  <bruno@clisp.org>
13741
13742                 * config.charset: Update for NetBSD 3.0.
13743
13744         2006-05-17  Bruno Haible  <bruno@clisp.org>
13745
13746                 Cygwin portability.
13747                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
13748
13749         2006-05-16  Bruno Haible  <bruno@clisp.org>
13750
13751                 * localcharset.c [CYGWIN]: Include <windows.h>.
13752                 (get_charset_aliases): For Cygwin, return the same CPxxx
13753                 aliases list as under WIN32.
13754                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
13755                 the environment variables. Fall back to GetACP().
13756
13757         2006-04-05  Bruno Haible  <bruno@clisp.org>
13758
13759                 * config.charset: Update Juan Manuel Guerrero's address.
13760
13761         2005-02-12  Bruno Haible  <bruno@clisp.org>
13762
13763                 * allocsa.h: Add extern "C" for C++.
13764
13765         2005-02-10  Bruno Haible  <bruno@clisp.org>
13766
13767                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
13768                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
13769
13770         2006-07-22  Bruno Haible  <bruno@clisp.org>
13771
13772                 * gettext.h: Update to GNU gettext-0.15.
13773
13774 2006-07-22  Bruno Haible  <bruno@clisp.org>
13775
13776         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
13777         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
13778         lib-prefix.m4, longdouble.m4, ssize_t.m4.
13779
13780 2006-07-21  Eric Blake  <ebb9@byu.net>
13781
13782         * modules/stdlib-safer: New file.
13783         * MODULES.html.sh (File stream based Input/Output): Add
13784         stdlib-safer.
13785
13786 2006-07-21  Eric Blake  <ebb9@byu.net>
13787
13788         * lib/stdlib-safer.h: New file from coreutils, required by
13789         stdlib--.h.
13790
13791 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
13792
13793         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
13794
13795 2006-07-20  Bruno Haible  <bruno@clisp.org>
13796
13797         * gnulib-tool: Recognize new option --assume-autoconf.
13798         (autoconf_minversion): New variable.
13799         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
13800
13801 2006-07-20  Bruno Haible  <bruno@clisp.org>
13802
13803         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
13804
13805 2006-07-19  Derek R. Price  <derek@ximbiot.com>
13806
13807         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
13808         Reindent and repaginate.
13809
13810 2006-07-19  Derek Price  <derek@ximbiot.com>
13811
13812         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
13813         Correct grammar.
13814
13815 2006-07-17  Bruno Haible  <bruno@clisp.org>
13816
13817         * modules/list: New file.
13818         * modules/array-list: New file.
13819         * modules/carray-list, modules/carray-list-tests: New files.
13820         * modules/linked-list, modules/linked-list-tests: New files.
13821         * modules/avltree-list, modules/avltree-list-tests: New files.
13822         * modules/rbtree-list, modules/rbtree-list-tests: New files.
13823         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
13824         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
13825         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
13826         * modules/oset: New file.
13827         * modules/array-oset: New file.
13828         * modules/avltree-oset, modules/avltree-oset-tests: New files.
13829         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
13830         * tests/test-carray_list.c: New file.
13831         * tests/test-linked_list.c: New file.
13832         * tests/test-avltree_list.c: New file.
13833         * tests/test-rbtree_list.c: New file.
13834         * tests/test-linkedhash_list.c: New file.
13835         * tests/test-avltreehash_list.c: New file.
13836         * tests/test-rbtreehash_list.c: New file.
13837         * tests/test-avltree_oset.c: New file.
13838         * tests/test-rbtree_oset.c: New file.
13839         * MODULES.html.sh (Container data structures): New section.
13840
13841 2006-07-17  Bruno Haible  <bruno@clisp.org>
13842
13843         * m4/gl_list.m4: New file.
13844
13845 2006-07-17  Bruno Haible  <bruno@clisp.org>
13846
13847         * lib/gl_list.h: New file.
13848         * lib/gl_list.c: New file.
13849         * lib/gl_array_list.h: New file.
13850         * lib/gl_array_list.c: New file.
13851         * lib/gl_carray_list.h: New file.
13852         * lib/gl_carray_list.c: New file.
13853         * lib/gl_linked_list.h: New file.
13854         * lib/gl_linked_list.c: New file.
13855         * lib/gl_anylinked_list1.h: New file.
13856         * lib/gl_anylinked_list2.h: New file.
13857         * lib/gl_avltree_list.h: New file.
13858         * lib/gl_avltree_list.c: New file.
13859         * lib/gl_anyavltree_list1.h: New file.
13860         * lib/gl_anyavltree_list2.h: New file.
13861         * lib/gl_rbtree_list.h: New file.
13862         * lib/gl_rbtree_list.c: New file.
13863         * lib/gl_anyrbtree_list1.h: New file.
13864         * lib/gl_anyrbtree_list2.h: New file.
13865         * lib/gl_anytree_list1.h: New file.
13866         * lib/gl_anytree_list2.h: New file.
13867         * lib/gl_linkedhash_list.h: New file.
13868         * lib/gl_linkedhash_list.c: New file.
13869         * lib/gl_anyhash_list1.h: New file.
13870         * lib/gl_anyhash_list2.h: New file.
13871         * lib/gl_avltreehash_list.h: New file.
13872         * lib/gl_avltreehash_list.c: New file.
13873         * lib/gl_rbtreehash_list.h: New file.
13874         * lib/gl_rbtreehash_list.c: New file.
13875         * lib/gl_anytreehash_list1.h: New file.
13876         * lib/gl_anytreehash_list2.h: New file.
13877
13878         * lib/gl_oset.h: New file.
13879         * lib/gl_oset.c: New file.
13880         * lib/gl_array_oset.h: New file.
13881         * lib/gl_array_oset.c: New file.
13882         * lib/gl_avltree_oset.h: New file.
13883         * lib/gl_avltree_oset.c: New file.
13884         * lib/gl_rbtree_oset.h: New file.
13885         * lib/gl_rbtree_oset.c: New file.
13886         * lib/gl_anytree_oset.h: New file.
13887
13888 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13889
13890         * m4/mkancesdirs.m4: New file.
13891         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
13892         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
13893         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
13894         it.
13895
13896 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13897
13898         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
13899         * lib/mkancesdirs.h: New files.
13900         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
13901         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
13902         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
13903         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
13904         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
13905         callers changed.  Revamp internals significantly, by not
13906         attempting to create directories that are temporarily more
13907         permissive than the final results.  Do not attempt to use
13908         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
13909         This removes some race conditions, fixes some bugs, and simplifies
13910         things.  Use new dirchownmod function to do owner and mode changes.
13911         * lib/mkdir-p.h: Likewise.
13912         * lib/modechange.c (octal_to_mode): New function.
13913         (struct mode_change): New member mentioned.
13914         (make_node_op_equals): New arg mentioned.  All callers changed.
13915         (mode_compile): Keep track of which mode bits the user has explicitly
13916         mentioned.
13917         (mode_adjust): New arg DIR, so that we implement the X op correctly.
13918         New arg PMODE_BITS, to keep track of which mode bits the user
13919         mentioned; it treats S_ISUID and S_ISGID speciall.
13920         All callers changed.
13921         * lib/modechange.h: Likewise.
13922
13923 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13924
13925         * MODULES.html.sh: Add mkancestors.
13926         * modules/mkancesdirs: New module.
13927         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
13928         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
13929         The chdir-safer and afs files are now orphans; I'll remove them
13930         unless someone speaks up.
13931         Add lib/dirchownmod.c, lib/dirchownmod.h.
13932         (Depends-on): Remove alloca, chown, save-cwd, dirname.
13933         Add lchown, mkancesdirs.
13934         (Maintainer): Add self.
13935
13936 2006-07-15  Karl Berry  <karl@gnu.org>
13937
13938         * gnulib-tool: help message wording/arrangement.
13939
13940 2006-07-14  Simon Josefsson  <jas@extundo.com>
13941
13942         * doc/gnulib.texi (Libtool and Windows): New section.
13943
13944 2006-07-12  Simon Josefsson  <jas@extundo.com>
13945
13946         * modules/gendocs (License): Fix license, approved by Karl.
13947
13948 2006-07-12  Eric Blake  <ebb9@byu.net>
13949
13950         * MODULES.html.sh: Add gendocs.
13951
13952 2006-07-11  Eric Blake  <ebb9@byu.net>
13953
13954         * modules/fdl: New module, to install doc/fdl.texi.
13955         * MODULES.html.sh: Add new section for documentation modules.
13956         * gnulib-tool: Avoid space-tab.
13957         (--doc-base): New option, to manage files from doc.
13958
13959 2006-07-11  Eric Blake  <ebb9@byu.net>
13960
13961         * m4/absolute-header.m4: Fix comments to match recent change.
13962
13963 2006-07-11  Eric Blake  <ebb9@byu.net>
13964
13965         * gnulib-tool: List --doc-base before --tests-base.
13966
13967 2006-07-11  Derek R. Price  <derek@ximbiot.com>
13968
13969         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
13970
13971 2006-07-11  Bruno Haible  <bruno@clisp.org>
13972
13973         * README: Mention where to put documentation.
13974
13975 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13976
13977         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
13978
13979 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13980
13981         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
13982         to stdint.m4.
13983
13984 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13985
13986         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
13987         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
13988         "no/such/file/stdint.h" when there is no such file, so that
13989         the resulting C code can be parsed by dodgy compilers.
13990         Problems reported by Bob Proulx.
13991
13992 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13993
13994         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
13995         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13996         macros into the GNU _D_EXACT_NAMLEN.
13997         * lib/savedir.c:  Likewise.
13998         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
13999
14000 2006-07-10  Derek R. Price  <derek@ximbiot.com>
14001         and Paul Eggert  <eggert@cs.ucla.edu>
14002
14003         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
14004         * m4/savedir.m4:
14005         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
14006         macros into the GNU _D_EXACT_NAMLEN.
14007
14008 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
14009
14010         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
14011         around the absolute name, to work around a problem with the HP-UX
14012         11.23 native C compiler, reported by Bob Proulx.
14013
14014 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
14015
14016         * doc/maintain.texi, make-stds.texi: Sync from
14017         <http://savannah.gnu.org/projects/gnustandards>.
14018
14019 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
14020
14021         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
14022
14023 2006-07-09  Jim Meyering  <jim@meyering.net>
14024
14025         * m4/glob.m4: Remove a doubled word in a comment.
14026
14027 2006-07-09  Jim Meyering  <jim@meyering.net>
14028
14029         * lib/argp-pv.c: Remove a doubled word in a comment.
14030         * lib/check-version.c (check_version): Likewise.
14031         * lib/javacomp.c (compile_java_class): Likewise.
14032
14033 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
14034
14035         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
14036         for the benefit of people using Autoconf 2.60.  If you want to
14037         support older Autoconf versions you can copy m4/onceonly_2_57.m4
14038         (or m4/onceonly.m4, if pre-2.57) manually.
14039
14040 2006-07-08  Jim Meyering  <jim@meyering.net>
14041
14042         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
14043         comment.
14044         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
14045         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
14046         comment.
14047
14048 2006-07-08  Jim Meyering  <jim@meyering.net>
14049
14050         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
14051
14052 2006-07-07  Simon Josefsson  <jas@extundo.com>
14053
14054         * tests/test-crc.c: Change expected crc value, the test vector
14055         were probably computed using the old broken crc.c?
14056
14057 2006-07-06  Simon Josefsson  <jas@extundo.com>
14058
14059         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
14060         now the canonical place for the M4 file).
14061
14062         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
14063         from the sys_socket dependency now.
14064
14065         * modules/inet_pton (Files): Ditto.
14066
14067         * modules/inet_ntop (Files): Ditto.
14068
14069 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14070
14071         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
14072         not gl_PREREQ_GETUSERSHELL.
14073
14074 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14075
14076         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
14077         with only one argument, for Autoconf 2.60.
14078         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
14079         expand to nothing, so add a shell command to avoid syntax error.
14080         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
14081
14082 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14083
14084         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
14085
14086 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14087
14088         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
14089         no longer needed.  Check for isblank decl.
14090         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
14091         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
14092         of existence.
14093
14094 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14095
14096         * lib/getloadavg.c: Use __VMS, not VMS.
14097         * lib/getopt.c: Likewise.
14098         * lib/getpagesize.h: Likewise.
14099         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
14100         and probably does not work.
14101
14102 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14103
14104         * lib/.cppi-disable: Add wcwidth.
14105         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
14106         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
14107         (ISGRAPH): Remove.  All uses changed to isgraph.
14108         (FOLD) [!defined _LIBC]: Remove special case.
14109         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
14110         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
14111         HAVE_ISBLANK.
14112         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
14113         case.
14114
14115 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
14116
14117         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
14118         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
14119         brackets.  Other minor changes to suppress some compiler
14120         warnings.
14121
14122 2006-07-06  Derek R. Price  <derek@ximbiot.com>
14123         and Paul Eggert  <eggert@cs.ucla.edu>
14124
14125         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
14126         of invoking obsolescent AC_HEADER_DIRENT macro.
14127         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
14128         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
14129         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
14130         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
14131         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
14132         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
14133         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
14134         * m4/readdir.m4: Remove; no longer needed.
14135
14136 2006-07-06  Derek R. Price  <derek@ximbiot.com>
14137         and Paul Eggert  <eggert@cs.ucla.edu>
14138
14139         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
14140         Don't worry about this obsolete case any more.
14141         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
14142         directories.
14143         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
14144         worry about this obsolete case any more.
14145         * lib/fts.c: Likewise.
14146         * lib/getcwd.c: Likewise.
14147         * lib/glob.h: Likewise.
14148         * lib/savedir.c: Likewise.
14149
14150 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
14151
14152         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
14153         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
14154         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
14155         needed.
14156         All uses removed.
14157         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
14158         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
14159         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
14160         needed.
14161         * m4/getdate.m4 (gl_GETDATE): Likewise.
14162         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
14163         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
14164         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
14165         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
14166         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
14167         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
14168         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
14169         needed.
14170
14171 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
14172
14173         * lib/memcasecmp.c: Include <limits.h>.
14174         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
14175         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
14176         Don't assume isdigit succeeds only on '0' through '9'.
14177
14178 2006-07-05  Eric Blake  <ebb9@byu.net>
14179
14180         * modules/getaddrinfo (Depends-on): Add snprintf.
14181
14182 2006-07-05  Eric Blake  <ebb9@byu.net>
14183
14184         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
14185         to avoid 'header present but could not be compiled' on cygwin.
14186
14187 2006-07-05  Eric Blake  <ebb9@byu.net>
14188
14189         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
14190         missing from netdb.h.
14191         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
14192
14193 2006-07-05  Derek R. Price  <derek@ximbiot.com>
14194
14195         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
14196         no longer needed.
14197         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
14198         * m4/getdate.m4 (gl_GETDATE): Likewise.
14199         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
14200         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
14201         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
14202         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
14203         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
14204
14205 2006-07-05  Derek R. Price  <derek@ximbiot.com>
14206
14207         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
14208         All uses of is_space replaced by isspace.
14209         * lib/exit.h: Don't talk about STDC_HEADERS.
14210         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
14211         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
14212         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
14213         replaced by isprint etc.
14214         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
14215         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
14216         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
14217         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
14218         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
14219         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
14220
14221 2006-07-05  Bruno Haible  <bruno@clisp.org>
14222
14223         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
14224         the function exists, before testing against AIX.
14225         Reported by Martin Lambers <marlam@marlam.de>.
14226
14227 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
14228
14229         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
14230         From Mark D. Baushke.
14231
14232 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
14233
14234         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
14235         to the absolute name, not just one, to bypass Sun C 5.8's
14236         "warning: #include of /usr/include/... may be non-portable".
14237
14238 2006-07-04  Eric Blake  <ebb9@byu.net>
14239
14240         * modules/dirname-tests: New test module.
14241         * tests/test-dirname.c: New file, replacing dirname.c
14242         TEST_DIRNAME section that was recently deleted.
14243
14244 2006-07-04  Bruno Haible  <bruno@clisp.org>
14245
14246         Assume ANSI C header files and <ctype.h> functions.
14247         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
14248         (mbsnwidth): Use isprint, iscntrl instead.
14249
14250 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14251
14252         Merge from coreutils.
14253         * MODULES.html.sh: Add xstrtold.
14254         * modules/xstrtold: New file.
14255         * modules/cycle-check (Files): Add lib/same-inode.h.
14256         * modules/dirname (Files): Add m4/double-slash-root.m4.
14257         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
14258         * modules/mkdir-p (Files): Add lib/same-inode.h.
14259         * modules/same (Files): Add lib/same-inode.h.
14260
14261 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14262
14263         * m4/absolute-header.m4: Renamed from full-header-path.m4.
14264         This is to keep the terminology clean; POSIX talks about
14265         "absolute pathnames", not "full pathnames", but the GNU
14266         Coding Standards say to use "path" for something else;
14267         so use "absolute" to keep both sides happy.
14268         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
14269         Set gl_absolute_header, not gl_full_header_path.
14270         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
14271         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
14272         All uses changed.
14273
14274         Merge from coreutils.
14275
14276         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
14277
14278         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
14279         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
14280         want to require the building of c-strtod.o.
14281         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
14282         needs -lm directly.
14283         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
14284
14285         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
14286
14287         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
14288         --as-needed option if available.  Problem reported by Albert Chin in
14289         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
14290         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
14291         cc merely issues a bunch of annoying warnings for --as-needed
14292         (this problem was reported by Bob Proulx).  Also, try linking with
14293         -lm to detect a bug in binutils 2.16 (this problem was reported
14294         by Ralf Wildenhues).
14295
14296         2006-06-18  Jim Meyering  <jim@meyering.net>
14297
14298         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
14299         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
14300         macro.
14301         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
14302         also check for glibc-2.4's abort-inducing bug.
14303
14304         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
14305         Low-probability clean-up should be to use rmdir to get rid of
14306         the just-created directory, not unlink.
14307
14308         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
14309         configure fail, and request a bug report to inform us about it.
14310         Add a comment that, barring reports to the contrary, in 2007 we'll
14311         assume ftruncate is universally available.
14312
14313         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
14314
14315         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
14316
14317         2006-03-12  Jim Meyering  <jim@meyering.net>
14318
14319         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
14320         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
14321         * m4/same.m4 (gl_SAME): Likewise.
14322         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
14323
14324         2006-03-11  Eric Blake  <ebb9@byu.net>
14325
14326         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
14327         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
14328         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
14329         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
14330
14331 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14332
14333         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
14334         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
14335         reported by Mark D. Baushke, one in
14336         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
14337
14338         Merge from coreutils.
14339
14340         * lib/.cppi-disable: Add stdint_.h.
14341         * lib/.cvsignore: Add stdint.h.
14342
14343         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
14344
14345         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
14346         both double and long double versions.
14347         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
14348         * lib/xstrtold.c: New file.
14349         * lib/xstrtod.h (xstrtold): New decl.
14350
14351         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
14352
14353         * lib/filemode.c (setst): Remove.
14354         (strmode): Rewrite to avoid setst.  This makes the code shorter,
14355         (arguably) clearer, and the generated code is a bit smaller on my
14356         Debian GNU/Linux stable x86 host.
14357
14358         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
14359
14360         * lib/filemode.c: Include "filemode.h" first, to test the interface.
14361         Assume that filemode.h includes sys/types.h and sys/stat.h.
14362         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
14363         (ftypelet): Reorder to put common cases first, for efficiency.
14364         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
14365         to do 'M'.
14366         (strmode): Renamed from mode_string, and now stores 12 bytes instead
14367         of 10, for compatibility with FreeBSD.  All callers changed.
14368         (filemodestring): Now stores 12 bytes instead of 10, and sets file
14369         types that can't be deduced solely from st_mode.  First arg is now a
14370         const pointer.
14371         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
14372         (strmode): Renamed from mode_string.
14373         (filemodestring): New decl.
14374         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
14375         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
14376         needed.
14377         (S_ISPORT, S_ISWHT): New macros, if not already defined.
14378
14379         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
14380
14381         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
14382         fsusage.h now does that.  Include fsusage.h first, to test interface.
14383         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
14384         at most one method (the old code could have generated decls that
14385         didn't conform to C89, not that this was ever exercised).
14386         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
14387
14388         2006-03-19  Jim Meyering  <jim@meyering.net>
14389
14390         Work even in a chroot where d_ino values for entries in "/"
14391         don't match the stat.st_ino values for the same names.
14392         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
14393         number, iterate through all entries again, using lstat instead.
14394         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
14395         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
14396
14397         * lib/getcwd.c (__getcwd): Clarify a comment.
14398         Use memcpy in place of a call to strcpy.
14399
14400         2006-03-12  Jim Meyering  <jim@meyering.net>
14401
14402         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
14403         matches that of the current directory (which we're about to chdir ".."
14404         out of), then save the dev-ino of the parent, instead.
14405
14406         * lib/same-inode.h (SAME_INODE): New file/macro.
14407         * lib/chdir-safer.c (SAME_INODE): Remove definition.
14408         Include "same-inode.h", instead.
14409         * lib/same.c: Likewise.
14410         * lib/cycle-check.h: Include "same-inode.h".
14411         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
14412         * lib/cycle-check.c (SAME_INODE): Remove definition.
14413         * lib/root-dev-ino.h: Include "same-inode.h".
14414
14415         2006-03-11  Eric Blake  <ebb9@byu.net>
14416
14417         * lib/same.c (same_name): s/base_name/last_component/
14418         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
14419         * lib/filenamecat.c (file_name_concat): Likewise.
14420
14421         2006-03-11  Eric Blake  <ebb9@byu.net>,
14422                     Paul Eggert  <eggert@cs.ucla.edu>
14423
14424         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
14425         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
14426         drive prefix.
14427         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
14428         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
14429         (last_component): New method.
14430         * lib/dirname.c (dir_len): Determine when drive letters need a
14431         subsequent slash.  Preserve // when it is special.
14432         (dir_name): Don't append dot when drive letter is absolute.
14433         [TEST_DIRNAME]: Move into a full-blown gnulib test.
14434         * lib/basename.c (base_name): New semantics - malloc the result.
14435         Preserve // when it is special.  Preserve relative files that look
14436         like drive letters.
14437         (base_len): Preserve // when it is special.
14438         (last_component): New method, similar to old base_name semantics.
14439         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
14440         base_name.  Strip redundant slashes from ///.
14441
14442 2006-07-03  Jim Meyering  <jim@meyering.net>
14443
14444         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
14445         macro is used before the first cycle_check call.
14446
14447 2006-07-03  Eric Blake  <ebb9@byu.net>
14448
14449         * modules/dirname (Depends-on): Add xstrndup.
14450
14451 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14452
14453         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
14454         test cases, so that config.log is a bit easier to follow.
14455
14456 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14457
14458         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
14459         both are 64 bits, since this seems to be the tradition, and this
14460         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
14461         we ever run into a host that prefers long long to long in this
14462         case, we'll need another configure-time test.  Problem reported by
14463         Jim Meyering.
14464
14465 2006-07-02  Eric Blake  <ebb9@byu.net>
14466
14467         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
14468
14469 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14470
14471         * modules/inttypes (Depends-on): No longer depends on stdint.
14472         * modules/stdint (Description): Say more about assumptions.
14473         Say that the fast types might differ.  Say macros are used.
14474         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
14475         (Makefile.am): Revise list of substituted symbols to match
14476         new stdint.m4.
14477         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
14478         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
14479         * tests/test-stdint.c (verify_same_types)
14480         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
14481         the code conforms to C99/C89.
14482         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
14483         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
14484
14485 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14486
14487         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
14488         but fix a bug, by requiring at least 64 bits.
14489         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
14490         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
14491         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
14492         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
14493
14494         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
14495         changes.  Make 2.59 a prerequisite.  Check and substitute for
14496         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
14497         inttypes.h.  Do not use special include files; just use the
14498         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
14499         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
14500         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
14501         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
14502         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
14503         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
14504         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
14505         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
14506         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
14507         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
14508         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
14509         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
14510         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
14511         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
14512         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
14513         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
14514         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
14515         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
14516         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
14517         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
14518         WINT_MAX.  Check for C99 conformance more strictly, by detecting
14519         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
14520         not check for things that C99 does not require, e.g., int8_t.  If
14521         a test isn't needed unless <stdint.h> isn't working, and is
14522         unlikely to be needed for any other reason, then don't do it
14523         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
14524         size_t, since we assume C89 freestanding at least.  Do not check
14525         for sig_atomic_t, wchar_t, or wint_t, since the code now does
14526         the right thing even if the types are not defined.  Instead use:
14527         (gl_STDINT_TYPE_PROPERTIES): New macro.
14528         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
14529         testing whether <sys/types.h> clashes, as Autoconf does this for
14530         us now.  All uses removed.
14531         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
14532         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
14533         (gl_CHECK_TYPE_SAME):
14534         Remove; no longer needed.
14535         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
14536         exists, since we'll return 0 anyway in that case.
14537         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
14538
14539 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14540
14541         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
14542         possible collision with system files.
14543         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
14544         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
14545         WCHAR_MIN and WCHAR_MAX in this case.
14546         (<stddef.h>): Do not include; no longer needed.
14547         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
14548         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
14549         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
14550         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
14551         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
14552         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
14553         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
14554         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
14555         !defined(__c99))]: Include in this case too, since it's harmless
14556         now.
14557         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
14558         dangerous to do so.
14559         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
14560         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
14561         (_STDINT_MIN, _STDINT_MAX): New macros.
14562         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
14563         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
14564         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
14565         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
14566         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
14567         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
14568         macros, not typedefs; this simplifies things quite a bit.
14569         Use long int for all types narrower than int64_t.
14570         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
14571         Define in terms of long long int or int64_t or long int,
14572         not int64_t or int32_t.  This saves some compile-time testing.
14573         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
14574         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
14575         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
14576         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
14577         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
14578         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
14579         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
14580         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
14581         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
14582         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
14583         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
14584         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
14585         undef any previous version and define our own version, for
14586         simplicity and consistency with the new macros for types.
14587         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
14588         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
14589         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
14590         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
14591         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
14592         @WINT_T_SUFFIX@ to keep things simple here.
14593         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
14594         Simplify by assuming typical 8/16/32/64 host, since we're
14595         already doing that elsewhere anyway.
14596         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
14597         and assume long long int is 64 bits if available.  This
14598         speeds up 'configure'.
14599
14600 2006-07-01  Eric Blake  <ebb9@byu.net>
14601
14602         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
14603         Reported by Andreas Buening.
14604
14605 2006-07-01  Eric Blake  <ebb9@byu.net>
14606
14607         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
14608
14609 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
14610
14611         * lib/getaddrinfo.c: fixed typo
14612
14613 2006-06-29  Jim Meyering  <jim@meyering.net>
14614
14615         * modules/strftime (Maintainer): Add my name, since with the
14616         FPRINTFTIME changes strftime.c has forked from glibc.
14617
14618 2006-06-29  Eric Blake  <ebb9@byu.net>
14619
14620         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
14621
14622 2006-06-29  Eric Blake  <ebb9@byu.net>
14623
14624         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
14625
14626 2006-06-29  Eric Blake  <ebb9@byu.net>
14627
14628         * lib/stat_.h: New file.
14629
14630 2006-06-29  Eric Blake  <ebb9@byu.net>
14631
14632         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
14633         unused static function.
14634
14635 2006-06-29  Eric Blake  <ebb9@byu.net>
14636
14637         * doc/functions.texi (Function Portability): Document missing lstat
14638         on mingw.
14639
14640 2006-06-29  Eric Blake  <ebb9@byu.net>
14641
14642         * MODULES.html.sh: Add sys_stat.
14643         * modules/sys_stat: New module.
14644         * modules/mkstemp (Depends-on): Add sys_stat.
14645
14646 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14647
14648         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
14649
14650 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14651
14652         * m4/c-bs-a.m4: Removed.
14653
14654 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14655
14656         * lib/strftime.c: Assume strftime() exists.
14657
14658 2006-06-29  Derek Price  <derek@ximbiot.com>
14659
14660         * modules/c-bs-a: Removed - \a is C89.
14661         * MODULES.html.sh: Remove c-bs-a.
14662
14663 2006-06-29  Bruno Haible  <bruno@clisp.org>
14664
14665         * modules/wcwidth (License): Change to LGPL.
14666
14667 2006-06-28  Simon Josefsson  <jas@extundo.com>
14668
14669         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
14670         on _WIN32.
14671
14672         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
14673         getnameinfo.
14674
14675 2006-06-28  Simon Josefsson  <jas@extundo.com>
14676
14677         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
14678
14679 2006-06-28  Simon Josefsson  <jas@extundo.com>
14680
14681         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
14682         functions there.  It will succeed on Windows XP, but on Windows
14683         2000 and (presumably) earlier, it will fail, and use the internal
14684         re-implementation.
14685         (use_win32_p): New function.
14686         (getaddrinfo): Use strtoul on servname, to support numeric ports.
14687         Support AI_NUMERICSERV to disable getservbyname.
14688         (getnameinfo): New function, only supports
14689         NI_NUMERICHOST|NI_NUMERICSERV for now.
14690
14691         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
14692         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
14693         getnameinfo.
14694
14695 2006-06-28  Eric Blake  <ebb9@byu.net>
14696
14697         * modules/wcwidth: New file.
14698         * modules/mbchar (Depends-on): Add wcwidth.
14699         * modules/mbswidth (Depends-on): Add wcwidth.
14700         * MODULES.html.sh: Add wcwidth.
14701
14702 2006-06-28  Eric Blake  <ebb9@byu.net>
14703
14704         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
14705         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
14706
14707 2006-06-28  Eric Blake  <ebb9@byu.net>
14708
14709         * lib/xvasprintf.h: Fix comments.
14710
14711 2006-06-28  Eric Blake  <ebb9@byu.net>
14712
14713         * lib/mbchar.h (wcwidth): Include wcwidth.h.
14714         * lib/mbswidth.c (wcwidth): Move from here...
14715         * lib/wcwidth.h: ...to this new file.
14716
14717 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14718
14719         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
14720
14721         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
14722         it's obsolete.
14723         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
14724
14725 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14726
14727         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
14728         Autoconf 2.60 says this stuff was obsolete.
14729
14730 2006-06-28  Bruno Haible  <bruno@clisp.org>
14731
14732         * modules/wcwidth (Files): Add m4/wchar_t.m4.
14733
14734 2006-06-28  Bruno Haible  <bruno@clisp.org>
14735
14736         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
14737         gt_TYPE_WCHAR_T.
14738
14739 2006-06-28  Bruno Haible  <bruno@clisp.org>
14740
14741         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
14742         declaration for wcwidth.
14743         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
14744
14745 2006-06-28  Bruno Haible  <bruno@clisp.org>
14746
14747         * lib/mkdtemp.c [MINGW]: Include <io.h>.
14748         (mkdir): Define using _mkdir.
14749
14750 2006-06-28  Bruno Haible  <bruno@clisp.org>
14751
14752         * lib/getaddrinfo.h: Fix POSIX URL.
14753         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
14754         _WIN32.
14755         (use_win32_p): Make static.
14756         (getaddrinfo): Reject service name if it is empty or does not consist
14757         solely of decimal digits, or if its value is > 65535.
14758         (getnameinfo): Remove useless casts.
14759
14760 2006-06-27  Simon Josefsson  <jas@extundo.com>
14761
14762         * modules/sys_select: New file, suggested by Bruno Haible, Paul
14763         Eggert and Martin Lambers.
14764
14765 2006-06-27  Simon Josefsson  <jas@extundo.com>
14766
14767         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
14768         Eggert and Martin Lambers.
14769
14770 2006-06-27  Bruno Haible  <bruno@clisp.org>
14771
14772         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
14773         result to 0, not to empty.
14774         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
14775
14776 2006-06-27  Bruno Haible  <bruno@clisp.org>
14777
14778         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
14779
14780 2006-06-26  Simon Josefsson  <jas@extundo.com>
14781
14782         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
14783         present.
14784
14785 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
14786
14787         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
14788         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
14789         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
14790
14791 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
14792
14793         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
14794
14795 2006-06-26  Bruno Haible  <bruno@clisp.org>
14796
14797         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
14798
14799 2006-06-26  Bruno Haible  <bruno@clisp.org>
14800
14801         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
14802
14803 2006-06-26  Bruno Haible  <bruno@clisp.org>
14804
14805         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
14806         SGI C compiler in pre-C99 mode.
14807         Suggested by Mark D. Baushke and Larry Jones.
14808
14809 2006-06-26  Bruno Haible  <bruno@clisp.org>
14810
14811         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
14812         WCHAR_MAX.
14813         Reported by Mark D. Baushke and Larry Jones.
14814
14815 2006-06-26  Bruno Haible  <bruno@clisp.org>
14816
14817         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
14818         in pre-C99 mode.
14819         Suggested by Mark D. Baushke and Larry Jones.
14820
14821 2006-06-23  Simon Josefsson  <jas@extundo.com>
14822             Bruno Haible  <bruno@clisp.org>
14823
14824         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
14825         Emit mostlyclean-local rule.
14826         (func_emit_tests_Makefile_am): Likewise.
14827         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
14828
14829 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
14830
14831         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
14832
14833 2006-06-23  Bruno Haible  <bruno@clisp.org>
14834
14835         * tests/test-stdint.c: Update to match ISO C 99 Technical
14836         Corrigendum 1.
14837
14838 2006-06-23  Bruno Haible  <bruno@clisp.org>
14839
14840         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
14841
14842 2006-06-23  Bruno Haible  <bruno@clisp.org>
14843
14844         * lib/stdint_.h: Treat IRIX like OpenBSD.
14845
14846 2006-06-23  Bruno Haible  <bruno@clisp.org>
14847
14848         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
14849         ISO C 99 Technical Corrigendum 1.
14850
14851 2006-06-22  Simon Josefsson  <jas@extundo.com>
14852
14853         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
14854         MinGW.
14855
14856 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14857
14858         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
14859         needed.  Some compiler complained about some of them.  Problem reported
14860         by Larry Jones in
14861         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
14862
14863 2006-06-21  Simon Josefsson  <jas@extundo.com>
14864
14865         * tests/test-getaddrinfo.c: New file.
14866
14867         * modules/getaddrinfo-tests: New file.
14868
14869         * MODULES.html.sh: Add inet_pton.
14870
14871         * modules/inet_pton: New file.
14872
14873 2006-06-21  Simon Josefsson  <jas@extundo.com>
14874
14875         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
14876         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
14877         of using the (limited) gnulib implementation on Windows XP.
14878
14879         * m4/inet_pton.m4: New file.
14880
14881 2006-06-21  Simon Josefsson  <jas@extundo.com>
14882
14883         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
14884         variable.
14885
14886         * lib/socket_.h: Don't define WINVER.
14887
14888         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
14889         slightly modified to work in gnulib.
14890
14891 2006-06-21  Simon Josefsson  <jas@extundo.com>
14892
14893         * doc/gnulib.texi (Windows sockets): Add.
14894
14895 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
14896
14897         * lib/read-file.c (fread_file): Start with buffer allocation of
14898         0 bytes rather than 1 byte; this simplifies the code.
14899         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
14900         code to free buffer and save/restore errno.
14901         (internal_read_file): Remove unused local.
14902
14903 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
14904
14905         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
14906         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
14907         Problem reported by Denis Excoffier in
14908         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
14909
14910 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14911
14912         * modules/sys_socket, modules/socklen: Include sys/types since
14913         FreeBSD 4.x's sys/socket.h needs it.
14914
14915 2006-06-19  Simon Josefsson  <jas@extundo.com>
14916
14917         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
14918
14919 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
14920
14921         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
14922
14923 2006-06-19  Bruno Haible  <bruno@clisp.org>
14924
14925         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
14926         and FULL_PATH_INTTYPES_H in angle brackets.
14927         Reported by Mark D. Baushke <mdb@gnu.org>.
14928
14929 2006-06-17  Eric Blake  <ebb9@byu.net>
14930
14931         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
14932         errno.
14933
14934 2006-06-17  Bruno Haible  <bruno@clisp.org>
14935
14936         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
14937         <sys/inttypes.h>.
14938
14939 2006-06-17  Bruno Haible  <bruno@clisp.org>
14940
14941         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
14942         whether errno is declared. Assume <errno.h> declares errno.
14943
14944 2006-06-17  Bruno Haible  <bruno@clisp.org>
14945
14946         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
14947
14948 2006-06-17  Bruno Haible  <bruno@clisp.org>
14949
14950         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
14951         problem on Solaris 2.5.1.
14952
14953 2006-06-16  Eric Blake  <ebb9@byu.net>
14954
14955         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
14956         * lib/unicodeio.c [!defined errno]: Likewise.
14957         * lib/strtol.c [!defined errno]: Likewise.
14958         * lib/strtod.c [!defined errno]: Likewise.
14959
14960 2006-06-15  Eric Blake  <ebb9@byu.net>
14961
14962         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
14963
14964 2006-06-15  Eric Blake  <ebb9@byu.net>
14965
14966         * config/srclist.txt (ssize_t.m4): Lose sync.
14967
14968 2006-06-15  Bruno Haible  <bruno@clisp.org>
14969
14970         * modules/stdint (Files): Include m4/full-header-path.m4,
14971         m4/size_max.m4, m4/wchar_t.m4.
14972         (Makefile.am): Many more substitutions.
14973         * modules/stdint-tests: New file.
14974         * tests/test-stdint.c: New file.
14975
14976 2006-06-15  Bruno Haible  <bruno@clisp.org>
14977
14978         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
14979         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
14980         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
14981         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
14982         gl_CHECK_TYPE_SAME): New macros.
14983
14984 2006-06-15  Bruno Haible  <bruno@clisp.org>
14985
14986         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
14987
14988 2006-06-15  Bruno Haible  <bruno@clisp.org>
14989
14990         * lib/stdint_.h: Rewritten to be fully auto-configured.
14991         Fixes bug on HP-UX/IA64.
14992
14993 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
14994
14995         * lib/getdate.y (__attribute__): Don't define if already defined.
14996         Problem reported by Larry Jones.
14997         * lib/utimens.c (__attribute__): Likewise.
14998
14999 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
15000
15001         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
15002         reported by Andreas Schwab.
15003
15004 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15005             Bruno Haible  <bruno@clisp.org>
15006
15007         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
15008         check for the declaration of strnlen and a run test that exposes the
15009         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
15010         rpl_strndup.
15011
15012 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15013             Bruno Haible  <bruno@clisp.org>
15014
15015         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
15016
15017 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15018
15019         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
15020         compile test, for Tru64 4.0D.
15021
15022 2006-05-28  Karl Berry  <karl@gnu.org>
15023
15024         * config/srclist.txt (printf-args.c): lose sync.
15025
15026 2006-05-26  Martin Lambers  <marlam@marlam.de>
15027
15028         * lib/getpass.c: Updates the test for the native W32 API, and adds
15029         missing includes, thus fixing compilation warnings.
15030
15031 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
15032
15033         * lib/exclude.c (exclude_fnmatch): New function.
15034         (excluded_file_name): Call exclude_fnmatch.
15035         * lib/exclude.h (excluded_file_name): New prototype
15036
15037 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
15038
15039         * lib/tempname.c (small_open, large_open): New macros.
15040         (__open, __open64) [!_LIBC]: Remove.
15041         (__gen_tempname): Use small_open and large_open instead of __open
15042         and __open64.  This fixes a portability bug on HP-UX 11.11i
15043         reported by Simon Wing-Tang in
15044         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
15045
15046 2006-05-24  Bruno Haible  <bruno@clisp.org>
15047
15048         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
15049         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
15050         Reported by Thorsten Maerz <torte@netztorte.de> via
15051         Aaron Stone <aaron@serendipity.cx>.
15052
15053 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
15054
15055         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
15056         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
15057         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
15058         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
15059         not really conditional on the cache.
15060         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
15061
15062 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
15063
15064         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
15065         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
15066         (my_usleep): Don't mishandle maximum value.
15067
15068 2006-05-19  Jim Meyering  <jim@meyering.net>
15069
15070         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
15071
15072 2006-05-17  Bruno Haible  <bruno@clisp.org>
15073
15074         Cygwin portability.
15075         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
15076
15077 2006-05-17  Bruno Haible  <bruno@clisp.org>
15078
15079         * lib/stdint_.h: Fix recognition of Cygwin.
15080
15081 2006-05-15  Bruno Haible  <bruno@clisp.org>
15082
15083         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
15084         on libtool patch by Ralf Wildenhues.
15085
15086 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
15087
15088         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
15089         test for C99 conformance; (bool) 0.5 is an integer constant
15090         expression, but (bool) -0.5 is not.  Problem reported by Fedor
15091         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
15092
15093 2006-05-11  Simon Josefsson  <jas@extundo.com>
15094
15095         * m4/xvasprintf.m4: Fix obvious typo.
15096
15097 2006-05-11  Jim Meyering  <jim@meyering.net>
15098
15099         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
15100         James Lemley.
15101
15102 2006-05-10  Simon Josefsson  <jas@extundo.com>
15103
15104         * lib/md4.c: Typo fix, update copyright years.
15105         (K1, K2): Don't use L because it turn computations into 64-bit on
15106         64-bit platforms.
15107
15108 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
15109
15110         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
15111         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
15112         unwanted sign propagation, e.g., on hosts with 64-bit int.
15113         There still are some problems with reeelly weird theoretical hosts
15114         (e.g., 33-bit int) but it's not worth worrying about now.
15115         * lib/sha1.c (rol): Likewise.
15116         (K1, K2, K3, K4): Remove unnecessary L suffix.
15117
15118 2006-05-10  Bruno Haible  <bruno@clisp.org>
15119
15120         * lib/des.c: Cast to avoid warnings.
15121
15122 2006-05-09  Bruno Haible  <bruno@clisp.org>
15123
15124         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
15125         (Depends-on): Depend also on xsize, stdarg.
15126         (configure.ac): Add gl_XVASPRINTF.
15127
15128 2006-05-09  Bruno Haible  <bruno@clisp.org>
15129
15130         * m4/xvasprintf.m4: New file.
15131
15132 2006-05-09  Bruno Haible  <bruno@clisp.org>
15133
15134         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
15135         (EOVERFLOW): Define fallback value.
15136         (xstrcat): New function.
15137         (xvasprintf): Recognize the special case of a string concatenation.
15138
15139 2006-05-08  Eric Blake  <ebb9@byu.net>
15140
15141         * gnulib-tool (func_version): Base copyright year on CVS date.
15142         (func_emit_copyright_notice): New function.
15143         (func_emit_lib_Makefile_am): Use it.
15144         (func_emit_tests_Makefile_am): Likewise.
15145         (func_import): Likewise.
15146
15147 2006-05-08  Bruno Haible  <bruno@clisp.org>
15148
15149         * modules/stdarg: New file.
15150         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
15151
15152 2006-05-08  Bruno Haible  <bruno@clisp.org>
15153
15154         * m4/stdarg.m4: New file, from GNU gettext.
15155
15156 2006-05-08  Bruno Haible  <bruno@clisp.org>
15157
15158         * config/srclist.txt (build-aux/config.rpath): different from latest
15159         release.
15160
15161 2006-05-08  Bruno Haible  <bruno@clisp.org>
15162
15163         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
15164
15165 2006-05-05  Jim Meyering  <jim@meyering.net>
15166
15167         * m4/warning.m4: New file, derived from bison's file by the same name.
15168
15169 2006-05-03  Bruno Haible  <bruno@clisp.org>
15170
15171         * lib/stdint_.h: Shorter URL.
15172         * lib/inttypes.h: Likewise.
15173
15174 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
15175
15176         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
15177
15178 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
15179
15180         * lib/verify.h: Document the internals better.  Most of this change
15181         was written by Bruno Haible.
15182
15183 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
15184
15185         * doc/verify.texi: New file, partly based on a proposal by
15186         Bruno Haible.
15187
15188 2006-05-02  Bruno Haible  <bruno@clisp.org>
15189
15190         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
15191         test from here...
15192         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
15193
15194 2006-04-29  Bruno Haible  <bruno@clisp.org>
15195
15196         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
15197         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
15198
15199 2006-04-29  Bruno Haible  <bruno@clisp.org>
15200
15201         * gnulib-tool: Make --update option actually work.
15202
15203 2006-04-29  Bruno Haible  <bruno@clisp.org>
15204
15205         * doc/gcd.texi: New file.
15206         * doc/gnulib.texi: Include it.
15207
15208 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
15209
15210         * lib/getdate.y (get_date): When adding relative date, start with the
15211         initial time, not with the result of the first mktime call.
15212
15213 2006-04-25  Bruno Haible  <bruno@clisp.org>
15214
15215         * gnulib-tool (func_import): Output the include directives in three
15216         blocks, sorted separately.
15217         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15218
15219 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
15220
15221         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
15222         to define main with arguments, for C++.  Reported by Eric Blake.
15223         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
15224         Prefer 'int main ()' to 'int main (void)', for C++.
15225         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
15226         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
15227         for 'main', for C99 and C++.
15228
15229 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
15230
15231         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
15232         Don't assume that exit status -1 is valid.
15233         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
15234         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
15235         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
15236         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
15237         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
15238         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
15239         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
15240         functions can be used without declaring them, or that you can
15241         exit with status -1.
15242         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
15243
15244 2006-04-24  Karl Berry  <karl@gnu.org>
15245
15246         * config/srclist.txt (longdouble.m4): sync lost.
15247
15248 2006-04-24  Eric Blake  <ebb9@byu.net>
15249
15250         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
15251
15252 2006-04-24  Bruno Haible  <bruno@clisp.org>
15253
15254         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
15255         poll() implementation in AIX.
15256         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15257
15258 2006-04-24  Bruno Haible  <bruno@clisp.org>
15259
15260         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
15261         assigned exactly once.
15262
15263 2006-04-23  Claudio Fontana  <claudio@gnu.org>
15264             Bruno Haible  <bruno@clisp.org>
15265
15266         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
15267         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
15268         for AM_CPPFLAGS.
15269
15270 2006-04-23  Bruno Haible  <bruno@clisp.org>
15271
15272         * modules/copy-file: Depend on unistd.
15273         * modules/execute: Likewise.
15274         * modules/fatal-signal: Likewise.
15275         * modules/findprog: Likewise.
15276         * modules/mkdtemp : Likewise.
15277         * modules/pipe: Likewise.
15278         * modules/wait-process: Likewise.
15279
15280 2006-04-23  Bruno Haible  <bruno@clisp.org>
15281
15282         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
15283         condition was already detected.
15284         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15285
15286 2006-04-23  Bruno Haible  <bruno@clisp.org>
15287
15288         * lib/copy-file.c: Include <unistd.h> unconditionally.
15289         * lib/execute.c: Likewise.
15290         * lib/fatal-signal.c: Likewise.
15291         * lib/findprog.c: Likewise.
15292         * lib/mkdtemp.c: Likewise.
15293         * lib/pipe.h: Likewise.
15294         * lib/pipe.c: Likewise.
15295         * lib/wait-process.h: Likewise.
15296
15297 2006-04-23  Bruno Haible  <bruno@clisp.org>
15298
15299         * gnulib-tool (func_usage): Fix --import description. Document
15300         --update.
15301         (func_import): Create temporary file in a temporary directory, if
15302         --dry-run is specified. Silence errors from 'grep' when there are no
15303         m4 files in $m4dir.
15304         (func_create_testdir): Silence errors from 'grep' when there are no
15305         m4 files in $m4dir.
15306         Reported by Karl Berry <karl@freefriends.org>.
15307
15308 2006-04-20  Bruno Haible  <bruno@clisp.org>
15309
15310         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
15311         one argument, so that the code will be portable to Autoconf 2.60.
15312         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
15313         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
15314         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
15315
15316 2006-04-19  Derek Price  <derek@ximbiot.com>
15317             Eric Blake  <ebb9@byu.net>
15318
15319         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
15320         rather than "/full/path.h".  Update comment to match.  Shorten &
15321         generalize m4_translit call via AS_TR_CPP.
15322
15323 2006-04-19  Derek Price  <derek@ximbiot.com>
15324             Eric Blake  <ebb9@byu.net>
15325
15326         * lib/inttypes.h: Correct grammar in comment.
15327
15328 2006-04-18  Derek Price  <derek@ximbiot.com>
15329             Paul Eggert  <eggert@cs.ucla.edu>
15330
15331         * modules/inttypes: New file.
15332         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
15333
15334 2006-04-18  Derek Price  <derek@ximbiot.com>
15335             Paul Eggert  <eggert@cs.ucla.edu>
15336
15337         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
15338         New files.
15339
15340 2006-04-18  Derek Price  <derek@ximbiot.com>
15341             Paul Eggert  <eggert@cs.ucla.edu>
15342
15343         * lib/inttypes.h: New file.
15344         * lib/strtoimax.c: Assume <inttypes.h>.
15345
15346 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
15347
15348         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
15349         isn't mounted.  Problem reported by Kir Kolyshkin.
15350
15351 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15352
15353         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
15354         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
15355         Derek R. Price.
15356         * lib/regex.h (RE_DUP_MAX): Update comment to match current
15357         implementation.
15358
15359 2006-04-12  Eric Blake  <ebb9@byu.net>
15360
15361         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
15362         is now done automatically by the corresponding Autoconf macro.
15363
15364 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
15365
15366         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
15367         time_r.h.
15368
15369 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15370
15371         Merge regex changes from libc, removing some of our
15372         POSIX-conformance changes that were rejected and redoing them in a
15373         less-intrusive way.
15374
15375         * lib/regcomp.c (re_compile_internal, init_dfa):
15376         Length arg is now size_t, not Idx.  All uses changed.
15377         (peek_token): Forward decl now says internal_function.
15378         (__re_error_msgid, __re_error_msgid_idx):
15379         Now static rather than extern with attribute_hidden.
15380         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
15381         For some reason libc prefers K&R style defns for external functions.
15382         (regerror) [!defined _LIBC]: Likewise.
15383         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
15384         (seek_collating_symbol_entry, lookup_collation_sequence_value):
15385         (build_range_exp, build_collating_symbol):
15386         Use K&R-style defn.
15387         (re_compile_fastmap): Use '\0' to memset, not 0.
15388         (utf8_sb_map): Make the calculations more obvious.
15389         (init_dfa, parse_bracket_exp, build_charclass_op):
15390         Call calloc and cast result, as glibc does.
15391         (init_word_char, fetch_token, peek_token, peek_token_bracket):
15392         (build_range_exp, build_collating_symbol):
15393         Now internal functions.
15394
15395         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
15396
15397         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
15398         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
15399         Don't depend on VMS; depend on __VMS instead, for POSIX
15400         namespace cleanness.
15401         (regoff_t): Define to ssize_t, not long int.
15402
15403         Remove the REG_ macros named below.  Instead, make the old names
15404         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
15405         __USE_GNU_REGEX.
15406         (REG_BACKSLASH_ESCAPE_IN_LISTS):
15407         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
15408         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
15409         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
15410         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
15411         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
15412         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
15413         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
15414         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
15415         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
15416         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
15417         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
15418         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
15419         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
15420         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
15421         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
15422         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
15423         (REG_NREGS):
15424         Remove.  All uses replaced by the old RE_* names.
15425         (RE_BACKSLASH_ESCAPE_IN_LISTS):
15426         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
15427         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
15428         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
15429         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
15430         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
15431         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
15432         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
15433         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
15434         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
15435         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
15436         Don't bother having these macros be independent of each others'
15437         values, since they no longer exist in the POSIX name space.
15438
15439         Rename the following member names back to their old names,
15440         unless !__USE_GNU_REGEX.  All uses changed back.
15441         (buffer): Renamed from re_buffer.
15442         (allocated): Renamed from re_allocated.
15443         (used): Renamed from re_used.
15444         (syntax): Renamed from re_syntax.
15445         (fastmap): Renamed from re_fastmap.
15446         (translate): Renamed from re_translate.
15447         (can_be_null): Renamed from re_can_be_null.
15448         (regs_allocated): Renamed from re_regs_allocated.
15449         (fastmap_accurate): Renamed from re_fastmap_accurate.
15450         (no_sub): Renamed from re_no_sub.
15451         (not_bol): Renamed from re_not_bol.
15452         (not_eol): Renamed from re_not_eol.
15453         (newline_anchor): Renamed from re_newline_anchor.
15454         (num_regs): Renamed from rm_num_regs.
15455         (start): Renamed from rm_start.
15456         (end): Renamed from rm_end.
15457
15458         (free_state): Move up a bit.
15459
15460         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
15461         #define to be empty.
15462         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
15463         when that is what is intended.
15464         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
15465         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
15466         (MAX): New macro.
15467         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
15468         All uses changed back to re_malloc, etc.  It's now the caller's
15469         responsibility to check for overflow; all callers changed.
15470         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
15471         (re_x2nrealloc): Remove.
15472         (free_state): Remove decl.
15473
15474         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
15475         (re_set_registers, re_exec):
15476         Use K&R-style defn.
15477
15478         2006-01-31  Roland McGrath  <roland@redhat.com>
15479
15480         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
15481         Reported by Mike Frysinger <vapier@gentoo.org>.
15482
15483         2006-01-15  Andreas Jaeger  <aj@suse.de>
15484
15485         [BZ #1950]
15486         * lib/regex_internal.c (re_string_reconstruct): Adjust for
15487         build_wcs_upper_buffer change.
15488         (build_wcs_upper_buffer): Change return type.
15489
15490         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
15491
15492         * lib/regex_internal.h: Include <stdint.h> if available.
15493
15494         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
15495
15496         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
15497
15498         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
15499
15500         * lib/regcomp.c: Adjust for changed secondary hash function.
15501
15502         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
15503
15504         * lib/regex.h: Pretty printing.
15505         Clean up namespace a bit.
15506
15507         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
15508
15509         * lib/regexec.c (update_cur_sifted_state, check_arrival,
15510         check_arrival_add_next_nodes): Avoid using uninitialized variable.
15511
15512         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
15513                     Ulrich Drepper  <drepper@redhat.com>
15514
15515         [BZ #1302]
15516         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
15517         changed.
15518         (bitset_word_t): Renamed from bitset_word.  All uses changed.
15519
15520         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
15521
15522         [BZ #281]
15523         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
15524         * lib/regcomp.c: Remove unnecessary uses of
15525         unsigned RE_TRANSLATE_TYPE.
15526         * lib/regex_internal.h: Likewise.
15527         * lib/regex_internal.c: Likewise.
15528         * lib/regexec.c: Likewise.
15529         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
15530
15531         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
15532
15533         * lib/regexec.c (find_recover_state): Remove unnecessary
15534         initialization.
15535         (transit_state_bkref): Make DFA a const pointer.
15536         (get_subexp): Likewise.
15537         (check_arrival): Likewise.
15538         (update_cur_sifted_state): Likewise.
15539         (re_search_internal): Likewise.
15540         (prune_impossible_nodes): Likewise.
15541         (acquire_init_state_context): Likewise.
15542         (proceed_next_node): Likewise.
15543         (set_regs): Likewise.
15544         (free_fail_stack_return): Likewise.
15545         (check_arrival_expand_ecl): Mark DFA parameter as const.
15546         (check_arrival_expand_ecl_sub): Likewise.
15547         (check_subexp_limits): Likewise.
15548         (sub_epsilon_src_nodes):  Likewise.
15549         (add_epsilon_src_nodes):  Likewise.
15550         (merge_state_array): Likewise.
15551         (update_regs): Likewise.
15552         (build_trtable): Likewise.
15553         (sift_states_backward): Mark MCTX parameter as const.
15554         (build_sifted_states): Likewise.
15555         (update_cur_sifted_state): Likewise.
15556         (sift_states_mkref): Likewise.
15557         (check_arrival_expand_ecl): Mark eclosure as const.
15558         (check_dst_limits_calc_pos_1): Likewise.
15559         * lib/regex_internal.h (re_match_context_t): Make dfa a const
15560         pointer.
15561
15562         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
15563
15564         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
15565         (transit_state_sb): Likewise.
15566         (transit_state_mb): Likewise.
15567         (sift_states_iter_mb): Likewise.
15568         (check_arrival_add_next_nodes): Likewise.
15569         (check_node_accept_bytes): Change first parameter to pointer-to-const.
15570         [_LIBC] (re_search_2_stub): Use mempcpy.
15571
15572         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
15573         mbrtowc for very simple UTF-8 case.
15574
15575         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
15576         a pointer-to-const.
15577         (re_acquire_state_context): Likewise.
15578         * lib/regex_internal.h: Adjust prototypes.
15579
15580         * lib/regex.c: Prevent using C++ compilers.
15581
15582         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
15583         (re_acquire_state_context): Likewise.
15584
15585 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15586
15587         * modules/regex (Depends-on): Add ssize_t.
15588
15589 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15590
15591         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
15592         translation table.
15593
15594 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15595
15596         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
15597
15598 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
15599             Bruno Haible  <bruno@clisp.org>
15600
15601         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
15602         <sys/types.h> and <inttypes.h>.
15603
15604 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15605
15606         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
15607         `__error_t_defined', so argp.h will not typedef the former.
15608
15609 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
15610
15611         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
15612         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
15613         glibc names.  Even if glibc is changed to conform to POSIX, the
15614         traditional names will be available anyway, since regex depends on
15615         the extensions module.  Also, fix a longstanding typo in the
15616         implementation of Spencer ERE test #75 from grep 2.3.  Problems
15617         reported by Emanuele Giaquinta.  Also, change sense of cached
15618         variable, so that the message makes sense.
15619
15620 2006-03-24  Simon Josefsson  <jas@extundo.com>
15621
15622         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
15623         including some doc fixes.
15624         (base64_encode_alloc): Fix +1 bug on allocation failures.
15625
15626 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15627
15628         * lib/base64.c (base64_encode): Do not read past end of array with
15629         unsanitized input on systems with CHAR_BIT > 8.
15630
15631 2006-03-24  Eric Blake  <ebb9@byu.net>
15632
15633         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
15634
15635 2006-03-22  Karl Berry  <karl@gnu.org>
15636
15637         * config/srclist.txt (*setenv.[ch]): get from coreutils.
15638         * config/srclistvars.sh (COREUTILS): new var.
15639
15640 2006-03-17  Jim Meyering  <jim@meyering.net>
15641
15642         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
15643         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
15644
15645 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
15646
15647         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
15648         no longer needs it.  Instead, check that regoff_t is as least
15649         as wide as ptrdiff_t.
15650
15651         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
15652         so that our regex.h stays compatible with the installed regex.
15653         This is helpful for installers who configure --without-included-regex.
15654         Problem reported by Emanuele Giaquinta.
15655
15656 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
15657
15658         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
15659         Typedef to long int, not to off_, as POSIX will likely change
15660         in that direction.
15661
15662 2006-03-15  Eric Blake  <ebb9@byu.net>
15663
15664         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
15665
15666 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15667
15668         * lib/argp-help.c (validate_uparams): Fix typo
15669         * lib/argp-parse.c (argp_default_options): Consistently begin help
15670         messages with a lowercase letter.
15671
15672 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
15673
15674         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
15675         overrun buffers and shouldn't be used (much as gets shouldn't be
15676         used).
15677         * lib/time_r.c (asctime_r, ctime_r): Likewise.
15678
15679 2006-03-08  Simon Josefsson  <jas@extundo.com>
15680
15681         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
15682         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15683
15684 2006-03-08  Simon Josefsson  <jas@extundo.com>
15685
15686         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
15687         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15688
15689 2006-03-08  Simon Josefsson  <jas@extundo.com>
15690
15691         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
15692         signal that configure disabled the device.
15693
15694 2006-03-08  Simon Josefsson  <jas@extundo.com>
15695
15696         * build-aux/maint.mk: Fix refresh-po, to handle no translated
15697         languages.
15698
15699 2006-03-07  Simon Josefsson  <jas@extundo.com>
15700
15701         * modules/getopt (Depends-on): Add unistd.
15702
15703         * modules/unistd: New file.
15704
15705 2006-03-07  Simon Josefsson  <jas@extundo.com>
15706
15707         * modules/gc-random: New file.
15708
15709 2006-03-07  Simon Josefsson  <jas@extundo.com>
15710
15711         * m4/unistd_h.m4: New file.
15712
15713 2006-03-07  Simon Josefsson  <jas@extundo.com>
15714
15715         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
15716         test to be side-effect free by storing the result in the cache
15717         variable gl_cv_lib_readline, and moving the assignment of
15718         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
15719         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15720
15721 2006-03-07  Simon Josefsson  <jas@extundo.com>
15722
15723         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
15724         error on missing devices (the functions will return an error).
15725
15726         * m4/gc.m4: Move random stuff to gc-random.m4
15727
15728 2006-03-07  Simon Josefsson  <jas@extundo.com>
15729
15730         * lib/unistd_.h: New file.
15731
15732 2006-03-07  Simon Josefsson  <jas@extundo.com>
15733
15734         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
15735
15736 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15737
15738         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
15739         Problem reported by Juan Manuel Guerrero.
15740
15741 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15742
15743         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
15744         the unistd module.
15745         * lib/getlogin_r.c: Likewise.
15746         * lib/getlogin_r.h: Likewise.
15747         * lib/glob.c: Likewise.
15748         * lib/pagealign_alloc.c: Likewise.
15749         * lib/unistd_.h: Remove; no longer needed.
15750
15751 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15752
15753         * MODULES.html.sh (Support for systems lacking POSIX:2001):
15754         Add unistd.
15755         * modules/c-stack (Depends-on): Add unistd.
15756         * modules/getlogin_r: Likewise.
15757         * modules/glob: Likewise.
15758         * modules/pagealign_alloc: Likewise.
15759         * modules/unistd (Files): Remove lib/unistd_.h.
15760         (EXTRA_DIST): Remove.
15761         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
15762         need unistd_.h.
15763         (MOSTLYCLEANFILES): Remove unistd.h-t.
15764
15765 2006-03-03  Simon Josefsson  <jas@extundo.com>
15766
15767         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
15768
15769 2006-03-03  Simon Josefsson  <jas@extundo.com>
15770
15771         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
15772         libidn and bison.
15773
15774 2006-03-03  Simon Josefsson  <jas@extundo.com>
15775
15776         * build-aux/maint.mk: Add indent target.
15777
15778 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
15779
15780         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
15781         our replacement poll.h in any case, to avoid a differing
15782         declaration from a system header.  Seen on AIX.
15783
15784 2006-03-01  Simon Josefsson  <jas@extundo.com>
15785
15786         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
15787         <kasal@ucw.cz>.
15788
15789 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15790
15791         * modules/gettime (Depends-on): Add extensions module.
15792         * modules/nanosleep (Depends-on): Likewise.
15793         * modules/settime (Depends-on): Likewise.
15794
15795 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15796
15797         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
15798         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
15799         pedantically.
15800         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
15801         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
15802
15803         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
15804         not "==".  Reported by Ralf Wildenhues.
15805
15806 2006-03-01  Karl Berry  <karl@gnu.org>
15807
15808         * doc/Copyright/request-*: new files, synced from gnuorg.
15809
15810 2006-03-01  Karl Berry  <karl@gnu.org>
15811
15812         * config/srclist.txt (Copyright/*): new entries.
15813
15814 2006-02-28  Simon Josefsson  <jas@extundo.com>
15815
15816         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
15817
15818 2006-02-27  Simon Josefsson  <jas@extundo.com>
15819
15820         * lib/base64.h: Indent #define's.  From Jim Meyering
15821         <jim@meyering.net>.
15822
15823 2006-02-27  Jim Meyering  <jim@meyering.net>
15824
15825         Revert the change of 2006-02-24, so these files can continue
15826         to be sync'd from gettext.
15827         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
15828         of `config.h'.
15829
15830 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
15831
15832         * modules/intprops: New file.
15833         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
15834         Add intprops.
15835         * modules/getloadavg (Files): Remove lib/intprops.h.
15836         (Depends-on): Add intprops.
15837         * modules/human: Likewise.
15838         * modules/inttostr: Likewise.
15839         * modules/openat: Likewise.
15840         * modules/sig2str: Likewise.
15841         * modules/userspec: Likewise.
15842         * modules/utimecmp: Likewise.
15843         * modules/xnanosleep: Likewise.
15844         * modules/xstrtol: Likewise.
15845
15846 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
15847
15848         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
15849         * modules/lock-tests (TESTS): Use $(EXEEXT).
15850         * modules/tls-tests: Likewise.
15851         * modules/argp-tests: Likewise.
15852         (check_PROGRAMS): New var, replacing...
15853         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
15854
15855 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15856
15857         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
15858         `config.h'.
15859
15860 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
15861
15862         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
15863
15864 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15865
15866         Sync from coreutils.
15867         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
15868         gl_CHDIR_SAFER.
15869
15870 2006-02-22  Jim Meyering  <jim@meyering.net>
15871
15872         Sync from coreutils.
15873         * m4/chdir-safer.m4: New file.
15874
15875 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
15876
15877         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
15878         AT_FDCWD exceeds INT_MAX.
15879         * lib/openat.h (AT_FDCWD): Likewise.
15880
15881 2006-02-17  Eric Blake  <address@hidden>
15882
15883         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
15884
15885 2006-02-16  Simon Josefsson  <jas@extundo.com>
15886
15887         * modules/getaddrinfo (Depends-on): Add sys_socket.
15888
15889 2006-02-15  Simon Josefsson  <jas@extundo.com>
15890
15891         * build-aux/maint.mk: Add dsyntax-check rule.
15892
15893 2006-02-15  Eric Blake  <ebb9@byu.net>
15894
15895         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
15896         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
15897         'present but cannot compile' warnings on cygwin.
15898         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
15899         use ws2tcpip.h if sys/socket.h works.
15900         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
15901         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
15902
15903 2006-02-14  Simon Josefsson  <jas@extundo.com>
15904
15905         * modules/maintainer-makefile (Files): Rename.
15906
15907         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
15908         and (the local) Makefile.cfg to maint-cfg.mk.
15909
15910         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
15911         to the latter.
15912
15913         * modules/maintainer-makefile: New module.
15914
15915         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
15916         severaly stripped to make it possible to build it up from scratch
15917         with reliable tests.
15918
15919         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
15920         fixes to permit overriding the default actions when configure and
15921         makefile are not available.
15922
15923 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
15924
15925         Sync from coreutils.
15926         * modules/lstat (Depends-on): Don't depend on xalloc.
15927         (License): Change from GPL to LGPL, since this is now simply a
15928         replacement for a libc function.
15929
15930 2006-02-14  Jim Meyering  <jim@meyering.net>
15931
15932         Sync from coreutils.
15933
15934         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
15935         failure on deficient systems, and simplify gnulib lgpl dependencies.
15936         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
15937         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
15938
15939         * lib/xalloc-die.c: Remove unused definition of N_.
15940
15941 2006-02-14  Jim Meyering  <jim@meyering.net>
15942
15943         Sync from coreutils.
15944         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
15945         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
15946         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
15947         double-quote uses of that variable, to accommodate the rare case in
15948         which getmntent is available in none of the libraries checked.  This
15949         happens at least on FreeBSD 5.0.
15950
15951 2006-02-13  Simon Josefsson  <jas@extundo.com>
15952
15953         * gnulib-tool (Usage): Fix --import, from
15954         karl@freefriends.org (Karl Berry).
15955
15956 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15957
15958         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
15959
15960 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
15961
15962         * lib/argp-namefrob.h: Restore changes accidentally lost during the
15963         "autoupdate" on 2005-12-12.
15964
15965 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15966
15967         * modules/closeout (Depends-on): Remove atexit.
15968
15969 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15970
15971         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
15972         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
15973
15974 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
15975
15976         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
15977         __EXTENSIONS__ if this causes compilation to fail.  Problem
15978         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
15979         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
15980
15981 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
15982
15983         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
15984         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
15985         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
15986         All uses changed.
15987
15988 2006-01-26  Simon Josefsson  <jas@extundo.com>
15989
15990         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
15991         prototype is visible on mingw32.
15992
15993         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
15994         for mingw32.
15995
15996         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
15997         mingw32).
15998
15999 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
16000
16001         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
16002         attempt to open for write; this always fails, at least on POSIX
16003         hosts.  This reinstates the 2006-01-09 change, which was
16004         inadvertently removed.
16005
16006 2006-01-26  Bruno Haible  <bruno@clisp.org>
16007
16008         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
16009         Reported by Paul Eggert.
16010
16011 2006-01-26  Bruno Haible  <bruno@clisp.org>
16012             Paul Eggert  <eggert@cs.ucla.edu>
16013
16014         * lib/stdbool_.h (_Bool)
16015         [(! (defined __cplusplus || defined __BEOS__)
16016           && !defined __GNUC__
16017           && !(defined __HP_cc || defined __xlc__
16018                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
16019                || defined __sgi))]:
16020         #define to signed char in these cases too; this simplifies
16021         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
16022         etc., separately) and makes it more conservative.
16023
16024 2006-01-25  Simon Josefsson  <jas@extundo.com>
16025
16026         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
16027         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
16028         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
16029
16030 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
16031
16032         * lib/argp-namefrob.h: Bugfix. Remove stray #
16033
16034 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
16035
16036         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
16037         so that we test the test.
16038         Check for yet another HP-UX cc bug involving *bool |= bool.
16039
16040 2006-01-25  Karl Berry  <karl@gnu.org>
16041
16042         * config/srclist.txt (vasnprintf.c): sync lost.
16043
16044 2006-01-25  Jim Meyering  <jim@meyering.net>
16045
16046         Sync from the stable (b5) branch of coreutils:
16047
16048         * lib/fts.c (fts_children): Don't let close() clobber errno from
16049         failed fchdir().
16050
16051         * lib/fts.c (fts_stat): When following a symlink-to-directory,
16052         don't necessarily interpret stat-fails+lstat-succeeds as indicating
16053         a dangling symlink.  That can also happen at least for ELOOP.
16054         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
16055         FYI, this bug predates the inclusion of fts.c in coreutils.
16056
16057         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
16058         in their own block, so pre-c99 compilers don't object.
16059
16060         Avoid the double-free (first in fts_read, second in fts_close) that
16061         would occur when an `active' directory is made inaccessible (e.g.,
16062         via chmod a-x) during a traversal.
16063         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
16064         before returning.  Reproduce this failure by
16065         mkdir -p a/b; cd a; chmod a-x . b
16066         Reported by Stavros Passas.
16067
16068 2006-01-25  Jim Meyering  <jim@meyering.net>
16069
16070         * lib/fileblocks.c: Remove more useless parentheses.
16071         * lib/readutmp.h: Likewise.
16072
16073 2006-01-25  Bruno Haible  <bruno@clisp.org>
16074
16075         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
16076         warnings.
16077         Reported by Paul Eggert.
16078
16079 2006-01-25  Bruno Haible  <bruno@clisp.org>
16080
16081         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
16082         rid of a trap command. For Solaris sh.
16083         Reported by Mark D. Baushke <mdb@gnu.org>.
16084
16085 2006-01-24  Simon Josefsson  <jas@extundo.com>
16086
16087         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
16088         Bruno.
16089
16090 2006-01-24  Karl Berry  <karl@gnu.org>
16091
16092         * config/srclist.txt (argp-namefrob.h): sync lost.
16093
16094 2006-01-24  Jim Meyering  <jim@meyering.net>
16095
16096         * modules/openat (Files): Add lib/intprops.h.
16097         From Mark D. Baushke.
16098
16099 2006-01-24  Jim Meyering  <jim@meyering.net>
16100
16101         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
16102         Reported by Mark D. Baushke.
16103
16104 2006-01-24  Jim Meyering  <jim@meyering.net>
16105
16106         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
16107
16108 2006-01-24  Bruno Haible  <bruno@clisp.org>
16109
16110         * modules/strnlen (Maintainer): Change from glibc to all.
16111
16112 2006-01-24  Bruno Haible  <bruno@clisp.org>
16113
16114         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
16115         Patch by Paul Eggert.
16116
16117 2006-01-24  Bruno Haible  <bruno@clisp.org>
16118
16119         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
16120         already has it.
16121         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
16122         2005-11-26.
16123
16124         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
16125         'signed char' to avoid problems with the built-in _Bool type.
16126         Reported by Paul Eggert on 2005-11-26.
16127
16128 2006-01-24  Bruno Haible  <bruno@clisp.org>
16129
16130         * gnulib-tool (func_import): Avoid constructing complicated sed
16131         expressions inside backquote.
16132         Report and solution by Mark D. Baushke <mdb@gnu.org>.
16133
16134 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
16135
16136         These changes imported from libc.
16137         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
16138         test and two separate function calls.
16139         * lib/strndup.c (__strndup): Add libc_hidden_def.
16140
16141 2006-01-23  Simon Josefsson  <jas@extundo.com>
16142
16143         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
16144         Remove the test_*_SOURCES variable: automake infers it by default.
16145         * modules/tls-tests: Likewise.
16146
16147 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16148
16149         Work around porting bugs reported by Dieter in
16150         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
16151         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
16152         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
16153         Include "getopt.h" first, to check interface.
16154         (getenv): Declare only if defined HAVE_DECL_GETENV &&
16155         !HAVE_DECL_GETENV.
16156         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
16157         (__strndup): Revert to K&R-style function dfns, the glibc style.
16158         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
16159         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
16160         Include strnlen.h first, to get prototype properly.
16161         (strnlen): Renamed from __strnlen.
16162         Remove weak alias.
16163
16164 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16165
16166         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
16167
16168 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16169
16170         * config/srclist.txt: Adjust to reflect glibc reorganization.
16171         This affects only comments.
16172
16173 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16174
16175          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
16176          Reported by Bruce Korb <bkorb@gnu.org>.
16177
16178 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
16179
16180         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
16181         to pacify gcc -Wswitch-default.
16182
16183 2006-01-22  Bruno Haible  <bruno@clisp.org>
16184
16185         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
16186         temporary buffer for sprintf, take into account the precision also
16187         for 'd', 'i', 'u', 'o', 'x', 'X'.
16188
16189 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
16190
16191         * modules/argp-tests: New module
16192         * tests/test-argp.c: New file
16193         * tests/test-argp-2.sh: New file
16194
16195 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
16196
16197         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
16198         (__argp_base_name): Removed
16199         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
16200         typo.
16201         (__argp_base_name): Provide macro definition or extern declaration
16202         depending on the configuration
16203
16204 2006-01-20  Simon Josefsson  <jas@extundo.com>
16205
16206         * modules/inet_ntop (Depends-on): Depend on sys_socket.
16207
16208 2006-01-20  Simon Josefsson  <jas@extundo.com>
16209
16210         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
16211
16212 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16213
16214         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
16215         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
16216         Suggested by Bruno Haible.
16217
16218 2006-01-20  Karl Berry  <karl@gnu.org>
16219
16220         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
16221         until changes propagate, I guess.
16222
16223 2006-01-19  Simon Josefsson  <jas@extundo.com>
16224
16225         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
16226
16227 2006-01-19  Simon Josefsson  <jas@extundo.com>
16228
16229         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
16230
16231 2006-01-19  Simon Josefsson  <jas@extundo.com>
16232
16233         * gnulib-tool: Set check_PROGRAMS.
16234
16235         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
16236         modules/des-tests, modules/gc-arcfour-tests,
16237         modules/gc-arctwo-tests, modules/gc-des-tests,
16238         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
16239         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
16240         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
16241         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
16242         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
16243         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
16244         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
16245         test_*_SOURCES.
16246
16247 2006-01-18  Simon Josefsson  <jas@extundo.com>
16248
16249         * modules/socklen (Depends-on): Depend on sys_socket.
16250
16251 2006-01-18  Simon Josefsson  <jas@extundo.com>
16252
16253         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
16254         modules/des-tests, modules/gc-arcfour-tests,
16255         modules/gc-arctwo-tests, modules/gc-des-tests,
16256         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
16257         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
16258         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
16259         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
16260         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
16261         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
16262         $(EXEEXT) to automake TESTS variable, for mingw32.
16263
16264 2006-01-17  Simon Josefsson  <jas@extundo.com>
16265
16266         * modules/socklen (Include): Need sys/socket.h.
16267
16268 2006-01-17  Bruno Haible  <bruno@clisp.org>
16269
16270         * modules/ssize_t (Include): Add <sys/types.h>.
16271
16272 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
16273
16274         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
16275         it's not portable and it doesn't work with cross-compiles.
16276         Problem reported by Bruno Haible.  Fix missing-$ typo in
16277         'test "gl_cv_ignore_unused_libraries" ...' that prevented
16278         -zignore from being used with Sun's C compiler.
16279
16280 2006-01-12  Simon Josefsson  <jas@extundo.com>
16281
16282         * lib/base64.c: Fix warning, reported by Bruno Haible
16283         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
16284
16285 2006-01-12  Bruno Haible  <bruno@clisp.org>
16286
16287         * modules/ldd: New file.
16288         * build-aux/ldd.sh.in: New file.
16289         * MODULES.html.sh (Support for building libraries and executables): Add
16290         ldd.
16291
16292 2006-01-12  Bruno Haible  <bruno@clisp.org>
16293
16294         * m4/ldd.m4: New file.
16295
16296 2006-01-12  Bruno Haible  <bruno@clisp.org>
16297
16298         * gnulib-tool (func_import, func_create_testdir): Don't go into an
16299         endless loop while replacing $auxdir with build-aux.
16300
16301 2006-01-11  Simon Josefsson  <jas@extundo.com>
16302
16303         * lib/stdint_.h (SIZE_MAX): Add missing (.
16304
16305 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
16306
16307         Sync from coreutils.
16308         * lib/md5.c: Fix commentary typos.
16309         (alignof, UNALIGNED_P): No need for a GCC-specific version.
16310         * lib/md5.h (__attribute__): Remove; unused.
16311         * lib/sha1.c: Fix commentary to match md5 better.
16312         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
16313         so that we don't need to worry about alignment.  All uses changed.
16314         This merges the 2005-10-28 md5 change into sha1.
16315
16316 2006-01-11  Jim Meyering  <jim@meyering.net>
16317
16318         Sync from coreutils.
16319         * lib/md5.c (OP): Fix spacing.
16320
16321 2006-01-11  Bruno Haible  <bruno@clisp.org>
16322
16323         Ensure automatic ordering between gl_LOCK and gl_ARGP.
16324         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
16325         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
16326
16327 2006-01-11  Bruno Haible  <bruno@clisp.org>
16328
16329         Ensure automatic ordering between gl_LOCK and gl_ARGP.
16330         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
16331         the "early" section as well.
16332
16333 2006-01-11  Bruno Haible  <bruno@clisp.org>
16334
16335         Avoid "ar: no archive members specified" error on MacOS X.
16336         * gnulib-tool (func_modules_add_dummy): New function.
16337         (func_import, func_create_testdir): Invoke it.
16338
16339 2006-01-11  Bruno Haible  <bruno@clisp.org>
16340
16341         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
16342         with $auxdir in AC_CONFIG_FILES statements.
16343
16344 2006-01-11  Bruno Haible  <bruno@clisp.org>
16345
16346         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16347         Initialize also noinst_HEADERS to empty.
16348
16349 2006-01-11  Bruno Haible  <bruno@clisp.org>
16350
16351         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
16352         variables.
16353         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
16354         autoreconf.
16355
16356 2006-01-11  Bruno Haible  <bruno@clisp.org>
16357
16358         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
16359         overridable by the user.
16360         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16361
16362 2006-01-10  Simon Josefsson  <jas@extundo.com>
16363
16364         * modules/sys_socket: New file.
16365
16366 2006-01-10  Simon Josefsson  <jas@extundo.com>
16367
16368         * m4/sys_socket_h.m4: New file.
16369
16370 2006-01-10  Simon Josefsson  <jas@extundo.com>
16371
16372         * lib/socket_.h: New file.
16373
16374 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16375
16376         * modules/readutmp (Maintainer): Add myself.
16377
16378 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16379
16380         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
16381         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
16382         People who are still concerned with buggy memcmp implementations
16383         can invoke gl_FUNC_MEMCMP themselves.
16384
16385 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16386
16387         * lib/regex_internal.h (BITSET_WORD_BITS):
16388         Work around a bug in 64-bit PGC (before version 6.1-2), where the
16389         preprocessor mishandles large unsigned values as if they were signed.
16390         Problem reported by Claudio Fontana in
16391         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
16392
16393 2006-01-10  Jim Meyering  <jim@meyering.net>
16394
16395         Avoid the double-free (first in fts_read, second in fts_close) that
16396         would occur when an `active' directory is made inaccessible (e.g.,
16397         via chmod a-x) during a traversal.
16398         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
16399         before returning.  Reproduce this failure by
16400         mkdir -p a/b; cd a; chmod a-x . b
16401         Reported by Stavros Passas.
16402
16403         Sync from coreutils.
16404         * lib/sha1.c: Tweak grammar in a comment.
16405
16406 2006-01-10  Jim Meyering  <jim@meyering.net>
16407
16408         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
16409         Patch by Joerg Sonnenberger.
16410
16411 2006-01-10  Bruno Haible  <bruno@clisp.org>
16412
16413         * modules/readutmp: Depend on module free.
16414         * modules/strtok_r: Depend on module restrict.
16415
16416 2006-01-10  Bruno Haible  <bruno@clisp.org>
16417
16418         * modules/gettext (configure.ac): Add an invocation of
16419         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
16420
16421 2006-01-10  Bruno Haible  <bruno@clisp.org>
16422
16423         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
16424         Reported by Werner Lemberg <wl@gnu.org>.
16425
16426 2006-01-10  Bruno Haible  <bruno@clisp.org>
16427
16428         * lib/localcharset.c: Update from GNU gettext.
16429
16430 2006-01-10  Bruno Haible  <bruno@clisp.org>
16431
16432         * lib/argp.h (__const): Remove macro. Use const instead.
16433         * lib/argp-fmtstream.h (__const): Likewise.
16434         * lib/glob_.h (__const): Remove macro.
16435         * lib/glob-libc.h: Use const instead of __const.
16436
16437 2006-01-10  Bruno Haible  <bruno@clisp.org>
16438
16439         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
16440         variable.
16441         Needed to avoid an automake error regarding the 'gettext' module.
16442
16443 2006-01-09  Simon Josefsson  <jas@extundo.com>
16444
16445         * modules/inet_ntop (Depends-on): Add restrict.
16446
16447 2006-01-09  Simon Josefsson  <jas@extundo.com>
16448
16449         * modules/gc-rijndael-tests (License): Put under LGPL.
16450
16451         * modules/gc-des-tests (License): Likewise.
16452
16453         * modules/gc-arcfour-tests (License): Likewise.
16454
16455         * modules/gc-arctwo-tests (License): Likewise.
16456
16457         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
16458
16459         * modules/gc-hmac-sha1-tests (Files): Likewise.
16460
16461         * modules/gc-hmac-md5-tests (License): Likewise.
16462
16463         * modules/gc-sha1-tests (License): Likewise.
16464
16465         * modules/gc-md5-tests (License): Likewise.
16466
16467         * modules/gc-md4-tests (License): Likewise.
16468
16469         * modules/gc-md2-tests (License): Likewise.
16470
16471         * modules/gc-tests (License): Likewise.
16472
16473         * modules/des-tests (License): Likewise.
16474
16475         * modules/md4-tests (License): Likewise.
16476
16477         * modules/md2-tests (License): Likewise.
16478
16479 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16480
16481         Sync from coreutils:
16482
16483         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
16484         * modules/lib-ignore: New file.
16485         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
16486         chdir-safer.m4, lchmod.m4.
16487         * modules/openat: Add mkdirat.c, openat-priv.h.
16488
16489 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16490
16491         Sync from coreutils.
16492         * m4/lib-ignore.m4: New file.
16493         * m4/lchmod.m4: New file.
16494
16495 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16496
16497         Sync from coreutils.
16498         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
16499         for write access: POSIX says that must fail.
16500         * lib/fts.c (diropen): Likewise.
16501         * lib/save-cwd.c (save_cwd): Likewise.
16502         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
16503         well, for minor improvements on hosts that lack O_DIRECTORY.
16504         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
16505         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
16506         Fall back on chown if open failed with EACCES.
16507
16508         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
16509         Report an error at compile-time if only a 1-second nominal clock
16510         resolution is found.
16511
16512         * lib/lchmod.h: New file.
16513         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
16514         (make_dir_parents): Use lchown rather than chown, and
16515         lchmod rather than chmod.
16516
16517         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
16518         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
16519         "proc" reported by n0dalus.
16520
16521         * lib/mountlist.c: Include <limits.h>.
16522         (dev_from_mount_options)
16523         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
16524         New function.  It no longer assumes "dev=" has the System V meaning
16525         on Linux (since it doesn't).  It also parses "dev=" more carefully.
16526         (read_file_system_list)
16527         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
16528         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
16529         dev= in that case.
16530
16531         * lib/posixtm.h (PDS_PRE_2000): New macro.
16532         * lib/posixtm.c (year): Arg is now syntax_bits rather than
16533         allow_century.  All usages changed.  Reject dates outside the range
16534         1969-1999 if PDS_PRE_2000 is used.
16535
16536 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16537
16538         Sync from coreutils.
16539         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
16540         (Time of day items): Mention the possibility of leap seconds.
16541         Problem reported by Dr. David Alan Gilbert.
16542
16543 2006-01-09  Jim Meyering  <jim@meyering.net>
16544
16545         Sync from coreutils.
16546
16547         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
16548
16549         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
16550
16551         * lib/modechange.c (mode_compile): Reject an invalid mode string
16552         that starts with an octal digit.  From Andreas Gruenbacher.
16553
16554         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
16555         and dup to open_safer and dup_safer, respectively.
16556         (openat_permissive): Fix typo in comment.
16557
16558         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
16559         "gettext.h"; either no longer needed or are guaranteed by openat.h.
16560         (_): Remove; no longer needed.
16561         (openat): Renamed from rpl_openat; no need for rpl_openat
16562         since openat.h renames openat for us.
16563         Replace most of the body with a call to openat_permissive,
16564         to avoid duplicate code.
16565         Port to (probably hypothetical) environments were mode_t is
16566         wider than int.
16567         (openat_permissive): Require mode arg, so that we can check
16568         types better.  Put it just after flags.  Change cwd failure
16569         indicator from pointer-to-bool to pointer-to-errno-value.
16570         All callers changed.
16571         Invoke openat_save_fail and/or openat_restore_fail if
16572         cwd_errno is null, so that openat can call us.
16573         (openat_permissive, fdopendir, fstatat, unlinkat):
16574         Simplify errno handling to avoid some duplicate code,
16575         as it's OK to set errno on success.
16576         * lib/openat.h: Revamp code so that function macros depend on
16577         __OPENAT_PREFIX only, not also on AT_FDCWD.
16578         (openat_ro): Remove.  Caller changed to use openat_permissive.
16579         (openat_permissive): Now a macro, if not a function.
16580         (openat_restore_fail, openat_save_fail): Now always functions,
16581         since mkdirat needs them even if __OPENAT_PREFIX is defined.
16582
16583         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
16584         and openat.c.
16585         * lib/mkdirat.c: Include openat-priv.h.
16586         Remove definitions of macros defined therein.
16587         * lib/openat.c: Likewise.
16588
16589         * lib/mkdirat.c (mkdirat): New file and function.
16590         * lib/openat.h (mkdirat): Declare.
16591
16592         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
16593
16594         * lib/openat.h (openat_permissive): Declare.
16595         (openat_ro): Define.
16596
16597         * lib/openat.c (EXPECTED_ERRNO): New macro.
16598         (openat_permissive): New function -- used in remove.c rewrite.
16599         (all functions): Set errno just before returning, only if there
16600         was an actual failure.
16601         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
16602
16603         Emulate openat-family functions using Linux's procfs, if possible.
16604         Idea and some code based on Ulrich Drepper's glibc changes.
16605
16606         * lib/openat.c: (BUILD_PROC_NAME): New macro.
16607         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
16608         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
16609         before falling back on save_cwd and restore_cwd.
16610         (fdopendir, fstatat, unlinkat): Likewise.
16611
16612         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
16613         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
16614
16615         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
16616         as second argument to va_arg.  Otherwise, some versions of gcc
16617         warn that `if this code is reached, the program will abort'.
16618
16619 2006-01-09  Jim Meyering  <jim@meyering.net>
16620
16621         Sync from coreutils.
16622         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
16623         Require openat-priv.h.
16624
16625 2006-01-09  Bruno Haible  <bruno@clisp.org>
16626
16627         * modules/strnlen (Include): Use strnlen.h.
16628
16629 2006-01-09  Bruno Haible  <bruno@clisp.org>
16630
16631         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
16632
16633 2006-01-09  Bruno Haible  <bruno@clisp.org>
16634
16635         * lib/sysexit_.h (EX_OK): New macro.
16636         Suggested by Martin Lambers <marlam@marlam.de>.
16637
16638 2006-01-09  Bruno Haible  <bruno@clisp.org>
16639
16640         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
16641         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
16642
16643 2006-01-09  Bruno Haible  <bruno@clisp.org>
16644
16645         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
16646         numbers.
16647
16648 2006-01-09  Bruno Haible  <bruno@clisp.org>
16649
16650         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
16651         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
16652         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
16653         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
16654
16655 2006-01-09  Bruno Haible  <bruno@clisp.org>
16656
16657         * build-aux/javacomp.sh.in: New file, moved from lib/.
16658         * modules/javacomp-script (Files): Update.
16659         (configure.ac): Add AC_CONFIG_FILES invocation.
16660         (EXTRA_DIST): Remove variable.
16661
16662         * build-aux/javaexec.sh.in: New file, moved from lib/.
16663         * modules/javaexec (Files): Update.
16664         (configure.ac): Add AC_CONFIG_FILES invocation.
16665         (EXTRA_DIST): Remove javaexec.sh.in.
16666
16667         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
16668         * modules/csharpcomp-script (Files): Update.
16669         (configure.ac): Add AC_CONFIG_FILES invocation.
16670         (EXTRA_DIST): Remove variable.
16671
16672         * build-aux/csharpexec.sh.in: New file, moved from lib/.
16673         * modules/csharpexec (Files): Update.
16674         (configure.ac): Add AC_CONFIG_FILES invocation.
16675         (EXTRA_DIST): Remove csharpexec.sh.in.
16676
16677 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
16678
16679         Sync from coreutils.
16680
16681         Add POSIX ACL support
16682         * lib/acl.h (copy_acl, set_acl): Add declarations.
16683         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
16684         systems other than Linux.
16685         (chmod_or_fchmod): New function: use fchmod when possible,
16686         and chmod otherwise.
16687         (file_has_acl): Add a POSIX ACL implementation, with a
16688         Linux-specific subcase.
16689         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
16690         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
16691         acls are unsupported.
16692         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
16693         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
16694         are unsupported.
16695
16696 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
16697
16698         Sync from coreutils.
16699         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
16700
16701 2006-01-07  Bruno Haible  <bruno@clisp.org>
16702
16703         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
16704         gl_EARLY.
16705
16706 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16707
16708         * lib/strftime.c (tzname): Don't declare if it is already #defined.
16709         Problem reported for Mingw by Mark Junker.
16710
16711 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16712
16713         * README: Gnulib normally doesn't generate a tarball.
16714
16715 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
16716
16717         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
16718         long int, not int, for nanosecond counts, so that people who are
16719         used to POSIX struct timespec won't be surprised.  Reported by Jim
16720         Meyering.
16721
16722 2005-12-28  Bruno Haible  <bruno@clisp.org>
16723
16724         * build-aux/config.rpath: Update from GNU gettext.
16725
16726 2005-12-16  Jim Meyering  <jim@meyering.net>
16727
16728         * modules/fprintftime: New module.
16729         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
16730
16731 2005-12-16  Jim Meyering  <jim@meyering.net>
16732
16733         * m4/fprintftime.m4: New file.
16734
16735 2005-12-16  Jim Meyering  <jim@meyering.net>
16736
16737         * lib/fprintftime.c, lib/fprintftime.h: New files.
16738
16739 2005-12-15  Simon Josefsson  <jas@extundo.com>
16740
16741         * modules/socklen (configure.ac): Fix M4 macro name, to align with
16742         new m4/socklen.m4.
16743
16744 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16745
16746         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
16747         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
16748
16749 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16750
16751         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
16752         * lib/argp-help.c (fill_in_uparams): Check if the constructed
16753         struct uparams is valid. Fall back to the default values if it is
16754         not.
16755
16756 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16757
16758         * modules/argp (Files): Add argp-pin.c
16759         (Depends-on): dirname
16760         (lib_SOURCES): Add argp-pin.c
16761
16762 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16763
16764         * m4/argp.m4:  Check if program_invocation_name and
16765         program_invocation_short_name are declared and define appropriate
16766         macros if they are not.
16767
16768 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16769
16770         * lib/argp-help.c (__argp_base_name): New function
16771         (__argp_short_program_name): Rewrite using __argp_base_name
16772         * lib/argp-namefrob.h: Define program_invocation_name and
16773         program_invocation_short_name if requested
16774         (__argp_base_name): Add prototype
16775         * lib/argp-parse.c (argp_def): Use gettext wrappers
16776         (argp_default_parser): Use __argp_base_name
16777         * lib/argp-pin.c: New file. Defines program_invocation_name and
16778         program_invocation_short_name on systems that lack them.
16779
16780 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16781
16782         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
16783         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
16784         porting problem reported by Georg Schwarz in
16785         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
16786
16787 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16788
16789         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
16790         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
16791         porting problem reported by Georg Schwarz in
16792         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
16793
16794 2005-12-05  Bruno Haible  <bruno@clisp.org>
16795
16796         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
16797         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
16798         Reported by Mark Junker <mjscod@gmx.de>.
16799
16800 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
16801
16802         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
16803         Use implementation from Albert Chin, with some
16804         comments/corrections by Stepan Kasal and myself.
16805
16806 2005-12-02  Bruno Haible  <bruno@clisp.org>
16807
16808         * gnulib-tool (func_import): Accept GPLed build tool modules when
16809         --lgpl is given.
16810         * modules/csharpcomp-script: New file.
16811         * modules/csharpcomp: Depend on it.
16812         * modules/javacomp-script: New file.
16813         * modules/javacomp: Depend on it.
16814         Suggested by Simon Josefsson.
16815
16816 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
16817
16818         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
16819         statement, to work around an HP-UX 10.20 compiler bug reported by
16820         Peter O'Gorman.
16821
16822 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
16823
16824         * modules/savedir (Depends-on): Add openat.
16825
16826 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
16827
16828         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
16829         (uintmax_t) [defined uintmax_t]: Do not declare.
16830         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
16831         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
16832         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
16833         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
16834         sake of portability to weird hosts that C allows (though we don't
16835         know of any practical examples).
16836
16837         * lib/savedir.h (fdsavedir): New decl.
16838         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
16839         contains most of the former guts of savedir.
16840         (savedir): Use savedirstream.
16841         Include "openat.h".
16842
16843 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16844
16845         * modules/obstack (Files): Add m4/ulonglong.m4.
16846         Problem reported by Davide Angelocola.
16847
16848 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
16849
16850         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
16851         coreutils no longer futzes with rounding modes.
16852
16853 2005-11-14  Jim Meyering  <jim@meyering.net>
16854
16855         * lib/mkstemp-safer.c: Include <config.h>, required for possible
16856         replacement of mkstemp.
16857
16858 2005-11-10  Simon Josefsson  <jas@extundo.com>
16859
16860         * lib/readline.c: Remove EOL.
16861
16862 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16863
16864         * modules/gethrxtime (Depends-on): Add gettime.
16865
16866 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16867
16868         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
16869         or gettimeofday; no longer needed.
16870
16871 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16872
16873         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
16874         time business.
16875         (gethrxtime) [! (HAVE_NANOUPTIME
16876         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
16877         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
16878         our own approximation.
16879
16880 2005-11-08  Eric Blake  <ebb9@byu.net>
16881
16882         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16883
16884 2005-11-08  Eric Blake  <ebb9@byu.net>
16885
16886         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16887
16888 2005-11-04  Bruno Haible  <bruno@clisp.org>
16889
16890         * gnulib-tool: Implement --update mode.
16891
16892 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16893
16894         Fix porting problem reported by Theodoros V. Kalamatianos.
16895         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
16896         Don't assume that futimes failing means we must fail.
16897
16898 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16899
16900         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
16901         variables to suggest the intended function of the PATH_MAX check.
16902
16903 2005-10-30  Kean Johnston  <jkj@sco.com>
16904
16905         Trivial changes to support SCO systems.
16906         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
16907         as PATH_MAX.
16908         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
16909         where __ptr is null when no I/O is pending.
16910
16911 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16912
16913         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
16914         leave errno alone.  Problem reported by Dmitry V. Levin.
16915
16916 2005-10-28  Simon Josefsson  <jas@extundo.com>
16917
16918         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
16919         Test more.
16920
16921         * tests/test-gc-md2.c, tests/test-md2.c: New files.
16922
16923         * modules/md2, modules/md2-tests: New files.
16924
16925 2005-10-28  Simon Josefsson  <jas@extundo.com>
16926
16927         * m4/inet_ntop.m4: More tests.
16928
16929         * m4/gc-md2.m4, md2.m4: New file.
16930
16931 2005-10-28  Simon Josefsson  <jas@extundo.com>
16932
16933         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
16934         "restrict" keywords, as per POSIX.  Protect the function
16935         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
16936         Don't use K&R prototypes.  Check the sprintf return values.
16937         Re-define EAFNOSUPPORT if not present.  Indent.
16938
16939         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
16940         suggested by Bruno Haible <bruno@clisp.org>.
16941
16942         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
16943
16944         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
16945
16946         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
16947         libgcrypt).
16948
16949         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
16950
16951         * lib/md2.h, lib/md2.c: New files.
16952
16953 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
16954
16955         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
16956         errno alone.  Problem reported by Frederic Jolliton.
16957
16958 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
16959
16960         * modules/verify (License): Change from GPL to LGPL.  This is a
16961         tiny module and there are apparently near-equivalents that are
16962         under the BSD license.
16963
16964 2005-10-24  Simon Josefsson  <jas@extundo.com>
16965
16966         * modules/sha1: Relicense to LGPL.
16967
16968 2005-10-24  Simon Josefsson  <jas@extundo.com>
16969
16970         * lib/md4.h: Shrink buffer size, now that we changed the type.
16971
16972 2005-10-23  Simon Josefsson  <jas@extundo.com>
16973
16974         * gnulib-tool (func_import): Fix --tests-base.
16975
16976 2005-10-22  Simon Josefsson  <jas@extundo.com>
16977
16978         * modules/arcfour (Depends-on): Need stdint.
16979
16980 2005-10-22  Simon Josefsson  <jas@extundo.com>
16981
16982         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
16983         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
16984
16985 2005-10-22  Simon Josefsson  <jas@extundo.com>
16986
16987         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
16988         suggested by Bruno Haible <bruno@clisp.org>.
16989
16990 2005-10-22  Simon Josefsson  <jas@extundo.com>
16991
16992         * lib/crc.h: Include stddef.h, for size_t.
16993
16994 2005-10-22  Simon Josefsson  <jas@extundo.com>
16995
16996         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
16997         arcfour_context struct (simplify test vector testing in GNU
16998         Shishi).
16999
17000 2005-10-21  Simon Josefsson  <jas@extundo.com>
17001
17002         * modules/des, modules/des-tests: New files.
17003
17004         * modules/gc-des, modules/gc-des-tests: New files.
17005
17006         * tests/test-des.c, tests/test-gc-des.c: New file.
17007
17008 2005-10-21  Simon Josefsson  <jas@extundo.com>
17009
17010         * modules/arctwo, modules/arctwo-tests: New files.
17011
17012         * tests/test-arctwo.c: New file.
17013
17014         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
17015
17016         * tests/test-gc-arctwo.c: New file.
17017
17018 2005-10-21  Simon Josefsson  <jas@extundo.com>
17019
17020         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
17021         Bruno Haible <bruno@clisp.org>.
17022
17023         * m4/gc-des.m4: New file.
17024
17025 2005-10-21  Simon Josefsson  <jas@extundo.com>
17026
17027         * m4/arctwo.m4: New file.
17028
17029         * m4/gc-arctwo.m4: New file.
17030
17031 2005-10-21  Simon Josefsson  <jas@extundo.com>
17032
17033         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
17034         block.
17035
17036 2005-10-21  Simon Josefsson  <jas@extundo.com>
17037
17038         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
17039         <bruno@clisp.org>.
17040
17041         * lib/hmac-sha1.c (hmac_sha1): Likewise.
17042
17043         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
17044         Bruno Haible <bruno@clisp.org>.
17045
17046         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
17047         <bruno@clisp.org>.
17048
17049 2005-10-21  Simon Josefsson  <jas@extundo.com>
17050
17051         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
17052
17053 2005-10-21  Simon Josefsson  <jas@extundo.com>
17054
17055         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
17056
17057 2005-10-21  Simon Josefsson  <jas@extundo.com>
17058
17059         * lib/des.h, lib/des.c: New files.
17060
17061         * lib/gc-gnulib.c: Support DES.c
17062
17063 2005-10-21  Simon Josefsson  <jas@extundo.com>
17064
17065         * lib/arctwo.h, lib/arctwo.c: New files.
17066
17067         * lib/gc-gnulib.c: Support ARCTWO.
17068
17069 2005-10-21  Simon Josefsson  <jas@extundo.com>
17070
17071         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
17072         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17073
17074 2005-10-21  Simon Josefsson  <jas@extundo.com>
17075
17076         * gnulib-tool (func_import, func_create_testdir): Define automake
17077         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
17078         Makefile.am snippet),
17079         suggested by Bruno Haible <bruno@clisp.org>.
17080
17081         * modules/gc (Makefile.am): Use it.
17082
17083 2005-10-21  Bruno Haible  <bruno@clisp.org>
17084
17085         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
17086         patch.
17087
17088 2005-10-19  Simon Josefsson  <jas@extundo.com>
17089
17090         * tests/test-gc-rijndael.c: New file.
17091
17092         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
17093
17094 2005-10-19  Simon Josefsson  <jas@extundo.com>
17095
17096         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
17097         interface too.
17098
17099 2005-10-19  Simon Josefsson  <jas@extundo.com>
17100
17101         * tests/test-gc-arcfour.c: New file.
17102
17103         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
17104
17105 2005-10-19  Simon Josefsson  <jas@extundo.com>
17106
17107         * modules/gc-md4, modules/gc-md4-tests: New file.
17108
17109         * tests/test-gc-md4.c: New file.
17110
17111 2005-10-19  Simon Josefsson  <jas@extundo.com>
17112
17113         * m4/gc-md4.m4: New file.
17114
17115 2005-10-19  Simon Josefsson  <jas@extundo.com>
17116
17117         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
17118         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
17119         <kasal@ucw.cz>.
17120
17121 2005-10-19  Simon Josefsson  <jas@extundo.com>
17122
17123         * m4/gc-arcfour.m4: New file.
17124
17125         * m4/gc-rijndael.m4: New file.
17126
17127 2005-10-19  Simon Josefsson  <jas@extundo.com>
17128
17129         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
17130
17131 2005-10-19  Simon Josefsson  <jas@extundo.com>
17132
17133         * lib/gc-gnulib.c: Support ARCFOUR.
17134
17135 2005-10-19  Simon Josefsson  <jas@extundo.com>
17136
17137         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
17138         support.
17139
17140         * lib/gc.h: Add ECB enum type.
17141
17142         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
17143
17144 2005-10-18  Simon Josefsson  <jas@extundo.com>
17145
17146         * tests/test-md5.c: New file.
17147
17148         * modules/md5-tests: New file.
17149
17150 2005-10-18  Simon Josefsson  <jas@extundo.com>
17151
17152         * tests/test-md4.c: New file.
17153
17154         * modules/md4, modules/md4-tests: New files.
17155
17156 2005-10-18  Simon Josefsson  <jas@extundo.com>
17157
17158         * m4/md4.m4: New file.
17159
17160 2005-10-18  Simon Josefsson  <jas@extundo.com>
17161
17162         * lib/md4.h, lib/md4.c: New files, based on md5.?.
17163
17164 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
17165
17166         * gnulib-tool (func_create_testdir): Omit the second check whether
17167         BUILT_SOURCES in nonempty.
17168
17169 2005-10-17  Simon Josefsson  <jas@extundo.com>
17170
17171         * tests/test-rijndael.c: New file.
17172
17173 2005-10-17  Simon Josefsson  <jas@extundo.com>
17174
17175         * modules/sha1: Depend on stdint instead of md5.
17176
17177         * modules/md5: Depend on stdint, remove uint32_t.
17178
17179 2005-10-17  Simon Josefsson  <jas@extundo.com>
17180
17181         * modules/gc-sha1-tests: New file.
17182
17183         * tests/test-gc-sha1.c: New file.
17184
17185 2005-10-17  Simon Josefsson  <jas@extundo.com>
17186
17187         * m4/md5.m4: Remove call to uint32_t.m4.
17188
17189 2005-10-17  Simon Josefsson  <jas@extundo.com>
17190
17191         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
17192
17193         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
17194         md5.h.
17195
17196         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
17197
17198         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
17199
17200 2005-10-17  Simon Josefsson  <jas@extundo.com>
17201
17202         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
17203
17204 2005-10-17  Simon Josefsson  <jas@extundo.com>
17205
17206         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
17207
17208 2005-10-17  Simon Josefsson  <jas@extundo.com>
17209
17210         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
17211
17212         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
17213
17214 2005-10-17  Bruno Haible  <bruno@clisp.org>
17215
17216         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
17217         that it can also be used in a test.
17218
17219 2005-10-16  Bruno Haible  <bruno@clisp.org>
17220
17221         * gnulib-tool (func_emit_tests_Makefile_am): Also define
17222         TESTS_ENVIRONMENT, so that individual tests can augment it.
17223
17224         * gnulib-tool (func_create_testdir): Use an intermediate target for
17225         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
17226         macros, like $(ALLOCA_H), which cannot be passed through the command
17227         line.
17228
17229 2005-10-15  Simon Josefsson  <jas@extundo.com>
17230
17231         * modules/rijndael-tests: New file.
17232
17233         * modules/rijndael: New file.
17234
17235 2005-10-15  Simon Josefsson  <jas@extundo.com>
17236
17237         * m4/rijndael.m4: New file.
17238
17239 2005-10-15  Simon Josefsson  <jas@extundo.com>
17240
17241         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
17242
17243         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
17244
17245 2005-10-14  Simon Josefsson  <jas@extundo.com>
17246
17247         * tests/test-arcfour.c: New file.
17248
17249         * modules/arcfour, modules/arcfour-tests: New files.
17250
17251 2005-10-14  Simon Josefsson  <jas@extundo.com>
17252
17253         * m4/arcfour.m4: New file.
17254
17255 2005-10-14  Simon Josefsson  <jas@extundo.com>
17256
17257         * lib/arcfour.h, lib/arcfour.c: New files.
17258
17259 2005-10-14  Roland McGrath  <roland@redhat.com>
17260
17261         Import from libc.  [BZ #1331]
17262         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
17263         macro argument.
17264         Reported by Matej Vela <vela@debian.org>.
17265
17266 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
17267
17268         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
17269         include <wchar.h>; no longer needed.
17270
17271 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
17272
17273         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
17274
17275 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
17276         and  Ulrich Drepper  <drepper@redhat.com>
17277
17278         Import from libc.
17279         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
17280         instead of inline stream orientation test and two separate
17281         function calls.  Pay no attention to USE_IN_LIBIO.
17282
17283 2005-10-13  Simon Josefsson  <jas@extundo.com>
17284
17285         * modules/gc-hmac-md5-tests: New file.
17286
17287         * tests/test-gc-hmac-sha1.c: New file.
17288
17289         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
17290
17291         * modules/gc-hmac-md5-tests: New file.
17292
17293         * tests/test-gc-md5.c: New file.
17294
17295         * modules/gc-md5-tests: New file.
17296
17297 2005-10-13  Simon Josefsson  <jas@extundo.com>
17298
17299         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
17300         Move memory allocation outside of loop.
17301
17302 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
17303
17304         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
17305         intermediate directory is in a read-only file system.  Problem
17306         reported by Eric Blake.
17307
17308 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
17309
17310         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
17311
17312 2005-10-12  Simon Josefsson  <jas@extundo.com>
17313
17314         * tests/test-hmac-sha1.c: New file.
17315
17316         * modules/hmac-sha1-tests: New file.
17317
17318         * modules/hmac-sha1: New file.
17319
17320 2005-10-12  Simon Josefsson  <jas@extundo.com>
17321
17322         * modules/gc-sha1: New file.
17323
17324 2005-10-12  Simon Josefsson  <jas@extundo.com>
17325
17326         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
17327
17328         * tests/test-gc-pbkdf2-sha1.c: New file.
17329
17330 2005-10-12  Simon Josefsson  <jas@extundo.com>
17331
17332         * modules/gc-md5, modules/gc-hmac-md5: New files.
17333
17334         * modules/gc (Files): Remove md5, memxor and hmac files.
17335
17336 2005-10-12  Simon Josefsson  <jas@extundo.com>
17337
17338         * m4/gc-pbkdf2-sha1.m4: New file.
17339
17340         * m4/gc-hmac-sha1.m4: New file.
17341
17342         * m4/gc-sha1: New file.
17343
17344         * m4/hmac-sha1.m4: New file.
17345
17346 2005-10-12  Simon Josefsson  <jas@extundo.com>
17347
17348         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
17349
17350         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
17351
17352 2005-10-12  Simon Josefsson  <jas@extundo.com>
17353
17354         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
17355         suggested by Bruno Haible <bruno@clisp.org>.
17356
17357 2005-10-12  Simon Josefsson  <jas@extundo.com>
17358
17359         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
17360
17361 2005-10-12  Simon Josefsson  <jas@extundo.com>
17362
17363         * lib/gc-pbkdf2-sha1.c: New file.
17364
17365         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
17366
17367 2005-10-12  Simon Josefsson  <jas@extundo.com>
17368
17369         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
17370
17371         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
17372
17373 2005-10-12  Simon Josefsson  <jas@extundo.com>
17374
17375         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
17376         GC_USE_HMAC_MD5, respectively.
17377
17378         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
17379         (gc_md5): Fix typo.
17380
17381         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
17382
17383         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
17384
17385         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
17386
17387 2005-10-12  Bruno Haible  <bruno@clisp.org>
17388
17389         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
17390         Reported by Stepan Kasal <kasal@ucw.cz>.
17391
17392 2005-10-11  Simon Josefsson  <jas@extundo.com>
17393
17394         * tests/test-crc.c: New file.
17395
17396         * modules/crc, modules/crc-tests: New files.
17397
17398 2005-10-11  Simon Josefsson  <jas@extundo.com>
17399
17400         * m4/crc.m4: New file.
17401
17402 2005-10-11  Simon Josefsson  <jas@extundo.com>
17403
17404         * lib/gc.h: Add gc_hash and gc_hash_buffer.
17405
17406         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
17407
17408         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
17409
17410 2005-10-11  Simon Josefsson  <jas@extundo.com>
17411
17412         * lib/crc.h, lib/crc.c: New files.
17413
17414         * lib/gc.h (gc_hash_buffer): Add doc.
17415
17416 2005-10-11  Bruno Haible  <bruno@clisp.org>
17417
17418         * modules/c-strcasestr: New file.
17419         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
17420
17421 2005-10-11  Bruno Haible  <bruno@clisp.org>
17422
17423         * modules/c-strcase: New file.
17424         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
17425
17426 2005-10-11  Bruno Haible  <bruno@clisp.org>
17427
17428         * lib/strcasecmp.c: Include limits.h.
17429         (strcasecmp): Avoid integer overflow on exotic platforms.
17430         * lib/strncasecmp.c: Include limits.h.
17431         (strncasecmp): Avoid integer overflow on exotic platforms.
17432         Reported by Paul Eggert.
17433
17434 2005-10-11  Bruno Haible  <bruno@clisp.org>
17435
17436         * lib/c-strcasestr.h: New file, from GNU gettext.
17437         * lib/c-strcasestr.c: New file, from GNU gettext.
17438
17439 2005-10-11  Bruno Haible  <bruno@clisp.org>
17440
17441         * lib/c-strcase.h: New file, from GNU gettext.
17442         * lib/c-strcasecmp.c: New file, from GNU gettext.
17443         * lib/c-strncasecmp.c: New file, from GNU gettext.
17444
17445 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
17446
17447         * modules/mempcpy (License): GPL -> LGPL.
17448         * modules/strchrnul (License): Likewise.
17449         * modules/sysexits (License): Likewise.
17450
17451 2005-10-08  Simon Josefsson  <jas@extundo.com>
17452
17453         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
17454
17455 2005-10-07  Simon Josefsson  <jas@extundo.com>
17456
17457         * m4/memxor.m4: Remove gl_C_RESTRICT call.
17458
17459 2005-10-06  Simon Josefsson  <jas@extundo.com>
17460
17461         * tests/test-hmac-md5.c: New file.
17462
17463         * modules/hmac-md5-tests: New file.
17464
17465         * modules/hmac-md5: New file.
17466
17467 2005-10-06  Simon Josefsson  <jas@extundo.com>
17468
17469         * m4/hmac-md5.m4: New file.
17470
17471         * m4/memxor.m4: Require gl_C_RESTRICT.
17472
17473 2005-10-06  Simon Josefsson  <jas@extundo.com>
17474
17475         * lib/memxor.c (memxor): Avoid casts and warnings.
17476
17477 2005-10-06  Simon Josefsson  <jas@extundo.com>
17478
17479         * lib/hmac-md5.c: New file.
17480
17481         * lib/hmac.h: New file.
17482
17483 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
17484
17485         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
17486         promotes to int, not unsigned int, to catch the AIX 5.3
17487         compiler bug.
17488
17489 2005-10-05  Simon Josefsson  <jas@extundo.com>
17490
17491         * modules/memxor: New file.
17492
17493         * modules/iconv (Files): Move config.rpath to havelib, it is used
17494         there.
17495
17496         * modules/havelib (Files): Add config.rpath.
17497
17498 2005-10-05  Simon Josefsson  <jas@extundo.com>
17499
17500         * m4/memxor.m4: New file.
17501
17502 2005-10-05  Simon Josefsson  <jas@extundo.com>
17503
17504         * lib/memxor.c (memxor): Fix compiler error.
17505
17506         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
17507         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
17508
17509         * lib/memxor.h, lib/memxor.c: New files.
17510
17511         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
17512         we assume all systems have it, suggested by Jim Meyering
17513         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
17514         any systems lack sys/socket.h; mingw32 is known to lack it, but we
17515         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
17516         same reasons.
17517
17518 2005-10-05  Simon Josefsson  <jas@extundo.com>
17519
17520         * config/srclist.txt: Add glibc bug 1423 for md5.h.
17521
17522 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
17523
17524         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
17525         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
17526         needed, since the source code now assumes these .h files.
17527
17528 2005-10-05  Derek Price  <derek@ximbiot.com>
17529
17530         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
17531
17532 2005-10-05  Bruno Haible  <bruno@clisp.org>
17533
17534         * modules/stdint (License): Change to LGPL.
17535
17536 2005-10-04  Simon Josefsson  <jas@extundo.com>
17537
17538         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
17539         D. Baushke" <mdb@gnu.org>.
17540
17541 2005-10-04  Bruno Haible  <bruno@clisp.org>
17542
17543         * lib/verify.h (verify_true): Provide alternative definition for C++.
17544
17545 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
17546
17547         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
17548         (SSIZE_MAX): New macro, if not already defined.
17549         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
17550         than 2 GiB.
17551
17552 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17553
17554         Sync from coreutils.
17555         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
17556         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
17557         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
17558         ULLONG_MAX doesn't work with 2.7.2.1.
17559
17560 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17561
17562         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
17563         From Ben Pfaff.
17564
17565         * modules/exclude (Depends-on): Depend on verify.
17566         * modules/strtoimax (Depends-on): Likewise.
17567         * modules/utimecmp (Depends-on): Likewise.
17568
17569 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17570
17571         * lib/exclude.c: Include verify.h.
17572         (verify): Remove.  All callers changed to use verify.h's version.
17573         * lib/strtoimax.c: Likewise.
17574         * lib/utimecmp.c: Likewis.e
17575
17576         Sync from coreutils.
17577         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
17578         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
17579         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
17580         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
17581         bother returning ENOSYS if settimeofday or stime fails; just let
17582         them return whatever errno they want to return.
17583         * lib/utimens.c: Include unistd.h, for dup2.
17584         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
17585         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
17586
17587 2005-10-02  Jim Meyering  <jim@meyering.net>
17588
17589         Sync from coreutils.
17590         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
17591         from glibc-2.2.5 that fails for read-only files.
17592
17593 2005-10-02  Jim Meyering  <jim@meyering.net>
17594
17595         Sync from coreutils.
17596         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
17597         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
17598         `#if HAVE_CONFIG_H'.
17599         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
17600         Remove AT_FDCWD test.
17601         Do not consume the fd unless successful.
17602         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
17603         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
17604         block, so that we don't even try to compile it if settimeofday is
17605         available.  This works around a compilation failure on OSF1 V5.1,
17606         due to stime requiring a `long int*' while tv_sec is `int'.
17607
17608 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
17609
17610         Sync from coreutils.
17611         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
17612         against `yes', rather than just testing for nonempty.
17613
17614 2005-10-01  Simon Josefsson  <jas@extundo.com>
17615
17616         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
17617         and Darwin.
17618
17619         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
17620         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
17621         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
17622         freeaddrinfo and gai_strerror are declared by the POSIX headers.
17623         Check if struct addrinfo is declared.
17624
17625 2005-10-01  Simon Josefsson  <jas@extundo.com>
17626
17627         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
17628         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
17629         AI_* and EAI_* definitions.  Protect function declarations.
17630
17631 2005-10-01  Jim Meyering  <jim@meyering.net>
17632
17633         Sync from coreutils.
17634
17635         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
17636         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
17637         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
17638         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
17639         in the inet and nsl libraries.  Required on Solaris 5.7.
17640
17641 2005-10-01  Jim Meyering  <jim@meyering.net>
17642
17643         Sync from coreutils.
17644         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
17645         in the inet and nsl libraries.  Required on Solaris 5.7.
17646
17647 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
17648
17649         * lib/getdelim.c (getdelim): Remove unused variables.
17650
17651 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
17652
17653         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
17654         so that the code works even with ancient cpp.  Portability problem
17655         with GCC 2.7.2.1 reported by Thomas M.Ott.
17656
17657 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
17658
17659         * modules/regex (Depends-on): Add strcase.
17660
17661         * modules/gethostname (Licence): Change from GPL to LGPL, since
17662         gethostname.c is a trivial implementation of a standard library
17663         function.
17664         * modules/poll (License): Change from GPL to LGPL, since it's
17665         derived from LGPL code.
17666
17667 2005-09-27  Jim Meyering  <jim@meyering.net>
17668
17669         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
17670         HAVE_CONFIG_H.
17671
17672         * lib/intprops.h (signed_type_or_expr__): Define.
17673         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
17674         for unsigned types.
17675
17676 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
17677
17678         * lib/verify.h (verify_expr): Remove, replacing with:
17679         (verify_true): New macro that returns true instead of void.
17680         (verify_type__): Remove.
17681         (verify): Use verify_true rather than verify_type__.
17682
17683 2005-09-26  Bruno Haible  <bruno@clisp.org>
17684
17685         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
17686         is necessary.
17687         (lib_SOURCES): Remove mbchar.c.
17688         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
17689         (Files): Add m4/mbrtowc.m4.
17690         * modules/mbiter: Likewise.
17691         * modules/mbuiter: Likewise.
17692
17693 2005-09-26  Bruno Haible  <bruno@clisp.org>
17694
17695         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
17696         compile mbchar.c if they are not both present.
17697         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
17698         * m4/mbiter.m4 (gl_MBITER): Likewise.
17699         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
17700         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
17701         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
17702
17703 2005-09-25  Jim Meyering  <jim@meyering.net>
17704
17705         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
17706         also uses socklen_t.
17707
17708 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
17709
17710         * lib/utimens.c (ENOSYS): Define if not already defined.
17711         (futimens): Support having a null PATH if the file descriptor
17712         is nonnegative.
17713
17714         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
17715         Remove.
17716         (__attribute): Define to empty unless GCC 3.1 or later.
17717         This works around a core dump on OpenBSD 3.4, which has GCC
17718         2.95.3, which dumps core when given __attribute__(()).  It also
17719         simplifies other tests, since we really don't want to bother with
17720         worrying about which ancient version of GCC supported what.
17721         Original problem reported by Yoann Vandoorselaere, with part of
17722         the fix suggested by Derek Price.
17723
17724 2005-09-24  Jim Meyering  <jim@meyering.net>
17725
17726         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
17727         so we can once again use a positive bitfield width of 1 -- now we
17728         don't have to explain why we were using a bitfield width of 2.
17729
17730 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
17731
17732         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
17733         and similarly for the other external symbols.  Problem reported
17734         by James Gallager.
17735
17736         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
17737         bug reported by Jim Meyering.
17738
17739         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
17740         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
17741         not needed, since socklen is a prerequisite module.
17742
17743 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
17744
17745         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
17746         Problem reported by Eric Blake.
17747         (getaddrinfo): Initialize se so that it's not garbage.
17748         Redo internal storage allocation so that it doesn't make unportable
17749         assumptions about alignment.
17750         Fix a memory leak.
17751
17752         * lib/utimens.c (futimens): Use futimesat if available.
17753         Prefer it to futimes since it doesn't have the futimes bug.
17754
17755         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
17756         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
17757         Instead, declare a function that returns a pointer to an array,
17758         and use verify_type__ to declare the size of the array.
17759         Problem and germ of a solution reported by Bruno Haible.
17760         (verify_type__): Use 2, not 1, for bitfield size, to avoid
17761         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
17762
17763 2005-09-23  Jim Meyering  <jim@meyering.net>
17764
17765         Sync from coreutils.
17766         Correct build failure (socklen_t not defined) on at least
17767         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
17768         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
17769
17770 2005-09-23  Jim Meyering  <jim@meyering.net>
17771
17772         * modules/getaddrinfo (Depends-on): Add socklen.
17773
17774 2005-09-23  Bruno Haible  <bruno@clisp.org>
17775
17776         * tests/test-verify.c: New file.
17777
17778 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17779
17780         Sync from coreutils.
17781
17782         * modules/argmatch (Depends-on): Add verify.
17783         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
17784         unistd-safer.
17785         * modules/save-cwd (Depends-on): Likewise.
17786
17787         * modules/openat (Files): Add lib/openat-die.c.
17788         (Depends-on): Remove error, exitfail.
17789         Add dirname.
17790
17791         * modules/verify: New file.
17792         * MODULES.html.sh (Diagnostics <assert.h>): New section,
17793         with "verify" module.
17794
17795 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17796
17797         Sync from coreutils.
17798
17799         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
17800         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
17801         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
17802         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
17803         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
17804         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
17805         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
17806         Don't bother checking for string.h, stdlib.h, unistd.h.
17807         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
17808         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
17809         module's job.
17810         * m4/jm-macros.m4 (gl_MACROS): Likewise.
17811         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
17812
17813         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
17814         (gl_GETDATE): Use it.
17815
17816         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
17817
17818 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17819
17820         Sync from coreutils.
17821
17822         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
17823         stat-time.h.
17824         * lib/argmatch.h: Include verify.h
17825         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
17826         (ARGMATCH_ASSERT): Remove; unused.
17827         * lib/canonicalize.c: Assume STDC_HEADERS.
17828         * lib/exclude.c: Include "strcase.h".
17829         * lib/regex_internal.h [!defined _LIBC]: Likewise.
17830         * lib/getusershell.c: Include stdio--.h rather than stdio.h
17831         and stdio-safer.h.
17832         (getusershell): Call fopen, not fopen_safer.
17833         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
17834         Do not include unistd-safer.h.
17835         (save_cwd): Don't call fd_safer; no longer needed
17836         now that we include fcntl--.h.
17837
17838         * lib/getdate.y (relative_time): New type.
17839         (RELATIVE_TIME_0): New constant.
17840         (parser_control): Use relative_time instead of doing it ourselves.
17841         (%union): Add new relative_time rel member.
17842         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
17843         Now typeless.
17844         (relunit, relunit_snumber): Now of type rel.
17845         (zone, rel, relunit, get_date): Adjust to above changes.
17846
17847         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
17848         Do not include unistd-safer.h.
17849         (getloadavg): Don't call fd_safer; no longer needed
17850         now that we include fcntl--.h.
17851
17852         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
17853         (make_dir_parents): Treat ENOSYS like EEXIST.
17854
17855         Improve quality of diagnostics on restore_cwd failure.
17856         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
17857         (make_dir_parents): Last arg is now int * (for errno), not bool *.
17858         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
17859         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
17860         each time through the loop.  Do not diagnose restore_cwd failure;
17861         that is the caller's job (and perhaps the caller does not care).
17862
17863         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
17864         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
17865         If the file already exists but is not a directory, don't bother
17866         to try to make its parents.
17867         Close potential file descriptor leak if we can't chdir("/") (!).
17868         Don't always return true if chdir($PWD) fails; return true only
17869         if the requested action was done successfully (except for the
17870         chdir($PWD)).
17871         Don't log final directory unless we actually made it.
17872         Refactor to avoid duplicate code to fix up permissions.
17873         Don't attempt to fix up parent permissions if chdir($PWD) fails.
17874
17875         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
17876         to make it a bit faster and (I hope) clearer.
17877         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
17878         Fix bug in formats like %2N.
17879
17880         * lib/verify.h: New file.
17881
17882 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17883
17884         Sync from coreutils.
17885         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
17886
17887 2005-09-22  Jim Meyering  <jim@meyering.net>
17888
17889         Sync from coreutils.
17890
17891         * m4/lstat.m4 (gl_FUNC_LSTAT):
17892         Use AC_LIBSOURCES to require lstat.c and lstat.h.
17893         Remove obsolete comment.
17894         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
17895         * m4/xstrtod.m4: Likewise.
17896
17897         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
17898
17899 2005-09-22  Jim Meyering  <jim@meyering.net>
17900
17901         Sync from coreutils.
17902
17903         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
17904
17905         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
17906         the .tm_year member, since otherwise gcc-4.0 would now warn about
17907         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
17908
17909         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
17910         order to avoid an unsuppressible warning from gcc on 64-bit systems.
17911
17912         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
17913         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
17914         when run in a time zone for which daylight savings time is in effect
17915         for the starting date.
17916
17917         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
17918         stop us from restricting permissions of just-created absolute-named
17919         directories.
17920         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
17921         to restore initial working directory.
17922         * lib/mkdir-p.c (make_dir_parents): New parameter:
17923         different_working_dir, to tell caller if/when we change the working
17924         directory and are unable to return to the initial one.
17925         * lib/mkdir-p.h (make_dir_parents): Update prototype.
17926         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
17927         `return false'.  This fixes a bug introduced on 2004-07-30.
17928
17929         * lib/openat.c (fdopendir): Be sure to close the supplied
17930         file descriptor before returning.  This makes our replacement
17931         implementation a little closer to Solaris's, where fdopendir
17932         ties the file descriptor to the returned DIR* pointer.
17933         * lib/openat.c (unlinkat): New function.
17934         * lib/openat.h (unlinkat): Add prototype.
17935         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
17936         (openat_restore_fail): Rename from openat_restore_die.
17937         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
17938
17939         Provide an alternative to exiting immediately upon save_cwd or
17940         restore_cwd failure.  Now, an application can arrange e.g.,
17941         to perform a longjump in that case.
17942         * lib/openat.c: Include dirname.h.
17943         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
17944         (rpl_openat, fdopendir, fstatat): Call openat_save_die
17945         and openat_restore_die rather than calling error directly.
17946         Don't include "error.h" or "exitfail.h"; they're no longer needed.
17947
17948         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
17949         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
17950         define.
17951
17952         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
17953         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
17954                             int utc, int nanoseconds);
17955         Background:
17956         date should not have to allocate a megabyte of virtual memory to
17957         handle a format argument like +%1048575T.  When implemented with
17958         strftime, it must allocate such a buffer, use strftime to fill it
17959         in, print it, then free it.
17960         With fprintftime, it simply prints everything and exits.
17961         With no need for memory allocation, that's one fewer way to fail.
17962         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
17963         optional field width, not before, so we accept %9:z, not %:9z.
17964         (my_strftime): Be sure to use L_('x') for literals.
17965
17966         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
17967         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
17968         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
17969         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
17970         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
17971         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
17972         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
17973         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
17974         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
17975         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
17976         * lib/xgethostname.c, lib/xreadlink.c:
17977         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
17978
17979         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
17980         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
17981         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
17982         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
17983         and don't include <sys/file.h>).
17984
17985 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
17986
17987         Sync from coreutils.
17988
17989         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
17990         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
17991         [!LDAV_DONE]: Avoid unused variable warning.
17992
17993 2005-09-21  Bruno Haible  <bruno@clisp.org>
17994
17995         * lib/unicodeio.h (unicode_to_mb): New declaration.
17996
17997 2005-09-20  Derek Price  <derek@ximbiot.com>
17998
17999         * lib/getaddrinfo.c: Don't include <netdb.h> included from
18000         getaddrinfo.h.
18001
18002 2005-09-20  Bruno Haible  <bruno@clisp.org>
18003
18004         * gnulib-tool: Remove trailing slashes from the values specified for
18005         --source-base, --m4-base, --tests-base, --aux-dir.
18006         Suggested by Simon Josefsson <jas@extundo.com>.
18007
18008 2005-09-20  Bruno Haible  <bruno@clisp.org>
18009
18010         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
18011         func_modules_to_filelist, func_import, func_create_testdir): Make all
18012         sorting results locale-independent, so that gnulib-cache.m4 doesn't
18013         change when gnulib-tool is invoked in a different locale.
18014
18015 2005-09-19  Simon Josefsson  <jas@extundo.com>
18016
18017         * m4/socklen.m4: Fix typo.
18018
18019 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18020
18021         Use a consistent style for including <config.h>.
18022         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
18023         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
18024         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
18025         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
18026         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
18027         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
18028         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
18029         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
18030         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
18031         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
18032         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
18033         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
18034         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
18035         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
18036         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
18037         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
18038         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
18039         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
18040         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
18041         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
18042         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
18043         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
18044         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
18045         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
18046         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
18047         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
18048         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
18049         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
18050         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
18051         lib/xstrtoumax.c, lib/yesno.c:
18052         Standardize inclusion of config.h.
18053         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
18054         lib/inttostr.h:  Removed inclusion of config.h from header files.
18055         * lib/inttostr.c:  Adjusted in-tree users.
18056         * lib/timespec.h: Remove superfluous warning to include config.h.
18057         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
18058         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
18059         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
18060         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
18061         config.h with HAVE_CONFIG_H.
18062
18063 2005-09-19  Jim Meyering  <jim@meyering.net>
18064
18065         * modules/pathmax (License): Change to LGPL.
18066
18067 2005-09-19  Derek Price  <derek@ximbiot.com>
18068
18069         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
18070
18071 2005-09-19  Bruno Haible  <bruno@clisp.org>
18072
18073         * gnulib-tool (import): Provide default for --tests-base.
18074
18075 2005-09-19  Bruno Haible  <bruno@clisp.org>
18076
18077         * doc/quote.texi: New file, extracted from gnulib.texi.
18078         * doc/ctime.texi: New file, extracted from gnulib.texi.
18079         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
18080         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
18081         * doc/gnulib.texi: Include them.
18082
18083 2005-09-18  Bruno Haible  <bruno@clisp.org>
18084
18085         Portability fix.
18086         * gnulib-tool (func_readlink): New function.
18087         (func_ln_if_changed): Use it.
18088
18089 2005-09-18  Bruno Haible  <bruno@clisp.org>
18090
18091         * gnulib-tool: Support --with-tests also with --import.
18092         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
18093         (func_import): Use variables $testsbase and $inctests. Emit a
18094         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
18095         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
18096         SUBDIRS += $testsdir.
18097         (func_create_testdir): Update.
18098
18099 2005-09-18  Bruno Haible  <bruno@clisp.org>
18100
18101         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
18102         instead of $dry_run.
18103         (func_cp_if_changed, func_mv_if_changed): Remove functions.
18104         (func_ln_if_changed): Don't handle dry-run here.
18105         (func_import): In dry-run mode, detect more precisely which actions
18106         would be performed, and don't use "...ing" verbs.
18107
18108 2005-09-18  Bruno Haible  <bruno@clisp.org>
18109
18110         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
18111         (func_import): Use join on two temporary files instead of three nested
18112         loops, in order to determine which files are new or old.
18113
18114 2005-09-18  Bruno Haible  <bruno@clisp.org>
18115
18116         * gnulib-tool (func_import): Comment out code that spits out the
18117         new files with --dry-run.
18118
18119 2005-09-18  Bruno Haible  <bruno@clisp.org>
18120
18121         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
18122
18123 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
18124
18125         * lib/stat-time.h: New file.
18126         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
18127         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
18128         in a different way.
18129         (timespec_cmp): New function.
18130         * lib/utimecmp.c: Include stat-time.h.
18131         (SYSCALL_RESOLUTION): Depend on whether various struct stat
18132         members exist, not on the obsolescent ST_MTIM_NSEC.
18133         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
18134
18135 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
18136
18137         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
18138
18139 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
18140
18141         * MODULES.html.sh (File system functions): Add stat-time.
18142         * modules/stat-time: New file.
18143         * modules/timespec (Files): Remove m4/st_mtim.m4; this
18144         is now done in a different way, by the stat-time module.
18145         * modules/utimecmp (Depends-on): Add stat-time.
18146
18147 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
18148
18149         * m4/st_mtim.m4: Remove.  Superseded by...
18150         * m4/stat-time.m4: New file.
18151         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
18152         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
18153
18154 2005-09-15  Derek Price  <derek@ximbiot.com>
18155
18156         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
18157
18158 2005-09-15  Derek Price  <derek@ximbiot.com>
18159
18160         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
18161         * lib/regex_internal.c: Ditto, using this...
18162         (__GNUC_PREREQ): ...new macro.
18163         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
18164         using...
18165         (__GNUC_PREREQ): ...this new macro.
18166
18167         * lib/strstr.h: Include string.h. Define strstr as a macro here.
18168
18169 2005-09-15  Derek Price  <derek@ximbiot.com>
18170             Paul Eggert  <eggert@cs.ucla.edu>
18171
18172         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
18173         changes, consolidating in...
18174         * lib/regex_internal.h: ...this file.
18175
18176 2005-09-13  Jim Meyering  <jim@meyering.net>
18177
18178         * lib/canon-host.c: Filter through gnu indent and reword comments
18179         slightly.
18180         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
18181
18182 2005-09-13  Derek Price  <derek@ximbiot.com>
18183
18184         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
18185         failure.
18186         Reported by Jim Meyering  <jim@meyering.net>.
18187
18188 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18189
18190         * lib/base64.c: Typo.
18191         (base64_encode): Put b64str in initialized data section.
18192
18193 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
18194
18195         Merge glibc and coreutils changes into gnulib, plus a few
18196         extra fixes.
18197         * lib/md5.c: Use #error rather than a string.
18198         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
18199         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
18200         (__attribute__): Define to empty for non recent-GCC.
18201         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
18202         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
18203         Renamed from their non-__ counterparts, with new macros replacing
18204         them if not _LIBC.  Add __THROW attribute.
18205         (rol): Remove.
18206         (struct md5_ctx): Align buffer if using GCC.
18207         * lib/sha1.h (struct sha1_ctx): Likewise.
18208         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
18209         The old name was backwards.
18210         (NOTSWAP): Remove; not used.
18211         (rol): New macro, moved here from md5.h.
18212         (sha1_process_block): Remove a FIXME that doesn't make sense.
18213
18214 2005-09-12  Derek Price  <derek@ximbiot.com>
18215
18216         Return usable errors from canon-host.
18217         * lib/canon-host.h: New file.
18218         * lib/canon-host.c (canon_host): Wrap...
18219         (canon_host_r): ...this new function, which now relies exclusively on
18220         getaddrinfo.
18221         (ch_strerror): New function.
18222         (last_cherror): New global.
18223         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
18224         interface.
18225         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
18226         void *.
18227         (freeaddrinfo): Free ai->ai_canonname when set.
18228
18229 2005-09-12  Derek Price  <derek@ximbiot.com>
18230
18231         Make canon-host require getaddrinfo.
18232         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
18233         AC_LIBSOURCE canon-host.h.  Call...
18234         (gl_PREREQ_CANON_HOST): ...this new function, which requires
18235         gl_GETADDRINFO.
18236         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
18237
18238 2005-09-12  Derek Price  <derek@ximbiot.com>
18239
18240         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
18241         LGPL.
18242         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
18243
18244 2005-09-12  Derek Price  <derek@ximbiot.com>
18245
18246         * lib/gai_strerror.c: Include config.h when available.  Include
18247         getaddrinfo.h before other headers to test interface.
18248         Reported by Larry Jones <lawrence.jones@ugs.com>.
18249
18250 2005-09-12  Derek Price  <derek@ximbiot.com>
18251             Paul Eggert  <eggert@cs.ucla.edu>
18252
18253         * modules/glob (Files): Add glob-libc.h.
18254
18255 2005-09-12  Derek Price  <derek@ximbiot.com>
18256             Paul Eggert  <eggert@cs.ucla.edu>
18257
18258         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
18259         glob_.h, glob-libc.h.
18260         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
18261
18262 2005-09-12  Derek Price  <derek@ximbiot.com>
18263             Paul Eggert  <eggert@cs.ucla.edu>
18264
18265         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
18266         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
18267         protecting things that should be done only in gnulib contexts.
18268         * lib/glob_.h: New file, containing only the glob things needed for
18269         gnulib.
18270         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
18271         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
18272         (glob, globfree, glob_pattern_p): Now defined simply in terms of
18273         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
18274         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
18275         and to respect the namespace rules better.
18276
18277 2005-09-08  Simon Josefsson  <jas@extundo.com>
18278
18279         * modules/socklen: New file.
18280
18281 2005-09-08  Simon Josefsson  <jas@extundo.com>
18282
18283         * m4/socklen.m4: New file.
18284
18285 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18286
18287         * modules/utimens (Files): Add m4/utimbuf.m4, since
18288         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
18289         Reported by Sergey Poznyakoff.
18290
18291 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18292
18293         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
18294         definitions, since that's the preferred style in glibc.
18295         Fix a minor spacing issue, and update copyright notice to match
18296         glibc's.
18297
18298 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18299
18300         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
18301
18302 2005-09-06  Simon Josefsson  <jas@extundo.com>
18303
18304         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
18305         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
18306
18307 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
18308
18309         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
18310         warning.
18311
18312 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
18313
18314         * config/srclist.txt: Add glibc bug 1302.
18315
18316 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
18317
18318         Change bitset word type from unsigned int to unsigned long int,
18319         as this has better performance on typical 64-bit hosts.
18320         Port bitset code to hosts with unusual word sizes.
18321         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
18322         (build_collating_symbol):
18323         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
18324         argument is a bitset.  This is merely a style issue, but it makes
18325         it clearer that an entire array is expected.
18326         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
18327         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
18328         Port to the case where bitset_word is not the same as unsigned int.
18329         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
18330         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
18331         Likewise.
18332         * lib/regexec.c (check_dst_limits_calc_pos_1,
18333         check_subexp_matching_top):
18334         (build_trtable, group_nodes_into_DFAstates):
18335         Likewise.
18336         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
18337         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
18338         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
18339         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
18340         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
18341         * lib/regcomp.c (optimize_subexps, lower_subexp):
18342         Work even if bitset_word has holes in its bitwise representation.
18343         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
18344         * lib/regexec.c (check_dst_limits_calc_pos_1,
18345         check_subexp_matching_top):
18346         Likewise.
18347         * lib/regex_internal.c (re_string_reconstruct):
18348         Don't assume UCHAR_MAX == 255.
18349         * lib/regex_internal.h (bitset_set_all): Likewise.
18350         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
18351         All uses changed.
18352         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
18353         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
18354         All uses changed.
18355         (BITSET_WORD_MAX): New macro.
18356         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
18357         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
18358         (bitset_empty, bitset_copy):
18359         Prefer sizeof (bitset) to multiplying it out ourselves.
18360         (bitset_not_merge): Remove; unused.
18361         (bitset_contain): Return bool, not unsigned int with one bit on.
18362         All callers changed.
18363         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
18364         alignment than re_node_set; do this by defining a new internal
18365         type struct dests_alloc and using it to allocate memory.
18366
18367 2005-09-05  Bruno Haible  <bruno@clisp.org>
18368
18369         * gnulib-tool (func_import): Fix comparison in handling of symbolic
18370         links.
18371
18372 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
18373
18374         * modules/size_max (Makefile.am): Add size_max.h
18375
18376 2005-09-04  Derek Price  <derek@ximbiot.com>
18377
18378         * gnulib-tool (func_import): Fix reversed $symbolic logic.
18379
18380 2005-09-03  Simon Josefsson  <jas@extundo.com>
18381
18382         * gnulib-tool: Fix typo.
18383
18384 2005-09-03  Simon Josefsson  <jas@extundo.com>
18385
18386         * config/srclist.txt: Add glibc bug 1293.
18387
18388 2005-09-03  Derek Price  <derek@ximbiot.com>
18389
18390         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
18391         From Larry Jones <lawrence.jones@ugs.com>.
18392
18393 2005-09-02  Simon Josefsson  <jas@extundo.com>
18394
18395         * modules/socklen: New file.
18396
18397 2005-09-02  Simon Josefsson  <jas@extundo.com>
18398
18399         * modules/havelib: New module.
18400
18401         * modules/gettext, modules/iconv, modules/lock, modules/readline:
18402         Use havelib.
18403
18404 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
18405
18406         Check for arithmetic overflow when calculating sizes, to prevent
18407         some buffer-overflow issues.  These patches are conservative, in the
18408         sense that when I couldn't determine whether an overflow was possible,
18409         I inserted a run-time check.
18410         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
18411         macros.
18412         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
18413         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
18414         (re_xnrealloc, re_x2nrealloc): New inline functions.
18415         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
18416         parse_bracket_exp):
18417         (build_equiv_class, build_charclass): Check for arithmetic overflow
18418         in size expression calculations.
18419         * lib/regex_internal.c (re_string_realloc_buffers):
18420         (build_wcs_upper_buffer, re_node_set_add_intersect):
18421         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
18422         (re_dfa_add_node, register_state): Likewise.
18423         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
18424         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
18425         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
18426         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
18427
18428 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
18429
18430         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
18431         m4/ulonglong.m4.  Problem reported by Martin Lambers.
18432
18433 2005-09-02  Bruno Haible  <bruno@clisp.org>
18434
18435         Support for lib vs. lib64 distinction on biarch platforms.
18436         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
18437         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
18438         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
18439
18440 2005-09-02  Bruno Haible  <bruno@clisp.org>
18441
18442         * gnulib-tool (import): In the other first-use case, provide defaults
18443         as well.
18444
18445 2005-09-02  Bruno Haible  <bruno@clisp.org>
18446
18447         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
18448         patches not yet found in the latest gettext release.
18449
18450 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18451
18452         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
18453         to avoid a collision with bits/local_lim.h in glibc.
18454         All uses changed.  Problem reported by Dmitry V. Levin in
18455         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
18456
18457         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
18458         bugs in int versus size_t comparisons.
18459         (re_string_context_at): Fix bug where the code assumed that
18460         Idx is signed.
18461
18462         Use bool where appropriate.
18463         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
18464         All callers changed.
18465         (calc_eclosure_iter): Likewise, for ROOT arg.
18466         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
18467         (build_charclass_op): Likewise, for NON_MATCH arg.
18468         * lib/regex_internal.c (re_string_allocate, re_string_construct):
18469         (re_string_construct_common): Likewise, for ICASE arg.
18470         * lib/regexec.c (re_search_2_stub, re_search_stub):
18471         Likewise, for RET_LEN arg.
18472         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
18473         (set_regs): Likewise, for FL_BACKTRACK arg.
18474         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
18475         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
18476         (calc_eclosure_iter, parse_bracket_exp):
18477         Use bool for internal variables that are booleans.
18478         * lib/regexec.c (re_search_internal, check_matching,
18479         proceed_next_node):
18480         (set_regs, build_sifted_states, sift_states_bkref):
18481         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
18482         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
18483         (find_collation_sequence_value):
18484         Likewise.
18485         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
18486         (re_node_set_compare):
18487         Return bool, not int. All callers changed.
18488         * lib/regexec.c (check_halt_node_context, check_dst_limits):
18489         (build_trtable, check_node_accept): Likewise.
18490         * lib/regex_internal.h: Include stdbool.h.
18491
18492         Fix bugs uncovered when converting to bool.
18493         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
18494         failure instead of charging ahead blindly.
18495         * lib/regex_internal.c (register_state): Likewise.
18496         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
18497         for freeing internal storage.
18498         (group_nodes_into_DFA_states): Use unsigned int, not int, for
18499         bitset pieces used as boolean, to avoid undefined behavior
18500         on hosts that do int overflow checking.
18501
18502 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18503
18504         * config/srclist.txt: Add glibc bugs 1285-1287.
18505
18506 2005-09-01  Jim Meyering  <jim@meyering.net>
18507
18508         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
18509         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
18510         Require gl_STAT_MACROS, too.
18511
18512 2005-09-01  Bruno Haible  <bruno@clisp.org>
18513
18514         * gnulib-tool (import): In the first-use case, provide defaults.
18515
18516 2005-09-01  Bruno Haible  <bruno@clisp.org>
18517
18518         * gnulib-tool (func_import): Remove the .tmp files.
18519
18520 2005-09-01  Bruno Haible  <bruno@clisp.org>
18521
18522         * gnulib-tool (func_import): Fix handling of symbolic links.
18523
18524 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18525
18526         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
18527         old glibc regex code mishandles strings longer than 2**31 bytes.
18528         This patch fixes this when the regex code is used in gnulib
18529         (i.e., outside glibc).
18530
18531         This patch should not affect the use of the regex code inside
18532         glibc.  No doubt this problem also needs to be handled for glibc
18533         as well, but the result will be an incompatible change to the
18534         glibc ABI, and the old ABI will have to be supported too.  That
18535         can be the the subject for another patch.
18536
18537         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
18538         governing whether the rest of this patch is active.  By default,
18539         the macro is disabled and the patch has no effect.
18540         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
18541         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
18542         (struct re_pattern_buffer, re_search, re_search_2, re_match):
18543         (re_match_2, re_set_registers): Use the new types.
18544         * lib/regex_internal.h (Idx, re_hashval_t): New types.
18545         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
18546         New macros.
18547         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
18548         (re_string_context_at, bin_tree_t, re_dfastate_t):
18549         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
18550         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
18551         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
18552         (re_string_char_size_at, re_string_wchar_at):
18553         (re_string_elem_size_at):
18554         Use the new types and macros to port to 64-bit hosts.
18555         Use unsigned types for internal values, so that the code
18556         mostly works even for arrays larger than SSIZE_MAX.
18557         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
18558         (search_duplicated_node, calc_eclosure_iter, fetch_number):
18559         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
18560         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
18561         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
18562         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
18563         (calc_inveclosure, parse_dup_op, build_range_exp):
18564         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
18565         (fetch_number, create_token_tree, mark_opt_subexp):
18566         Likewise.
18567         * lib/regex_internal.c (re_string_construct_common,
18568         create_ci_newstate):
18569         (create_cd_newstate, re_string_allocate, re_string_construct):
18570         (re_string_realloc_buffers, build_wcs_upper_buffer):
18571         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
18572         (re_string_reconstruct, re_string_peek_byte_case):
18573         (re_string_fetch_byte_case, re_string_context_at):
18574         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
18575         (re_node_set_init_copy, re_node_set_add_intersect):
18576         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18577         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18578         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
18579         (re_acquire_state, re_acquire_state_context, register_state):
18580         Likewise.
18581         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
18582         search_cur_bkref_entry):
18583         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
18584         (re_search_internal, re_search_2_stub, re_search_stub)
18585         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
18586         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
18587         (update_cur_sifted_state, check_dst_limits):
18588         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
18589         (check_subexp_limits, sift_states_bkref, merge_state_array):
18590         (check_subexp_matching_top, get_subexp, get_subexp_sub):
18591         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
18592         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
18593         (expand_bkref_cache, check_node_accept_bytes):
18594         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
18595         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
18596         (acquire_init_state_context, check_halt_node_context):
18597         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
18598         (sift_states_backward, clean_state_log_if_needed):
18599         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
18600         (find_recover_state, transit_state_sb, transit_state_mb):
18601         (transit_state_bkref, build_trtable, match_ctx_clean):
18602         Likewise.
18603         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
18604         to work around an assumption that REG_MISSING is negative.
18605
18606         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
18607         (seek_collating_symbol_entry) [defined _LIBC]:
18608         (lookup_collation_sequence_value) [defined _LIBC]:
18609         (build_range_exp, build_collating_symbol) [defined _LIBC]:
18610         Use prototypes rather than old-style function definitions.
18611         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
18612         (transit_state_sb) [0]:
18613         (find_collation_sequence_value) [defined _LIBC]: Likewise.
18614
18615         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
18616         rm_eo.
18617
18618         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
18619         (optimize_subexps, lower_subexp):
18620         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
18621         since the signed shift might overflow.  Use 1u<<31 instead.
18622         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
18623         Likewise.
18624         * lib/regexec.c (check_dst_limits_calc_pos_1,
18625         check_subexp_matching_top): Likewise.
18626
18627         * lib/regcomp.c (optimize_subexps, lower_subexp):
18628         Use CHAR_BIT rather than 8, for clarity.
18629         * lib/regexec.c (check_dst_limits_calc_pos_1):
18630         (check_subexp_matching_top): Likewise.
18631         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
18632         have to worry about portability issues when shifting it left.
18633         Remove no-longer-needed test for table_size > 0.
18634         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
18635         in a word, as the resulting behavior is undefined.
18636         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
18637         in one case, a <= should have been an <, and in another case the
18638         whole test was missing.
18639         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
18640         the standard name CHAR_BIT.
18641         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
18642         this is not true on one's complement and signed-magnitude hosts.
18643
18644         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
18645         next_last_offset.
18646         (struct re_dfa_t): Remove unused member states_alloc.
18647         * lib/regcomp.c (init_dfa): Don't initialize unused members.
18648
18649 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18650
18651         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
18652         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
18653         and large-file glibc and in 32-bit large-file Solaris.
18654
18655 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18656
18657         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
18658         lengths fit in regoff_t; this isn't true if regoff_t is the same
18659         width as size_t.
18660         * lib/regex.c (re_search_internal): 5th arg is LAST_START
18661         (= START + RANGE) instead of RANGE.  This avoids overflow
18662         problems when regoff_t is the same width as size_t.
18663         All callers changed.
18664         (re_search_2_stub): Check for overflow when adding the
18665         sizes of the two strings.
18666         (re_search_stub): Check for overflow when adding START
18667         to RANGE; if it occurs, substitute the extreme value.
18668
18669 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18670
18671         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
18672
18673 2005-08-31  Jim Meyering  <jim@meyering.net>
18674
18675         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
18676         a pointer-to-const.
18677         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
18678         (register_state): Likewise.
18679         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
18680         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
18681         (group_nodes_into_DFAstates): Likewise.
18682
18683 2005-08-31  Jim Meyering  <jim@meyering.net>
18684
18685         * check-module: Add a FIXME comment.
18686
18687 2005-08-31  Eric Blake  <ebb9@byu.net>
18688
18689         * modules/unistd-safer (Files): Add unistd--.h.
18690         * modules/stdio-safer (Files): Add stdio--.h.
18691
18692 2005-08-31  Derek Price  <derek@ximbiot.com>
18693
18694         * lib/getdelim.c (getdelim): Return EOF on EOF.
18695         Reported by Larry Jones <lawrence.jones@ugs.com>.
18696
18697 2005-08-31  Bruno Haible  <bruno@clisp.org>
18698
18699         Avoid unnecessary diffs in the generated lib/Makefile.am.
18700         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
18701         the generated files.
18702         (func_import): Don't set cmd.
18703
18704 2005-08-31  Bruno Haible  <bruno@clisp.org>
18705
18706         * lib/strstr.c: Include <stddef.h>, for NULL.
18707         * lib/strcasestr.c: Likewise.
18708         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18709
18710 2005-08-31  Bruno Haible  <bruno@clisp.org>
18711
18712         * gnulib-tool: New option --macro-prefix.
18713         (func_import): Use macro_prefix.
18714         (import): Handle option --macro-prefix.
18715
18716 2005-08-31  Bruno Haible  <bruno@clisp.org>
18717
18718         * gnulib-tool (import): Rename most ac_* variables to cached_*.
18719         Also use new variables cached_lgpl, cached_libtool.
18720
18721 2005-08-31  Bruno Haible  <bruno@clisp.org>
18722
18723         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
18724         always instantiating them.
18725
18726 2005-08-31  Bruno Haible  <bruno@clisp.org>
18727
18728         * gnulib-tool (func_import): Read the previous cached settings
18729         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
18730         earlier added by gnulib but are now dropped. Warn when a gnulib file
18731         overwrites a non-gnulib file.
18732
18733 2005-08-31  Bruno Haible  <bruno@clisp.org>
18734
18735         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
18736         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
18737         projects that don't keep autogenerated files in CVS. Put into
18738         actioncmd only the specified modules, not the transitive closure.
18739
18740 2005-08-31  Bruno Haible  <bruno@clisp.org>
18741
18742         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
18743         Create directories that shall be filled.
18744         (import): Don't look for gl_* macros in configure.ac. Recurse across
18745         all directories containing a gnulib-cache.m4 files, if meaningful.
18746
18747 2005-08-31  Bruno Haible  <bruno@clisp.org>
18748
18749         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
18750         (import): Set seen_libtool when we see gl_LIBTOOL.
18751
18752 2005-08-31  Bruno Haible  <bruno@clisp.org>
18753
18754         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
18755         declaration macro definitions from generated gnulib.m4.
18756
18757 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
18758
18759         * lib/iconvme.h: Add prototype for iconv_alloc.
18760
18761 2005-08-29  Simon Josefsson  <jas@extundo.com>
18762
18763         * lib/iconvme.c: Fix errno.
18764
18765 2005-08-29  Bruno Haible  <bruno@clisp.org>
18766
18767         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
18768         that it works when the directory contains spaces.
18769
18770 2005-08-29  Bruno Haible  <bruno@clisp.org>
18771
18772         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
18773
18774 2005-08-29  Bruno Haible  <bruno@clisp.org>
18775
18776         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
18777         Emit more advice.
18778
18779 2005-08-29  Bruno Haible  <bruno@clisp.org>
18780         and Stepan Kasal  <kasal@ucw.cz>
18781
18782         * check-module: If more parameters are given, check each of them
18783         separately; add more exceptions, as noted by Jim Meyering.
18784         (check_module): New procedure.
18785         (%exempt_header): Now contains all exceptions.
18786
18787 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
18788
18789         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
18790
18791 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18792
18793         * lib/iconvme.c: Split iconv_string into iconv_alloc.
18794
18795 2005-08-28  Bruno Haible  <bruno@clisp.org>
18796
18797         * m4/gnulib-tool.m4: New file.
18798
18799 2005-08-27  Jim Meyering  <jim@meyering.net>
18800
18801         * modules/unistd-safer (Files): Add pipe-safer.c.
18802         * modules/fcntl-safer (Files): Add creat-safer.c.
18803
18804 2005-08-27  Jim Meyering  <jim@meyering.net>
18805
18806         * m4/stdlib-safer.m4: New file.  From coreutils.
18807         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
18808         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
18809         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
18810         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
18811         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
18812
18813 2005-08-27  Jim Meyering  <jim@meyering.net>
18814
18815         * lib/fopen-safer.c: Merge minor changes from coreutils.
18816         * lib/dup-safer.c: Likewise.
18817         * lib/fd-safer.c: Likewise.
18818
18819         Merge from coreutils.
18820         * lib/stdio--.h: New file.
18821         * lib/stdlib--.h: New file.
18822         * lib/mkstemp-safer.c: New file.
18823
18824         GNU tar needs these.
18825         * lib/pipe-safer.c: New file.
18826         * lib/creat-safer.c: New file.
18827         * lib/fcntl--.h (creat): Define to creat_safer.
18828         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
18829         * lib/unistd--.h (pipe): Define to pipe_safer.
18830         * lib/unistd-safer.h: Declare pipe_safer.
18831
18832 2005-08-26  Simon Josefsson  <jas@extundo.com>
18833
18834         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
18835         Haible <bruno@clisp.org>.
18836
18837 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
18838
18839         * lib/regex_internal.h: Remove all references to
18840         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
18841         or better.
18842         (bitset_not, bitset_merge, bitset_not_merge):
18843         (bitset_mask, re_string_allocate, re_string_construct):
18844         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
18845         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
18846         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
18847         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
18848         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18849         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18850         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
18851         (re_acquire_state_context):
18852         Remove unnecessary forward decls.
18853         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
18854         Put __attribute at function definition,
18855         now that the function decl has been removed.
18856         * lib/regex_internal.c (re_string_peek_byte_case):
18857         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
18858         Likewise.
18859
18860 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
18861
18862         * m4/regex.m4: Add AC_PREREQ(2.50).
18863         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
18864
18865 2005-08-25  Simon Josefsson  <jas@extundo.com>
18866
18867         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
18868         __fsetlocking.
18869
18870 2005-08-25  Simon Josefsson  <jas@extundo.com>
18871
18872         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
18873         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
18874         GLIBC specific code.
18875
18876 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18877
18878         Make regex safe for g++.  This fixes one real bug (an "err"
18879         that should have been "*err").  g++ problem reported by
18880         Sam Steingold.
18881         * lib/regex_internal.h (re_calloc): New macro, consistent with
18882         re_malloc etc.  All callers of calloc changed to use re_calloc.
18883         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
18884         not int.  All callers changed.
18885         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
18886         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
18887         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
18888         (find_recover_state): Change "err" to "*err"; this fixes what
18889         appears to be a real bug.
18890         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
18891         versus int.
18892
18893 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18894
18895         * modules/regex (Depends-on): Add malloc, since the code
18896         assumes that !malloc(0) means failure.
18897
18898 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18899
18900         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
18901
18902         alloca modernization/simplification for regex.
18903         * lib/regex.c: Remove portability cruft for alloca.  This no longer
18904         needs to be at the start of the file, and can be moved into
18905         regex_internal.h and simplified.
18906         * lib/regex_internal.h: Include <alloca.h>.
18907         (__libc_use_alloca) [!defined _LIBC]: New macro.
18908         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
18909         now works outside glibc.
18910
18911 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18912
18913         * config/srclist.txt: Add glibc bugs 1241, 1245.
18914
18915 2005-08-25  Jim Meyering  <jim@meyering.net>
18916
18917         * lib/open-safer.c: Include <config.h>.
18918         Otherwise, we'd lose LARGEFILE support in any file using
18919         e.g. "fcntl--.h"
18920
18921 2005-08-25  Bruno Haible  <bruno@clisp.org>
18922
18923         * m4/minmax.m4: Require autoconf 2.52.
18924         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
18925         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
18926         alternatives of translit over the alphabet.
18927         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
18928
18929 2005-08-24  Simon Josefsson  <jas@extundo.com>
18930
18931         * tests/test-getpass.c: New file.
18932
18933 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18934
18935         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
18936         for GNU regex features.
18937
18938 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18939
18940         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
18941         * lib/regex.h (regerror): Likewise.
18942
18943         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
18944         requires this.  (The code never needed it.)
18945
18946         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
18947         All uses of recently-renamed identifiers changed to use the new,
18948         POSIX-compliant names.  The code will build and run just fine
18949         without these changes, but it's better to eat our own dog food
18950         and use the standard-conforming names.
18951
18952         * lib/regex.h: Fix a multitude of POSIX name space violations.
18953         These changes have an effect only for programs that define
18954         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
18955         do not change anything for programs compiled in the normal way.
18956         Also, there is no effect on the ABI.
18957
18958         (_REGEX_SOURCE): New macro.
18959         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
18960         defined and _GNU_SOURCE is not; this fixes a name space violation.
18961
18962         Rename the following macros to obey POSIX requirements.
18963         The old names are still visible as macros if _REGEX_SOURCE is defined.
18964         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
18965         RE_BACKSLASH_ESCAPE_IN_LISTS.
18966         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
18967         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
18968         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
18969         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
18970         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
18971         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
18972         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
18973         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
18974         (REG_INTERVALS): renamed from RE_INTERVALS.
18975         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
18976         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
18977         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
18978         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
18979         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
18980         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
18981         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
18982         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
18983         RE_UNMATCHED_RIGHT_PAREN_ORD.
18984         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
18985         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
18986         (REG_DEBUG): renamed from RE_DEBUG.
18987         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
18988         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
18989         unusual, since we can't clash with the POSIX REG_ICASE.
18990         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
18991         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
18992         (REG_NO_SUB): renamed from RE_NO_SUB.
18993         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
18994         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
18995         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
18996         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
18997         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
18998         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
18999         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
19000         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
19001         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
19002         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
19003         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
19004         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
19005         RE_SYNTAX_POSIX_MINIMAL_BASIC.
19006         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
19007         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
19008         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
19009         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
19010         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
19011         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
19012         (REG_FIXED): Renamed from REGS_FIXED.
19013         (REG_NREGS): Renamed from RE_NREGS.
19014
19015         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
19016         of other REG_* macros, since POSIX says the user is allowed to
19017         #undef these macros selectively.
19018
19019         (reg_errcode_t): Update comment stating what other tables need
19020         to be consistent.
19021
19022         Rename the following enum values to obey POSIX requirements.
19023         The old names are still visible as macros.
19024         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
19025         is not defined, since GNU is supposed to be a superset of POSIX as
19026         much as possible, and since we want reg_errcode_t to be a signed
19027         type for implementation consistency.
19028         (_REG_NOERROR): Renamed from REG_NOERROR.
19029         (_REG_NOMATCH): Renamed from REG_NOMATCH.
19030         (_REG_BADPAT): Renamed from REG_BADPAT.
19031         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
19032         (_REG_ECTYPE): Renamed from REG_ECTYPE.
19033         (_REG_EESCAPE): Renamed from REG_EESCAPE.
19034         (_REG_ESUBREG): Renamed from REG_ESUBREG.
19035         (_REG_EBRACK): Renamed from REG_EBRACK.
19036         (_REG_EPAREN): Renamed from REG_EPAREN.
19037         (_REG_EBRACE): Renamed from REG_EBRACE.
19038         (_REG_BADBR): Renamed from REG_BADBR.
19039         (_REG_ERANGE): Renamed from REG_ERANGE.
19040         (_REG_ESPACE): Renamed from REG_ESPACE.
19041         (_REG_BADRPT): Renamed from REG_BADRPT.
19042         (_REG_EEND): Renamed from REG_EEND.
19043         (_REG_ESIZE): Renamed from REG_ESIZE.
19044         (_REG_ERPAREN): Renamed from REG_ERPAREN.
19045         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
19046         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
19047         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
19048         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
19049
19050         (_REG_RE_NAME, _REG_RM_NAME): New macros.
19051         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
19052         changed.  But support the old name if the new one is not defined
19053         and if _REGEX_SOURCE.
19054
19055         Change the following member names in struct re_pattern_buffer.
19056         The old names are still supported if !_REGEX_SOURCE.
19057         The new names are always supported, regardless of _REGEX_SOURCE.
19058         (re_buffer): Renamed from buffer.
19059         (re_allocated): Renamed from allocated.
19060         (re_used): Renamed from used.
19061         (re_syntax): Renamed from syntax.
19062         (re_fastmap): Renamed from fastmap.
19063         (re_translate): Renamed from translate.
19064         (re_can_be_null): Renamed from can_be_null.
19065         (re_regs_allocated): Renamed from regs_allocated.
19066         (re_fastmap_accurate): Renamed from fastmap_accurate.
19067         (re_no_sub): Renamed from no_sub.
19068         (re_not_bol): Renamed from not_bol.
19069         (re_not_eol): Renamed from not_eol.
19070         (re_newline_anchor): Renamed from newline_anchor.
19071
19072         Change the following member names in struct re_registers.
19073         The old names are still supported if !_REGEX_SOURCE.
19074         The new names are always supported, regardless of _REGEX_SOURCE.
19075         (rm_num_regs): Renamed from num_regs.
19076         (rm_start): Renamed from start.
19077         (rm_end): Renamed from end.
19078
19079         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
19080         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
19081         Prepend __ to parameter names.
19082
19083         Undo yesterday's changes.
19084
19085 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
19086
19087         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
19088         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
19089         lib/regex.c.
19090
19091 2005-08-24  Jim Meyering  <jim@meyering.net>
19092
19093         Sync from coreutils.
19094         * m4/fcntl-safer.m4: New file.
19095
19096         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
19097         and object files for this module.
19098
19099 2005-08-24  Jim Meyering  <jim@meyering.net>
19100
19101         Sync from coreutils.
19102         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
19103
19104 2005-08-24  Jim Meyering  <jim@meyering.net>
19105
19106         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
19107         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
19108
19109 2005-08-24  Jim Meyering  <jim@meyering.net>
19110
19111         * modules/fcntl-safer: New module.
19112         * modules/fts (Depends-on): Add fcntl-safer.
19113         * MODULES.html.sh (File descriptor based Input/Output):
19114         Add fcntl-safer.
19115
19116 2005-08-24  Bruno Haible  <bruno@clisp.org>
19117
19118         Support for unit test modules.
19119         * modules/README: Mention tests modules.
19120         * modules/TEMPLATE-TESTS: New file.
19121         * gnulib-tool: New options --extract-tests-module, --with-tests and
19122         --tests-base (unused for the moment).
19123         (testsbase, inctests): New variables.
19124         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
19125         (func_verify_module): Exclude TEMPLATE-TESTS.
19126         (func_verify_nontests_module, func_verify_tests_module): New functions.
19127         (func_get_dependencies): Add implicit dependency for tests modules.
19128         (func_get_tests_module): New function.
19129         (func_modules_transitive_closure): When --with-tests was specified,
19130         include the unit tests as well, unless explicitly avoided.
19131         (func_emit_lib_Makefile_am): Ignore the tests modules here.
19132         (func_emit_tests_Makefile_am): New function.
19133         (func_create_testdir): When --with-tests was specified, emit a
19134         tests/ directory.
19135         * MODULES.html.sh (Future developments): Update.
19136
19137 2005-08-24  Bruno Haible  <bruno@clisp.org>
19138
19139         * modules/tls-tests: New file.
19140         * tests/test-tls.c: New file, from GNU gettext.
19141
19142 2005-08-24  Bruno Haible  <bruno@clisp.org>
19143
19144         * modules/lock-tests: New file.
19145         * tests/test-lock.c: New file, from GNU gettext.
19146
19147 2005-08-24  Bruno Haible  <bruno@clisp.org>
19148
19149         * lib/lock.h: Add multiple inclusion guard.
19150         * lib/tls.h: Add multiple inclusion guard.
19151
19152 2005-08-24  Bruno Haible  <bruno@clisp.org>
19153
19154         * gnulib-tool: Add support for the --aux-dir option to
19155         --create-testdir, --create-megatestdir, --test, --megatest.
19156         (func_create_testdir, func_create_megatestdir): Optionally emit a
19157         AC_CONFIG_AUX_DIR directive.
19158         (create-testdir, create-megatestdir, test, megatest): Provide a
19159         default value for $auxdir.
19160
19161 2005-08-24  Bruno Haible  <bruno@clisp.org>
19162
19163         * gnulib-tool (import): Use compound statement instead of subshell
19164         where possible.
19165
19166 2005-08-24  Bruno Haible  <bruno@clisp.org>
19167
19168         * gnulib-tool (import): Change --aux-dir default to "build-aux".
19169
19170 2005-08-24  Bruno Haible  <bruno@clisp.org>
19171
19172         * gnulib-tool (func_version): Update.
19173
19174 2005-08-24  Bruno Haible  <bruno@clisp.org>
19175
19176         * gnulib-tool (func_import, func_create_testdir,
19177         func_create_megatestdir): Quote all autoconf macro arguments.
19178
19179 2005-08-24  Bruno Haible  <bruno@clisp.org>
19180
19181         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
19182         option --force, because --force causes the aclocal.m4 of each
19183         subdirectory to be newer than the corresponding config.h.in.
19184
19185 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
19186
19187         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
19188         All contents moved to gl_REGEX.
19189         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
19190         assume that it does.
19191
19192 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
19193
19194         * lib/regex.h (REG_NOSYS)
19195         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
19196         Define, since POSIX requires it as of 2001.
19197         (_REG_ENOSYS)
19198         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
19199         New private symbol, used to keep the enum signed in all cases.
19200         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
19201         Youngman in
19202         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
19203
19204         * lib/regex_internal.c (re_string_skip_chars, register_state):
19205         (calc_state_hash):
19206         Remove forward decls; no longer needed now that we use prototypes.
19207         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
19208         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
19209         (clean_state_log_if_needed): Likewise.
19210
19211 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
19212
19213         * config/srclist.txt: Add glibc bugs 1231-1233.
19214
19215 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19216
19217         Fix problems reported by Sam Steingold in
19218         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
19219         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
19220         assumed that reg_errcode_t is a signed type, which is not
19221         necessarily true if _XOPEN_SOURCE is not defined.
19222         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
19223         since some compilers warn about it otherwise.
19224
19225 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19226
19227         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
19228         (init_word_char, create_initial_state, duplicate_node_closure):
19229         (fetch_token, peek_token_bracket, build_range_exp):
19230         (build_collating_symbol): Remove forward decls; no longer needed
19231         now that we use prototypes.
19232
19233         * lib/regcomp.c:
19234         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
19235         (re_compile_fastmap_iter, regcomp, regerror, regfree):
19236         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
19237         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
19238         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
19239         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
19240         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
19241         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
19242         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
19243         (build_range_exp, build_collating_symbol, parse_bracket_exp):
19244         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
19245         (build_charclass, build_charclass_op, fetch_number, create_tree):
19246         (create_token_tree, mark_opt_subexp, duplicate_tree):
19247         Use prototypes rather than old-style definitions.
19248
19249         * lib/regex_internal.c:
19250         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
19251         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
19252         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
19253         (re_string_reconstruct, re_string_peek_byte_case):
19254         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
19255         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
19256         (re_node_set_init_copy, re_node_set_add_intersect):
19257         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
19258         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
19259         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
19260         (re_acquire_state, re_acquire_state_context, register_state):
19261         (create_ci_newstate, create_cd_newstate, free_state):
19262         Likewise.
19263         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
19264         re_search_2):
19265         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
19266         (re_search_internal, prune_impossible_nodes):
19267         (acquire_init_state_context, check_matching, static):
19268         (check_halt_node_context, check_halt_state_context, proceed_next_node):
19269         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
19270         (update_regs, sift_states_backward, build_sifted_states):
19271         (clean_state_log_if_needed, merge_state_array):
19272         (update_cur_sifted_state, add_epsilon_src_nodes):
19273         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
19274         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
19275         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
19276         (find_recover_state, check_subexp_matching_top, transit_state_mb):
19277         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
19278         (check_arrival, check_arrival_add_next_nodes):
19279         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
19280         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
19281         (check_node_accept_bytes, check_node_accept, extend_buffers):
19282         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
19283         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
19284         (sift_ctx_init):
19285         Likewise.
19286
19287         * lib/regex_internal.h:
19288         (re_string_allocate, re_string_construct, re_string_reconstruct):
19289         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
19290         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
19291         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
19292         (re_string_context_at, re_string_peek_byte_case):
19293         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
19294         is defined, since we now use prototypes always.
19295
19296         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
19297         C89 or better.  All uses removed.
19298
19299 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19300
19301         * config/srclist.txt: Add glibc bugs 1220-1227.
19302
19303 2005-08-20  Jim Meyering  <jim@meyering.net>
19304
19305         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
19306         of unused local, dfa.
19307
19308 2005-08-20  Bruno Haible  <bruno@clisp.org>
19309
19310         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
19311
19312 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19313
19314         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
19315         (re_node_set_insert_last, re_dfa_add_node):
19316         Rename local variables to avoid GCC shadowing warnings.
19317
19318 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19319
19320         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
19321         [defined lint]: Suppress bogus uninitialized-variable warnings.
19322
19323         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
19324         and let the caller return REG_ESPACE if out of space.  This
19325         removes an uninitialied-variable warning with GCC 4.0.1, and also
19326         avoids taking the address of a local variable.  All callers
19327         changed.
19328
19329 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19330
19331         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
19332         $LIBCSRC/posix/regexec.c.
19333         Add glibc bug 1217 for regcomp.c.
19334
19335 2005-08-19  Jim Meyering  <jim@meyering.net>
19336
19337         * lib/regexec.c (proceed_next_node): Redo local variables to
19338         avoid GCC shadowing warnings.
19339
19340 2005-08-18  Bruno Haible  <bruno@clisp.org>
19341
19342         * lib/strstr.c (strstr): Fix return value in multibyte case.
19343         * lib/strcasestr.c (strcasestr): Likewise.
19344
19345 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19346
19347         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
19348
19349 2005-08-17  Jim Meyering  <jim@meyering.net>
19350
19351         Make the %s format (seconds since the epoch) work for a negative
19352         number and when used with a zero-padded field width, e.g. %015s.
19353
19354         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
19355         label so that it precedes the code to set `digits'.  Otherwise,
19356         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
19357         print `00-22'.  Now, it prints `-0022', as it should.
19358
19359 2005-08-17  Bruno Haible  <bruno@clisp.org>
19360
19361         * modules/strstr (Files): Add m4/mbrtowc.m4.
19362         (Depends-on): Add mbuiter.
19363
19364 2005-08-17  Bruno Haible  <bruno@clisp.org>
19365
19366         * modules/strcasestr: New file.
19367         * MODULES.html.sh (String handling, based on ANSI C 89): Add
19368         strcasestr.
19369
19370 2005-08-17  Bruno Haible  <bruno@clisp.org>
19371
19372         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
19373
19374 2005-08-17  Bruno Haible  <bruno@clisp.org>
19375
19376         * modules/mbuiter: New file.
19377         * MODULES.html.sh (Extended multibyte and wide character utilities):
19378         Add mbuiter.
19379
19380 2005-08-17  Bruno Haible  <bruno@clisp.org>
19381
19382         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
19383         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
19384
19385 2005-08-17  Bruno Haible  <bruno@clisp.org>
19386
19387         * m4/strcasestr.m4: New file.
19388
19389 2005-08-17  Bruno Haible  <bruno@clisp.org>
19390
19391         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
19392         * lib/strstr.c: Completely rewritten, with multibyte locale support.
19393
19394 2005-08-17  Bruno Haible  <bruno@clisp.org>
19395
19396         * lib/strcasestr.h: New file.
19397         * lib/strcasestr.c: New file.
19398
19399 2005-08-17  Bruno Haible  <bruno@clisp.org>
19400
19401         * lib/strcasecmp.c: Use mbuiter.h.
19402
19403 2005-08-17  Bruno Haible  <bruno@clisp.org>
19404
19405         * lib/mbuiter.h: New file.
19406
19407 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
19408
19409         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
19410         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
19411         and gl_GETOPT are both invoked via different paths (as happens
19412         with GNU tar CVS because it uses both argp and getopt), the former
19413         wins.
19414
19415 2005-08-16  Bruno Haible  <bruno@clisp.org>
19416
19417         * modules/tls: New file.
19418         * MODULES.html.sh (Multithreading): Add tls.
19419
19420 2005-08-16  Bruno Haible  <bruno@clisp.org>
19421
19422         * modules/strnlen1: New file.
19423         * MODULES.html.sh (String handling): Add strnlen1.
19424
19425 2005-08-16  Bruno Haible  <bruno@clisp.org>
19426
19427         * modules/strcase (Files): Add m4/mbrtowc.m4.
19428         (Depends-on): Add strnlen1, mbchar.
19429
19430 2005-08-16  Bruno Haible  <bruno@clisp.org>
19431
19432         * modules/mbiter: New file.
19433         * MODULES.html.sh (Extended multibyte and wide character utilities):
19434         Add mbiter.
19435
19436 2005-08-16  Bruno Haible  <bruno@clisp.org>
19437
19438         * modules/mbfile: New file.
19439         * MODULES.html.sh (Extended multibyte and wide character utilities):
19440         Add mbfile.
19441
19442 2005-08-16  Bruno Haible  <bruno@clisp.org>
19443
19444         * modules/mbchar: New file.
19445         * MODULES.html.sh (Extended multibyte and wide character utilities):
19446         New section.
19447
19448 2005-08-16  Bruno Haible  <bruno@clisp.org>
19449
19450         * m4/tls.m4: New file, from GNU gettext.
19451
19452 2005-08-16  Bruno Haible  <bruno@clisp.org>
19453
19454         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
19455         always.
19456         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
19457
19458 2005-08-16  Bruno Haible  <bruno@clisp.org>
19459
19460         * m4/mbiter.m4: New file.
19461
19462 2005-08-16  Bruno Haible  <bruno@clisp.org>
19463
19464         * m4/mbfile.m4: New file.
19465
19466 2005-08-16  Bruno Haible  <bruno@clisp.org>
19467
19468         * m4/mbchar.m4: New file.
19469
19470 2005-08-16  Bruno Haible  <bruno@clisp.org>
19471
19472         * lib/tls.h: New file, from GNU gettext.
19473         * lib/tls.c: New file, from GNU gettext.
19474
19475 2005-08-16  Bruno Haible  <bruno@clisp.org>
19476
19477         * lib/strnlen1.h: New file.
19478         * lib/strnlen1.c: New file.
19479
19480 2005-08-16  Bruno Haible  <bruno@clisp.org>
19481
19482         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
19483         (mbi_init): Update.
19484         (mbi_avail, mbi_advance): Let the iteration end before the terminating
19485         NUL byte, not after it.
19486
19487 2005-08-16  Bruno Haible  <bruno@clisp.org>
19488
19489         * lib/strcase.h (strcasecmp): Add note in comments.
19490         * lib/strncasecmp.c: Use code from strcasecmp.c.
19491         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
19492         (strcasecmp): Work correctly in multibyte locales.
19493
19494 2005-08-16  Bruno Haible  <bruno@clisp.org>
19495
19496         * lib/mbiter.h: New file.
19497
19498 2005-08-16  Bruno Haible  <bruno@clisp.org>
19499
19500         * lib/mbfile.h: New file.
19501
19502 2005-08-16  Bruno Haible  <bruno@clisp.org>
19503
19504         * lib/mbchar.h: New file.
19505         * lib/mbchar.c: New file.
19506
19507 2005-08-16  Bruno Haible  <bruno@clisp.org>
19508
19509         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
19510         the valid ones. Makes the comparison operations transitive:
19511         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
19512         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
19513
19514 2005-08-15  Simon Josefsson  <jas@extundo.com>
19515
19516         * modules/ssize_t (License): Change to 'unlimited'.
19517
19518         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
19519
19520 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19521
19522         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
19523         Add comments for each pending glibc patch.
19524
19525 2005-08-15  Bruno Haible  <bruno@clisp.org>
19526
19527         * lib/regex.h (__restrict_arr): Don't define to __restrict if
19528         __cplusplus is defined.
19529
19530 2005-08-14  Jim Meyering  <jim@meyering.net>
19531
19532         Sync from coreutils.
19533
19534         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
19535         Use the hash-table-based cycle-detection code not just when
19536         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
19537         Reported by James Youngman in
19538         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
19539         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
19540         FTS_TIGHT_CYCLE_CHECK.
19541         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
19542         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
19543         once again.
19544         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
19545         * lib/fts.c (fd_safer): Remove decl.
19546         Include fcntl--.h rather than unistd-safer.h
19547         (fts_safe_changedir): Don't call fd_safer; no longer needed
19548         now that we include fcntl--.h.
19549
19550 2005-08-12  Simon Josefsson  <jas@extundo.com>
19551
19552         * modules/getndelim2: Use ssize_t module.
19553         * modules/getnline: Likewise.
19554         * modules/safe-read: Likewise.
19555         * modules/xreadlink: Likewise.
19556
19557         * modules/ssize_t: New file.
19558
19559 2005-08-12  Simon Josefsson  <jas@extundo.com>
19560
19561         * m4/readline.m4: Look for termcap, curses or ncurses if required.
19562
19563 2005-08-12  Simon Josefsson  <jas@extundo.com>
19564
19565         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19566         ssize_t.
19567
19568 2005-08-12  Simon Josefsson  <jas@extundo.com>
19569
19570         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
19571         readline, getdelim and check_version.
19572         (Support for systems lacking ISO C 99: Sizes of integer types):
19573         Add size_max.
19574
19575 2005-08-12  Bruno Haible  <bruno@clisp.org>
19576
19577         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
19578
19579 2005-08-11  Simon Josefsson  <jas@extundo.com>
19580
19581         * modules/readline: New file.
19582
19583         * modules/strnlen (Files): Add strnlen.h.
19584
19585 2005-08-11  Simon Josefsson  <jas@extundo.com>
19586
19587         * m4/readline.m4: New file.
19588
19589 2005-08-11  Simon Josefsson  <jas@extundo.com>
19590
19591         * lib/readline.h, readline.c: New file.
19592
19593 2005-08-11  Simon Josefsson  <jas@extundo.com>
19594
19595         * doc/gnulib.texi (Initial import, Finishing touches): Mention
19596         gl_AVOID.
19597
19598 2005-08-11  Bruno Haible  <bruno@clisp.org>
19599
19600         * lib/strnlen.h (strnlen): Change parameter name to match comment.
19601
19602 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
19603
19604         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
19605
19606 2005-08-10  Simon Josefsson  <jas@extundo.com>
19607
19608         * tests/test-iconvme.c: New file.
19609
19610 2005-08-10  Simon Josefsson  <jas@extundo.com>
19611
19612         * m4/strnlen.m4: New file.
19613
19614         * m4/strndup.m4: Don't check for strnlen declaration, done in
19615         strnlen.m4.
19616
19617 2005-08-10  Simon Josefsson  <jas@extundo.com>
19618
19619         * lib/strndup.c: Use strnlen.h.
19620
19621         * lib/strnlen.h: New file.
19622
19623 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
19624
19625         * README: Typos.
19626
19627 2005-08-02  Simon Josefsson  <jas@extundo.com>
19628
19629         * modules/readline: New file.
19630
19631 2005-08-02  Simon Josefsson  <jas@extundo.com>
19632
19633         * modules/getdelim: New file.
19634
19635         * modules/getline: Rewrite, don't use getndelim2.
19636
19637 2005-08-02  Simon Josefsson  <jas@extundo.com>
19638
19639         * m4/getline.m4: Separate out getdelim stuff into separate module.
19640
19641         * m4/getdelim.m4: New file.
19642
19643 2005-08-02  Simon Josefsson  <jas@extundo.com>
19644
19645         * lib/getline.h, getline.c: Rewrite.
19646
19647         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
19648
19649 2005-07-31  Bruno Haible  <bruno@clisp.org>
19650
19651         * lib/lock.h (gl_lock_initializer): New macro.
19652         (gl_lock_define_initialized): Use it.
19653         (gl_rwlock_initializer): New macro.
19654         (gl_rwlock_define_initialized): Use it.
19655         (gl_recursive_lock_initializer): New macro.
19656         (gl_recursive_lock_define_initialized): Use it.
19657
19658 2005-07-30  Karl Berry  <karl@gnu.org>
19659
19660         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
19661         Report from Ben Pfaff, regarding getopt.
19662
19663 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
19664
19665         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
19666         normal way.
19667         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
19668         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
19669         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
19670         (gl_GETOPT): Use the new macros.  Most of the implementation
19671         is moved to the new macros.  This is for programs like Emacs
19672         that don't want all the functionality of gl_GETOPT.
19673
19674 2005-07-26  Bruno Haible  <bruno@clisp.org>
19675
19676         * m4/lock.m4: Update from GNU gettext.
19677
19678 2005-07-26  Bruno Haible  <bruno@clisp.org>
19679
19680         * lib/lock.h: Update from GNU gettext.
19681         * lib/lock.c: Update from GNU gettext.
19682
19683 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
19684
19685         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
19686         obsolescent AC_TRY_RUN.  Include the default includes files, for
19687         'exit'.
19688
19689 2005-07-24  Bruno Haible  <bruno@clisp.org>
19690
19691         * modules/visibility: New file.
19692         * MODULES.html.sh (Misc): Add visibility.
19693
19694 2005-07-24  Bruno Haible  <bruno@clisp.org>
19695
19696         * m4/visibility.m4: New file.
19697
19698 2005-07-24  Bruno Haible  <bruno@clisp.org>
19699
19700         * doc/visibility.texi: New file.
19701
19702 2005-07-22  Bruno Haible  <bruno@clisp.org>
19703
19704         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
19705         $(ALLOCA_H), redundant through BUILT_SOURCES.
19706         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
19707         redundant through BUILT_SOURCES.
19708         * modules/byteswap (Makefile.am): Remove explicit dependency on
19709         $(BYTESWAP_H), redundant through BUILT_SOURCES.
19710         * modules/fnmatch (Makefile.am): Remove explicit dependency on
19711         $(FNMATCH_H), redundant through BUILT_SOURCES.
19712         * modules/getopt (Makefile.am): Remove explicit dependency on
19713         $(GETOPT_H), redundant through BUILT_SOURCES.
19714         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
19715         redundant through BUILT_SOURCES.
19716         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
19717         redundant through BUILT_SOURCES.
19718         * modules/stdbool (Makefile.am): Remove explicit dependency on
19719         $(STDBOOL_H), redundant through BUILT_SOURCES.
19720         * modules/stdint (Makefile.am): Remove explicit dependency on
19721         $(STDINT_H), redundant through BUILT_SOURCES.
19722         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
19723         Remove explicit dependency on $(SYSEXITS_H).
19724         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
19725
19726 2005-07-18  Simon Josefsson  <jas@extundo.com>
19727
19728         * lib/check-version.c (check_version): Accept identical versions too.
19729
19730 2005-07-18  Bruno Haible  <bruno@clisp.org>
19731
19732         * modules/lock: New file.
19733         * MODULES.html.sh (Multithreading): New section.
19734
19735 2005-07-18  Bruno Haible  <bruno@clisp.org>
19736
19737         * m4/lock.m4: New file, from GNU gettext.
19738
19739 2005-07-18  Bruno Haible  <bruno@clisp.org>
19740
19741         * lib/lock.h: New file, from GNU gettext.
19742         * lib/lock.c: New file, from GNU gettext.
19743
19744 2005-07-18  Bruno Haible  <bruno@clisp.org>
19745
19746         * lib/lock.h (gl_once_t): New type.
19747         (gl_once_define, gl_once): New macros.
19748         * lib/lock.c (fresh_once): New variable.
19749         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
19750         functions.
19751
19752 2005-07-16  Simon Josefsson  <jas@extundo.com>
19753
19754         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
19755         workaround, suggested by Bruno.
19756
19757 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
19758
19759         * modules/xalloc (Depends-on): Add xalloc-die.
19760         * modules/xvasprintf (Depends-on): Add xalloc-die.
19761
19762 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
19763
19764         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
19765         with a minor change.
19766
19767 2005-07-15  Bruno Haible  <bruno@clisp.org>
19768
19769         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
19770         When using lib/poll.c, define poll as rpl_poll.
19771
19772 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
19773
19774         * modules/argp (Depends-on): Remove unlocked-io.
19775
19776 2005-07-14  Derek Price  <derek@ximbiot.com>
19777
19778         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
19779         for glob symlink bug.
19780
19781 2005-07-14  Bruno Haible  <bruno@clisp.org>
19782
19783         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
19784         Instead, test for *_unlocked function declarations directly.
19785
19786 2005-07-11  Simon Josefsson  <jas@extundo.com>
19787
19788         * modules/size_max: New file.
19789
19790         * modules/xsize: Depend on size_max module for size_max.m4.
19791
19792 2005-07-11  Simon Josefsson  <jas@extundo.com>
19793
19794         * lib/size_max.h: New file.
19795
19796 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
19797
19798         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
19799         copyright symbol and the year.
19800         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
19801         (version_etc_va): Use parameterized copyright notice.
19802         Reword to conform to the current GNU coding standards.
19803
19804 2005-07-11  Karl Berry  <karl@gnu.org>
19805
19806         * doc/gnulib.texi (Quoting): new node.
19807         (Initial import): more info, from Patrice.
19808
19809 2005-07-11  Bruno Haible  <bruno@clisp.org>
19810
19811         * gnulib-tool (func_usage): Document option --avoid.
19812         (Command line options): Handle --avoid.
19813         (func_acceptable): New function.
19814         (func_modules_transitive_closure): Use it.
19815
19816 2005-07-11  Bruno Haible  <bruno@clisp.org>
19817
19818         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
19819         Reported by Jim Meyering.
19820
19821 2005-07-10  Bruno Haible  <bruno@clisp.org>
19822
19823         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
19824         Needed when size_t is smaller than 'unsigned int'.
19825         Reported by Paul Eggert.
19826
19827 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19828
19829         * modules/argp (Depends-on): Add unlocked-io
19830
19831 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19832
19833         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
19834         block of defines.
19835
19836 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
19837
19838         * config/srclist.txt: Comment out regcomp.c, since we have a porting
19839         fix now.
19840
19841 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
19842         and Paul Eggert  <eggert@cs.ucla.edu>
19843
19844         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
19845         in wint_t, not wchar_t.  Remove now-unnecessary cast.
19846
19847 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19848
19849         * modules/regex (Files): Add lib/regex_internal.c,
19850         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
19851         (Depends-on): Add extensions.
19852         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
19853
19854 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19855
19856         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
19857         pathconf.
19858         * m4/same.m4 (gl_SAME): Likewise.
19859         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
19860
19861         * m4/regex.m4: Adjust to new libc regex implementation.
19862         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
19863         all the .c and .h parts of (the new) regex.
19864         Quote the m4 stuff better.
19865         Check for RE_ICASE bug of old gnulib.
19866         Check for REG_STARTEND of recent libc.
19867         Rename local variables from jm_* to gl_*.
19868         Quote operand of "test -f".
19869         Say "recent enough" version of libc, not "version 2".
19870         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
19871         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
19872         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
19873         Remove check for btowc, isascii.
19874         Require AM_LANGINFO_CODESET.
19875
19876 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19877
19878         * lib/regex.c, regex.h: Sync from libc.
19879         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
19880         * lib/regexec.c:
19881         New files, synced from libc, except that regex_internal.h
19882         currently has a small porting fix.
19883
19884 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19885
19886         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
19887         regex_internal.c, regexec.c.
19888         Add regex_internal.h too, but as a comment, since the libc version
19889         is currently broken in gnulib mode.
19890
19891 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
19892
19893         Support programs like Emacs that use gnulib but not gettext.
19894         * MODULES.html.sh (Internationalization functions): Add gettext-h.
19895         * modules/gettext-h: New file.
19896         * modules/gettext (Files): Remove lib/gettext.h.
19897         (Depends-on): Add gettext-h.
19898         (Makefile.am): Remove lib_SOURCES.
19899         * modules/argmatch, modules/c-stack, modules/closeout:
19900         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
19901         * modules/execute, modules/file-type, modules/getaddrinfo:
19902         * modules/getopt, modules/human, modules/javacomp:
19903         * modules/javaexec, modules/mkdir-p, modules/obstack:
19904         * modules/openat, modules/pagealign_alloc, modules/pipe:
19905         * modules/quotearg, modules/regex, modules/rpmatch:
19906         * modules/unicodeio, modules/userspec, modules/version-etc:
19907         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
19908         * modules/xsetenv:
19909         Depend on gettext-h, not gettext.
19910
19911 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
19912
19913         * gnulib-tool (func_import): Add support for 'public domain' license.
19914         * modules/alloca, modules/atexit, modules/memmove:
19915         Now public domain, not GPL.
19916         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
19917         * modules/realloc, modules/strerror, modules/strtod:
19918         Now LGPL, not GPL.
19919
19920 2005-07-05  Bruno Haible  <bruno@clisp.org>
19921
19922         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
19923         autoconf CVS. Needed for mingw.
19924
19925 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19926
19927         Remove the dependency of the strftime module on the tzset module.
19928         * modules/strftime (Depends-on): Remove dependency on tzset.
19929
19930 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19931
19932         Remove the dependency of the strftime module on the tzset module.
19933         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
19934         gl_FUNC_TZSET_CLOBBER.
19935
19936 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19937
19938         Remove the dependency of the strftime module on the tzset module.
19939         * lib/strftime.c (my_strftime)
19940         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
19941         Copy the input structure, to work around some of the bug with
19942         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
19943         Solaris releases, you should also use the tzset module, but we won't
19944         require it as a dependency any more since we don't want LGPLed code
19945         to depend on GPLed code.
19946
19947 2005-07-02  Jim Meyering  <jim@meyering.net>
19948
19949         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
19950         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
19951         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
19952         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
19953
19954 2005-07-02  Jim Meyering  <jim@meyering.net>
19955
19956         * lib/backupfile.c (backup_args): Change a `0' to NULL.
19957
19958 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
19959
19960         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
19961         declares only 'struct timespec;' (!).
19962
19963 2005-07-01  Jim Meyering  <jim@meyering.net>
19964
19965         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
19966         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
19967         * lib/save-cwd.c, tempname.c:
19968         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
19969         and don't include <sys/file.h>).
19970
19971 2005-06-29  Jim Meyering  <jim@meyering.net>
19972
19973         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
19974         type name.  Use the variable name instead.
19975         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
19976         Likewise.
19977
19978 2005-06-28  Simon Josefsson  <jas@extundo.com>
19979
19980         * modules/check-version (Files): Add check-version.m4.
19981
19982 2005-06-28  Simon Josefsson  <jas@extundo.com>
19983
19984         * m4/check-version.m4: New file, suggested by Jim Meyering
19985         <jim@meyering.net>.
19986
19987 2005-06-28  Simon Josefsson  <jas@extundo.com>
19988
19989         * lib/check-version.h, lib/check-version.c: New files.
19990
19991 2005-06-28  Simon Josefsson  <jas@extundo.com>
19992
19993         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
19994         collision with global variable.  Better indentation.  Don't
19995         increment buffer pointer beyond buffer end.  Based on comments
19996         from Paul Eggert <eggert@cs.ucla.edu>.
19997
19998         * lib/base64.h: Indent.
19999
20000 2005-06-28  Simon Josefsson  <jas@extundo.com>
20001
20002         * doc/gnulib.texi (Library version handling): New section.
20003
20004 2005-06-28  Jim Meyering  <jim@meyering.net>
20005
20006         * check-module (find_included_lib_files): Hard-code another
20007         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
20008         but modules/fts-lgpl (correctly) does not list those files.
20009
20010         * modules/canonicalize (Files): Add lib/pathmax.h.
20011
20012 2005-06-25  Simon Josefsson  <jas@extundo.com>
20013
20014         * modules/check-version: New file.
20015
20016 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
20017
20018         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
20019         initializer of struct addrinfo, as an indication that we don't
20020         care how many members the structure has.
20021
20022 2005-06-24  Derek Price  <derek@ximbiot.com>
20023         and Bruno Haible  <bruno@clisp.org>
20024
20025         Remove stat module & update lstat.
20026         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
20027         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
20028         * m4/stat.m4: Remove this file.
20029
20030 2005-06-24  Derek Price  <derek@ximbiot.com>
20031         and Bruno Haible  <bruno@clisp.org>
20032
20033         Remove stat module & update lstat.
20034         * lib/stat.c: Remove this file...
20035         (slash_aware_lstat): ...moving this content and its support...
20036         * lib/lstat.c (rpl_lstat): ...into here.
20037         * lib/lstat.h: New file.
20038
20039 2005-06-24  Derek Price  <derek@ximbiot.com>
20040         and Bruno Haible  <bruno@clisp.org>
20041
20042         Remove stat module & update lstat.
20043         * config/srclist.txt (libc sources): Remove stat.
20044
20045 2005-06-24  Derek Price  <derek@ximbiot.com>
20046         and Bruno Haible  <bruno@clisp.org>
20047
20048         Remove stat module & update lstat.
20049         * MODULES.html.sh (stat): Remove.
20050         * MODULES.html: Regenerated.
20051         * modules/lstat (Description): Correct function name.
20052         (Files): Add "lstat.h".
20053         (Depends-on): Remove stat, add xalloc, stat-macros.
20054         * modules/stat: Remove this file.
20055         (Include): Add "lstat.h", remove <sys/stat.h>.
20056
20057 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
20058
20059         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
20060         (ranged_convert): Don't save conversion in a temporary struct.
20061         This causes a warning with GCC 4.0.0, and anyway in the typical
20062         case it's not worth the extra 100 bytes or so of code.
20063         (ranged_convert, __mktime_internal): When calling a function via a
20064         pointer P, use P () rather than (*P) (), as we now assume C89 or
20065         better.
20066
20067 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
20068
20069         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
20070         "who -r" failed to give output.  Problem reported by Tim Waugh.
20071
20072         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
20073         (xcalloc): Use it to avoid needless tests.
20074         Problem reported by Jim Meyering.
20075
20076 2005-06-20  Derek Price  <derek@ximbiot.com>
20077
20078         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
20079         unnecessary for Autoconfs > 2.59c.
20080
20081 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20082
20083         * lib/argp.h (__option_is_short): Check upper limit of
20084         __key. Isprint() requires its argument to have the value
20085         of an unsigned char or EOF.
20086
20087 2005-06-16  Jim Meyering  <jim@meyering.net>
20088
20089         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
20090         when either N or S is zero.
20091
20092 2005-06-16  Derek Price  <derek@ximbiot.com>
20093
20094         * m4/bison.m4: Declare YACC & YFLAGS precious.
20095
20096 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
20097
20098         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
20099         multibyte string or pattern, fall back on unibyte matching.
20100         Problem reported by James Youngman.
20101
20102 2005-06-08  Bruno Haible  <bruno@clisp.org>
20103
20104         * modules/csharpcomp: New file.
20105         * MODULES.html.sh (C#): Add csharpcomp.
20106
20107 2005-06-08  Bruno Haible  <bruno@clisp.org>
20108
20109         * m4/csharpcomp.m4: New file, from GNU gettext.
20110
20111 2005-06-08  Bruno Haible  <bruno@clisp.org>
20112
20113         * lib/csharpcomp.h: New file, from GNU gettext.
20114         * lib/csharpcomp.c: New file, from GNU gettext.
20115         * lib/csharpcomp.sh.in: New file, from GNU gettext.
20116
20117 2005-06-08  Bruno Haible  <bruno@clisp.org>
20118
20119         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
20120         warning on mingw.
20121
20122 2005-06-07  Derek Price  <derek@ximbiot.com>
20123
20124         Sync from CVS.
20125         * lib/glob_.h: Indent nested #ifdef.
20126
20127 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
20128
20129         Sync from coreutils.
20130         Use "file name" when talking about file names, instead of "filename"
20131         or "path", as per the GNU coding standards.
20132         * lib/mkdir-p.c: Renamed from makepath.c.
20133         (make_dir_parents): Renamed from make_path.  All callers changed.
20134         * lib/mkdir-p.h: Likewise.  All includers changed.
20135         * lib/filenamecat.c: Renamed from path-concat.c.
20136         (file_name_concat): Renamed from path_concat.  All callers changed.
20137         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
20138         * lib/filenamecat.h: Likewise.  All includers changed.
20139         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
20140         in comments or local variable names.
20141         * lib/basename.c: Likewise.
20142         * lib/canonicalize.c, canonicalize.h: Likewise.
20143         * lib/dirname.c, dirname.h: Likewise.
20144         * lib/euidaccess.c: Likewise.
20145         * lib/exclude.c: Likewise
20146         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
20147         * lib/fsusage.c, fsuage.h: Likewise.
20148         * lib/fts.c, fts_.h: Likewise.
20149         * lib/getcwd.c: Likewise.
20150         * lib/getloadavg.c: Likewise.
20151         * lib/mkstemp.c: Likewise.
20152         * lib/mountlist.c, mountlist.h: Likewise.
20153         * lib/openat.c, openat.h: Likewise.
20154         * lib/readlink-stub.c: Likewise.
20155         * lib/readutmp.c, readutmp.h: Likewise.
20156         * lib/rename.c: Likewise.
20157         * lib/rmdir.c: Likewise.
20158         * lib/same.c: Likewise.
20159         * lib/savedir.c: Likewise.
20160         * lib/stripslash.c: Likewise.
20161         * lib/tempname.c: Likewise.
20162         * lib/xreadlink.c: Likewise.
20163         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
20164         All uses changed.
20165         * lib/exclude.h: Likewise.
20166
20167         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
20168         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
20169         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
20170         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
20171         * lib/pathmax.h: Include <limits.h> unconditionally, since other
20172         files have been getting away with it for years (MORE/BSD 4.3
20173         is extinct now).
20174         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
20175         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
20176
20177         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
20178         Define to 256, not 255, as per modern POSIX.
20179
20180 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
20181
20182         Sync from coreutils.
20183         Use "file name" when talking about file names, instead of "filename"
20184         or "path", as per the GNU coding standards.
20185         * MODULES.html.sh: mkdir-p renamed from makepath.
20186         filenamecat renamed from path-concat.
20187         * modules/filenamecat: Renamed from modules/path-concat.
20188         (Files): filenamecat.h and filenamecat.c renamed from
20189         path-concat.h and path-concat.c.
20190         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
20191         (Include): filenamecat.h, not path-concat.h.
20192         * modules/mkdir-p: Renamed from modules/makepath.
20193         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
20194         makepath.c.
20195         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
20196         (Include): mkdir-p.h, not makepath.h.
20197
20198 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
20199
20200         Sync from coreutils.
20201         * m4/mkdir-p.m4: Renamed from makepath.m4.
20202         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
20203         Rename files from makepath.c to mkdir-p.c, and from
20204         makepath.h to mkdir-p.h.
20205         * m4/filenamecat.m4: Renamed from path-concat.m4.
20206         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
20207         Rename files from path-concat.c to filenamecat.c,
20208         and from path-concat.h to filenamecat.h.
20209         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
20210         "file name" in local variables or comments.
20211         * m4/rename.m4: Likewise.
20212
20213 2005-06-01  Bruno Haible  <bruno@clisp.org>
20214
20215         * modules/csharpexec: New file.
20216         * MODULES.html.sh (C#): New section.
20217
20218 2005-06-01  Bruno Haible  <bruno@clisp.org>
20219
20220         * m4/csharp.m4: New file, from GNU gettext.
20221         * m4/csharpexec.m4: New file, from GNU gettext.
20222
20223 2005-06-01  Bruno Haible  <bruno@clisp.org>
20224
20225         * lib/csharpexec.h: New file, from GNU gettext.
20226         * lib/csharpexec.c: New file, from GNU gettext.
20227         * lib/csharpexec.sh.in: New file, from GNU gettext.
20228
20229 2005-05-31  Derek Price  <derek@ximbiot.com>
20230             Paul Eggert  <eggert@cs.ucla.edu>
20231
20232         Sync from cvs.
20233         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
20234
20235 2005-05-31  Derek Price  <derek@ximbiot.com>
20236             Paul Eggert  <eggert@cs.ucla.edu>
20237
20238         Sync from cvs.
20239         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
20240
20241 2005-05-29  Derek Price  <derek@ximbiot.com>
20242
20243         * config/srclist.txt (glob_.h, glob.c): Add these files.
20244
20245 2005-05-29  Derek Price  <derek@ximbiot.com>
20246
20247         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
20248         * modules/glob: New file.
20249         * modules/getlogin_r: Add link to POSIX spec in description.
20250
20251 2005-05-29  Derek Price  <derek@ximbiot.com>
20252             Paul Eggert  <eggert@cs.ucla.edu>
20253
20254         * m4/glob.m4: New file.
20255
20256 2005-05-29  Derek Price  <derek@ximbiot.com>
20257             Paul Eggert  <eggert@cs.ucla.edu>
20258
20259         * lib/glob_.h, lib/glob.c: New files.
20260
20261 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20262
20263         * modules/fts (Files): Remove m4/inttypes-pri.m4.
20264         * modules/fts-lgpl (Depends-on): Remove gettext.
20265
20266 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20267
20268         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
20269         and don't require gt_INTTYPES_PRI.
20270
20271 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20272
20273         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
20274
20275         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
20276         the configuration hassle isn't worth it.
20277         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
20278         (LONGEST_MODIFIER, PRIuMAX): Remove.
20279
20280 2005-05-27  Bruno Haible  <bruno@clisp.org>
20281
20282         * lib/getlogin_r.h: Remove second include of <stddef.h>.
20283
20284 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
20285
20286         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
20287         _POSIX_PTHREAD_SEMANTICS for Solaris.
20288
20289 2005-05-25  Derek Price  <derek@ximbiot.com>
20290
20291         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
20292
20293 2005-05-25  Derek Price  <derek@ximbiot.com>
20294             Paul Eggert  <eggert@cs.ucla.edu>
20295
20296         * modules/getlogin_r, m4/getlogin_r.m4: New files.
20297         * lib/getlogin_r.c, getlogin_r.h: New files.
20298
20299 2005-05-25  Bruno Haible  <bruno@clisp.org>
20300             Derek Price  <derek@ximbiot.com>
20301
20302         * lib/getlogin_r.h: Simplify API documentation.
20303
20304 2005-05-23  Derek Price  <derek@ximbiot.com>
20305
20306         * modules/minmax (Files): Add m4/minmax.m4.
20307         (configure.ac): Add gl_MINMAX.
20308
20309 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
20310
20311         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
20312         so that unistd-safer.h (GPL'ed code) need not be included.
20313
20314 2005-05-22  Bruno Haible  <bruno@clisp.org>
20315
20316         * m4/minmax.m4: New file.
20317         Based on a patch by Derek Price <derek@ximbiot.com>.
20318
20319 2005-05-22  Bruno Haible  <bruno@clisp.org>
20320
20321         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
20322         (INT64_MIN): Fix definition.
20323         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
20324
20325         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
20326         NEED_SIGNED_INT_TYPES.
20327
20328         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
20329         HAVE_SYSTEM_INTTYPES.
20330
20331 2005-05-22  Bruno Haible  <bruno@clisp.org>
20332
20333         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
20334         Also include <sys/param.h> if it defines MIN, MAX.
20335         Based on a patch by Derek Price <derek@ximbiot.com>.
20336
20337 2005-05-21  Jim Meyering  <jim@meyering.net>
20338
20339         * modules/fts (Files): Add m4/inttypes-pri.m4.
20340         (Depends-on): Add lstat and remove gettext.  Alphabetize.
20341
20342 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20343
20344         New fts module.
20345         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
20346         (setup_dir, free_dir): New functions.
20347         (enter_dir, leave_dir): Define trivial
20348         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
20349         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
20350         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
20351         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
20352         Move to fts-cycle.c.
20353         (fts_open): Use setup_dir.
20354         (fts_close): Use free_dir.
20355         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
20356         This adds a label and some gotos, but the alternatives were messier.
20357         Check for memory allocation failure when entering a dir.
20358         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
20359         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
20360         (FTS): New member fts_cycle, that is a union that contains the
20361         old active_dir_ht and cycle_state.  All uses changed to mention
20362         fts_cycle.ht and fts_cycle.state.
20363         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
20364         fts.c, with the following changes:
20365         (setup_dir, free_dir): New functions.
20366         (enter_dir): Now returns bool.  Return true if successful, false
20367         if memory exhausted.  All callers changed.
20368         Do not bother partly cleaning up on
20369         memory allocation failure; that is free_dir's job.
20370         However, free ad if hash_insert fails, to avoid memory leak.
20371         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
20372         fts->fts_options to see which union member to use.
20373
20374 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20375
20376         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
20377         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
20378
20379 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20380
20381         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
20382
20383 2005-05-20  Jim Meyering  <jim@meyering.net>
20384
20385         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
20386         Now a macro, to pacify GCC.
20387
20388 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
20389
20390         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
20391         of -1.
20392
20393 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
20394
20395         * lib/chown.c (rpl_chown): Return -1 on failure.
20396
20397 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
20398
20399         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
20400         Don't check for stddef.h.
20401         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
20402         don't use its results.
20403         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
20404         since we include them unconditionally.  Don't require
20405         AM_STDBOOL_H, since stdbool is a prerequisite.
20406         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
20407         since we assume C89 or better.
20408         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
20409         as we don't use their results.
20410         Don't check for fchdir, memmove, memset, strrchr, as we use
20411         them unconditionally.
20412         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
20413         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
20414
20415 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
20416
20417         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
20418         Include <stddef.h> unconditionally, since we assume C89 now.
20419         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
20420         * lib/fts.c: Include fts_.h first, to check interface.
20421         Do not include intprops.h; no longer needed.
20422         Include cycle-check.h and hash.h, since fts_.h no longer does.
20423         Remove unnecessary casts of closedir to void.
20424         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
20425         decide whether to decrement nlinks.
20426         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
20427         (FTS): Use struct hash_table * instead of Hash_table, so that
20428         we no longer need to include hash.h here.
20429
20430 2005-05-18  Jim Meyering  <jim@meyering.net>
20431
20432         * modules/dirfd (License): Change to LGPL.  Most of the code
20433         is already in the public domain.
20434
20435 2005-05-18  Jim Meyering  <jim@meyering.net>
20436
20437         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
20438         Reported by Yoann Vandoorselaere.
20439
20440 2005-05-17  Jim Meyering  <jim@meyering.net>
20441
20442         * m4/fts.m4: New file, from coreutils.
20443
20444 2005-05-17  Jim Meyering  <jim@meyering.net>
20445
20446         * lib/fts.c, lib/fts_.h: New files, from coreutils.
20447
20448 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20449
20450         Sync from coreutils.
20451         * m4/unlinkdir.m4: New file.
20452
20453 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20454
20455         Sync from coreutils.
20456         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
20457         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
20458         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
20459         White space changes only.
20460         * lib/makepath.c (make_path): Port to hosts where leading "//" is
20461         special.
20462         * lib/yesno.c: Include getline.h, not ctype.h.
20463         (yesno): Don't remove leading white space; POSIX doesn't allow it.
20464         Use getline to remove arbitrary restriction on response length.
20465
20466 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20467
20468         * config/srclist-update: Spell out "Street" in FSF postal
20469         mail address; this is the style the FSF seems to prefer.
20470
20471         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
20472         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
20473         this updates FSF postal mail address.
20474
20475         Sync from coreutils.
20476         * modules/unlinkdir: New file.
20477         * modules/yesno (Depends-on): Add getline.
20478         * MODULES.html.sh (File system functions): Add unlinkdir.
20479
20480 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20481
20482         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
20483         lib/strsep.h:
20484         Change the initial comment to refer to GPL, not LGPL.
20485         gnulib-tool will change it to LGPL as needed.
20486
20487         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
20488         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
20489         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
20490         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
20491         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
20492         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
20493         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
20494         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
20495         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
20496         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
20497         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
20498         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
20499         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
20500         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
20501         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
20502         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
20503         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
20504         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
20505         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
20506         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
20507         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
20508         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
20509         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
20510         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
20511         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
20512         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
20513         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
20514         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
20515         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
20516         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
20517         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
20518         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
20519         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
20520         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
20521         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
20522         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
20523         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
20524         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
20525         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
20526         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
20527         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
20528         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
20529         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
20530         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
20531         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
20532         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
20533         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
20534         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
20535         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
20536         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
20537         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
20538         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
20539         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
20540         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
20541         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
20542         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
20543         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
20544         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
20545         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
20546         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
20547         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
20548         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
20549         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
20550         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
20551         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
20552         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
20553         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
20554         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
20555         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
20556         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
20557         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
20558         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
20559         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
20560         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
20561         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
20562         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
20563         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
20564         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
20565         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
20566         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
20567         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
20568         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
20569         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
20570         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
20571         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
20572         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
20573         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
20574         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
20575         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
20576         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
20577         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
20578         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
20579         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
20580         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
20581         lib/yesno.c, lib/yesno.h:
20582         Update FSF postal mail address.
20583
20584 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20585
20586         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
20587         tests/test-memmem.c, tests/test-stpncpy.c:
20588         Update FSF postal mail address.
20589
20590 2005-05-13  Bruno Haible  <bruno@clisp.org>
20591
20592         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
20593         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
20594         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
20595         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
20596         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
20597         Add support for 64-bit integers in the MSVC compiler.
20598
20599 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20600
20601         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
20602
20603 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
20604
20605         * gnulib-tool (func_import): Sort and uniquify recommended includes.
20606
20607 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
20608
20609         * doc/getdate.texi (General date syntax): Don't say that date
20610         date --iso-8601=ns generates acceptable dates; it doesn't yet.
20611         Problem reported by Nic Ferrier.
20612
20613 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20614
20615         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
20616         specified in ai_socktype. Fix invalid ai_protocol
20617         check. ai_protocol is usually set to 0 or depending on
20618         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
20619         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
20620         ai_socktype / ai_protocol in the returned addrinfo structure.
20621
20622 2005-05-10  Simon Josefsson  <jas@extundo.com>
20623
20624         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
20625         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20626
20627 2005-05-10  Karl Berry  <karl@gnu.org>
20628
20629         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
20630         (from http://www.gnu.org/licenses).
20631         * doc/COPYING.LIB: also rename to COPYING.LESSER.
20632         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
20633         fdl.texi suffices.
20634
20635 2005-05-10  Karl Berry  <karl@gnu.org>
20636
20637         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
20638         (COPYING.DOC): remove.
20639
20640         * config/srclist-update: new FSF address.
20641
20642 2005-05-10  Derek Price  <derek@ximbiot.com>
20643
20644         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
20645         possible.
20646
20647 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20648             Bruno Haible  <bruno@clisp.org>
20649
20650         * modules/inet_ntop: New file.
20651         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20652         inet_ntop.
20653
20654 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20655             Bruno Haible  <bruno@clisp.org>
20656
20657         * m4/inet_ntop.m4: New file.
20658
20659 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20660             Bruno Haible  <bruno@clisp.org>
20661
20662         * lib/inet_ntop.h: New file.
20663         * lib/inet_ntop.c: New file, from glibc with modifications.
20664
20665 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
20666
20667         * modules/time_r (License): Change to LGPL.
20668         * modules/extensions (License): Change to LGPL.  Actually,
20669         the license is more permissive than that, but currently gnulib-tool
20670         doesn't know how to handle more-permissive licenses.
20671
20672         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
20673         Problem reported by Dave Love.
20674
20675 2005-05-08  Jim Meyering  <jim@meyering.net>
20676
20677         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
20678         blank.
20679
20680 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
20681
20682         * modules/argmatch (Depends-on): Add stdbool.
20683         * modules/backupfile (Depends-on): Likewise.
20684         * modules/chdir-long (Depends-on): Likewise.
20685         * modules/closeout (Depends-on): Likewise.
20686         * modules/cycle-check (Depends-on): Likewise.
20687         * modules/dirname (Depends-on): Likewise.
20688         * modules/fnmatch (Depends-on): Likewise.
20689         * modules/fsusage (Depends-on): Likewise.
20690         * modules/fwriteerror (Depends-on): Likewise.
20691         * modules/getcwd (Depends-on): Likewise.
20692         * modules/getloadavg (Depends-on): Likewise.
20693         * modules/hard-locale (Depends-on): Likewise.
20694         * modules/makepath (Depends-on): Likewise.
20695         * modules/mountlist (Depends-on): Likewise.
20696         * modules/nanosleep (Depends-on): Likewise.
20697         * modules/posixtm (Depends-on): Likewise.
20698         * modules/quotearg (Depends-on): Likewise.
20699         * modules/readtokens (Depends-on): Likewise.
20700         * modules/readtokens0 (Depends-on): Likewise.
20701         * modules/readutmp (Depends-on): Likewise.
20702         * modules/save-cwd (Depends-on): Likewise.
20703         * modules/strftime (Depends-on): Likewise.
20704         * modules/userspec (Depends-on): Likewise.
20705         * modules/utimecmp (Depends-on): Likewise.
20706         * modules/xgetcwd (Depends-on): Likewise.
20707         * modules/xnanosleep (Depends-on): Likewise.
20708         * modules/xstrtod (Depends-on): Likewise.
20709         * modules/yesno (Depends-on): Likewise.
20710
20711 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
20712
20713         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
20714         needless checks.
20715
20716 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20717
20718         Merge from coreutils.  Among other things,
20719         add bulletproofing for cases where stdin, stdout, or stderr are closed.
20720         * lib/fd-safer.c: New file.
20721         * lib/fcntl-safer.h, open-safer.c: Remove.
20722         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
20723         * lib/dup-safer.c: Include unistd-safer.h first.
20724         Don't include errno.h.
20725         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
20726         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
20727         * lib/file-type.c: Rely on file-type.h change.
20728         * lib/getloadavg.c: Include unistd-safer.h.
20729         (getloadavg): Use safer open.
20730         * lib/getusershell.c: Include "stdio-safer.h".
20731         (getusershell): Use safer fopen.
20732         * lib/long-options.c (long_options): Use NULL rather than 0.
20733         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
20734         'free'.
20735         * lib/modechange.c: Likewise.
20736         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
20737         (MODE_DONE): New constant.
20738         (struct mode_change): Remove 'next' member.
20739         (make_node_op_equals): New function; like the old one of the
20740         same name, except it allocates an array.
20741         (mode_compile, mode_create_from_ref): Use it.
20742         (mode_compile): Allocate result as an array, not a linked list.
20743         Parse octal string ourself, so that we catch mistakes like "+0".
20744         (mode_adjust): Arg is an array, not a linked list.
20745         * lib/modechange.c: Include stat-macros.h, xalloc.h.
20746         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
20747         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
20748         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
20749         Remove.  This is now stat-macros.h's job.
20750         (talloc): Remove.  All callers replaced by xalloc, so that
20751         our invokers don't have to worry about reporting memory failures.
20752         (make_node_op_equals): Remove.
20753         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
20754         New constants.
20755         (struct mode_change): Moved here from modechange.h.
20756         (mode_append_entry): Remove.
20757         (mode_compile): Remove MASKED_OPS arg, since it encouraged
20758         apps to have incorrect behavior.  Use simpler algorithm for head
20759         and tail.  Don't futz with umask; that's now the job of mode_adjust.
20760         Detect more invalid usages rather than having somewhat-random behavior.
20761         Don't insert an "a=" action, as that leads to incorrect behavior.
20762         (mode_compile, mode_create_from_ref): Return NULL on error instead
20763         of an enum, since now there's only one way to have an error.  All
20764         callers changed.
20765         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
20766         at the correct time.  Simplify calculation of "+u" and its ilk.
20767         Don't mishandle "+X".
20768         (mode_free): Remove "register" and localize decls.
20769         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
20770         (struct mode_change): Move to modechange.c; callers don't
20771         need to see this stuff.
20772         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
20773         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
20774         (mode_change, mode_adjust): Reflect the new signatures noted above.
20775         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
20776         that might redefine system include files.
20777         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
20778         (my_usleep): Use NULL rather than (void *) 0.
20779         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
20780         Use siginterrupt to specify that system calls should be interrupted.
20781         (rpl_nanosleep): Move initialization of suspended closer to call of
20782         my_usleep.
20783         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
20784         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
20785         (desirable_utmp_entry): New function.
20786         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
20787         using x2nrealloc, to simplify logic.
20788         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
20789         size calculation.  Do not assume utmp file is a regular file.
20790         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
20791         (READ_UTMP_CHECK_PIDS): New constant.
20792         * lib/save-cwd.c: Include unistd-safer.h.
20793         (save_cwd): Use fd_safer.
20794         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
20795         [!_LIBC] Include "stat-macros.h" instead.
20796         * lib/unistd-safer.h (fd_safer): New decl.
20797
20798 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20799
20800         * modules/getloadavg (Depends-on): Add unistd-safer.
20801         * modules/getusershell (Depends-on): Add stdio-safer.
20802         * modules/lstat (Depends-on): Remove xalloc.
20803         * modules/mkstemp (Depends-on): Add stat-macros.
20804         * modules/modechange (Depends-on): Remove xstrtol.
20805         Add stat-macros, xalloc.
20806         * modules/save-cwd (Depends-on): Add unistd-safer.
20807         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
20808         * modules/unistd-safer (Files): Add lib/fd-safer.c
20809         (Makefile.am): Remove lib_SOURCES.
20810
20811         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
20812         Remove fcntl-safer; unistd-safer supersedes it.
20813
20814 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20815
20816         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
20817         AC_HEADER_STAT.
20818         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
20819         (gl_PREREQ_CHOWN): Remove.
20820         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
20821         it.  Don't require AC_HEADER_STAT.
20822         (gl_PREREQ_LSTAT): Remove.
20823         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
20824         Don't require AC_HEADER_STAT.
20825         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
20826         (gl_PREREQ_RMDIR): Remove.
20827         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
20828         mention stat-macros.h or AC_HEADER_STAT, since we'll make
20829         the stat-macros module a prerequisite.
20830         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
20831         * m4/filemode.m4 (gl_FILEMODE): Likewise.
20832         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
20833         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
20834         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
20835         variable names.
20836         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
20837         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
20838         variable prefixes.
20839         * m4/fcntl-safer.m4: Remove.
20840         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
20841         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
20842         Invoke gl_PREREQ_FD_SAFER.
20843         (gl_PREREQ_FD_SAFER): New macro.
20844         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
20845         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
20846         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
20847         Remove duplicate call to AC_LIBOBJ(readutmp).
20848         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
20849
20850         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
20851         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
20852
20853 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20854
20855         * MODULES.html.sh (Misc): Add byteswap.
20856
20857 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20858
20859         * modules/getcwd (Depends-on): Add extensions.
20860         * modules/openat (Depends-on): Likewise.
20861
20862 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20863
20864         * modules/byteswap: New file.
20865
20866 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20867
20868         * m4/byteswap.m4: New file.
20869
20870 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20871
20872         * lib/byteswap_.h: New file.
20873
20874 2005-04-25  Karl Berry  <karl@gnu.org>
20875
20876         * m4/gettext.m4: Update from GNU gettext 0.14.4.
20877
20878 2005-04-25  Albert Chin  <china@thewrittenword.com>
20879
20880         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
20881         Toolkit C bug.
20882
20883 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
20884
20885         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
20886         (func_ln_if_changed) Remove forcibly for no error message
20887         in case file does not exist.
20888
20889 2005-04-19  Simon Josefsson  <jas@extundo.com>
20890
20891         * gnulib-tool (Options): Make --symlink mean --symbolic.
20892
20893 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
20894
20895         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
20896
20897 2005-04-16  Simon Josefsson  <jas@extundo.com>
20898
20899         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
20900
20901 2005-04-15  Simon Josefsson  <jas@extundo.com>
20902
20903         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
20904
20905 2005-04-15  Simon Josefsson  <jas@extundo.com>
20906
20907         * gnulib-tool: Rename --symlink to --symbolic.
20908
20909 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
20910
20911         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
20912         symbolic links to files instead of copying/moving.  Add --aux-dir,
20913         specifying directory relative --dir where auxiliary build tools
20914         are placed.
20915
20916 2005-04-14  Bruno Haible  <bruno@clisp.org>
20917
20918         * modules/allocsa (License): Change to LGPL.
20919         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20920
20921 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
20922
20923         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
20924         that "UTC +1 second" continues to work.  Problem reported
20925         by Dmitry V. Levin.
20926         (relunit_snumber): New rule.
20927         (relunit): Use it.
20928
20929 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
20930
20931         * lib/getdate.y (universal_time_zone_table): New constant.
20932         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
20933         universal_time_zone_table.
20934         (lookup_zone): Prefer universal_time_zone_table to
20935         local_time_zone_table, so that "GMT" time stamps are allowed in
20936         London during the summer.  Problem reported by Ian Abbott.
20937
20938 2005-04-12  Jim Meyering  <jim@meyering.net>
20939
20940         * lib/human.c (humblock): Set *options even when returning due to
20941         xstrtoumax conversion failure.  Thanks to a used-uninitialized
20942         warning from gcc-4.
20943
20944 2005-04-09  Jim Meyering  <jim@meyering.net>
20945
20946         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
20947         -Wuninitialized: initialize tm0.tm_year.
20948
20949 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
20950
20951         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
20952         count, since there's no maximum.  All uses changed.
20953         Add member dsts_seen.
20954         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
20955         not being INT_MAX.
20956         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
20957         Use pc_rels_seen to decide whther a date is absolute.
20958
20959         * lib/getdate.y (number): Don't overwrite year.
20960         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
20961         check.
20962
20963 2005-04-02  Simon Josefsson  <jas@extundo.com>
20964
20965         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
20966         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
20967
20968 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
20969
20970         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
20971         where no absolute path name can be longer than PATH_MAX.
20972
20973 2005-03-27  Jim Meyering  <jim@meyering.net>
20974
20975         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
20976
20977 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
20978
20979         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
20980         "one's complement" -> "ones' complement" in comment, as per Knuth.
20981         "value of type" -> "type or expression" in comment.
20982         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
20983
20984 2005-03-26  Jim Meyering  <jim@meyering.net>
20985
20986         Comment nits.
20987         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
20988         Correct typos: s/or/of/.
20989
20990 2005-03-26  Jim Meyering  <jim@meyering.net>
20991
20992         * modules/check-include-files: Move to ../ and rename to...
20993         * check-module: ...this.
20994
20995 2005-03-25  Jim Meyering  <jim@meyering.net>
20996
20997         * modules/xvasprintf (Files): Add xalloc.h.
20998
20999 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
21000
21001         * modules/gettext (Files): config/config.rpath ->
21002         build-aux/config.rpath
21003         * modules/iconv (Files): Likewise.
21004         Problem reported by Oskar Liljeblad.
21005
21006 2005-03-23  Jim Meyering  <jim@meyering.net>
21007
21008         * modules/check-include-files: New script to check for
21009         missing dependencies, multiple includes, etc.
21010
21011         * modules/c-strtold (Depends-on): Add xalloc.
21012         * modules/c-strtod (Depends-on): Add xalloc.
21013         * modules/hash (Depends-on): Add xalloc.
21014         (Files): Remove lib/xalloc.h.
21015
21016         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
21017         * modules/userspec (Files): Add lib/inttostr.h.
21018
21019 2005-03-23  Jim Meyering  <jim@meyering.net>
21020
21021         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
21022
21023 2005-03-22  Jim Meyering  <jim@meyering.net>
21024
21025         * modules/stat-macros: New module.
21026         * modules/canonicalize, modules/euidaccess, modules/file-type,
21027         * modules/filemode, modules/lchown, modules/makepath,
21028         * modules/rmdir, modules/stat: Depend on new stat-macros module
21029         rather than listing lib/stat-macros.h manually.
21030         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
21031
21032 2005-03-22  Jim Meyering  <jim@meyering.net>
21033
21034         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
21035
21036 2005-03-22  Bruno Haible  <bruno@clisp.org>
21037
21038         * config/srclist.txt: Replace target directory 'config' with
21039         'build-aux'.
21040         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
21041         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
21042         ../build-aux/.
21043
21044 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
21045
21046         * modules/chdir-long (Depends-on): Add mempcpy.
21047
21048         * modules/acl, modules/backupfile, modules/c-strtod,
21049         modules/c-strtold, modules/canon-host, modules/canonicalize,
21050         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
21051         modules/exclude, modules/exitfail, modules/file-type,
21052         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
21053         modules/getdate, modules/getline, modules/getpagesize,
21054         modules/getpass, modules/getugroups, modules/group-member,
21055         modules/hard-locale, modules/hash, modules/human, modules/idcache,
21056         modules/inttostr, modules/long-options, modules/makepath,
21057         modules/md5, modules/memcasecmp, modules/memcoll,
21058         modules/modechange, modules/mountlist, modules/path-concat,
21059         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
21060         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
21061         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
21062         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
21063         modules/strftime, modules/strndup, modules/strverscmp,
21064         modules/timespec, modules/unlocked-io, modules/userspec,
21065         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
21066         modules/yesno:
21067         Remove lib_SOURCES line from Makefile.am section, as this is now
21068         done automatically by the corresponding Autoconf macro.
21069
21070 2005-03-21  Jim Meyering  <jim@meyering.net>
21071
21072         Changes imported from coreutils.
21073
21074         * lib/cycle-check.c: Don't include xalloc.h.
21075
21076         * lib/path-concat.c: Don't include assert.h.
21077         (path_concat): Remove assertion that would have triggered
21078         for ABASE starting with more than one slash.
21079         Reported by Andreas Schwab.
21080
21081         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
21082         properly when ABASE is an absolute file name.
21083         Correct the description of this function.
21084         Include <assert.h>.
21085         Add an assertion and a test driver.
21086         This fixes a bug introduced on 2004-07-02.
21087         Andreas Schwab reported the resulting failure of cp --parents:
21088         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
21089
21090 2005-03-21  Jim Meyering  <jim@meyering.net>
21091
21092         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
21093         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
21094
21095 2005-03-21  Jim Meyering  <jim@meyering.net>
21096         and  Paul Eggert  <eggert@cs.ucla.edu>
21097
21098         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
21099         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
21100         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
21101         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
21102         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
21103         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
21104         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
21105         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
21106         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
21107         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
21108         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
21109         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
21110         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
21111         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
21112         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
21113         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
21114         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
21115         for these modules.
21116
21117 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
21118
21119         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
21120         (which shouldn't happen), generate nothing instead of returning 0
21121         immediately, so that nstrftime (NULL, ...) doesn't return 0.
21122
21123 2005-03-16  Bruno Haible  <bruno@clisp.org>
21124
21125         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
21126         HAVE_LONGLONG_64BIT.
21127
21128 2005-03-16  Bruno Haible  <bruno@clisp.org>
21129
21130         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
21131         HAVE_LONGLONG_64BIT.
21132
21133 2005-03-16  Bruno Haible  <bruno@clisp.org>
21134
21135         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
21136         HAVE_LONGLONG_64BIT.
21137
21138 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
21139
21140         * lib/strftime.c (my_strftime): Prepend space to format so that we can
21141         reliably distinguish strftime failure from empty output on POSIX
21142         hosts.
21143
21144 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
21145
21146         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
21147         (iconv_string): Don't guess a size-zero buffer, as that might cause
21148         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
21149         result would be 'too large', where 'too large' is (heuristically)
21150         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
21151         overflow concerns.  This will prevent some unwanted malloc failures
21152         when the inputs are very large.
21153
21154 2005-03-15  Karl Berry  <karl@gnu.org>
21155
21156         * config/srclist.txt (config.rpath): from gettext.
21157         * config/config.rpath: update.
21158
21159 2005-03-15  Bruno Haible  <bruno@clisp.org>
21160
21161         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
21162         to 'negate'.
21163
21164         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
21165         variable.
21166
21167         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
21168         results.
21169
21170 2005-03-14  Simon Josefsson  <jas@extundo.com>
21171
21172         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
21173         <fx@gnu.org>.
21174
21175 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
21176
21177         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
21178         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
21179         intprops.h.
21180         * lib/strtol.c: Likewise.
21181
21182 2005-03-14  Jim Meyering  <jim@meyering.net>
21183
21184         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
21185         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
21186         to be nonzero so that we (and caller) can detect the difference
21187         between a valid zero-length expansion and an error return, even
21188         when the underlying strftime fails before writing anything into
21189         that location.
21190
21191 2005-03-14  Bruno Haible  <bruno@clisp.org>
21192
21193         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
21194         Update from GNU gettext 0.14.3.
21195
21196 2005-03-10  Jim Meyering  <jim@meyering.net>
21197
21198         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
21199
21200 2005-03-10  Jim Meyering  <jim@meyering.net>
21201
21202         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
21203         so that this module works on systems without fchdir.
21204
21205 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
21206
21207         Factor int-properties macros into a single file, except for
21208         glibc-related files.
21209         * lib/intprops.h: New file.
21210         * lib/getloadavg.c: Include it instead of limits.h.
21211         (INT_STRLEN_BOUND): Remove.
21212         * lib/human.c: Include intprops.h.
21213         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
21214         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
21215         302/1000.
21216         * lib/inttostr.h: Include intprops.h instead of limits.h.
21217         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
21218         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
21219         for consistency with intprops.h.
21220         (time_t_is_integer, twos_complement_arithmetic): Use them.
21221         * lib/sig2str.h: Include <signal.h>, intprops.h.
21222         (INT_STRLEN_BOUND): Remove.
21223         * lib/strftime.c (TYPE_SIGNED): Remove.
21224         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
21225         * lib/strtol.c: Adjust comments to match intprops.h.
21226         * lib/userspec.c: Include intprops.h.
21227         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
21228         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
21229         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
21230         instead of rolling our own expressions.
21231         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
21232
21233         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
21234         instead of int.
21235         (my_strftime): Do not mishandle years close to INT_MAX, by doing
21236         the right thing even if adding 1900 would overflow.  Similarly
21237         for tm_mon + 1 and tm_yday + 1.
21238         Make %Y always equivalent to %C%y, and similarly for %G and %g.
21239         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
21240         (DO_SIGNED_NUMBER): New macro.
21241         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
21242
21243 2005-03-07  Bruno Haible  <bruno@clisp.org>
21244
21245         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
21246
21247 2005-03-07  Bruno Haible  <bruno@clisp.org>
21248
21249         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
21250
21251 2005-03-04  Derek R. Price  <derek@ximbiot.com>
21252
21253         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
21254         (func_import): Only replace files via --import when they have actually
21255         changed.
21256
21257 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21258
21259         * m4/mmap-anon.m4: New file.
21260         * m4/pagealign_alloc.m4: New file.
21261
21262 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21263             Bruno Haible  <bruno@clisp.org>
21264
21265         * modules/pagealign_alloc: New file.
21266         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
21267
21268 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21269             Bruno Haible  <bruno@clisp.org>
21270
21271         * lib/pagealign_alloc.h: New file.
21272         * lib/pagealign_alloc.c: New file.
21273
21274 2005-03-03  Bruno Haible  <bruno@clisp.org>
21275
21276         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
21277         Use an all-permissive copyright notice, recommended by RMS.
21278
21279 2005-03-02  Bruno Haible  <bruno@clisp.org>
21280
21281         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
21282         of AIX, the replacement has to be done only after <string.h> is
21283         included, therefore not in config.h. stpncpy.h does the replacement,
21284         and stpncpy.c uses it.
21285
21286 2005-03-02  Bruno Haible  <bruno@clisp.org>
21287
21288         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
21289         stpncpy.c uses it.
21290
21291 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21292
21293         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
21294         The workaround isn't strictly needed for POSIX conformance, and
21295         it's too much of a pain to configure and maintain.  We'll ask
21296         people to fix their kernels instead.
21297         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
21298         (NANOSLEEP_BUG_WORKAROUND): Remove.
21299         (xnanosleep): Remove the workaround.
21300
21301 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21302
21303         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
21304         Reported by Derek Price.
21305         (Include): Add "timespec.h".
21306
21307         * modules/xnanosleep (Depends-on): Remove gethrxtime.
21308
21309 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21310
21311         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
21312         to detect nanosleep bug.
21313
21314 2005-03-01  Bruno Haible  <bruno@clisp.org>
21315
21316         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
21317
21318 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
21319
21320         * modules/gethrxtime: New file.
21321         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
21322         (Depends-on): Add gethrxtime.
21323         (configure.ac): Add gl_XNANOSLEEP.
21324         (Makefile.am): Remove lib_SOURCES line.
21325
21326 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
21327
21328         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
21329         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
21330
21331 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
21332
21333         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
21334         * lib/timespec.h (gettime): Return void, since it always
21335         succeeds now.  All uses changed.
21336         * lib/gettime.c (gettime) Likewise.
21337         [HAVE_NANOTIME]: Prefer nanotime.
21338         Assume gettimeofday succeeds, as POSIX requires.
21339         Assime time () succeeds, since other code already does.
21340         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
21341         (timespec_subtract): Remove.
21342         (NANOSLEEP_BUG_WORKAROUND): New constant.
21343         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
21344         things considerably.  Use it only on GNU/Linux hosts, since the
21345         workaround shouldn't be needed elsewhere.
21346
21347 2005-02-24  Bruno Haible  <bruno@clisp.org>
21348
21349         * modules/gettext (Files): Add m4/glibc2.m4.
21350
21351 2005-02-24  Bruno Haible  <bruno@clisp.org>
21352
21353         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
21354         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
21355         * m4/progtest.m4:
21356         Update from GNU gettext 0.14.2.
21357         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
21358
21359 2005-02-24  Bruno Haible  <bruno@clisp.org>
21360
21361         * lib/localcharset.c: Update from GNU gettext 0.14.2.
21362         * lib/config.charset: Update from GNU gettext 0.14.2.
21363
21364 2005-02-24  Bruno Haible  <bruno@clisp.org>
21365
21366         * lib/gettext.h: Update from GNU gettext 0.14.2.
21367
21368 2005-02-23  Simon Josefsson  <jas@extundo.com>
21369
21370         * m4/iconvme.m4: New file.
21371
21372 2005-02-23  Jim Meyering  <jim@meyering.net>
21373
21374         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
21375         change.
21376         Thanks to Bruno Haible for catching it.
21377
21378 2005-02-22  Simon Josefsson  <jas@extundo.com>
21379
21380         * modules/iconvme: New file.
21381
21382         * MODULES.html.sh: Add iconvme.
21383
21384 2005-02-22  Simon Josefsson  <jas@extundo.com>
21385
21386         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
21387
21388 2005-02-22  Simon Josefsson  <jas@extundo.com>
21389
21390         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
21391
21392 2005-02-22  Jim Meyering  <jim@meyering.net>
21393
21394         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
21395         s/ifndef/ifdef/.
21396
21397 2005-02-20  Neil Conway  <neilc@samurai.com>
21398
21399         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
21400         returned by OSX/Darwin if the specified buffer is not large
21401         enough for the hostname.
21402
21403 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21404
21405         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
21406         pass it to _help, otherwise the latter coredumps trying to
21407         dereference state.root_argp.
21408
21409 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21410
21411         * modules/chdir-long (Depends-on): Add memrchr.
21412         * modules/memrchr (Files): Add lib/memrchr.h.
21413         (Include): "memrchr.h".
21414
21415 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21416
21417         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
21418
21419 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21420
21421         * lib/memrchr.h: New file.
21422         * lib/chdir-long.c: Include it.
21423         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
21424         Don't bother including stddef.h.
21425
21426 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
21427
21428         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
21429         inclusion.
21430         Include <sys/types.h>, for dev_t.
21431         (ME_DUMMY, ME_REMOTE): Move from here....
21432         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
21433         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
21434         Dmitry V. Levin.
21435         Include mountlist.h first, to test the interface.
21436
21437 2005-01-29  Bruno Haible  <bruno@clisp.org>
21438
21439         * lib/progname.c (program_name): Initialize.
21440         Needed when linking statically on MacOS X.
21441
21442 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
21443
21444         Sync from coreutils.
21445         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
21446         (Depends-on): Add c-strtod.
21447         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
21448
21449 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
21450
21451         Sync from coreutils.
21452         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
21453
21454         Remove files that are specific to coreutils.
21455         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
21456
21457 2005-01-28  Bruno Haible  <bruno@clisp.org>
21458
21459         * modules/javacomp: New file.
21460         * MODULES.html.sh (Java): Add javacomp.
21461
21462 2005-01-28  Bruno Haible  <bruno@clisp.org>
21463
21464         * m4/javacomp.m4: New file, from GNU gettext.
21465
21466 2005-01-28  Bruno Haible  <bruno@clisp.org>
21467
21468         * lib/javacomp.sh.in: New file, from GNU gettext.
21469         * lib/javacomp.h: New file, from GNU gettext.
21470         * lib/javacomp.c: New file, from GNU gettext.
21471
21472 2005-01-26  Simon Josefsson  <jas@extundo.com>
21473
21474         * lib/gai_strerror.c: Use GPL in header.
21475
21476 2005-01-26  Bruno Haible  <bruno@clisp.org>
21477
21478         * modules/javaexec: New file.
21479         * MODULES.html.sh (Java): Add javaexec.
21480
21481 2005-01-26  Bruno Haible  <bruno@clisp.org>
21482
21483         * m4/javaexec.m4: New file, from GNU gettext.
21484
21485 2005-01-26  Bruno Haible  <bruno@clisp.org>
21486
21487         * lib/javaexec.sh.in: New file, from GNU gettext.
21488         * lib/javaexec.h: New file, from GNU gettext.
21489         * lib/javaexec.c: New file, from GNU gettext.
21490
21491 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21492
21493         * modules/lchown (Depends-on): Remove lchown.h
21494
21495 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21496
21497         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
21498         must be defined if the header file was not found, in order
21499         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
21500
21501 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21502
21503         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
21504         initializers for struct pentry_state.
21505         (__argp_error): Check return value of __asprintf
21506         (__argp_failure): Translate error message
21507
21508         * lib/argp-parse.c: Removed braces around the expansion of N_()
21509
21510 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
21511
21512         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
21513         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
21514         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
21515         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
21516         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
21517         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
21518         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
21519         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
21520         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
21521         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
21522         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
21523         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
21524         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
21525         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
21526         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
21527         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
21528         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
21529         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
21530         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
21531         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
21532         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
21533         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
21534         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
21535         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
21536         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
21537         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
21538         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
21539         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
21540         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
21541         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
21542         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
21543         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
21544         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
21545         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
21546         xstrtol.m4, xstrtoumax.m4, yesno.m4:
21547         Use an all-permissive copyright notice, recommended by RMS.
21548
21549 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
21550
21551         * modules/chdir-long (Depends-on): Remove mempcpy.
21552
21553 2005-01-21  Jim Meyering  <jim@meyering.net>
21554
21555         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
21556         same value as for Solaris 9.
21557
21558         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
21559         component length.  This included changing the parameter to be
21560         of type `char *' rather than `char const *'.
21561         * lib/chdir-long.h (chdir_long): Update prototype.
21562
21563         * lib/openat.c (fdopendir, fstatat): New functions.
21564         * lib/openat.h: Include headers required for use of DIR and struct
21565         stat.
21566         [AT_SYMLINK_NOFOLLOW]: Define.
21567         (fdopendir, fstatat): Add prototypes.
21568
21569 2005-01-21  Bruno Haible  <bruno@clisp.org>
21570
21571         * modules/classpath: New file.
21572         * MODULES.html.sh (Java): Add classpath.
21573
21574 2005-01-21  Bruno Haible  <bruno@clisp.org>
21575
21576         * lib/classpath.h: New file, from GNU gettext.
21577         * lib/classpath.c: New file, from GNU gettext.
21578
21579 2005-01-20  Simon Josefsson  <jas@extundo.com>
21580
21581         * modules/version-etc-fsf: New file.
21582
21583 2005-01-20  Simon Josefsson  <jas@extundo.com>
21584
21585         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
21586         * lib/version-etc.c: Remove version_etc_copyright.
21587         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
21588         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
21589
21590 2005-01-20  Simon Josefsson  <jas@extundo.com>
21591
21592         * lib/base64.h (isbase64): Add.
21593
21594         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
21595         using a unsigned prototype, don't inline.
21596         (base64_decode): Use it.
21597
21598 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21599
21600         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
21601         it.
21602
21603 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21604
21605         * lib/save-cwd.c (save_cwd): Remove code to support the case
21606         where fchdir is missing or flaky.
21607
21608 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21609
21610         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
21611
21612 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
21613
21614         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
21615         AC_LIBSOURCES now does this.
21616         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
21617         with new ullong_max module.
21618
21619 2005-01-19  Bruno Haible  <bruno@clisp.org>
21620
21621         * modules/sh-quote: New file.
21622         * MODULES.html.sh (Executing programs): Add sh-quote.
21623
21624 2005-01-19  Bruno Haible  <bruno@clisp.org>
21625
21626         * lib/sh-quote.h: New file, from GNU gettext.
21627         * lib/sh-quote.c: New file, from GNU gettext.
21628
21629 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21630
21631         Merge from coreutils.
21632         * m4/ullong_max.m4: New file.
21633         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
21634         (gl_MACROS): Assume localeconv exists.
21635
21636 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21637
21638         Merge changes from coreutils, as described below in several
21639         changelogs dated today.
21640
21641         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
21642         (O_DIRECTORY): Remove; not needed here, since "." must be
21643         a directory.  All uses removed.
21644         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
21645         universal on Suns, and we also need to test for IRIX.
21646         Revamp code to use 'if' rather than '#if'.
21647         Avoid unnecessary comparison of cwd->desc to 0.
21648
21649         * lib/utimens.c (futimens): Robustify the previous patch, by checking
21650         for known valid error numbers rather than observed invalid ones.
21651
21652 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21653
21654         * modules/ullong_max: New file.
21655
21656         * modules/chdir-long, modules/openat: New files.
21657         * modules/save-cwd (Depends-on): Depend on chdir-long.
21658         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
21659
21660 2005-01-18  Jim Meyering  <jim@meyering.net>
21661
21662         Merge from coreutils.
21663         * m4/chdir-long.m4, m4/openat.m4: New files.
21664         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
21665         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
21666         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
21667         is sane and DOES follow symlinks.  Besides, testing 20 different
21668         systems found no broken chown implementations.
21669         Prompted by a change in rsync's copy of this macro.
21670         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
21671
21672         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
21673
21674         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
21675         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
21676         NULL-means-set-to-current-time semantics.
21677         Remove temporary file immediately, rather than waiting
21678         for configure's at-exit trap code to do it.
21679
21680 2005-01-18  Jim Meyering  <jim@meyering.net>
21681
21682         * lib/version-etc.c (version_etc_copyright): Update copyright date.
21683
21684         * lib/utimens.c (futimens): Account for the fact that futimes
21685         can also fail with errno == ENOSYS or errno == ENOENT.
21686         Patch from Dmitry V. Levin.
21687
21688         Change the name of the robust chdir function from chdir to chdir_long.
21689         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
21690         (restore_cwd): Use chdir_long, not chdir.
21691         * lib/chdir-long.c: Renamed from chdir.c.
21692         * lib/chdir-long.h: Renamed from chdir.h.
21693         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
21694         Hurd.
21695
21696 2005-01-18  Bruno Haible  <bruno@clisp.org>
21697
21698         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
21699         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
21700         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
21701         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
21702         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
21703         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
21704         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
21705         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
21706         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
21707         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
21708         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
21709         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
21710         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
21711         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
21712         Use an all-permissive copyright notice, recommended by RMS.
21713
21714 2005-01-18  Bob Proulx  <bob@proulx.com>
21715
21716         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
21717         simplify offsetof() macro construct to avoid compile failure with
21718         native HP-UX 11.0 ANSI C compiler.
21719
21720 2005-01-17  Bruno Haible  <bruno@clisp.org>
21721
21722         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
21723         redundant because stpncpy.m4 takes care of it.
21724
21725 2005-01-17  Bruno Haible  <bruno@clisp.org>
21726
21727         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
21728
21729 2005-01-17  Bruno Haible  <bruno@clisp.org>
21730
21731         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
21732         used.
21733
21734 2005-01-17  Bruno Haible  <bruno@clisp.org>
21735
21736         * lib/fwriteerror.h (fwriteerror): Change specification to include
21737         fclose.
21738         * lib/fwriteerror.c: Include <stdbool.h>.
21739         (fwriteerror): At the end, close the file stream. Record whether
21740         stdout was already closed.
21741
21742 2005-01-17  Bruno Haible  <bruno@clisp.org>
21743
21744         * lib/execute.c (environ): Declare if needed.
21745         * lib/pipe.c (environ): Likewise.
21746         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
21747
21748 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21749
21750         * modules/argp: Depend on vsnprintf
21751
21752 2005-01-10  Jim Meyering  <jim@meyering.net>
21753
21754         * modules/closeout (Depends-on): Add atexit.
21755
21756 2005-01-06  Bruno Haible  <bruno@clisp.org>
21757
21758         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
21759
21760 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
21761
21762         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
21763         definitions to be after all include files, to avoid collisions.
21764         Problem reported by Bob Proulx.
21765
21766 2005-01-04  Jim Meyering  <jim@meyering.net>
21767
21768         Changes imported from coreutils.
21769         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
21770         as the mkstemp template, use a temporary directory and an
21771         8.3-friendly template to avoid trouble on systems like DJGPP.
21772         Reported by Juan M. Guerrero via Stepan Kasal.
21773         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
21774         close. Remove the temporary directory right away, rather than waiting
21775         for configure's at-exit trap code to do it.
21776         Suggestion from Stepan Kasal.
21777
21778 2005-01-01  Simon Josefsson  <jas@extundo.com>
21779
21780         * gnulib-tool: Print #include directives when --import'ing.
21781
21782 2004-12-28  Simon Josefsson  <jas@extundo.com>
21783
21784         * tests/test-base64.c: Include required header files.  Remove
21785         unused variables.
21786
21787 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21788
21789         * modules/error (Depends-on): Remove gettext.
21790
21791 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21792
21793         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
21794         not needed.  This removes a dependency on the gettext module.
21795         [defined _LIBC]: Do not include <libintl.h>; not needed.
21796
21797 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
21798
21799         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
21800         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
21801
21802 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
21803
21804         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
21805         HAVE_DECL_STRTOLD.
21806
21807 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21808
21809         * modules/getdate (Depends-on): Remove alloca-opt.
21810
21811 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21812
21813         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
21814
21815 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21816
21817         * lib/argp-parse.c: Include <stddef.h>.
21818         (alignof, alignto): New macros.
21819         (parser_init): Don't assume that void * is aligned sufficiently
21820         for struct option.
21821
21822         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
21823         need to extend the stack.
21824         (YYINITDEPTH): New macro, so that the initial stack isn't overly
21825         large.
21826
21827 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21828
21829         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
21830
21831 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
21832
21833         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
21834         (2004-10-24) change.  Apparently this was a false alarm.
21835
21836         * modules/getdate: Depend on alloca-opt, not alloca.
21837
21838 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
21839
21840         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
21841         Remove now-obsolete comment about AIX.
21842         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
21843         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
21844         (YYMAXDEPTH): New macro.
21845
21846 2004-12-18  Simon Josefsson  <jas@extundo.com>
21847
21848         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
21849
21850 2004-12-18  Bruno Haible  <bruno@clisp.org>
21851
21852         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
21853
21854 2004-12-18  Bruno Haible  <bruno@clisp.org>
21855
21856         * lib/fatal-signal.c (fatal_signals): Make non-const.
21857         (init_fatal_signals): New function.
21858         (uninstall_handlers, install_handlers): Ignore signals that were set to
21859         SIG_IGN.
21860         (at_fatal_signal): Call init_fatal_signals.
21861         (init_fatal_signal_set): Likewise. Ignore signals that were set to
21862         SIG_IGN.
21863         Reported by Paul Eggert.
21864
21865 2004-12-18  Bruno Haible  <bruno@clisp.org>
21866
21867         * doc/alloca.texi: New file.
21868         * doc/alloca-opt.texi: New file.
21869
21870 2004-12-17  Jim Meyering  <jim@meyering.net>
21871
21872         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
21873         Otherwise, install-sh could exit with improper exit status when
21874         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
21875
21876 2004-12-16  Simon Josefsson  <jas@extundo.com>
21877
21878         * tests/test-base64.c: Add license.
21879
21880 2004-12-15  Stepan Kasal  <address@hidden>
21881
21882         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
21883
21884 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
21885
21886         * modules/getcwd (Files): Add m4/d-ino.m4.
21887         Suggested by Mark D. Baushke.
21888
21889 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21890
21891         * lib/getdate.y (textint): New member "negative".
21892         (time_zone_hhmm): New function.
21893         Expect 14 shift-reduce conflicts, not 13.
21894         (o_colon_minutes): New rule.
21895         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
21896         (yylex): Set the "negative" member of signed numbers.
21897
21898 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21899
21900         * doc/getdate.texi (Time of day items, Time zone items):
21901         Describe new formats +00:00, UTC+00:00.
21902
21903 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
21904
21905         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
21906         spurious "-l"s.  Problem reported by Stepan Kasal.
21907
21908 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
21909
21910         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
21911         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
21912
21913 2004-12-04  Simon Josefsson  <jas@extundo.com>
21914
21915         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
21916         Vandoorselaere <yoann@prelude-ids.org>.
21917
21918 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21919
21920         Changes imported from coreutils.
21921         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
21922         exist.
21923         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
21924
21925 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21926
21927         Changes imported from coreutils.
21928         * lib/hard-locale.c: Assume <locale.h> exists.
21929         Include "strdup.h".
21930         (GLIBC_VERSION): New macro.
21931         (hard_locale): Assume setlocale exists.
21932         Rewrite to avoid #ifdef.
21933         Use strdup rather than malloc + strcpy.
21934         * lib/human.c: Assume <locale.h> exists.
21935         (human_readable): Assume localeconv exists.
21936
21937 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21938
21939         * modules/hard-locale (Depends-on): Add strdup.
21940
21941 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
21942
21943         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
21944         convert T2, not T.  (Imported from libc.)
21945
21946 2004-11-30  Simon Josefsson  <jas@extundo.com>
21947
21948         * modules/restrict (License): Change to LGPL.
21949
21950 2004-11-30  Simon Josefsson  <jas@extundo.com>
21951
21952         * m4/restrict.m4: Add copyright and copying conditions.
21953
21954 2004-11-30  Simon Josefsson  <jas@extundo.com>
21955
21956         * m4/base64.m4: New file.
21957
21958 2004-11-30  Simon Josefsson  <jas@extundo.com>
21959
21960         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
21961         base64.
21962
21963         * tests/test-base64.c: New file.
21964
21965         * modules/base64: New file.
21966
21967 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21968
21969         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
21970         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
21971
21972         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
21973
21974 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21975
21976         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
21977         (__getcwd.c): Don't restore errno; glibc doesn't.
21978         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
21979         first, falling back to our code only if its results look suspicious.
21980         Ensure that the resulting buffer is only as large as necessary.
21981
21982         * lib/readutmp.c: Include readutmp.h first.
21983         Include <errno.h>, since readutmp.h no longer does that.
21984         * lib/readutmp.h: Don't include <errno.h>,
21985         <sys/param.h>, <time.h>; not needed to establish interface.
21986         (errno): Remove decl.
21987         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
21988         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
21989         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
21990
21991 2004-11-28  Simon Josefsson  <jas@extundo.com>
21992
21993         * lib/base64.h, base64.c: New file.
21994
21995 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
21996
21997         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
21998
21999 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
22000
22001         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
22002         (Depends-on): Remove pathmax, same.  Add mempcpy.
22003         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
22004         (Makefile.am): Append getcwd.h to lib_SOURCES.
22005         (Include): Add getcwd.h.
22006         (Maintainer): Change from Jim Meyering to "all, glibc",
22007         since getdate now uses intended-for-glibc code.
22008         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
22009         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
22010
22011 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
22012
22013         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
22014         HP's ANSI C compiler.
22015         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
22016         Declaring int functions causes warnings on some modern systems and
22017         shouldn't be needed to compile on ancient ones.
22018         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
22019         defined.
22020
22021         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
22022         with the following changes.
22023         (__set_errno): Parenthesize properly.
22024         Include <stdbool.h>.
22025         (MIN, MAX, MATCHING_INO): New macros.
22026         (__getcwd): Define with prototype, not K&R form.
22027         Use heuristics to allocate default buffer on stack if possible.
22028         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
22029         behavior, and to avoid the PATH_MAX limit when computing
22030         ../../../../...
22031         Use MATCHING_INO to compare inode number to file.
22032         Check for arithmetic overflow in size calculations.
22033         Fix bug in reallocation of dot array that caused getcwd to fail
22034         on directories nested deeper than 75.
22035         Be more careful about saving errno on error.
22036         Do not use realloc; use only free+malloc, as this is a bit
22037         more flexible and avoids a needless copy operation.
22038         Do not inspect st_dev and st_ino for symbolic links; POSIX
22039         doesn't specify the latter.
22040         Check for closedir errors.
22041         Avoid needless casts.
22042         Use "#ifdef weak_alias" around weak_alias, to be like other
22043         glibc code.
22044         The following changes to getcwd.c have effect only when used in
22045         gnulib; they have no effect inside glibc proper.
22046         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
22047         as alloca isn't used.
22048         (alloca, __alloca): Likewise.
22049         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
22050         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
22051         unconditionally, as gnulib assumes C89 or better.
22052         Do not include <sys/param.h>.
22053         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
22054         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
22055         better.
22056         (NULL) [!defined NULL]: Remove; we assume C89 or better.
22057         Include <dirent.h> in a way that is compatible with modern Autoconf.
22058         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
22059         New macros, if not already defined.
22060         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
22061         Use "_LIBC", not "defined _LIBC", for consistency.
22062         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
22063         a mempcpy module.
22064         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
22065         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
22066         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
22067         credit only to Jim Meyering and adjust the copyright dates.
22068         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
22069         <stdlib.h>, <unistd.h>, "pathmax.h".
22070         Instead, include "xgetcwd.h" (first) and "getcwd.h".
22071         (INITIAL_BUFFER_SIZE): Remove.
22072         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
22073
22074 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
22075
22076         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
22077         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
22078         Use the _ONCE methods, for efficiency.
22079         Check for fcntl.h.  In test program, include <errno.h>
22080         and <fcntl.h> if available.  Remove old K&R cruft from
22081         test program.  Check for common errors in GNU/Linux,
22082         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
22083         don't do AC_LIBOBJ, as that's getcwd.m4's job.
22084         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
22085         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
22086         name accordingly.
22087         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
22088         accommodate new getcwd.c.
22089         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
22090         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
22091         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
22092         that's all we need now.
22093
22094 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22095
22096         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
22097         argp-parse.c depends on getopt internals, that means we should
22098         always use our getopt, to be on the safe side.
22099         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
22100         order not to spoil the result of an eventual previous invocation
22101         of gl_GETOPT_SUBSTITUTE.
22102
22103 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22104
22105         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
22106         redefinition warnings. To avoid them, include the defines
22107         in `#if !defined __need_getopt ... #endif'. The only place
22108         where __getopt_argv_const is used is in definitions
22109         of getopt_long and getopt_long_only below, which are as well
22110         protected by `#ifndef __need_getopt'.
22111         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
22112         __need_getopt after including <stdio.h> and <unistd.h> These
22113         headers might have defined it.
22114
22115 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
22116
22117         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
22118
22119 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
22120
22121         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
22122         (futimens): New function, which uses futimes if available.
22123         (futimens, utimens): Support timespec==NULL, with same semantics
22124         as utime and utimens.
22125         * lib/utimens.h (futimens): New decl.
22126
22127 2004-11-23  Jim Meyering  <jim@meyering.net>
22128
22129         * lib/getopt_.h: Remove trailing blanks.
22130
22131 2004-11-23  Jim Meyering  <jim@meyering.net>
22132
22133         * lib/__fpending.c: Add comment.
22134
22135 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
22136
22137         * modules/canonicalize (Depends-on): Add xreadlink.
22138         Problem reported by James Youngman.
22139
22140 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
22141
22142         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
22143         New macros.
22144         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
22145         optopt): Use them instead of invoking ## directly; otherwise, the
22146         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
22147
22148 2004-11-19  Bruno Haible  <bruno@clisp.org>
22149
22150         * lib/strtok_r.c: Move comments from here...
22151         * lib/strtok_r.h: ... to here.
22152
22153 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
22154
22155         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
22156         implementations that mishandle size_t overflow.
22157
22158 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
22159
22160         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
22161         might fail.  Problem reported by Yoann Vandoorselaere.
22162         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
22163         implementations that mishandle size_t overflow.
22164
22165 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22166
22167         * modules/canon-host (Depends-on): Add strdup.
22168
22169 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22170
22171         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
22172
22173 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22174
22175         * lib/canon-host.c: Include "strdup.h".
22176         (canon_host): Use getaddrinfo if available, so that IPv6 works.
22177         Use strdup instead of malloc/strcpy to duplicate strings.
22178
22179         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
22180         (human_space_before_unit): New constant.
22181         * lib/human.c (human_readable): Support it.
22182
22183         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
22184         (xgetcwd): Set errno correctly when failing.
22185         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
22186         the failure is actually due to a PATH_MAX problem.
22187
22188         Further getopt changes to make it more likely that glibc will
22189         buy the changes back.
22190         * lib/getopt.c (POSIXLY_CORRECT): New constant.
22191         (getopt): Use it, so to preserve glibc semantic
22192         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
22193         when compiling for libc.
22194         * lib/getopt_.h (__getopt_argv_const): Bring it back.
22195         (getopt_long, getopt_long_only): Use it.
22196
22197         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
22198         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
22199         (getopt): Argv is now char * const *, as per standard.
22200         (_getopt_internal_r, _getopt_internal): Argv is now char **,
22201         not char *__getopt_argv_const *.
22202         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
22203         _getopt_long_only_r): Likewise.
22204         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
22205         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
22206         _getopt_long_r, _getopt_long_only_r): Likewise.
22207         * lib/getopt_.h (__getopt_argv_const): Remove.
22208         (getopt): Argv is now char * const *, as per standard.
22209
22210         * lib/getdate.y (tORDINAL): New token.
22211         (day, relunit): Allow it for relative times.
22212         (relative_time_table): Use tORDINAL for ordinals.
22213
22214 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22215
22216         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
22217         Document that "second" isn't allowed as an ordinal number.
22218
22219 2004-11-16  Jim Meyering  <jim@meyering.net>
22220
22221         * modules/closeout (Depends-on): Add fpending.
22222
22223 2004-11-15  Jim Meyering  <jim@meyering.net>
22224
22225         * lib/closeout.c: Include "__fpending.h" once again.
22226         Include <stdbool.h>.
22227         (close_stdout): Don't fail just because stdout was closed initially,
22228         since some programs don't write to stdout in the normal course of
22229         operation (other than --version and --help), and we don't want this
22230         function to make e.g. `touch file >&-' fail.
22231         But do fail if it was closed and someone has tried to write to it.
22232         E.g., `printf foo >&-' must fail.
22233
22234 2004-11-13  Jim Meyering  <jim@meyering.net>
22235
22236         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
22237
22238 2004-11-12  Simon Josefsson  <jas@extundo.com>
22239
22240         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
22241         small doc fix is still pending.
22242
22243 2004-11-11  Simon Josefsson  <jas@extundo.com>
22244
22245         * modules/strtok_r: New file.
22246
22247         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22248         strtok_r.
22249
22250 2004-11-11  Simon Josefsson  <jas@extundo.com>
22251
22252         * m4/strtok_r.m4: New file.
22253
22254         * m4/getopt.m4: Replace opterr.
22255
22256 2004-11-11  Simon Josefsson  <jas@extundo.com>
22257
22258         * lib/strtok_r.h, strtok_r.c: New file.
22259
22260 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
22261
22262         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
22263         of replacing opterr, getopt, etc.  This should handle the
22264         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
22265
22266 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
22267
22268         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
22269         we can stop lying to compilers about the constness of argv when we
22270         are compiled outside glibc.
22271         (getopt, getopt_long, getopt_long_only): Use it.
22272         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
22273         _getopt_internal, getopt): Likewise.
22274         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
22275         _getopt_long_only_r): Likewise.
22276         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
22277         _getopt_long_r, _getopt_long_only_r): Likewise.
22278
22279         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
22280         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
22281         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
22282         the other external symbols.
22283         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
22284         declaration, since the above renaming now works around collisions.
22285
22286 2004-11-11  Jim Meyering  <jim@meyering.net>
22287
22288         * lib/linebreak.c: Remove trailing blanks.
22289         * lib/alloca_.h: Likewise.
22290         * lib/acosl.c: Likewise.
22291         * lib/euidaccess.c: Likewise.
22292         * lib/allocsa.h: Likewise.
22293
22294 2004-11-10  Simon Josefsson  <jas@extundo.com>
22295
22296         * m4/getaddrinfo.m4: New file.
22297
22298 2004-11-10  Simon Josefsson  <jas@extundo.com>
22299
22300         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
22301
22302 2004-11-10  Simon Josefsson  <jas@extundo.com>
22303
22304         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22305         getaddrinfo.
22306
22307         * modules/getaddrinfo: New file.
22308
22309 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22310
22311         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
22312
22313 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22314
22315         * lib/mktime.c (SHR): New macro, which is a portable
22316         substitute for >> that should work even on Crays.
22317         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
22318         Problem reported by Mark D. Baushke in
22319         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
22320         * lib/getdate.y (SHR): Likewise.
22321         (tm_diff): Use it.
22322         * lib/strftime.c (SHR): Likewise.
22323         (tm_diff): Use it.
22324         * lib/quotearg.c (struct quoting_options): Use unsigned int for
22325         quote_these_too, so that right shifts are well defined.  All uses
22326         changed.
22327
22328 2004-11-10  Jim Meyering  <jim@meyering.net>
22329
22330         Ensure that no close failure goes unreported.
22331         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
22332         return early when it seems there's nothing to flush.
22333         Don't include __fpending.h.
22334
22335 2004-11-10  Jim Meyering  <jim@meyering.net>
22336
22337         * modules/closeout (Depends-on): Remove fpending.
22338
22339 2004-11-10  Jim Meyering  <jim@meyering.net>
22340
22341         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
22342
22343 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22344
22345         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
22346         gl_FUNC_STRFTIME.
22347         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
22348         and AC_REQUIRE when possible, to avoid duplicate checks.
22349         Check for <wchar.h>.
22350
22351 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22352
22353         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
22354
22355 2004-11-09  Bruno Haible  <bruno@clisp.org>
22356
22357         * m4/sockpfaf.m4: New file.
22358
22359 2004-11-05  Bruno Haible  <bruno@clisp.org>
22360
22361         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
22362         Reported by Mark D. Baushke <mdb@cvshome.org>.
22363
22364 2004-11-04  Bruno Haible  <bruno@clisp.org>
22365
22366         2004-09-11  Bruno Haible  <bruno@clisp.org>
22367                 * allocsa.valgrind: New file.
22368         2004-02-06  Bruno Haible  <bruno@clisp.org>
22369                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
22370                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
22371                 Reported by Christopher Seip <chris.seip@hp.com>.
22372
22373 2004-11-04  Bruno Haible  <bruno@clisp.org>
22374
22375         * modules/allocsa (Files): Add lib/allocsa.valgrind.
22376         (Makefile.am): Distribute it.
22377
22378 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
22379
22380         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
22381         with errno == ERANGE if the buffer is too small.
22382         Problem reported by Mark D. Baushke.
22383
22384 2004-11-03  Albert Chin  <china@thewrittenword.com>
22385             Paul Eggert  <eggert@cs.ucla.edu>
22386
22387         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
22388         equivalent, substitute $ac_type for equivalent type rather than
22389         blindly using uint32_t *always* which won't work if uint32_t is not
22390         available.  Define _UINT32_T to work around typedef of uint32_t if
22391         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
22392         2.5.1.
22393
22394 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22395
22396         * m4/jm-macros.m4: Sync from coreutils.
22397         (gl_MACROS): Check for mbrlen, for pathchk.
22398         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
22399
22400 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22401
22402         * lib/xreadlink.c (MAXSIZE): New macro.
22403         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
22404         size does not exceed MAXSIZE.  Avoid cast.
22405         As suggested by Mark D. Baushke in
22406         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
22407         if readlink fails with buffer size just under MAXSIZE, try again
22408         with MAXSIZE.
22409
22410 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22411
22412         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
22413
22414 2004-11-02  Derek R. Price  <derek@ximbiot.com>
22415         and  Paul Eggert  <eggert@cs.ucla.edu>
22416
22417         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
22418         (get_date): Overparenthesize to avoid GCC warning.
22419
22420 2004-11-02  Bruno Haible  <bruno@clisp.org>
22421
22422         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
22423         returns void.
22424
22425 2004-11-02  Bruno Haible  <bruno@clisp.org>
22426
22427         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
22428         function returns void.
22429
22430 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
22431
22432         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
22433         fflush_unlocked, flockfile, funlockfile, funlockfile,
22434         fputs_unlocked, putc_unlocked.
22435
22436 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
22437
22438         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
22439         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
22440         already declared.
22441
22442 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22443
22444         * modules/getdate (Files): Add doc/getdate.texi.
22445         (Depends-on): Add setenv, xalloc.
22446
22447 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22448
22449         * lib/getdate.y: Add support for TZ="foo" within a date string.
22450         Fix some bugs near time_t boundaries.  Reject dates with
22451         out-of-range components, e.g., "Sept 31".
22452         Include <stdlib.h>, "setenv.h", "xalloc.h".
22453         (ISDIGIT_LOCALE): Remove; unused.
22454         Note that the TZ and time functions used here are not reentrant.
22455         (mktime_ok, get_tz): New functions.
22456         (TZBUFSIZE): New constant.
22457         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
22458         This requires that we sometimes generate our own TZ="XXX..." setting.
22459
22460 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22461
22462         * doc/getdate.texi: New file, from coreutils with modifications for
22463         the new TZ parsing.
22464
22465 2004-10-27  Derek R. Price  <derek@ximbiot.com>
22466
22467         * lib/mktime.c (not_equal_tm): Remove redundant check.
22468
22469 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22470
22471         * modules/regex (lib_SOURCES): Add regex.c.
22472         Reported by James Youngman in
22473         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
22474
22475 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22476
22477         * lib/getdate.y: Use Bison 1.875 features, and some minor
22478         code cleanups.  This change does not affect semantics.
22479         Don't include <stdlib.h>; no longer needed.
22480         Don't include unlocked-io.h; only the "#if TEST" code uses
22481         stdio, and performance isn't crucial there.
22482         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
22483         Bison 1.875 features as described below.
22484         All uses of "PC." replaced by "pc->".
22485         (YYSTYPE): Add a forward declaration.
22486         (yylex, yyerror): Use full prototypes in forward decls.
22487         Use "%pure-parser" rather than obsolescent "%pure_parser".
22488         Use %parse-param and %lex-param instead of obsolescent
22489         YYPARSE_PARAM and YYLEX_PARAM.
22490         (meridian_table, month_and_day_table, time_units_table,
22491         relative_time_table, time_zone_table, military_table,
22492         lookup_zone, lookup_word, get_date):
22493         Use NULL instead of 0 where appropriate.
22494         (to_hour): Avoid abort (), to avoid a dependency on
22495         stdlib.h.
22496         (yyerror, yylex): Now accepts parser_control * arg.
22497         (main) [TEST]: Use '\0' rather than 0 for char.
22498
22499 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
22500
22501         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
22502
22503 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
22504
22505         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
22506         It's now the caller's responsibility to handle the case where
22507         !HAVE_GETPAGESIZE && !defined getpagesize.
22508
22509         * lib/mktime.c (leapyear): Arg is long int, not int.
22510
22511 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
22512
22513         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
22514
22515 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
22516
22517         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
22518         missing.  Problem reported by James Youngman.
22519
22520 2004-10-16  Simon Josefsson  <jas@extundo.com>
22521
22522         * gnulib-tool: Fix comments.  Fix parse problem.
22523         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
22524
22525 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
22526
22527         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
22528         implementation of getopt_long.  Problem reported by Alexander Taler in:
22529         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
22530
22531 2004-10-15  Bruno Haible  <bruno@clisp.org>
22532
22533         * gnulib-tool: Untabify. Initialize supplied_libname.
22534         (func_usage): More homogenous output.
22535         (func_modules_transitive_closure, func_modules_to_filelist,
22536         func_emit_lib_Makefile_am): New functions.
22537         (func_import): New function, extracted from big case statement. Use
22538         func_get_license, func_modules_transitive_closure,
22539         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
22540         opt_lgpl. Don't use test -a, as it's not portable.
22541         (func_create_testdir): Use func_modules_transitive_closure,
22542         func_modules_to_filelist, func_emit_lib_Makefile_am.
22543
22544 2004-10-15  Bruno Haible  <bruno@clisp.org>
22545
22546         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
22547
22548 2004-10-15  Bruno Haible  <bruno@clisp.org>
22549
22550         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
22551         the portions belonging to each module.
22552         Suggested by Derek Robert Price <derek@ximbiot.com>.
22553
22554 2004-10-12  Simon Josefsson  <jas@extundo.com>
22555
22556         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
22557         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
22558         to real functions.
22559
22560 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22561
22562         * modules/vsnprintf: New file.
22563
22564 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22565
22566         * m4/vsnprintf.m4: New file.
22567
22568 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22569
22570         * lib/vsnprintf.h: New file.
22571         * lib/vsnprintf.c: New file.
22572
22573 2004-10-11  Bruno Haible  <bruno@clisp.org>
22574
22575         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
22576         vsnprintf.
22577
22578 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
22579
22580         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
22581
22582 2004-10-07  Bruno Haible  <bruno@clisp.org>
22583
22584         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
22585         fits into the provided buffer.
22586
22587 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
22588
22589         * lib/diacrit.c, diacrit.h: Add GPL notice.
22590
22591         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
22592         notice.
22593         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
22594         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
22595         This avoids a potential constant-folding bug.
22596
22597 2004-10-05  Bruno Haible  <bruno@clisp.org>
22598
22599         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
22600         for the declaration of strsep.
22601
22602 2004-10-05  Bruno Haible  <bruno@clisp.org>
22603
22604         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
22605
22606 2004-10-04  Simon Josefsson  <jas@extundo.com>
22607
22608         * modules/memmem: New file.
22609         * tests/test-memmem.c: New file.
22610         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
22611
22612 2004-10-04  Simon Josefsson  <jas@extundo.com>
22613
22614         * m4/memmem.m4: New file.
22615
22616 2004-10-04  Simon Josefsson  <jas@extundo.com>
22617
22618         * lib/memmem.h: New file.
22619         * lib/memmem.c: New file, taken from glibc.
22620
22621 2004-10-04  Simon Josefsson  <jas@extundo.com>
22622
22623         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
22624         '#ifdef USE_UNLOCKED_IO'.
22625
22626 2004-10-04  Simon Josefsson  <jas@extundo.com>
22627
22628         * config/srclist.txt: Add memmem from glibc.
22629
22630 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22631
22632         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
22633
22634         * modules/argmatch, modules/argp, modules/closeout, modules/error,
22635         modules/exclude, modules/getdate, modules/getline,
22636         modules/getndelim2, modules/getpass, modules/getpass-gnu,
22637         modules/getusershell, modules/linebuffer, modules/md5,
22638         modules/mountlist, modules/posixtm, modules/readtokens,
22639         modules/readutmp, modules/regex, modules/sha1,
22640         modules/version-etc, modules/yesno:
22641         Remove dependency on unlocked-io.
22642
22643 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22644
22645         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
22646
22647         * m4/unlocked-io.m4: Add copyright notice.
22648         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
22649
22650 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22651
22652         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
22653         * lib/xmalloc.c (xmemdup): Likewise.
22654         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
22655         XFREE): Remove these long-obsolescent macros.
22656         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
22657         * lib/xstrdup.c: Remove.
22658
22659         * lib/regex.c (re_comp): Cast gettext return value to char *,
22660         Problem reported by Martin Neitzel via Mark D. Baushke.
22661
22662 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22663
22664         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
22665         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
22666         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
22667         regex.c, sha1.c, version-etc.c, yesno.c:
22668         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
22669         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
22670         the includer's responsibility.
22671
22672         Sync from coreutils.
22673
22674         * lib/modechange.c (mode_compile): Don't decrement a pointer that
22675         points to the start of a string, as the C Standard says the
22676         resulting behavior is undefined.
22677
22678         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
22679         simple -> simple_backups, numbered_existing ->
22680         numbered_existing_backups, numbered -> numbered_backups
22681         to avoid shadowing problems.  All uses changed.
22682         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
22683         * lib/backupfile.c (check_extension, numbered_backup):
22684         Rename locals to avoid shadowing 'basename'.
22685         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
22686         once.
22687
22688         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
22689         * lib/.cvsignore: Add getopt.h.
22690
22691 2004-10-04  Bruno Haible  <bruno@clisp.org>
22692
22693         * modules/README: New file.
22694         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
22695         not a module.
22696
22697 2004-10-02  Jim Meyering  <jim@meyering.net>
22698
22699         * lib/dirfd.h, getpagesize.h: Add copyright notice.
22700
22701 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22702
22703         * modules/strsep: New file.
22704
22705 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22706
22707         * m4/strsep.m4: New file.
22708
22709 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22710
22711         * lib/strsep.h: New file.
22712         * lib/strsep.c: New file.
22713
22714 2004-10-01  Simon Josefsson  <jas@extundo.com>
22715
22716         * lib/snprintf.c (snprintf): Handle size==0.
22717
22718 2004-10-01  Simon Josefsson  <jas@extundo.com>
22719             Bruno Haible  <bruno@clisp.org>
22720
22721         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
22722         (snprintf): Declare 'args'.
22723
22724 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
22725
22726         * lib/snprintf.c: Remove comments as to why each header is needed.
22727
22728 2004-10-01  Bruno Haible  <bruno@clisp.org>
22729
22730         * MODULES.html.sh: Add strsep.
22731
22732 2004-09-30  Simon Josefsson  <jas@extundo.com>
22733
22734         * modules/snprintf: New file.
22735
22736 2004-09-30  Simon Josefsson  <jas@extundo.com>
22737
22738         * m4/snprintf.m4: New file.
22739
22740 2004-09-30  Simon Josefsson  <jas@extundo.com>
22741
22742         * lib/snprintf.h, lib/snprintf.c: New files.
22743
22744 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22745
22746         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
22747         (hol_entry_help): Never translate an empty string.
22748         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
22749         * lib/argp.h (OPTION_NO_TRANS): New option.
22750
22751 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22752
22753         * modules/argp (Maintainer): Replace Simon Josefsson
22754         by Sergey Poznyakoff.
22755
22756 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22757
22758         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
22759         changes merged back into glibc.
22760
22761 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22762
22763         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
22764
22765 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
22766
22767         * lib/xvasprintf.c: Include xalloc.h.
22768         (xvasprintf): Use xalloc_die, not xmalloc_die.
22769
22770 2004-09-29  Bruno Haible  <bruno@clisp.org>
22771
22772         * modules/alloca-opt: New file, derived from modules/alloca.
22773         * modules/allocsa: Depend on alloca-opt instead of alloca.
22774         * modules/setenv: Likewise.
22775         * modules/vasnprintf: Likewise.
22776         * MODULES.html.sh: Add alloca-opt.
22777
22778 2004-09-28  Simon Josefsson  <jas@extundo.com>
22779
22780         * gnulib-tool: New parameter --lgpl, to asseert that modules are
22781         LGPL, and to replace license template from GPL to LGPL.
22782
22783 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
22784
22785         * modules/dummy: Change license to LGPL.
22786
22787 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
22788
22789         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
22790
22791 2004-09-24  Simon Josefsson  <jas@extundo.com>
22792
22793         * modules/minmax (License): Change from GPL to LGPL.
22794
22795 2004-09-23  Simon Josefsson  <jas@extundo.com>
22796
22797         * gnulib-tool (--import): Typo.
22798
22799 2004-09-23  Simon Josefsson  <jas@extundo.com>
22800
22801         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
22802
22803 2004-09-22  Bruno Haible  <bruno@clisp.org>
22804
22805         * modules/*: Add 'License' field.
22806         * gnulib-tool: Accept --extract-license option.
22807         (func_get_license): New function.
22808
22809 2004-09-21  Bruno Haible  <bruno@clisp.org>
22810
22811         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
22812         Reported by Simon Josefsson.
22813
22814 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
22815
22816         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
22817         gl_AC_TYPE_LONG_LONG.
22818
22819 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
22820
22821         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
22822
22823 2004-09-18  Simon Josefsson  <jas@extundo.com>
22824         and  Paul Eggert  <eggert@cs.ucla.edu>
22825
22826         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
22827         calls with autoreconf.  Define GL_LIB.
22828
22829 2004-09-14  Karl Berry  <karl@gnu.org>
22830
22831         * config/srclist.txt: unsync setenv.c, sigh.
22832
22833 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22834
22835         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
22836         Problem reported by Bruno Haible in:
22837         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
22838
22839 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22840
22841         * config/srclist.txt: Comment out argp-pvh.c.
22842
22843 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
22844
22845         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
22846         in case some system header has #define'd it.  Problem reported by
22847         Soeren D. Schulze in
22848         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
22849
22850 2004-09-09  Karl Berry  <karl@gnu.org>
22851
22852         * regex.[ch]: delete from the root.  These were supposed to be
22853                 synced with emacs cvs, but this has not happened for about
22854                 a year, and anyway nothing else uses emacs regex.[ch].
22855                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
22856                 lib/regex[.ch] is untouched.
22857
22858 2004-09-09  Bruno Haible  <bruno@clisp.org>
22859
22860         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
22861
22862 2004-09-09  Bruno Haible  <bruno@clisp.org>
22863
22864         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
22865         modifications.
22866         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
22867
22868 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
22869
22870         * modules/xvasprintf: New file.
22871         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
22872
22873 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
22874
22875         * lib/xvasprintf.h: New file.
22876         * lib/xvasprintf.c: New file.
22877         * lib/xasprintf.c: New file.
22878
22879 2004-09-08  Bruno Haible  <bruno@clisp.org>
22880
22881         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
22882
22883 2004-09-08  Bruno Haible  <bruno@clisp.org>
22884
22885         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
22886         length is > INT_MAX.
22887         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
22888         more.
22889
22890 2004-09-08  Bruno Haible  <bruno@clisp.org>
22891
22892         * lib/stdint_.h: New file, taken from GNU clisp.
22893
22894 2004-09-08  Bruno Haible  <bruno@clisp.org>
22895             Oskar Liljeblad  <oskar@osk.mine.nu>
22896
22897         * modules/stdint: New file.
22898         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
22899
22900 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22901
22902         Import from coreutils.
22903         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
22904         strings on unbounded length.  alloca's performance benefits aren't
22905         that important here.
22906         (V_STRDUP): Remove.
22907         (parse_with_separator): New function, with most of the internals
22908         of the old parse_user_spec.  Allow user to omit both user and group,
22909         for compatibility with FreeBSD.
22910         Clone only the user name, not the entire spec.
22911         Do not set *uid, *gid unless entirely successful.
22912         Avoid memory leak in some failing cases.
22913         Fix regression for USER.GROUP reported by Dmitry V. Levin in
22914         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
22915         (parse_user_spec): Rewrite to use parse_with_separator.
22916
22917 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22918
22919         * modules/userspec: Don't depend on alloca.
22920
22921 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22922
22923         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
22924
22925 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
22926
22927         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
22928         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
22929         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
22930
22931 2004-08-16  Simon Josefsson  <jas@extundo.com>
22932
22933         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
22934         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
22935         Add --dry-run for --import.
22936         Let user provided command line parameters override configure.ac
22937         settings.
22938
22939 2004-08-12  Simon Josefsson  <jas@extundo.com>
22940
22941         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
22942         as discussed with Paul Eggert in threads rooted at
22943         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
22944         and
22945         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
22946         Before, the test was empty, and relied on ELIDE_CODE in source
22947         code.)
22948         (gl_PREREQ_GETOPT): New macro.
22949         (gl_GETOPT): Use them.
22950
22951 2004-08-12  Simon Josefsson  <jas@extundo.com>
22952
22953         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
22954         * lib/getopt_.h: Renamed from getopt.h.
22955
22956 2004-08-12  Simon Josefsson  <jas@extundo.com>
22957
22958         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
22959         Change default library name from libfoo to libgnu.
22960         Now, if you have a configure.ac that says:
22961                 gl_SOURCE_BASE(gl)
22962                 gl_M4_BASE(gl/m4)
22963                 gl_MODULES(error getopt etcetera)
22964                 gl_INIT
22965         you can import all you need by running:
22966                 ../gnulib/gnulib-tool --import
22967
22968         * modules/getopt (Files): Rename getopt.h to getopt_.h.
22969         (Makefile.am): Rewrite, use logic from argz.
22970         (Include): Use <getopt.h> instead of "getopt.h".
22971
22972 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22973
22974         * modules/argp (Files): Add m4/unlocked-io.m4.
22975         (Depends-on): Add extensions.
22976
22977 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22978
22979         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
22980         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
22981         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
22982         Check for program_invocation_name, program_invocation_short_name,
22983         flockfile, funlockfile, features.h, _getopt_long_only_r.
22984
22985 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22986
22987         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
22988         its complicated substitute.
22989         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
22990         and program_invocation_name.
22991         (__argp_basename) [!_LIBC]: Remove; the only use was
22992         replaced by its body.
22993         (__argp_short_program_name): Change condition from
22994         !defined __argp_short_program_name to
22995         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
22996         to match argp-namefrob.h.
22997         (__argp_failure): Don't assume strerror_r returns char *.
22998         * lib/argp-parse.c (N_): Define unconditionally.
22999         (argp_default_options): Fill out initializers with 0 to avoid
23000         gcc warnings.
23001
23002 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
23003
23004         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
23005         getopt1.c.
23006
23007 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
23008
23009         Merge from coreutils.
23010
23011         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
23012
23013         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
23014         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
23015
23016 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
23017
23018         Merge from coreutils.
23019
23020         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
23021         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
23022         for Reliant Unix 5.43.
23023
23024         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
23025         (union fooround): Use uintmax_t, not long int.
23026         The rest is a merge from libc:
23027         [defined _LIBC]: Include <shlib-compat.h>.
23028         (_obstack) [defined _LIBC]: Remove after 2.3.4.
23029
23030         * lib/settime.c (settime): Recode to avoid warning with
23031         Sun Forte C 6U2.
23032
23033         * lib/strverscmp.c: Convert to UTF-8.
23034
23035 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
23036
23037         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
23038         m4/uintmax_t.m4.
23039
23040 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
23041
23042         * modules/xalloc-die: New file.
23043         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
23044
23045         * modules/md5 (Files): Add m4/uint32_t.m4.
23046         * modules/sha1: Renamed from modules/sha.
23047         (Files):
23048         Rename lib/sha.h to lib/sha1.h.
23049         Rename lib/sha.c to lib/sha1.c.
23050         Rename m4/sha.m4 to m4/sha1.m4.
23051         (lib_SOURCES): Likewise.
23052         (configure.ac): Rename gl_SHA to gl_SHA1.
23053         (Include): sha.h -> sha1.h.
23054
23055 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
23056
23057         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
23058         * m4/sha1.m4: Renamed from sha.m4.
23059         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
23060
23061 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
23062
23063         * lib/obstack.h (obstack_empty_p):
23064         Don't assume that chunk->contents is suitably aligned.
23065         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
23066         Likewise. Problem reported by Benno in
23067         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
23068
23069         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
23070         readable.  This could be improved further but it'd take some work.
23071
23072 2004-08-08  Simon Josefsson  <jas@extundo.com>
23073
23074         * modules/xgethostname (Depends-on): Remove exit and error (not
23075         used).
23076
23077         * modules/getpass-gnu: Add getpass.h.
23078         (Depends-on): Add stdbool.
23079         * modules/getpass: Add getpass.h.
23080
23081 2004-08-08  Simon Josefsson  <jas@extundo.com>
23082
23083         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
23084         Check getpass declaration.
23085
23086 2004-08-08  Simon Josefsson  <jas@extundo.com>
23087
23088         * lib/xgethostname.c: Don't include error.h (not used).
23089
23090         * lib/getpass.h: Add.
23091         * lib/getpass.c: Include getpass.h first.
23092
23093 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
23094
23095         * lib/xalloc-die.c: New file.
23096         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
23097         All uses removed.
23098         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
23099         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
23100         xalloc-die.c.
23101         (_, N_, xalloc_die): Move to xalloc-die.c.
23102         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
23103         so that we needn't mess with xalloc_msg_memory_exhausted.
23104
23105         * lib/sha1.h: Renamed from sha.h.
23106         (SHA1_H): Renamed from _SHA_H.
23107         (sha1_ctx): Renamed from sha_ctx.
23108         (sha1_init_ctx): Renamed from sha_init_ctx.
23109         (sha1_process_block): Renamed from sha_process_block.
23110         (sha1_process_bytes): Renamed from sha_process_bytes.
23111         (sha1_finish_ctx): Renamed from sha_finish_ctx.
23112         (sha1_read_ctx): Renamed from sha_read_ctx.
23113         (sha1_stream): Renamed from sha_stream.
23114         (sha1_buffer): Renamed from sha_buffer.
23115         * lib/sha1.c: Likewise; renamed from sha.c.
23116         Do not include <sys/types.h>.
23117         Include <stddef.h> rather than <stdlib.h>.
23118
23119 2004-08-08  Bruno Haible  <bruno@clisp.org>
23120
23121         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
23122         FILESYSTEM_PREFIX_LEN.
23123         * lib/progreloc.c: Likewise.
23124         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
23125
23126 2004-08-06  Simon Josefsson  <jas@extundo.com>
23127
23128         * modules/progname (Depends-on): Don't depend on stdbool.
23129
23130 2004-08-06  Simon Josefsson  <jas@extundo.com>
23131
23132         * modules/getsubopt: New file.
23133         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23134         getsubopt.
23135
23136 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
23137
23138         More merge from coreutils.
23139
23140         * m4/utimens.m4, m4/utimecmp.m4: New files.
23141         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
23142         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
23143         prereq.m4, sha.m4: Import changes from coreutils.
23144
23145 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
23146
23147         More merge from coreutils.
23148         * modules/raise, modules/readtokens0, modules/utimens:
23149         * modules/utimecmp, module/xnanosleep: New files.
23150         * modules/strftime: Add lib/strftime.h.
23151         Change include from <time.h> to "strftime.h".
23152         * modules/yesno: Add lib/yesno.h.
23153         * modules/backupfile: Remove lib/addext.c.
23154         * modules/euidaccess: Add stat-macros.h.
23155         * modules/canonicalize, modules/euidaccess,
23156         modules/filemode, modules/lchown, modules/makepath,
23157         modules/rmdir, modules/stat: Likewise.
23158
23159 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
23160
23161         Merge from tar.
23162         * lib/argp-help.c (make_hol, hol_append): Don't assume that
23163         SIZE_MAX is a valid preprocessor constant.
23164         (__argp_basename): Change from "#ifndef _LIBC"
23165         to "#ifndef __argp_short_program_name", so that
23166         we don't compile these functions for tar.
23167
23168         More merges from coreutils.
23169         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
23170         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
23171         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
23172         * lib/addext.c: Remove; no longer needed.
23173         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
23174         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
23175         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
23176         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
23177         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
23178         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
23179         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
23180         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
23181         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
23182         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
23183         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
23184         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
23185         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
23186         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
23187         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
23188         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
23189         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
23190         Import changes from coreutils.
23191
23192 2004-08-05  Simon Josefsson  <jas@extundo.com>
23193
23194         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
23195
23196 2004-08-05  Simon Josefsson  <jas@extundo.com>
23197
23198         * m4/getsubopt.m4: New file.
23199
23200 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
23201
23202         Merge from coreutils.
23203
23204         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
23205         * m4/getcwd-path-max.m4: New files.
23206
23207         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
23208         FILESYSTEM_PREFIX_LEN ->
23209         FILE_SYSTEM_PREFIX_LEN.
23210         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
23211         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
23212         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
23213         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
23214
23215         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
23216         prerequisite modules now handle the DOS stuff.
23217         Don't check for unistd.h.
23218
23219 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
23220
23221         Merge from coreutils.
23222
23223         * lib/.gdb-history: Remove; this doesn't belong here.
23224
23225         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
23226         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
23227         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
23228         * lib/getcwd.c: New files.
23229
23230         * lib/dirname.h: Include <stdbool.h>.
23231         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
23232         for consistency with POSIX terminology.  All uses changed.
23233         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
23234         (strip_trailing_slashes): Use bool for booleans.
23235         * lib/stripslash.c (strip_trailing_slashes): Likewise.
23236
23237         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
23238         sometimes returns a positive errno value even when it succeeds.
23239         (print_errno_message) [!LIBC]: Fall back on strerror if
23240         __strerror_r fails.
23241
23242         * lib/path-concat.c (mempcpy): Don't define if a system header defines
23243         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
23244         (longest_relative_suffix): New function.
23245         (path_concat): Use it.  Assume first argument is not NULL.
23246         Port to DOS.  Omit redundant separators.
23247         Report an error instead of returning NULL.
23248         Use mempcpy instead of memcpy.
23249         (xpath_concat): Remove: not declared or used.
23250
23251         * lib/same.h: Include <stdbool.h>
23252         (same_name): Return bool, not int.
23253         * lib/same.c (same_name): Likewise.
23254         (errno): Don't declare; we assume C89 or better now.
23255
23256         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
23257         if not already defined.
23258
23259         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
23260         * lib/dup-safer.c (errno): Likewise.
23261
23262 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
23263
23264         Merge from coreutils.
23265         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
23266         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
23267         * modules/path-concat: Don't depend on strdup.
23268
23269 2004-08-03  Simon Josefsson  <jas@extundo.com>
23270
23271         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
23272         * lib/progname.h: Don't include stdbool.h.
23273
23274 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23275
23276         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
23277         * MODULES.html.sh (func_all_modules): Remove fatal.
23278
23279 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23280
23281         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
23282
23283 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23284
23285         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
23286         working.
23287
23288 2004-08-02  Simon Josefsson  <jas@extundo.com>
23289
23290         * lib/getsubopt.h: New file, with comments from Bruno Haible.
23291         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
23292         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
23293
23294 2004-08-01  Simon Josefsson  <jas@extundo.com>
23295
23296         * lib/xgetdomainname.c: Include stdlib.h, for free().
23297
23298 2004-07-19  Bruno Haible  <bruno@clisp.org>
23299
23300         * MODULES.html.sh (func_all_modules): Add dummy.
23301
23302 2004-07-16  Simon Josefsson  <jas@extundo.com>
23303
23304         * modules/dummy: New file.
23305
23306 2004-07-16  Simon Josefsson  <jas@extundo.com>
23307
23308         * lib/dummy.c: New file.
23309
23310 2004-07-16  Bruno Haible  <bruno@clisp.org>
23311
23312         * lib/backupfile.h: Add extern "C" for C++.
23313         * lib/closeout.h: Likewise.
23314         * lib/copy-file.h: Likewise.
23315         * lib/findprog.h: Likewise.
23316         * lib/full-write.h: Likewise.
23317         * lib/pathname.h: Likewise.
23318         * lib/progname.h: Likewise.
23319         * lib/stpcpy.h: Likewise.
23320         * lib/stpncpy.h: Likewise.
23321         * lib/strcase.h: Likewise.
23322         * lib/strstr.h: Likewise.
23323         * lib/xalloc.h: Likewise.
23324
23325         * lib/mbswidth.h: Add extern "C" for C++.
23326         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
23327
23328 2004-07-13  Robert Millan  <robertmh@gnu.org>
23329
23330         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
23331
23332 2004-07-09  Simon Josefsson  <jas@extundo.com>
23333
23334         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
23335         failed without this.)
23336
23337 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23338
23339         * modules/chown (Files): Add lib/fchown-stub.c, since
23340         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
23341
23342 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23343
23344         * lib/fchown-stub.c: New file.
23345
23346 2004-06-24  Jim Meyering  <jim@meyering.net>
23347
23348         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
23349
23350 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23351
23352         * modules/argz: Omit "#include".
23353
23354         * MODULES.html.sh (func_all_modules): Add calloc, to match
23355         2004-06-01 addition of calloc module.
23356
23357 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23358
23359         * m4/argz.m4: New file, which is autoupdated from libtool.
23360
23361 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23362
23363         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
23364         libtool.
23365
23366 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23367
23368         * config/srclist-update: Don't insist on "USA." before the
23369         close-comment, as libtool omits the period and puts the */ on a
23370         separate line.
23371         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
23372         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
23373
23374 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
23375
23376         * modules/argz: New file.
23377         * MODULES.html.sh (func_all_modules): Add argz.
23378
23379 2004-06-12  Jim Meyering  <jim@meyering.net>
23380         and  Paul Eggert  <eggert@cs.ucla.edu>
23381
23382         * modules/hash (Files): Add lib/xalloc.h.
23383         * modules/pipe (Depends-on): Add wait-process.
23384         * modules/stat (Depends-on): Add xalloc.
23385         * modules/userspec (Files): Add lib/userspec.h.
23386         * modules/xstrto
23387
23388         Upgrade from gettext-0.13.
23389         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
23390         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
23391         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
23392
23393 2004-06-10  Jim Meyering  <jim@meyering.net>
23394
23395         * lib/calloc.c: New file.
23396
23397 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
23398
23399         * lib/getdate.y (yylex): Allow space between sign and number.
23400         Problem reported by Dan Jacobson.
23401
23402 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
23403
23404         Merge from coreutils CVS.
23405
23406         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
23407         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
23408         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
23409         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
23410         xstrtol.m4: Fix copyright date and/or serial number.
23411
23412         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
23413         See if we need an fchown replacement.
23414         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
23415         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
23416         and use the replacement function if we detect either defect.
23417
23418         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
23419         gl_UTIMECMP.
23420
23421 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
23422         and  Jim Meyering  <jim@meyering.net>
23423
23424         Merge from coreutils CVS.
23425
23426         * lib/stat-macros.h: New file, with contents from file-type.h
23427         and coreutils' system.h.
23428         * lib/file-type.c: Include "stat-macros.h".
23429         * lib/file-type.h (file_type): Move all macro definitions to new file,
23430         stat-macros.h.
23431
23432         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
23433         Wrap old code with this conditional.
23434         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
23435         function that does not dereference symlinks.
23436         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
23437
23438         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
23439         dependency problems.
23440         (xreadlink): Accept new arg SIZE, for efficiency.
23441         All decls and uses changed.
23442         * lib/xreadlink.h: Include <stddef.h>, for size_t.
23443
23444         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
23445         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
23446
23447         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
23448         sysexits.h.
23449
23450 2004-06-01  Jim Meyering  <jim@meyering.net>
23451
23452         * m4/calloc.m4: New file.
23453
23454 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
23455
23456         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
23457         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
23458         Also, fix a typo in a diagnostic.
23459
23460 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
23461
23462         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
23463         or AC_FUNC_REALLOC.
23464
23465 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
23466
23467         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
23468         macros to be defined.
23469         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
23470         the allocator returns NULL because the requested size is zero.
23471
23472 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
23473
23474         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
23475         var.  Add comment explaining why libc still defines it.  This
23476         merges the following patch from glibc:
23477         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
23478
23479 2004-05-20  Andreas Schwab  <schwab@suse.de>
23480
23481         * m4/free.m4: Replace free if it not known to work, not the other
23482         way round.
23483
23484 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
23485
23486         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
23487         present in glibc since revision 1.1 of this file.
23488         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
23489         obstack_alignment_mask, obstack_alloc, obstack_base,
23490         obstack_blank, obstack_blank_fast, obstack_chunk_size,
23491         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
23492         obstack_grow0, obstack_init, obstack_int_grow,
23493         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
23494         obstack_next_free, obstack_object_size, obstack_ptr_grow,
23495         obstack_ptr_grow_fast, obstack_room): Remove declarations of
23496         nonexistent functions.
23497
23498 2004-05-18  Karl Berry  <karl@gnu.org>
23499
23500         * config/srclist.txt: break link for vasnprintf.c.
23501
23502 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
23503
23504         Port obstack to the AS/400, where pointers are 16 bytes wide and
23505         you cannot cast an integer to a valid pointer.  This patch is
23506         currently waiting to be integrated into glibc; see
23507         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
23508
23509         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
23510         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
23511         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
23512         (struct obstack): temp member is now a union of a pointer and
23513         an integer, instead of an integer.  All integer uses changed.
23514         This does not affect the physical layout of struct obstack,
23515         except on hosts (like the AS/400) where the size or alignment of
23516         void * is greater than that of ptrdiff_t.
23517         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
23518         __STDC__)]: Store temporary in pointer member of union, not
23519         integer member.
23520         * lib/obstack.c: Include <stddef.h>, for offsetof.
23521         (struct fooalign): Remove; it doesn't need a name.
23522         (union fooround): Change double to long double, and add void *.
23523         (DEFAULT_ALIGNMENT): Use offsetof to compute.
23524         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
23525         not a macro.  Hence the values are always int; so remove all
23526         casts-to-int in uses.
23527
23528 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
23529
23530         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
23531         we can get this patch merged into glibc.
23532
23533 2004-05-17  Derek R. Price  <derek@ximbiot.com>
23534             Paul Eggert  <eggert@cs.ucla.edu>
23535
23536         * m4/argp: Depend on alloca.
23537
23538 2004-05-17  Derek R. Price  <derek@ximbiot.com>
23539             Paul Eggert  <eggert@cs.ucla.edu>
23540
23541         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
23542         freecoding.
23543
23544 2004-05-17  Bruno Haible  <bruno@clisp.org>
23545
23546         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
23547         precision that consists of a '.' followed by an empty digit string.
23548         Patch by Tor Lillqvist <tml@iki.fi>.
23549
23550 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
23551
23552         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
23553         for backward compatibility with older code.  We need our own
23554         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
23555         it under some other name, and our alloca.h will define it.
23556
23557 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
23558             Derek Price  <derek@ximbiot.com>
23559
23560         * lib/alloca.c: Include <alloca.h>, to get our interface.
23561         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
23562         include <alloca.h> first.  Use C89 prototype for alloca; this
23563         requires including <stddef.h> for size_t.  Use extern "C" if C++.
23564         Use #elif for simplicity, since we can assume C89 now.
23565         Don't try to source the system alloca.h since it will not be found
23566         and to prevent recursively including its replacement.
23567         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
23568         * lib/regex.c: Likewise.
23569
23570 2004-05-16  Derek Price  <derek@ximbiot.com>
23571             Paul Eggert  <eggert@cs.ucla.edu>
23572
23573         getline cleanup.  This changes the getndelim2 API: both order of
23574         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
23575         no delimiter).
23576
23577         * lib/getline.c: Don't include stddef.h or stdio.h, since our
23578         interface does that.
23579         (getline): Always use getdelim, so that we don't have two
23580         copies of this code.
23581         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
23582         if available.
23583         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
23584         (GETNDELIM2_MAXIMUM): New macro.
23585         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
23586         instead of the old practice of delim2==0.  All callers changed.
23587         Return -1 on overflow, instead of returning junk.
23588         Do not set *linesize unless allocation succeeds.
23589         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
23590         that we include sys/types.h.
23591         * lib/getnline.h: Likewise.
23592         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
23593         (getndelim2): Reorder arguments.
23594         * lib/getnline.c (getnline, getndelim):
23595         Don't discard the NMAX argument.
23596         (getnline): Invoke getndelim, to avoid code duplication.
23597         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
23598         of (size_t) -1 by callers of the getnline family.
23599
23600 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
23601
23602         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
23603         Check for gettimeofday.
23604         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
23605         Check for settimeofday, stime.
23606
23607 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
23608
23609         * lib/nanosleep.c (suspended): Change its type from int to
23610         sig_atomic_t volatile.
23611         (first_call): Make it private to rpl_nanosleep, and have it
23612         be zero initially as that's a bit faster.
23613         (my_usleep): Round up fractional times instead of truncating them,
23614         as this is the usual meaning for 'sleep'.
23615
23616         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
23617         doesn't work.
23618         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
23619         (ENOSYS): Define if not defined.
23620         (settime): Fall back on stime if it exists and settimeofday fails.
23621         But don't bother with fallbacks if a method fails with errno == EPERM.
23622
23623 2004-05-11  Jim Meyering  <jim@meyering.net>
23624
23625         Prior to this change, the save_cwd caller required read access to the
23626         current directory on most systems (ones with the fchdir function).
23627
23628         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
23629         fails, try write-only, and finally, resort to using xgetcwd.
23630
23631 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
23632
23633         * lib/obstack.c, obstack.h: Import changes from libc.
23634
23635 2004-04-28  Bruno Haible  <bruno@clisp.org>
23636
23637         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
23638         also implicitly appends .exe to executables.
23639         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
23640         accepts Windows pathnames.
23641         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
23642         Treat Cygwin like Windows, since it now accepts Windows pathnames.
23643         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
23644         Treat Cygwin like Windows, since it now accepts Windows pathnames.
23645         Reported by Derek Robert Price <derek@ximbiot.com>.
23646
23647 2004-04-21  Karl Berry  <karl@gnu.org>
23648
23649         * config/srclist.txt (localcharset.c): break sync.
23650
23651 2004-04-20  Paul Eggert  <eggert@twinsun.com>
23652
23653         * m4/host-os.m4: Add a copyright notice.
23654
23655 2004-04-20  Jim Meyering  <jim@meyering.net>
23656
23657         Change UTILS_ to gl_ in AC_DEFINE'd names.
23658         Change utils_- and jm_-prefixed variables, too.
23659         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
23660         UTILS_FUNC_MKDIR_TRAILING_SLASH.
23661         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
23662
23663         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
23664         Don't emit trailing blanks.
23665         Also rename jm_-prefixed variables to have gl_ prefix.
23666
23667         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
23668         Also rename jm_-prefixed variables to have gl_ prefix.
23669
23670         * m4/jm-macros.m4: Reflect the renamings.
23671         * m4/prereq.m4: Likewise.
23672
23673 2004-04-20  Jim Meyering  <jim@meyering.net>
23674
23675         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
23676         memory.
23677
23678 2004-04-20  Jim Meyering  <jim@meyering.net>
23679             Bruno Haible  <bruno@clisp.org>
23680
23681         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
23682         memory when realloc fails.
23683
23684 2004-04-19  Jim Meyering  <jim@meyering.net>
23685
23686         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
23687         now that readutmp.c may call `free (0)'.
23688
23689 2004-04-19  Bruno Haible  <bruno@clisp.org>
23690
23691         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
23692         * m4/inttypes_h.m4: Likewise.
23693         * m4/stdint_h.m4: Likewise.
23694         * m4/intmax_t.m4: Likewise.
23695         * m4/uintmax_t.m4: Likewise.
23696
23697 2004-04-18  Jim Meyering  <jim@meyering.net>
23698
23699         * m4/prereq.m4: Don't forbid jm_ prefix.
23700
23701         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
23702         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
23703         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
23704         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
23705         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
23706         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
23707         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
23708         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
23709         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
23710         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
23711         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
23712         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
23713         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
23714         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
23715         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
23716         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
23717         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
23718         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
23719         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
23720
23721 2004-04-18  Jim Meyering  <jim@meyering.net>
23722
23723         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
23724         failure, don't leak memory and do call END_UTMP_ENT.
23725
23726 2004-04-16  Jim Meyering  <jim@meyering.net>
23727
23728         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
23729         coreutils' stat program.
23730         (gl_PREREQ): Don't require jm_PREREQ_STAT.
23731
23732 2004-04-11  Paul Eggert  <eggert@twinsun.com>
23733
23734         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
23735         C89.
23736         (CHAR_BIT): Remove, since we assume C89.
23737         Include <stdint.h> if available, as per current Autoconf CVS advice.
23738
23739 2004-03-31  Jim Meyering  <jim@meyering.net>
23740
23741         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
23742         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
23743         * m4/xalloc.m4: Likewise.
23744
23745 2004-03-30  Paul Eggert  <eggert@twinsun.com>
23746
23747         Merge from coreutils.
23748
23749         * m4/inttostr.m4: New file.
23750         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
23751         Require AM_STDBOOL_H and gl_TIMESPEC instead.
23752         Require gl_CLOCK_TIME.
23753         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
23754
23755 2004-03-30  Paul Eggert  <eggert@twinsun.com>
23756
23757         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
23758         not bool, to be more consistent with Unix conventions.
23759         Suggested by Bruno Haible.
23760
23761         Merge from coreutils.
23762
23763         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
23764         * lib/umaxtostr.c: New files.
23765
23766         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
23767         the usual <time.h> dance.
23768         (get_date): Change signature to support fractional time stamps.
23769         All callers changed.
23770         * lib/getdate.y: Include "getdate.h" first, as we can now
23771         assume C89 and don't need to worry about 'const'.
23772         Similarly, include "unlocked-io.h" near start, not in middle.
23773         Include <limits.h>.
23774         (textint.value): Use long int rather than int.
23775         (textint.digits): Use size_t rather than int.
23776         (BILLION, LOG10_BILLION): New constants.
23777         (parser_control): New member rel_ns.  Members day_ordinal,
23778         time_zone, month, day, hour, minutes, rel_year, rel_month,
23779         rel_day, rel_hour, rel_minutes, rel_seconds
23780         are now long int, not int.  Member seconds is now struct timespec,
23781         not int.  New member timespec_seen.  Members dates_seen, days_seen,
23782         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
23783         not int.
23784         (%union.intval): Now long int, not int.
23785         New member timespec.
23786         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
23787         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
23788         (spec): Now is a timespec or an item list.
23789         (timespec, items): New nonterminals.
23790         (time, rel, relunit, number, get_date):
23791         Add support for fractional seconds.
23792         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
23793         (gmtime, localtime, mktime): Remove decls; not needed with C89.
23794         (to_hour): First arg is now long int, not int.
23795         (to_year): Returns long int, not int.
23796         Don't treat year -70 like 70.
23797         (tm_diff): Returns long int, not int.
23798         (lookup_word): Use bool instead of int when appropriate.
23799         (yylex): Use size_t for count, not int.
23800         Detect overflow when parsing large integer constants.
23801         Add support for fractions.
23802         (get_date): Make pointers 'const' if possible.
23803         Use more-portable code to detect integer overflow.
23804         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
23805         Don't use ctime; it's not reliable if the year has >4 digits.
23806
23807         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
23808         This is for compatibility with BSD.
23809
23810         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
23811         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
23812         From coreutils' system.h.
23813
23814         * lib/userspec.c: Don't include "posixver.h".
23815         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
23816         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
23817         compatible extension.  Simplify code by removing a boolean int
23818         that was always nonzero if a string was nonnull.
23819
23820 2004-03-30  Jim Meyering  <jim@meyering.net>
23821
23822         Merge from coreutils.
23823
23824         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
23825         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
23826         on some systems one must include <grp.h> before it.
23827         Reported by Christian Krackowizer.
23828
23829 2004-03-30  Jim Meyering  <jim@meyering.net>
23830
23831         Merge from coreutils.
23832
23833         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
23834
23835         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
23836         an empty input stream.
23837
23838         * lib/readtokens.c: Include <stdbool.h>.
23839         (readtoken): Use `size_t' rather than int/long.
23840         All callers adjusted.
23841         Use `bool' rather than `int' where appropriate.
23842         Use memset rather than an explicit loop.
23843         Use x2nrealloc rather than xrealloc.
23844         Allow the use of `\0' as a delimiter.
23845         (readtokens): Likewise.
23846         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
23847
23848 2004-03-30  Jim Meyering  <jim@meyering.net>
23849
23850         * m4/realloc.m4: Remove file, since now it does no more than
23851         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
23852         the `configure.ac' section of module/realloc.
23853         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
23854
23855 2004-03-30  Bruno Haible  <bruno@clisp.org>
23856
23857         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
23858         nonnull.
23859
23860 2004-03-29  Paul Eggert  <eggert@twinsun.com>
23861
23862         Merge changes to getloadavg.c from coreutils and Emacs.
23863
23864         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
23865         Define to an expression, not to the empty string.
23866         Include cloexec.h and xalloc.h.
23867         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
23868         Use set_cloexec_flag rather than rolling our own.
23869         * lib/cloexec.c, lib/cloexec.h: New files.
23870
23871 2004-03-29  Paul Eggert  <eggert@twinsun.com>
23872
23873         * m4/cloexec.m4: New file.
23874
23875 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23876
23877         * lib/getopt.h: Sync with libc CVS.
23878
23879 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23880             Bruno Haible  <bruno@clisp.org>
23881
23882         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
23883         mbswidth.
23884
23885 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23886             Bruno Haible  <bruno@clisp.org>
23887
23888         * lib/mbswidth.h: Include <wchar.h> only if
23889         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
23890         <wchar.h>.
23891         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
23892
23893 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23894
23895         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
23896         Sync with libc CVS.
23897         * lib/getopt_int.h: New file, also synced from libc.
23898
23899 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23900
23901         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
23902         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
23903         Bring back getopt.c, getopt.h, getopt1.c.
23904
23905 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23906
23907         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
23908         All uses changed.  Check for sa_sigaction member; this fixes
23909         a bug first reported by Jason Andrade in
23910         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23911
23912 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23913
23914         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
23915         '#if' expressions.  Unlike the code it replaces, it does not
23916         depend on (defined _SC_PAGESIZE).  However, it does depend on
23917         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
23918         first reported by Jason Andrade in
23919         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23920
23921 2004-02-25  Simon Josefsson  <jas@extundo.com>
23922
23923         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
23924
23925 2004-02-25  Simon Josefsson  <jas@extundo.com>
23926
23927         * lib/strdup.h: New file.
23928         * lib/strdup.c: Include it.
23929         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
23930         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
23931
23932 2004-02-23  Karl Berry  <karl@gnu.org>
23933
23934         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
23935         (from fencepost.gnu.org:/gd/gnuorg).
23936
23937 2004-02-23  Karl Berry  <karl@gnu.org>
23938
23939         * config/srclistvars.sh (GNUORG) [karl]: redefine.
23940         * config/srclist.txt: add maintain/standards documents.
23941
23942 2004-02-18  Bruno Haible  <bruno@clisp.org>
23943
23944         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
23945         Reported by Derek Robert Price <derek@ximbiot.com>.
23946
23947 2004-02-16  Karl Berry  <karl@gnu.org>
23948
23949         * config/mkinstalldirs, install-sh: update from automake.
23950
23951 2004-02-06  Karl Berry  <karl@gnu.org>
23952
23953         * m4/po.m4: update from gettext 0.14.1.
23954
23955 2004-02-06  Karl Berry  <karl@gnu.org>
23956
23957         * lib/config.charset: update from gettext 0.14.1.
23958
23959 2004-02-05  Paul Eggert  <eggert@twinsun.com>
23960
23961         Add comments and code, prompted by suggestions from Bruno Haible
23962         for sh-quote.
23963         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
23964         describing the enum quoting_style values.
23965         * lib/quotearg.c (quotearg_alloc): New function.
23966         (quotearg_buffer_restyled): Treat lone { and } as special.
23967         Treat = as special.  Work around bug with older shells
23968         that "see" a '\' that is really the 2nd byte of a multibyte char.
23969         Quote empty string with shell_quoting_style.
23970
23971 2004-02-03  Bruno Haible  <bruno@clisp.org>
23972
23973         * m4/pipe.m4: New file, from GNU gettext.
23974
23975 2004-02-03  Bruno Haible  <bruno@clisp.org>
23976
23977         * lib/pipe.h: New file, from GNU gettext.
23978         * lib/pipe.c: New file, from GNU gettext.
23979
23980 2004-01-27  Bruno Haible  <bruno@clisp.org>
23981
23982         * m4/execute.m4: New file, from GNU gettext.
23983
23984 2004-01-27  Bruno Haible  <bruno@clisp.org>
23985
23986         * lib/execute.h: New file, from GNU gettext.
23987         * lib/execute.c: New file, from GNU gettext.
23988         * lib/w32spawn.h: New file, from GNU gettext.
23989
23990 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23991
23992         Merge from diffutils.
23993
23994         * lib/file-type.c (file_type): Add typed memory objects.
23995         * lib/file-type.h (S_TYPEISTMO): New macro.
23996
23997         * lib/c-stack.h (c_stack_action): Remove argv argument.
23998         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
23999         (die): Don't calculate message unless segv_action returns.
24000         (get_stack_location, min_address_from_argv, max_address_from_argv,
24001         volatile stack_base, volatile_stack_size): Remove.
24002         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
24003         that every segmentation violation is a stack overflow.  (Ouch!)
24004         See Debian bug 136249 (still outstanding) for more info about why
24005         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
24006
24007 2004-01-24  Paul Eggert  <eggert@twinsun.com>
24008
24009         Exit-status fix from coreutils.
24010
24011         Use exit_failure consistently in place of EXIT_FAILURE,
24012         so that program exit statuses are consistent on failure.
24013
24014         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
24015         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
24016         * lib/argmatch.h: Comment fix to match the above.
24017         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
24018         Now a macro referring to exit_failure, instead of a separate
24019         variable.  Include "exitfail.h" to get it.
24020         * lib/xstrtol.h: Include "exitfail.h".
24021         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
24022
24023         * lib/long-options.c (parse_long_options): Use prototype
24024         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
24025         for clarity.
24026
24027 2004-01-21  Jim Meyering  <jim@meyering.net>
24028
24029         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
24030         so as not to conflict with a different-sized __mktime_internal
24031         function in GNU libc.
24032         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
24033         Problem building statically-linked `ls' reported by Michael Brunnbauer.
24034
24035 2004-01-20  Karl Berry  <karl@gnu.org>
24036
24037         * config/config.guess: update from config.
24038
24039         * config/srclistvars.sh: GNUWWWLICENSES for karl.
24040
24041 2004-01-20  Bruno Haible  <bruno@clisp.org>
24042
24043         Safer stack allocation.
24044         * lib/setenv.c: Include allocsa.h.
24045         (alloca): Remove fallback definition.
24046         (freea): Remove macro.
24047         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
24048         instead of freea.
24049
24050 2004-01-20  Bruno Haible  <bruno@clisp.org>
24051
24052         * m4/eealloc.m4: New file, from GNU gettext.
24053
24054 2004-01-20  Bruno Haible  <bruno@clisp.org>
24055
24056         * m4/allocsa.m4: New file, from GNU gettext.
24057
24058 2004-01-20  Bruno Haible  <bruno@clisp.org>
24059
24060         * lib/xallocsa.h: New file, from GNU gettext.
24061         * lib/xallocsa.c: New file, from GNU gettext.
24062
24063 2004-01-20  Bruno Haible  <bruno@clisp.org>
24064
24065         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
24066
24067 2004-01-20  Bruno Haible  <bruno@clisp.org>
24068
24069         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
24070         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
24071         specially.
24072
24073 2004-01-20  Bruno Haible  <bruno@clisp.org>
24074
24075         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
24076         patch.
24077
24078 2004-01-20  Bruno Haible  <bruno@clisp.org>
24079
24080         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
24081
24082 2004-01-20  Bruno Haible  <bruno@clisp.org>
24083
24084         * lib/eealloc.h: New file.
24085
24086 2004-01-20  Bruno Haible  <bruno@clisp.org>
24087
24088         * lib/binary-io.h: Avoid warnings on Cygwin.
24089
24090 2004-01-20  Bruno Haible  <bruno@clisp.org>
24091
24092         * lib/allocsa.h: New file, from GNU gettext.
24093         * lib/allocsa.c: New file, from GNU gettext.
24094
24095 2004-01-18  Karl Berry  <karl@gnu.org>
24096
24097         * doc/gpl.texi, doc/lgpl.texi: new files.
24098
24099 2004-01-18  Karl Berry  <karl@gnu.org>
24100
24101         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
24102         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
24103
24104 2004-01-15  Paul Eggert  <eggert@twinsun.com>
24105
24106         Merge from coreutils.
24107
24108         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
24109         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
24110         (gl_DEFAULT_POSIX2_VERSION): Move
24111         the documentation from 'configure' into 'config.hin',
24112         so that 'configure --help' isn't burdened by it and
24113         we don't have to worry about its formatting there.
24114         Reword the documentation so that it's more succinct
24115         and can be run together into a single paragraph.
24116         * m4/same.m4 (gl_SAME): Check for pathconf.
24117
24118 2004-01-15  Paul Eggert  <eggert@twinsun.com>
24119
24120         Merge from coreutils.
24121
24122         * lib/posixver.c: Include posixver.h.
24123
24124         * lib/same.c: Include <stdbool.h>, <limits.h>.
24125         (_POSIX_NAME_MAX): Define if not defined.
24126         (MIN): New macro.
24127         (same_name): If file names are silently truncated, report
24128         that the file names are the same if they are the same after
24129         the silent truncation.
24130
24131         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
24132         conversion function.
24133         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
24134         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
24135         longer needed.
24136
24137 2004-01-15  Jim Meyering  <jim@meyering.net>
24138
24139         Merge from coreutils.
24140
24141         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
24142         if no library is required.
24143         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
24144         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
24145         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
24146         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
24147         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
24148         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
24149         value, $ac_cv_search_crypt, if it's "none required".
24150         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
24151         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
24152         not gl_FUNC_GETLOADAVG.
24153         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
24154         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
24155
24156 2004-01-15  Jim Meyering  <jim@meyering.net>
24157
24158         Merge from coreutils.
24159
24160         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
24161         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
24162         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
24163
24164         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
24165         optional configure-time default.
24166
24167         * lib/version-etc.c (version_etc_copyright): Update copyright date.
24168
24169         * lib/xreadlink.c (xreadlink): Correct outdated comment.
24170
24171 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
24172
24173         Merge from coreutils.
24174
24175         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
24176         value, $ac_cv_search_nanosleep, if it's "none required".
24177
24178 2004-01-14  Paul Eggert  <eggert@twinsun.com>
24179
24180         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
24181         with like-named macro in fnmatch.c.
24182         (EXT): Use an internal constant instead.
24183
24184         Merge fnmatch patches from glibc.
24185         * lib/fnmatch.c (mbsinit): Remove define.
24186         Add libc_hidden_ver (__fnmatch, fnmatch).
24187         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
24188         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
24189
24190 2004-01-14  Karl Berry  <karl@gnu.org>
24191
24192         * config/install-sh: update from automake.
24193
24194 2004-01-13  Karl Berry  <karl@gnu.org>
24195
24196         * config/install-sh: update from automake.
24197
24198 2004-01-09  Karl Berry  <karl@gnu.org>
24199
24200         * config/install-sh: update from automake.
24201
24202 2004-01-05  Karl Berry  <karl@gnu.org>
24203
24204         * config/config.{sub,guess}: update from config.
24205
24206 2003-12-31  Karl Berry  <karl@gnu.org>
24207
24208         * config/depcomp: update from automake.
24209
24210 2003-12-14  Karl Berry  <karl@gnu.org>
24211
24212         * lib/config.charset: update from gettext-runtime.
24213
24214 2003-12-03  Paul Eggert  <eggert@twinsun.com>
24215
24216         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
24217         Bug reported by Alfred M. Szmidt.
24218
24219 2003-12-03  Bruno Haible  <bruno@clisp.org>
24220
24221         * m4/gettext.m4: Upgrade from gettext-0.13.
24222         * m4/po.m4: Upgrade from gettext-0.13.
24223         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
24224         * m4/intmax.m4: New file, from gettext-0.13.
24225         * m4/printf-posix.m4: New file, from gettext-0.13.
24226
24227 2003-11-29  Karl Berry  <karl@gnu.org>
24228
24229         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
24230
24231 2003-11-25  Paul Eggert  <eggert@twinsun.com>
24232             Bruno Haible  <bruno@clisp.org>
24233
24234         * lib/printf-parse.h: Don't include sys/types.h.
24235         (ARG_NONE): New macro.
24236         (char_directive): Change type of *arg_index fields to size_t.
24237         * lib/printf-parse.c: Don't include sys/types.h.
24238         (SSIZE_MAX): Remove macro.
24239         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
24240         Remove unnecessary overflow check.
24241         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
24242         fields.
24243
24244 2003-11-25  Bruno Haible  <bruno@clisp.org>
24245
24246         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
24247
24248 2003-11-25  Bruno Haible  <bruno@clisp.org>
24249
24250         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
24251         gt_TYPE_SSIZE_T.
24252
24253 2003-11-24  Paul Eggert  <eggert@twinsun.com>
24254
24255         * modules/alloca: Remove dependency on xalloc.
24256
24257 2003-11-24  Paul Eggert  <eggert@twinsun.com>
24258
24259         * lib/alloca.c: Remove dependency on xalloc module.
24260         (xalloc_die): Remove.
24261         (memory_full) [!defined emacs]: New macro.
24262         [!defined emacs]: Don't include xalloc.h.
24263         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
24264         address arithmetic overflows.  Change datatypes a bit to avoid
24265         unnecessary casts.
24266
24267 2003-11-22  Jim Meyering  <jim@meyering.net>
24268
24269         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
24270         s/size/size_t/.
24271
24272 2003-11-21  Karl Berry  <karl@gnu.org>
24273
24274         * config/config.{sub,guess}: update from config.
24275
24276 2003-11-18  Karl Berry  <karl@gnu.org>
24277
24278         * config/config.{sub,guess}: update from config.
24279
24280         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
24281
24282 2003-11-17  Paul Eggert  <eggert@twinsun.com>
24283
24284         * README: Mention that S+T cannot overflow if S is the size of
24285         an existing object and T is sufficiently small.
24286
24287 2003-11-17  Jim Meyering  <jim@meyering.net>
24288
24289         On systems without utime and without a utimes function capable of
24290         dealing with a NULL struct utimbuf* argument, this utime replacement
24291         could -- in unusual circumstances -- leak a file descriptor.
24292         * lib/utime.c: Include <unistd.h> and <errno.h>.
24293         (utime_null): Be sure to close `fd' and to preserve errno.
24294         Reported by Geoff Collyer via Arnold Robbins.
24295
24296 2003-11-17  Bruno Haible  <bruno@clisp.org>
24297
24298         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
24299         (Depends-on): Add xsize.
24300
24301 2003-11-17  Bruno Haible  <bruno@clisp.org>
24302
24303         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
24304
24305 2003-11-17  Bruno Haible  <bruno@clisp.org>
24306
24307         * lib/vasnprintf.c (alloca): Remove fallback definition.
24308         (freea): Remove definition.
24309         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
24310         Reported by Paul Eggert.
24311
24312 2003-11-16  Paul Eggert  <eggert@twinsun.com>
24313             Bruno Haible  <bruno@clisp.org>
24314
24315         Protect against address arithmetic overflow.
24316         * lib/printf-args.h: Include stddef.h.
24317         (arguments): Change type of field 'count' to size_t.
24318         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
24319         'unsigned int' where appropriate.
24320         * lib/printf-parse.h: Include sys/types.h.
24321         (char_directive): Change type of *arg_index fields to ssize_t.
24322         (char_directives): Change type of fields 'count', max_*_length to
24323         size_t.
24324         * lib/printf-parse.c: Include sys/types.h and xsize.h.
24325         (SSIZE_MAX): Define fallback value.
24326         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
24327         instead of 'int' where appropriate. Check a_allocated, d_allocated
24328         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
24329         * lib/vasnprintf.c: Include xsize.h.
24330         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
24331         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
24332         overflow. Avoid wraparound when converting a width or precision from
24333         decimal to binary.
24334
24335 2003-11-16  Bruno Haible  <bruno@clisp.org>
24336
24337         Update from GNU gettext.
24338         * lib/printf-parse.c: Generalize to it can be compiled for wide
24339         strings.
24340         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
24341         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
24342         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
24343         SNPRINTF): New macros.
24344         Don't include <alloca.h> if the file is used inside libintl.
24345         (local_wcslen): New function, for Solaris 2.5.1.
24346         (VASNPRINTF): Use it instead of wcslen.
24347
24348 2003-11-16  Bruno Haible  <bruno@clisp.org>
24349
24350         * lib/xsize.h (xmax): New function.
24351         (xsum, xsum3, xsum4): Declare as "pure" functions.
24352
24353 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24354
24355         * modules/xalloc (Files): Undo latest change, since xalloc.h
24356         no longer needs SIZE_MAX or PTRDIFF_MAX.
24357
24358 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24359
24360         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
24361         gl_PTRDIFF_MAX.
24362
24363 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24364
24365         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
24366         "return", to pacify some unknown compiler.  Problem reported
24367         by Joerg Schilling.
24368
24369 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24370
24371         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
24372         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
24373         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
24374         heuristic is just as accurate as far as we know, and it removes a
24375         dependency on size_max.m4 and ptrdiff_max.m4.
24376
24377 2003-11-11  Bruno Haible  <bruno@clisp.org>
24378
24379         * modules/xsize (Files): Add m4/size_max.m4.
24380         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
24381
24382 2003-11-11  Bruno Haible  <bruno@clisp.org>
24383
24384         * m4/size_max.m4: New file.
24385         * m4/ptrdiff_max.m4: New file.
24386         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
24387         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
24388         (gl_XALLOC): Invoke it.
24389
24390 2003-11-11  Bruno Haible  <bruno@clisp.org>
24391
24392         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
24393         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
24394         defined.
24395
24396 2003-11-10  Paul Eggert  <eggert@twinsun.com>
24397
24398         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
24399         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
24400         rejected some allocations of exactly SIZE_MAX - 2 bytes.
24401         From Bruno Haible.
24402         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
24403         not (size_t) -1, since it's defined here.
24404
24405 2003-11-09  Karl Berry  <karl@gnu.org>
24406
24407         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
24408
24409 2003-11-06  Paul Eggert  <eggert@twinsun.com>
24410
24411         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
24412         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
24413         Reject sizes of exactly SIZE_MAX bytes.
24414         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
24415         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
24416
24417 2003-11-05  Bruno Haible  <bruno@clisp.org>
24418
24419         * lib/xsize.h: Include limits.h, to avoid a possible collision with
24420         SIZE_MAX defined in <limits.h> on Solaris.
24421
24422 2003-11-04  Jim Meyering  <jim@meyering.net>
24423
24424         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
24425         variable names, rather than @VAR@.
24426         * modules/poll: Likewise.
24427
24428 2003-11-04  Bruno Haible  <bruno@clisp.org>
24429
24430         * modules/xsize: New file.
24431         * modules/linebreak: Depend on xsize.
24432         * MODULES.html.sh (func_all_modules): Add xsize.
24433
24434 2003-11-04  Bruno Haible  <bruno@clisp.org>
24435
24436         * m4/xsize.m4: New file.
24437
24438 2003-11-04  Bruno Haible  <bruno@clisp.org>
24439
24440         * lib/xsize.h: New file.
24441         * lib/linebreak.c: Include xsize.h.
24442         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
24443         argument for overflow.
24444         Suggested by Paul Eggert.
24445
24446 2003-11-03  Karl Berry  <karl@gnu.org>
24447
24448         * config/config.{guess,sub}: update from config.
24449
24450 2003-11-03  Jim Meyering  <jim@meyering.net>
24451
24452         * modules/userspec (lib_SOURCES): Add userspec.h.
24453         (Include): Add "userspec.h".
24454         Improve description.
24455
24456 2003-11-03  Jim Meyering  <jim@meyering.net>
24457
24458         * lib/userspec.c: Include "userspec.h".
24459         * lib/userspec.h: New file.
24460
24461 2003-11-03  Bruno Haible  <bruno@clisp.org>
24462
24463         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
24464
24465 2003-11-03  Bruno Haible  <bruno@clisp.org>
24466
24467         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
24468         available, to avoid (extremely rare) race condition.
24469         Suggested by Paul Eggert.
24470
24471 2003-11-02  Karl Berry  <karl@gnu.org>
24472
24473         * config/srclist.txt (vasprintf.c): sync broken, sigh.
24474
24475 2003-10-31  Paul Eggert  <eggert@twinsun.com>
24476
24477         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
24478         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
24479         (read_filesystem_list): Set and use me_type_malloced.
24480         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
24481         whatever the type happens to be), for brevity and consistency.
24482         Check for size calculation overflow on Alphas running OSF/1.
24483
24484 2003-10-31  Jim Meyering  <jim@meyering.net>
24485
24486         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
24487
24488         * lib/linebuffer.c: Include <string.h> for declaration of memset.
24489
24490 2003-10-30  Paul Eggert  <eggert@twinsun.com>
24491             Bruno Haible  <bruno@clisp.org>
24492
24493         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
24494         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
24495
24496 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
24497
24498         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
24499         netbsd*-gnu*.  Suggested by Robert Millan.
24500
24501 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24502
24503         * modules/group-member: Depend on stdbool.
24504
24505 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24506
24507         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
24508
24509 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24510
24511         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
24512         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
24513         after the 'gnu' in these cases.  This fixes some bugs in the
24514         previous change, and is based on suggestions by Robert Millan.
24515
24516 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24517
24518         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
24519         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
24520         no longer needed.
24521         * lib/quotearg.c (quotearg_n_options): Use it.
24522         * lib/group-member.c: Include <stdbool.h>.
24523         (free_group_info): Arg is now const *; don't free arg.
24524         (get_group_info): Now returns bool and accepts struct group_info *,
24525         rather than returning a malloc'ed struct group_info *.
24526         All uses changed.  Check for overflow in internal size calculation.
24527
24528         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
24529         rather than xmalloc/xrealloc.
24530         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
24531         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
24532         conformance bug: the old code used a pointer after freeing the
24533         storage that it addressed.
24534         * lib/hash.c (hash_initialize): Simplify the code by using
24535         xalloc_oversized rather than doing it by hand.
24536         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
24537         the buffer preserved.  Use free and xmalloc instead.
24538         * lib/quotearg.c (quotearg_n_options): Likewise.
24539         Use a simpler test for size overflow.  Don't use xalloc_oversized
24540         because unsigned int might be wider than size_t (!); this suggests
24541         that we should switch from unsigned int to size_t for slot numbers.
24542
24543 2003-10-28  Paul Eggert  <eggert@twinsun.com>
24544
24545         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
24546         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
24547         NetBSD kernels.  Requested by Richard Stallman.
24548
24549 2003-10-27  Paul Eggert  <eggert@twinsun.com>
24550
24551         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
24552         to allocate the returned structure.  Do not allocate a subarray,
24553         as x2nrealloc will do that.
24554         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
24555         instead of xnrealloc.
24556         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
24557
24558 2003-10-27  Bruno Haible  <bruno@clisp.org>
24559
24560         * lib/stdbool_.h: Better support for BeOS.
24561
24562 2003-10-26  Paul Eggert  <eggert@twinsun.com>
24563
24564         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
24565         now uses inline.
24566
24567 2003-10-26  Paul Eggert  <eggert@twinsun.com>
24568
24569         * lib/xalloc.h (xalloc_oversized): New static inline function, for
24570         callers that want to do their own size-overflow checking.  Include
24571         <stdbool.h>, since xalloc_oversized returns bool.
24572         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
24573         to use xalloc_oversized.
24574
24575         Add two functions x2realloc, x2nrealloc, for programs that grow
24576         arrays dynamically by doubling their sizes.
24577         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
24578         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
24579         New functions.
24580
24581         Port to C99 semantics for 'inline' of external functions.
24582         Bug reported by Bruno Haible.
24583         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
24584         with the old contents of xnmalloc.
24585         (xnmalloc, xmalloc): Use it.
24586         (xnrealloc_inline): New static inline function,
24587         with the old contents of xnrealloc.
24588         (xnrealloc, xrealloc): Use it.
24589
24590         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
24591         that.
24592
24593 2003-10-26  Karl Berry  <karl@gnu.org>
24594
24595         * config/srclist.txt (COPYING.DOC): no longer available from
24596         /gd/gnuorg; don't know where the ultimate source is.
24597
24598 2003-10-25  Paul Eggert  <eggert@twinsun.com>
24599
24600         Fix several address-calculation bugs in the hash modules,
24601         plus some minor code cleanup.
24602
24603         * lib/hash.h: Include <stdbool.h>, for bool.
24604         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
24605         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
24606         hash_get_n_entries, hash_get_max_bucket_length,
24607         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
24608         hash_rehash): Use size_t rather than unsigned.
24609         * lib/hash.c (struct hash_table, hash_get_n_buckets,
24610         hash_get_n_buckets_used, hash_get_n_entries,
24611         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
24612         hash_get_entries, hash_do_for_each, hash_string, is_prime,
24613         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
24614         Likewise.
24615         (SIZE_MAX): Define if not defined.
24616         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
24617         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
24618         hash_print):
24619         Use const * when possible.
24620         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
24621         (check_tuning): Fix bug: if tuning parameters were very close to
24622         0 or 1, rounding errors could have caused subscript violations.
24623         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
24624         (hash_initialize): Add 'fail:' label
24625         to free table and return NULL, and use it to simplify code.
24626         Use calloc rather than clearing the storage ourself.
24627         (hash_initialize, hash_rehash): Check for arithmetic overflow in
24628         buffer size calculations.
24629         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
24630         Include <stddef.h>, for size_t.
24631         * lib/hash-pjw.c (hash_pjw): Likewise.
24632         Switch to method described by Bruno Haible.
24633         Include <limits.h>, for CHAR_BIT.
24634         (SIZE_BITS): New macro.
24635
24636 2003-10-23  Paul Eggert  <eggert@twinsun.com>
24637
24638         * m4/getline.m4 (AM_FUNC_GETLINE):
24639         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
24640         hosts.  Problem reported by Derek Robert Price in
24641         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
24642         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
24643         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
24644
24645 2003-10-21  Paul Eggert  <eggert@twinsun.com>
24646
24647         * lib/getndelim2.c (getndelim2): When size calculation overflows,
24648         ceiling the allocation at NMAX bytes rather than silently
24649         discarding input bytes before NMAX is reached.  This makes
24650         a difference only if NMAX exceeds SIZE_MAX / 2.
24651
24652         * lib/obstack.c: Merge from glibc.
24653         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
24654         Add libc_hidden_def (_obstack_newchunk).
24655         (_obstack_free) [! defined _LIBC]: Remove.
24656         [defined _LIBC]: Make a strong alias from obstack_free, rather than
24657         a clone of the function body.
24658         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
24659         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
24660
24661         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
24662         glibc.
24663         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
24664         arg to memcpy.
24665
24666         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
24667         (obstack_ptr_grow_fast, obstack_int_grow_fast):
24668         Don't use lvalue casts, as GCC plans to remove support for them
24669         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
24670         was also present in the non-GCC version, indicating that this
24671         code had always been buggy and had never been widely used.
24672         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
24673         Use the fast variant of each macro, rather than copying the
24674         definiens of the fast variant; that way, we'll be more likely to
24675         catch future bugs in the fast variants.
24676
24677 2003-10-20  Bruno Haible  <bruno@clisp.org>
24678
24679         * modules/wait-process: New file.
24680         * MODULES.html.sh (func_all_modules): Add wait-process.
24681
24682 2003-10-20  Bruno Haible  <bruno@clisp.org>
24683
24684         * m4/wait-process.m4: New file.
24685
24686 2003-10-20  Bruno Haible  <bruno@clisp.org>
24687
24688         * lib/wait-process.h: New file, from GNU gettext.
24689         * lib/wait-process.c: New file, from GNU gettext.
24690
24691 2003-10-19  Jim Meyering  <jim@meyering.net>
24692
24693         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
24694         HPUX 10.20.
24695
24696 2003-10-18  Karl Berry  <karl@gnu.org>
24697
24698         * config/config.guess: update from config.
24699
24700 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24701
24702         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
24703         (getgroups): First arg is int, not size_t.
24704         Don't let 'free' mangle errno.
24705
24706 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24707
24708         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
24709
24710 2003-10-16  Karl Berry  <karl@gnu.org>
24711
24712         * config/config.{guess,sub}: update from config.
24713
24714 2003-10-16  Jim Meyering  <jim@meyering.net>
24715
24716         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
24717         memcpy.
24718
24719 2003-10-15  Paul Eggert  <eggert@twinsun.com>
24720
24721         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
24722         (SIZE_MAX): Remove.
24723         (new_exclude, add_exclude_file): Initial size no longer needs to
24724         be a power of 2.
24725         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
24726         our own address arithmetic overflow checking.
24727
24728         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
24729         (fnmatch): Do not alloca more than 2000 wide characters;
24730         instead, use malloc for large buffers.
24731         Check for address arithmetic overflow, and return -1
24732         with errno set to ENOMEM in that case.
24733         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
24734         (NEW_PATTERN): Do not alloca more than 8000 bytes;
24735         instead, return -1.  Check for address arithmetic overflow.
24736
24737 2003-10-14  Paul Eggert  <eggert@twinsun.com>
24738
24739         Handle invalid suffixes and overflow independently, so that
24740         callers can treat them independently as needed.  Fix some bugs in
24741         suffix handling, e.g., "100k@" was not diagnosed as an invalid
24742         suffix for a human-readable blocksize.  The major caller-visible
24743         change is the addition of a new
24744         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
24745         that both overflow and suffix chars were found.
24746
24747         * lib/human.c (humblock): Don't check separately for invalid suffix
24748         char; that is xstrtoumax's job (now that its bug is fixed).
24749         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
24750         INTMAX_MAX]: New macros.
24751         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
24752         TYPE_MAXIMUM): New macros.
24753         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
24754         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
24755         if overflow occurs, as it's what __strtol does and it's more useful
24756         in practice.
24757         (__xstrtol): If __strtol reports some error other than ERANGE,
24758         reflect it to the caller as LONGINT_INVALID.  If it reports
24759         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
24760         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
24761         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
24762         value.
24763         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
24764         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
24765         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
24766         [defined UINTMAX_MAX]: New macros.
24767
24768 2003-10-14  Bruno Haible  <bruno@clisp.org>
24769
24770         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
24771
24772 2003-10-14  Bruno Haible  <bruno@clisp.org>
24773
24774         * m4/sig_atomic_t: New file, from GNU gettext.
24775         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
24776
24777 2003-10-14  Bruno Haible  <bruno@clisp.org>
24778
24779         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
24780         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
24781         Also use volatile where needed.
24782
24783 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24784
24785         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
24786         Change maintainer from Bruno Haible to 'all'.
24787
24788 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24789
24790         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
24791
24792 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24793
24794         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
24795         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
24796         and define in terms of the other primitives.
24797         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
24798         (SIZE_MAX): Define if not already defined.
24799         (array_size_overflow): New function.
24800         (xalloc_die): Abort instead of exiting if 'error' returns.
24801         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
24802         (xmalloc, xrealloc): Use them.
24803         (xcalloc): Check for address arithmetic overflow.
24804         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
24805         a bit faster than strcpy.
24806
24807 2003-10-10  Simon Josefsson  <jas@extundo.com>
24808
24809         * modules/argp (Depends-on): Add restrict and strcase.
24810
24811 2003-10-10  Simon Josefsson  <jas@extundo.com>
24812
24813         * m4/argp.m4: Add AC_C_INLINE.
24814
24815 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24816
24817         Merge getpass from libc, plus a few fixes.
24818
24819         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
24820         Include <stdbool.h>.
24821         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
24822         __fsetlocking to empty.
24823         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
24824         do include <bits/libc-lock.h>.
24825         Do not include <fcntl.h>; not needed.
24826         [_LIBC]: Include <wchar.h>.
24827         (NOTCANCEL_MODE): New macro.
24828         (flockfile, funlockfile) [_LIBC]: New macros.
24829         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
24830         [!_LIBC]: New macros.
24831         (call_fclose): New function.
24832         (getpass): Use it.  Save tty stream separately; this simplifies the
24833         code and makes it more reliable if stdin happens to equal stdout.
24834         Invoke __fsetlocking on tty.
24835         Handle thread cancellation if needed.
24836         Namespace cleanup (use __tcgetattr, __getline).
24837         Use bool for Booleans.
24838         [USE_IN_LIBIO]: Handle wide streams.
24839         [!_LIBC]: Unconditionally do the fseek, since we don't know what
24840         stream might go where.
24841
24842         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
24843         doesn't have to include <stdio.h> before us.
24844         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
24845         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
24846         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
24847         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
24848         if not declared, so that we can use getpass.c code from libc without
24849         rewriting it.
24850         (flockfile, ftrylockfile, funlockfile): New macros.
24851
24852 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24853
24854         * modules/getpass: Depend on stdbool.
24855
24856 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24857
24858         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
24859
24860 2003-10-07  Karl Berry  <karl@gnu.org>
24861
24862         * config/config.{guess,sub}: update from config.
24863
24864 2003-10-06  Jim Meyering  <jim@meyering.net>
24865             Bruno Haible  <bruno@clisp.org>
24866
24867         This lets translators provide better translations for the
24868         "Written by ..." part of --version output.
24869         * lib/version-etc.h: Include stdarg.h.
24870         (version_etc_copyright): Declare as readonly.
24871         (version_etc): Make this function variadic with a NULL-terminated list
24872         of author name strings.
24873         (version_etc_va): New declaration.
24874         * lib/version-etc.c: Include stdarg.h, stdlib.h.
24875         (version_etc_copyright): Declare as readonly.
24876         (version_etc_va): New function. Provide a different translatable string
24877         for each possible number of authors < 10. Abbreviate when there are 10
24878         authors or more.
24879         (version_etc): Make this function variadic. Call version_etc_va.
24880         Suggestion from Gary V. Vaughan.
24881
24882         * lib/long-options.h (parse_long_options): Change prototype: the
24883         authors string is moved to the end and becomes variadic.
24884         * lib/long-options.c: Include stdarg.h.
24885         (parse_long_options): Make this function variadic, too.
24886         Call version_etc_va, not version_etc.
24887
24888 2003-10-06  Bruno Haible  <bruno@clisp.org>
24889
24890         * modules/version-etc-2: Remove file.
24891         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
24892
24893 2003-10-06  Bruno Haible  <bruno@clisp.org>
24894
24895         * modules/fatal-signal: New file.
24896         * MODULES.html.sh (func_all_modules): Add fatal-signal.
24897
24898 2003-10-06  Bruno Haible  <bruno@clisp.org>
24899
24900         * m4/fatal-signal.m4: New file.
24901         * m4/signalblocking.m4: New file, from GNU gettext.
24902
24903 2003-10-06  Bruno Haible  <bruno@clisp.org>
24904
24905         * lib/version-etc-2.h: Remove file.
24906         * lib/version-etc-2.c: Remove file.
24907
24908 2003-10-06  Bruno Haible  <bruno@clisp.org>
24909
24910         * lib/fatal-signal.h: New file, from GNU gettext.
24911         * lib/fatal-signal.c: New file, from GNU gettext.
24912
24913 2003-10-05  Paul Eggert  <eggert@twinsun.com>
24914
24915         * README: Rework advice for preventing empty .o files.
24916         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
24917         not <sys/types.h>.
24918
24919 2003-10-04  Karl Berry  <karl@gnu.org>
24920
24921         * lib/argp*: update from libc.
24922
24923 2003-10-04  Karl Berry  <karl@gnu.org>
24924
24925         * config/config.{guess,sub}: update from config.
24926
24927 2003-10-02  Bruno Haible  <bruno@clisp.org>
24928
24929         * modules/lchown (Include): Add lchown.h.
24930         * modules/time_r (Include): Use "..." syntax.
24931         * modules/xgetdomainname (Include): Add xgetdomainname.h.
24932
24933 2003-10-01  Simon Josefsson  <jas@extundo.com>
24934
24935         * MODULES.html.sh (func_all_modules): Move gethostname from section
24936         'based on' to section 'lacking' POSIX:2001.
24937
24938 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
24939
24940         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
24941         to output mode on the same stream.
24942
24943 2003-09-29  Paul Eggert  <eggert@twinsun.com>
24944
24945         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
24946         Fix arg typo in previous patch.
24947
24948 2003-09-28  Jim Meyering  <jim@meyering.net>
24949
24950         * lib/error.c: Correct cpp indentation.
24951
24952 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24953
24954         * modules/free: New file.
24955
24956 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24957
24958         * m4/free.m4: New file.
24959
24960 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24961
24962         * lib/minmax.h (MIN, MAX)
24963         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
24964         Omit the special code that used __typeof__, since we worry that
24965         it could be more trouble than it's worth.  See:
24966         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
24967         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
24968
24969         * lib/free.c: New file.
24970
24971 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
24972
24973         Trivial fixes to Makefile.am parts of module listings.
24974         * modules/strstr: Append strstr.h to lib_SOURCES.
24975         * modules/strcase: Likewise, for strcase.h.
24976
24977 2003-09-27  Karl Berry  <karl@gnu.org>
24978
24979         * config/mkinstalldirs: update from automake.
24980
24981 2003-09-26  Paul Eggert  <eggert@twinsun.com>
24982
24983         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
24984         (error_tail): Do not loop, reallocating temporary buffer, since
24985         the output cannot contain more wide characters than the input
24986         contains bytes, the size must be big enough already.  This avoids
24987         one potential size overflow calculation.  Check for size overflow
24988         when calculating temporary buffer size.  Free temporary buffer
24989         when done, if it was allocated with malloc; this plugs a memory
24990         leak.  Remove casts from void * to pointers, that are no longer
24991         needed now that we're assuming C89 or better.
24992
24993         Merge error changes from glibc.
24994
24995         * lib/error.c, error.h: Update copyright notice header to match glibc.
24996         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
24997         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
24998         Disable cancellation while printing error.
24999         * lib/error.h: Prepend __ to parameter names.
25000
25001 2003-09-26  Jim Meyering  <jim@meyering.net>
25002
25003         * lib/error.c (error_tail): Move some declarations
25004         into inner scope where the local variables are used.
25005
25006 2003-09-26  Bruno Haible  <bruno@clisp.org>
25007
25008         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
25009         stpncpy().
25010         Don't define stpncpy through config.h; it's now done through stpncpy.h.
25011
25012 2003-09-26  Bruno Haible  <bruno@clisp.org>
25013
25014         * lib/stpncpy.h (gnu_stpncpy): New declaration.
25015         (stpncpy): Define as alias for gnu_stpncpy.
25016         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
25017
25018 2003-09-25  Simon Josefsson  <jas@extundo.com>
25019
25020         * lib/xgetdomainname.h: New file.
25021         * lib/xgetdomainname.c: New file.
25022
25023 2003-09-25  Simon Josefsson  <jas@extundo.com>
25024             Bruno Haible  <bruno@clisp.org>
25025
25026         * modules/getdomainname: New file.
25027         * modules/xgetdomainname: New file.
25028         * MODULES.html.sh (func_all_modules): Add getdomainname,
25029         xgetdomainname.
25030
25031 2003-09-25  Simon Josefsson  <jas@extundo.com>
25032             Bruno Haible  <bruno@clisp.org>
25033
25034         * m4/getdomainname.m4: New file.
25035
25036 2003-09-25  Simon Josefsson  <jas@extundo.com>
25037             Bruno Haible  <bruno@clisp.org>
25038
25039         * lib/getdomainname.h: New file.
25040         * lib/getdomainname.c: New file.
25041
25042 2003-09-25  Karl Berry  <karl@gnu.org>
25043
25044         * lib/argp-fmtstream.c, argp-help.c: update from libc.
25045
25046 2003-09-25  Karl Berry  <karl@gnu.org>
25047
25048         * config/install-sh: update from automake.
25049
25050 2003-09-25  Bruno Haible  <bruno@clisp.org>
25051
25052         * modules/version-etc-2: New file, from modules/version-etc with
25053         modifications.
25054         * MODULES.html.sh (func_all_modules): Add version-etc-2.
25055
25056 2003-09-25  Bruno Haible  <bruno@clisp.org>
25057
25058         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
25059         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
25060
25061 2003-09-24  Simon Josefsson  <jas@extundo.com>
25062
25063         * modules/xgethostname: Add xgethostname.h.
25064
25065 2003-09-24  Paul Eggert  <eggert@twinsun.com>
25066
25067         * lib/linebuffer.c (freebuffer): Don't free the argument, just
25068         the buffer associated with the argument.  Bug reported by
25069         Simon Josefsson.
25070
25071 2003-09-24  Paul Eggert  <eggert@twinsun.com>
25072
25073         * README: Document assumptions that 'int' is at least 32 bits
25074         wide, that integer arithmetic is 2's complement without overflow,
25075         that there are no holes in integer values, that adding sizes of
25076         two nonoverlapping objects can't overflow, and that all-bits-zero
25077         yields scalar zero.  Fix spelling and capitalization typos.
25078
25079 2003-09-19  Karl Berry  <karl@gnu.org>
25080
25081         * lib/argp.h: update from libc.
25082
25083 2003-09-17  Paul Eggert  <eggert@twinsun.com>
25084
25085         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
25086         to avoid spurious warnings like "AC_RUN_IFELSE was called before
25087         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
25088
25089 2003-09-17  Paul Eggert  <eggert@twinsun.com>
25090
25091         * gnulib-tool: Use "test -h", not "test -L", for portability
25092         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
25093         (tags_regexp): Remove, since \| doesn't conform to POSIX.
25094         (sed_extract_prog): Issue s commands one-by-one, rather than
25095         using \| in one s command.
25096
25097 2003-09-16  Paul Eggert  <eggert@twinsun.com>
25098
25099         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
25100         input error, instead of returning NULL the next time we are called
25101         (and therefore losing track of errno).
25102
25103 2003-09-16  Bruno Haible  <bruno@clisp.org>
25104
25105         * gnulib-tool (func_create_testdir): Warn about duplicated
25106         dependencies.
25107
25108 2003-09-15  Paul Eggert  <eggert@twinsun.com>
25109
25110         * modules/argmatch, modules/fatal, modules/obstack,
25111         modules/xalloc, modules/xgethostname: Sort dependencies by
25112         importance, not alphabetically.
25113
25114 2003-09-15  Paul Eggert  <eggert@twinsun.com>
25115
25116         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
25117         fails, so that the caller gets the proper errno.
25118
25119         * lib/readutmp.c (read_utmp): Likewise.
25120         Check for fstat error.  Close stream and free storage
25121         when failing.
25122
25123 2003-09-14  Karl Berry  <karl@gnu.org>
25124
25125         * config/srclist.txt (strdup.c): disable for c89 changes.
25126
25127 2003-09-14  Jim Meyering  <jim@meyering.net>
25128
25129         * lib/getloadavg.c: Correct cpp indentation.
25130         * lib/strdup.c: Likewise.
25131         * lib/vasnprintf.c: Likewise.
25132
25133 2003-09-14  Bruno Haible  <bruno@clisp.org>
25134
25135         * modules/fwriteerror: New file.
25136         * MODULES.html.sh (func_all_modules): Add fwriteerror.
25137
25138 2003-09-14  Bruno Haible  <bruno@clisp.org>
25139
25140         * lib/fwriteerror.h: New file.
25141         * lib/fwriteerror.c: New file.
25142
25143 2003-09-12  Paul Eggert  <eggert@twinsun.com>
25144
25145         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
25146         modules/xgethostname, modules/xalloc: Depend on exit.
25147
25148 2003-09-12  Paul Eggert  <eggert@twinsun.com>
25149
25150         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
25151
25152         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
25153         and AC_MINIX, too, so that their extensions are available.
25154
25155         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
25156         This macro has been superseded by gl_BACKUPFILE.
25157
25158         More patches to assume C89 or better.
25159
25160         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
25161
25162         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
25163         unconditionally.
25164         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
25165         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
25166         Include <string.h>, <stdlib.h> unconditionally.
25167         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
25168         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
25169         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
25170         headers or for string.h.
25171         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
25172         or strtoul.
25173
25174         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
25175         headers.
25176         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
25177         * m4/userspec.m4 (gl_USERSPEC): Likewise.
25178         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
25179         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
25180         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
25181         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
25182         memcpy, memset.
25183         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
25184         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
25185         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
25186         strtol.
25187         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
25188         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
25189         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
25190         strtoul.
25191
25192 2003-09-12  Paul Eggert  <eggert@twinsun.com>
25193
25194         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
25195         * lib/obstack.c [!defined _LIBC]: Likewise.
25196         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
25197         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
25198         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
25199
25200         More changes to assume C89 or better.
25201
25202         * lib/error.c (error_tail): Assume vprintf.
25203
25204         * lib/argmatch.c (getenv): Remove decl.
25205         * lib/progreloc.c (get_full_program_name): Define via prototype.
25206         * lib/setenv.c (clearenv): Likewise.
25207         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
25208         needed.
25209         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
25210         (malloc, memcpy): Remove decls.
25211         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
25212         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
25213         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
25214         (memcpy): Remove macro.
25215         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
25216         (__P): Remove.  All uses removed.
25217         (PTR): Remove.  All uses changed to void *.
25218         (CHAR_BIT, NULL): Remove.
25219         (spaces, zeros, memset_space, memset_zero)
25220         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
25221         Remove.
25222         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
25223         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
25224         Define with prototype.
25225         Remove now-unnecessary prototype decl.
25226         (extra_args_spec): Assume ANSI C.  All uses changed.
25227         (extra_args_spec_iso): Remove.
25228         (my_strftime, emacs_strftimeu): Define via prototype.
25229         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
25230         unconditionally.
25231         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
25232         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
25233         (strtoul, strtol): Remove decls.
25234         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
25235         LONG_MAX): Remove.
25236         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
25237         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
25238         (LOCALE_PARAM_PROTO): New macro.
25239         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
25240         (INTERNAL (strtol), strtol): Define with a prototype.
25241         (PARAMS): Remove.  All uses removed.
25242         * lib/tempname.c: Include <string.h> unconditionally.
25243         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
25244         * lib/xgethostname.c (main): Define with a prototype.
25245         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
25246         Include <stdlib.h> unconditionally.
25247         (calloc, malloc, realloc, free): Remove decls.
25248         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
25249         Include <stdlib.h> unconditionally.  Sort include file names.
25250         (strtod): Remove.
25251         (xstrtod): Define with a prototype.
25252         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
25253         (strtol, strtoul): Remove decls.
25254
25255 2003-09-11  Paul Eggert  <eggert@twinsun.com>
25256
25257         More patches to assume C89 or better.
25258         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
25259         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
25260         string.h, memchr, STDC_HEADERS.
25261
25262 2003-09-11  Paul Eggert  <eggert@twinsun.com>
25263
25264         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
25265         Include <stdlib.h>, <string.h> unconditionally.
25266         Remove now-unnecessary cast to char *.
25267         * lib/strnlen.c: Include <string.h> unconditionally.
25268         * lib/yesno.c (yesno): Define with a prototype.
25269
25270 2003-09-11  Bruno Haible  <bruno@clisp.org>
25271
25272         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
25273
25274 2003-09-10  Jim Meyering  <jim@meyering.net>
25275
25276         * lib/error.c: Correct indentation of cpp directives.
25277
25278 2003-09-10  Bruno Haible  <bruno@clisp.org>
25279
25280         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
25281         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
25282         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
25283         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
25284         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
25285         <stdlib.h> and <string.h> checks.
25286         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
25287         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
25288
25289 2003-09-10  Bruno Haible  <bruno@clisp.org>
25290
25291         * lib/strcspn.c: Include <string.h> unconditionally.
25292         * lib/strpbrk.c: Include <string.h> unconditionally.
25293         * lib/strstr.c: Include <string.h> unconditionally.
25294         * lib/unicodeio.c: Include <string.h> unconditionally.
25295         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
25296         * lib/unsetenv.c: Likewise.
25297         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
25298         * lib/yesno.c: Include <stdlib.h> unconditionally.
25299         (rpmatch): Add prototype.
25300
25301 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25302
25303         More patches to assume C89 or better.
25304         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
25305         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
25306         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
25307         or for string.h.
25308         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
25309         stdlib.h.
25310         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
25311         C headers.
25312         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
25313         string.h.
25314         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
25315         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
25316         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
25317         or for string.h.
25318         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
25319         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
25320         C headers.
25321         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
25322         memcpy.
25323         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
25324         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
25325         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
25326         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
25327         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
25328         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
25329         string.h, free.
25330         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
25331         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
25332         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
25333         C headers, or for string.h.
25334         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
25335         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
25336         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
25337         headers, memory.h, stdlib.h, string.h, strings.h.
25338         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
25339         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
25340         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
25341         strchr.
25342         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
25343         headers, memory.h, string.h.
25344         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
25345         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
25346         free.
25347         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
25348         headers.
25349         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
25350         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
25351         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
25352         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
25353         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
25354
25355 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25356
25357         More K&R removal.
25358
25359         * lib/acosl.c (main): Use a prototype.
25360         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
25361         tanl.c: Likewise.
25362
25363         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
25364
25365         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
25366         (getopt, etopt_long, getopt_long_only, _getopt_internal)
25367         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
25368         with a prototype.
25369         * lib/getopt.c (const): Remove macro.
25370         Include <string.h> unconditionally.
25371         (my_index): Remove; all uses changed to strchr.
25372         (strlen): Remove decl.
25373         (exchange): Remove forward decl; no longer needed.
25374         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
25375         Define with prototype.
25376         * lib/getopt1.c (const): Remove macro.
25377         (getopt_long, getopt_long_only, main): Define with prototype.
25378
25379         * lib/getugroups.c: Include <string.h> unconditionally.
25380
25381         * lib/getusershell.c: Include <stdlib.h> unconditionally.
25382         (getusershell, setusershell, endusershell, readname, main):
25383         Define with prototypes.
25384
25385         * lib/group-member.c: Include group-member.h first.
25386         Include <stdlib.h> unconditionally.
25387
25388         * lib/hard-locale.c: Include hard-locale.h first.
25389         Include <stdlib.h>, <string.h> unconditionally.
25390
25391         * lib/hash.c (free, malloc): Remove decls.
25392         Include <stdlib.h> unconditionally.
25393
25394         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
25395         (getenv): Do not declare.
25396
25397         * lib/idcache.c: Include <string.h> unconditionally.
25398
25399         * lib/long-options.c: Include long-options.h first, to test interface.
25400         Include <stdlib.h> unconditionally.
25401
25402         * lib/makepath.c: Include makepath.h first, to test interface.
25403         Include <stdlib.h> and <string.h> unconditionally.
25404
25405         * lib/linebuffer.c: Include <stdlib.h>.
25406         (free): Remove decl.
25407
25408         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
25409         stddef.h. rpl_malloc returns void *, not char *.
25410         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
25411         prototype.
25412
25413         * lib/md5.h: Include <limits.h> unconditionally.
25414         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
25415         (__P): Remove; all uses removed.
25416         * lib/md5.c: Include "md5.h" first.
25417         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
25418         md5_buffer, md5_process_bytes, md5_process_block):
25419         Define with prototypes.
25420         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
25421         * lib/sha.c: Include "sha.h" first.
25422         Include <stdlib.h>, <string.h> unconditionally.
25423
25424         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
25425         * lib/memcmp.c (__ptr_t): Likewise.
25426         * lib/memrchr.c (__ptr_t): Likewise.
25427         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
25428         Include <string.h> unconditionally.
25429         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
25430         * lib/memchr.c: Include <stdlib.h> unconditionally.
25431         * lib/memchr.c (LONG_MAX): Remove.
25432         * lib/memrchr.c (LONG_MAX): Likewise.
25433         * lib/memchr.c (__memchr): Define via a prototype.
25434         * lib/memrchr.c (__memrchr): Likewise.
25435         * lib/memcmp.c (__P): Remove, and remove all uses.
25436         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
25437         Remove forward decls; no longer needed.
25438         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
25439         Use types required by C89 in prototype.
25440
25441         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
25442         * lib/savedir.c: Likewise.
25443         * lib/mkdir.c (free): Remove decl.
25444         * lib/rmdir.c (rmdir): Define with a prototype.
25445         * lib/savedir.c: Include savedir.h first, to test interface.
25446
25447         * lib/mktime.c (STDC_HEADERS): Remove.
25448         Include <stdlib.h>, <string.h> unconditionally.
25449
25450         * lib/modechange.c: Include <stdlib.h> unconditionally.
25451         (malloc): Remove decl.
25452
25453         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
25454         (free): Remove decl.
25455
25456         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
25457         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
25458         (This type really should be intptr_t, but that's a C99ism.)
25459         (_obstack_memcpy): Remove: all uses changed to memcpy.
25460         Include <string.h> unconditionally.
25461         (struct obstack): Assume __STDC__ for types of members
25462         chunkfun, freefun, extra_arg.
25463         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
25464         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
25465         obstack_begin, obstack_specify_allocation,
25466         obstack_specify_allocation_with_arg, obstack_chunkfun,
25467         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
25468         Remove unprototyped decls and the macros that use them.
25469         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
25470         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
25471         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
25472         (defined __STDC__ && __STDC__)]:
25473         Remove nonprototyped code.
25474         Include <stdlib.h> unconditionally.
25475         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
25476         _obstack_allocated_p, _obstack_free, obstack_free,
25477         _obstack_memory_used, print_and_abort):
25478         Define using prototypes.
25479         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
25480         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
25481         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
25482         obstack_next_free, obstack_object_size, obstack_room) [0]:
25483         Remove unused, unprototyped code.
25484
25485         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
25486
25487         * lib/physmem.c (physmem_total, physmem_available, main): Define
25488         with prototypes.
25489
25490         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
25491         (main): Define with a prototype.
25492
25493         * lib/posixver.c (getenv): Remove decl.
25494
25495         * lib/putenv.c (malloc): Returns void *, not char *.
25496         Include <string.h> unconditionally.
25497         (strchr, memcpy, NULL): Do not define.
25498
25499         * lib/readtokens.c: Include readtokens.h first, to test interface.
25500         Include <stdlib.h>, <string.h> unconditionally.
25501         (init_tokenbuffer): Define with a prototype.
25502
25503         * lib/regex.c (PARAMS): Remove.  All uses removed.
25504         All uses of _RE_ARGS removed, too.
25505         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
25506         unconditionally.
25507         (bzero): Assume memset exists.
25508         (memcmp, memcpy, NULL): Remove.
25509         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
25510         char, or assignments to local vars of type signed char.
25511         (init_syntax_once, PREFIX(extract_number_and_incr),
25512         PREFIX(print_partial_compiled_pattern),
25513         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
25514         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
25515         PREFIX(regex_grow_registers), PREFIX(regex_compile),
25516         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
25517         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
25518         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
25519         wcs_compile_range, byte_compile_range, truncate_wchar,
25520         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
25521         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
25522         count_mbs_length, wcs_re_match_2_internal,
25523         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
25524         PREFIX(alt_match_null_string_p),
25525         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
25526         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
25527         regfree, PREFIX(extract_number)): Define with prototype.  Remove
25528         now-unnecessary declaration, if any.
25529         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
25530         regcomp, regexec):
25531         Remove now-unnecessary casts among pointer types.
25532         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
25533
25534         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
25535         (free): Remove decl.
25536
25537         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
25538
25539         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
25540         (free): Remove decl.
25541
25542         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
25543         * lib/xgetcwd.c: Likewise.
25544
25545         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
25546         (free): Remove decl.
25547
25548         * lib/strchrnul.c (strchrnul): Define with a prototype.
25549         Fix bug: c_in was not converted to char before searching.
25550
25551         The following changes are not K&R related:
25552
25553         * lib/group-member.h: Include <sys/types.h>, so that this file is
25554         self-contained.
25555         * lib/makepath.h: Likewise.
25556
25557         * lib/getusershell.c (readname, default_index, line_size, readname):
25558         Use size_t, not int, for sizes.
25559         (readname): If the size overflows, report an error instead of
25560         looping forever.
25561
25562 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25563
25564         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
25565         libc.
25566
25567 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25568
25569         * README: New section: portability guidelines.
25570
25571 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
25572
25573         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
25574         C89 spec.
25575
25576 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
25577
25578         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
25579
25580 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25581
25582         Assume C89 or better; remove K&R cruft.
25583         A few of these changes were first proposed by Derek Robert Price
25584         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
25585
25586         * lib/addext.c: Include <string.h> unconditionally.
25587         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
25588         Don't declare getenv or malloc.
25589
25590         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
25591         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
25592         (NULL): Remove.
25593         (find_stack_direction, alloca): Use prototypes.
25594
25595         * lib/atexit.c (atexit): Define using a prototype.
25596
25597         * lib/basename.c, dirname.c, stripslash.c:
25598         Include <string.h> unconditionally.
25599
25600         * lib/bcopy.c: Include <stddef.h>.
25601         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
25602
25603         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
25604
25605         * lib/error.h (error, error_at_line, error_print_progname)
25606         [! (defined (__STDC__) && __STDC__)]: Remove decls.
25607         * lib/error.c: Include error.h first, to check interface.
25608         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
25609         (VA_START): Remove; all uses changeed to va_start.
25610         (exit, strerror): Remove decls.
25611         (error_print_progname): Prototype uncondionally.
25612         Don't include <errno.h>; no longer needed.
25613         (private_strerror): Remove.
25614         (error_tail): Always define.
25615         (error, error_at_line): Assume C89 or better; always use prototypes.
25616         * lib/fatal.c: Include "fatal.h" first, to test interface.
25617         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
25618         (VA_START): Remove; all uses changed to va_start.
25619         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
25620         this case.
25621         (exit): Remove decl.
25622         (fatal): Prototype unconditionally.  Assume va_start works.
25623         Abort at end, to pacify gcc.
25624
25625         * lib/euidaccess.c (main): Define with a prototype.
25626
25627         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
25628
25629         * lib/exitfail.c: Include <stdlib.h> unconditionally.
25630
25631         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
25632         prototypes.
25633         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
25634         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
25635         (getenv): Remove decl.
25636         (fnmatch): Define using a prototype.
25637         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
25638         (FCT): Define using a prototype.
25639
25640         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
25641
25642         * lib/gethostname.c: Include <stddef.h>.
25643         (gethostname): Define with prototype.  Length is size_t, not int.
25644
25645 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25646
25647         Assume C89 or better; remove K&R cruft.
25648         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
25649         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
25650         string.h, getenv, malloc.
25651         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
25652         headers.
25653         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
25654         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
25655         do not check for strerror.
25656         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
25657         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
25658         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
25659         do not check for doprnt or vprintf.
25660         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
25661         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
25662
25663 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25664
25665         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
25666         getversion.c should have been removed then, but was accidentally
25667         preserved.
25668
25669         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
25670         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
25671
25672 2003-09-08  Karl Berry  <karl@gnu.org>
25673
25674         * config/config.sub, config.guess, srclistvars.sh: update from savannah
25675                 config, forget about prep.
25676
25677         * config/depcomp, missing: update from automake.
25678
25679 2003-09-07  Paul Eggert  <eggert@twinsun.com>
25680
25681         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
25682         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
25683
25684 2003-09-07  Paul Eggert  <eggert@twinsun.com>
25685
25686         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
25687         copy_tm_result.  Bug reported by Simon Josefsson in
25688         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
25689
25690 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25691
25692         * m4/time_r.m4: New file.
25693         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
25694         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
25695         is. Check for timegm declaration.
25696         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
25697         Do not check for gmtime_r.
25698         Replace mktime if __mktime_internal does not exist and if mktime
25699         hasn't been replaced already.
25700
25701 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25702
25703         * lib/time_r.c, lib/time_r.h: New files.
25704
25705         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
25706         __localtime_r.
25707         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
25708         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
25709
25710         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
25711         __gmtime_r.
25712         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
25713         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
25714         Include <time_r.h>.
25715
25716         * lib/timegm.c: Switch to glibc implementation, with the following
25717         changes:
25718         [defined HAVE_CONFIG_H]: Include <config.h>.
25719         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
25720         (__mktime_internal) [!defined _LIBC]: New decl.
25721         (__gmtime_r) [!defined _LIBC]: New macro and function.
25722         (timegm): Use a prototype, since gnulib assumes C89.
25723         Do not bother declaring tmp to be const, as it's not really usefu.
25724         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
25725         (timegm): Declare only if HAVE_DECL_TIMEGM.
25726
25727 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25728
25729         * MODULES.html.sh (func_all_modules): Add time_r.
25730         * modules/time_r: New file.
25731         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
25732         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
25733
25734 2003-09-03  Paul Eggert  <eggert@twinsun.com>
25735
25736         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
25737         Bug reported by Lute Kamstra in
25738         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
25739
25740         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
25741         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
25742         course with correspondingly smaller numbers for tomorrow and
25743         yesterday.  From Tadayoshi Funaba.  Originally installed into
25744         sh-utils on 1999-08-07, but the patch got lost (I guess during the
25745         coreutils merge?).
25746
25747 2003-08-31  Simon Josefsson  <jas@extundo.com>
25748
25749         * modules/timegm: New file.
25750         * MODULES.html.sh (func_all_modules): Add timegm.
25751
25752 2003-08-31  Simon Josefsson  <jas@extundo.com>
25753
25754         * m4/timegm.m4: New file.
25755
25756 2003-08-31  Simon Josefsson  <jas@extundo.com>
25757
25758         * lib/timegm.h: New file.
25759         * lib/timegm.c: New file.  Based on
25760         wget-1.8.2/src/http.c:mktime_from_utc.
25761
25762 2003-08-31  Karl Berry  <karl@gnu.org>
25763
25764         * lib/argp.h: update from libc.
25765
25766 2003-08-28  Bruno Haible  <bruno@clisp.org>
25767
25768         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
25769         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
25770         followed by '#define fnmatch fnmatch_posix' gives an error.
25771
25772 2003-08-28  Bruno Haible  <bruno@clisp.org>
25773
25774         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
25775         warning on QNX, which defines O_BINARY to 000000.
25776
25777 2003-08-27  Jim Meyering  <jim@meyering.net>
25778
25779         * m4/mkstemp.m4: Require that the system mkstemp be able to create
25780         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
25781         would fail after 32.  Reported by Danny Levinson.  Details here:
25782         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
25783
25784 2003-08-24  Bruno Haible  <bruno@clisp.org>
25785
25786         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
25787         MSVC7 <stdio.h> is included later.
25788
25789 2003-08-22  Simon Josefsson  <jas@extundo.com>
25790
25791         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
25792
25793 2003-08-20  Karl Berry  <karl@gnu.org>
25794
25795         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
25796
25797 2003-08-20  Bruno Haible  <bruno@clisp.org>
25798
25799         * modules/progname: New file.
25800         * MODULES.html.sh (func_all_modules): Add progname.
25801
25802 2003-08-20  Bruno Haible  <bruno@clisp.org>
25803
25804         * lib/progname.h: New file, from GNU gettext.
25805         * lib/progname.c: New file, from GNU gettext.
25806         * lib/progreloc.c: New file, from GNU gettext.
25807
25808 2003-08-19  Jim Meyering  <jim@meyering.net>
25809
25810         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
25811         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
25812
25813 2003-08-19  Bruno Haible  <bruno@clisp.org>
25814
25815         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
25816         more.
25817
25818 2003-08-19  Bruno Haible  <bruno@clisp.org>
25819
25820         * lib/xstrdup.c: Assume <string.h> exists.
25821
25822 2003-08-18  Paul Eggert  <eggert@twinsun.com>
25823
25824         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
25825         in makefile rules.
25826
25827 2003-08-18  Jim Meyering  <jim@meyering.net>
25828
25829         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
25830         * m4/lib-ld.m4: Likewise.
25831
25832 2003-08-18  Jim Meyering  <jim@meyering.net>
25833
25834         * lib/setenv.h: Indent nested cpp directive.
25835         * lib/vasnprintf.c: Remove trailing blanks.
25836
25837 2003-08-17  Simon Josefsson  <jas@extundo.com>
25838
25839         * modules/xstrndup: New file.
25840         * MODULES.html.sh (func_all_modules): Add xstrndup.
25841
25842 2003-08-17  Simon Josefsson  <jas@extundo.com>
25843
25844         * modules/argp: Fix autoconf macro name. Add more dependencies.
25845
25846 2003-08-17  Simon Josefsson  <jas@extundo.com>
25847
25848         * m4/xstrndup.m4: New file.
25849
25850 2003-08-17  Simon Josefsson  <jas@extundo.com>
25851
25852         * m4/argp.m4: New file.
25853
25854 2003-08-17  Simon Josefsson  <jas@extundo.com>
25855             Bruno Haible  <bruno@clisp.org>
25856
25857         * lib/xstrndup.h: New file.
25858         * lib/xstrndup.c: New file.
25859
25860 2003-08-17  Bruno Haible  <bruno@clisp.org>
25861
25862         * modules/strndup (Files, Include): Add lib/strndup.h.
25863
25864 2003-08-17  Bruno Haible  <bruno@clisp.org>
25865
25866         * modules/euidaccess (Files): Add lib/euidaccess.h.
25867
25868 2003-08-17  Bruno Haible  <bruno@clisp.org>
25869
25870         * lib/strndup.h: New file.
25871
25872 2003-08-17  Bruno Haible  <bruno@clisp.org>
25873
25874         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
25875         like AC_GNU_SOURCE.
25876         * modules/extensions (configure.ac): Comment out the invocation of
25877         gl_USE_SYSTEM_EXTENSIONS.
25878
25879 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25880
25881         Merges from coreutils, etc.
25882         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
25883         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
25884         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
25885         fixing a typo.
25886         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
25887         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
25888
25889 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25890
25891         Document merge from coreutils.
25892         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
25893         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
25894         * modules/utime: Add m4/utimes-null.m4.
25895
25896 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25897
25898         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
25899         space, undoing this 2003-08-12 change:
25900         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25901
25902 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25903
25904         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
25905         strtoul.c from libc, undoing this 2003-08-12 change:
25906         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25907
25908 2003-08-16  Jim Meyering  <jim@meyering.net>
25909
25910         Merges from coreutils.
25911         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
25912         prefix.  Adjust cache variables similarly.  Create 500 rather than
25913         just 300 files, to exercise bug on Darwin6.5, too.
25914         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
25915         $missing_dir.
25916         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
25917         AM_SYS_POSIX_TERMIOS.
25918         Reported by mkc@mathdogs.com.
25919         Also change use of $am_cv_sys_posix_termios
25920         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
25921         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
25922         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
25923         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
25924         in /proc/mounts until it finds one with matching device number.  This
25925         is unnecessary when the FILE argument *is* a mount point.  No stat call
25926         is necessary in that case.  So, disable the statvfs-testing code on
25927         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
25928         as RedHat bug# 84846.
25929         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25930         to 1MB, so as not to render systems with no stack size limit (e.g.,
25931         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25932         Include <unistd.h>.  On some systems,
25933         it is required for the definition of _SC_PAGESIZE.
25934
25935 2003-08-16  Jim Meyering  <jim@meyering.net>
25936
25937         Merge from coreutils.
25938         * lib/xstrtoimax.c: #else #if -> #elif.
25939         * lib/xstrtoumax.c: Likewise.
25940
25941 2003-08-16  Jim Meyering  <jim@meyering.net>
25942
25943         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
25944         * m4/utimes.m4: Removed.
25945         * m4/utimes-null.m4: Renamed from utimes.m4.
25946
25947         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25948         to 1MB, so as not to render systems with no stack size limit (e.g.,
25949         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25950         Include <unistd.h>.  On some systems,
25951         it is required for the definition of _SC_PAGESIZE.
25952
25953 2003-08-16  Jim Meyering  <jim@meyering.net>
25954         and Paul Eggert  <eggert@cs.ucla.edu>
25955
25956         Merges from coreutils, etc.
25957
25958         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
25959         using the latest version from cvs.  This avoids problems with #line
25960         directives using a vendor (Sun) compiler.
25961         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
25962         Don't set GETGROUPS_LIB here; now it's
25963         done via getgroups.m4's wrapper function.
25964         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
25965         rather than just in sh-util/configure.in, so that the
25966         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
25967         same.
25968         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
25969         AC_FUNC_GETLOADAVG where to find getloadavg.c.
25970         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
25971         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
25972         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
25973         Remove code that is now done by the newly-required macros.
25974         Append $(EXEEXT) to DF_PROG.
25975         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
25976         Do not invoke or require the following here,
25977         since prereq.m4 or some gnulib .m4 now does this for us:
25978         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
25979         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
25980         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
25981         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
25982         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
25983         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
25984         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
25985         AC_FUNC_OBSTACK.
25986         Do not replace the following functions, as this is now the job
25987         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
25988         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
25989         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
25990         atexit getpass, strdup, getpagesize.
25991         Replace 'raise'.
25992         Do not check for the following functions, as this is now the job
25993         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
25994         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
25995         setregid.
25996         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
25997         Check for sys/sysctl.h.
25998         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
25999         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
26000         of checking for ssize_t ourselves.
26001
26002         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
26003         Require every macro that gnulib/modules/* suggests for us.
26004         (jm_PREREQ_ADDEXT): New macro.
26005         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
26006         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
26007
26008         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
26009         (gl_PHYSMEM): Use it.
26010         Also check for `table' function.
26011         Check for new headers and functions.
26012         Add check for sys/sysmp.h.
26013         With suggestions from Kaveh Ghazi.
26014         Ignore headers that are present but cannot be compiled.  This
26015         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
26016         C 5.4.
26017
26018 2003-08-15  Paul Eggert  <eggert@twinsun.com>
26019
26020         Document merge from coreutils.
26021         * modules/userspec: Depend on posixver.
26022         * modules/strftime: Depend on tzset.
26023
26024 2003-08-15  Paul Eggert  <eggert@twinsun.com>
26025
26026         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
26027         rather than tab, after '#' in shell-script copyright notices.
26028         Suggested by Bruno Haible.
26029
26030 2003-08-15  Paul Eggert  <eggert@twinsun.com>
26031
26032         * config/srclist-update: Use three spaces, rather than tab, after '#'
26033         in shell-script copyright notices.  Suggested by Bruno Haible.
26034         Remove unnecessary parenthesization in regular expression.
26035
26036 2003-08-15  Jim Meyering  <jim@meyering.net>
26037
26038         Merge from coreutils.
26039         * lib/xgethostname.c: Include <stdlib.h>.
26040         (xghostname): Don't exit for anything other than memory-related
26041         failure; just return NULL.
26042         * lib/userspec.c: Include "posixver.h".
26043         (parse_user_spec): Accept `.' as a separator only
26044         in pre-POSIX-200112 mode.
26045         * lib/strtoimax.c: Use #elif rather than #else #if.
26046         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
26047         Remove function, now that we can rely on a working tzset function.
26048         [!_LIBC]: Ensure that the required autoconf test has been run.
26049         [!defined _NL_CURRENT && HAVE_STRFTIME]:
26050         Use underlying_strftime for %r.
26051         * lib/sha.c: Merge in some clean-up and optimization changes from
26052         glibc.
26053         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
26054         Ensure that it is a multiple of 64.
26055         Rearrange loop exit tests so as to avoid performing an
26056         additional fread after encountering an error or EOF.
26057         * lib/realloc.c: Update copyright date.
26058
26059 2003-08-15  Jim Meyering  <jim@meyering.net>
26060         and Paul Eggert  <eggert@twinsun.com>
26061
26062         Merge from coreutils.
26063         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
26064         member but strut utmpx does not.  Needed for AIX 4.3.3.
26065         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
26066
26067 2003-08-15  Jim Meyering  <jim@meyering.net>
26068         and Paul Eggert  <eggert@cs.ucla.edu>
26069
26070         Merges from coreutils, etc.
26071         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
26072         Require gl_FUNC_TZSET_CLOBBER.
26073         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
26074         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
26075         members.
26076
26077 2003-08-14  Paul Eggert  <eggert@twinsun.com>
26078
26079         Help the merge from coreutils.
26080         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
26081         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
26082         * m4/tzset.m4: Use it too.
26083
26084 2003-08-14  Paul Eggert  <eggert@twinsun.com>
26085
26086         * modules/tzset: New file.
26087
26088 2003-08-14  Jim Meyering  <jim@meyering.net>
26089
26090         Merges from coreutils.
26091         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
26092         variable names, rather than @FNMATCH_H@.
26093         * modules/alloca: Likewise for $(ALLOCA_H).
26094
26095         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
26096         the three copies of the literal target, `fnmatch.h'.
26097         * modules/alloca (alloca.h): Likewise.
26098
26099 2003-08-14  Jim Meyering  <jim@meyering.net>
26100
26101         Merge from coreutils.
26102         * m4/tzset.m4: New file.
26103         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
26104         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
26105         otherwise, AIX 5.1 systems would end up using the latter.
26106         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
26107         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
26108         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
26109         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
26110
26111 2003-08-14  Jim Meyering  <jim@meyering.net>
26112
26113         Merge from coreutils.
26114         * lib/obstack.h: Whitespace changes.
26115         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
26116         and xcalloc return values.
26117         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
26118         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
26119         hang on OSF/1 5.1 for DIR on both local and remote file systems.
26120         Reported by (and fix confirmed by) Nelson H. F. Beebe.
26121         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
26122         error from mntctl.
26123         Use mntctl's return value to drive the entry-processing loop, since
26124         we can't rely on the value of the vmt_length member in the last
26125         entry.  On some systems doing so could result in exhausting
26126         virtual memory.  Based in part on a patch from Mike Jetzer.
26127
26128 2003-08-14  Jim Meyering  <jim@meyering.net>
26129         and Paul Eggert  <eggert@twinsun.com>
26130
26131         Merges from coreutils, plus other fixes.
26132         * lib/physmem.c: Merge in portability changes from gcc/libiberty
26133         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
26134         for credits and details.  Thanks to Kaveh Ghazi for helping
26135         to keep these files in sync.
26136         (ARRAY_SIZE): Define it.
26137         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
26138         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
26139         (memcasecmp): Don't assume size_t fits in unsigned int.
26140         Remove casts and duplicate code.
26141         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
26142         (memcpy): Remove definition.
26143         Merge in some clean-up and optimization changes from glibc.
26144         [BLOCKSIZE]: Move definition to top of file.
26145         Ensure that it is a multiple of 64.
26146         Rearrange loop exit tests so as to avoid performing an
26147         additional fread after encountering an error or EOF.
26148         * lib/md5.h (md5_uintptr): Define.
26149         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
26150         return to the initial working directory.  Preserve errno
26151         for caller.
26152         * lib/idcache.c: Include "xalloc.h".
26153         (xmalloc, xrealloc): Remove decls.
26154         (getuser): Remove casts no longer required in C89.
26155         * lib/human.c: Include stdio.h, for sprintf.
26156         * lib/group-member.c: Include "xalloc.h".
26157         (xmalloc, xrealloc): Remove decls.
26158         (get_group_info): Remove casts no longer required in C89.
26159         * lib/getusershell.c (readname): Remove casts no longer required in
26160         C89.
26161         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
26162         * lib/getline.c: Whitespace fix, from coreutils.
26163
26164 2003-08-13  Paul Eggert  <eggert@twinsun.com>
26165
26166         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
26167         Check for isascii.
26168
26169         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
26170         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
26171         Undo previous (whitespace-only) change.
26172
26173 2003-08-13  Paul Eggert  <eggert@twinsun.com>
26174
26175         * lib/exclude.c: Include <ctype.h>
26176         (IN_CTYPE_DOMAIN): New macro.
26177         (is_space): New fn.
26178         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
26179         and empty lines.
26180
26181         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
26182         Undo previous (whitespace-only) change.
26183
26184 2003-08-13  Paul Eggert  <eggert@twinsun.com>
26185
26186         * config/srclist-update: Change update back to the old behavior,
26187         leaving whitespace alone.  Use one 'sed' command rather than a
26188         pipeline.
26189         (fixlicense): Now a variable, not a function.
26190         (remove_trailing_blanks): Remove.
26191         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
26192         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
26193         Undo previous (whitespace-only) change.
26194
26195 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26196
26197         Merge from coreutils.
26198         * modules/euidaccess: Add lib_SOURCES, include for new
26199         file euidaccess.h
26200
26201 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26202
26203         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
26204         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
26205         Normalize leading white space and remove trailing white space.
26206
26207         Merge from coreutils
26208         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
26209
26210         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
26211         0.12.1.  These files are now being upgraded automatically by
26212         ../config/srclist-update.
26213
26214 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26215
26216         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
26217         Normalize leading white space and remove trailing white space.
26218         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
26219         notice, as per ../config/srclist-update.
26220
26221         Merge from coreutils.
26222         * lib/euidaccess.h: New file.
26223         * lib/euidaccess.c: Include it.
26224         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
26225         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
26226         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
26227
26228 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26229
26230         * config/srclist-update: Add copyright notice.
26231         (remove_id_lines, remove_trailing_blanks): New constants.
26232         (fixfile): Use them to normalize spacing a bit in copied files.
26233         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
26234         Normalize leading white space and remove trailing white space.
26235
26236         * config/texinfo.tex: Sync with texinfo.
26237
26238         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
26239         strtoul.c from libc, to merge coreutils whitespace changes.
26240
26241         * config/srclist.txt: Get the following m4 files from gettext:
26242         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
26243         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
26244         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
26245         wint_t.m4.
26246
26247 2003-08-12  Karl Berry  <karl@gnu.org>
26248
26249         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
26250         been made.
26251
26252 2003-08-11  Paul Eggert  <eggert@twinsun.com>
26253
26254         * modules/gnu-source, m4/gnu-source.m4:
26255         Remove; we're assuming Autoconf 2.54 or later now.
26256         Suggested by Bruno Haible.
26257         * MODULES.html.sh (func_all_modules): Remove gnu-source.
26258
26259 2003-08-11  Bruno Haible  <bruno@clisp.org>
26260
26261         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
26262
26263 2003-08-11  Bruno Haible  <bruno@clisp.org>
26264
26265         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
26266         (vasnprintf): Use it instead of wcslen.
26267
26268 2003-08-11  Bruno Haible  <bruno@clisp.org>
26269
26270         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
26271         value to ensure that _Bool promotes to int. Use #define for _Bool when
26272         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
26273
26274 2003-08-10  Karl Berry  <karl@gnu.org>
26275
26276         * lib/regex.h: update from libc (whitespace fix).
26277
26278 2003-08-09  Paul Eggert  <eggert@twinsun.com>
26279
26280         Merge some files from coreutils.  These changes were
26281         originally made by Jim Meyering.
26282         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
26283         many older Unixes require this.
26284         * lib/alloca.c (alloca): Remove cast to argument of free;
26285         no longer needed in C89.
26286         * lib/alloca_.h, regex.h: Fix white space to match
26287         what GNU indent does.
26288
26289 2003-08-09  Paul Eggert  <eggert@twinsun.com>
26290
26291         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
26292         apparently Emacs's Unicode mode got confused before my 2003-08-05
26293         checkin.
26294
26295 2003-08-08  Paul Eggert  <eggert@twinsun.com>
26296
26297         * m4/extensions.m4: New file.
26298         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
26299         Require gl_USE_SYSTEM_EXTENSIONS.
26300         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
26301         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
26302
26303 2003-08-08  Paul Eggert  <eggert@twinsun.com>
26304
26305         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
26306         * modules/extensions, modules/gnu-source: New files.
26307         * modules/timespec, modules/unlocked-io: Depend on extensions.
26308
26309 2003-08-07  Paul Eggert  <eggert@twinsun.com>
26310
26311         * modules/restrict: New file.
26312         * MODULES.html.sh (func_all_modules): Add restrict.
26313         * modules/regex: Depend on restrict.
26314
26315 2003-08-07  Paul Eggert  <eggert@twinsun.com>
26316
26317         * m4/restrict.m4: New file.
26318         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
26319
26320 2003-08-07  Bruno Haible  <bruno@clisp.org>
26321
26322         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
26323         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
26324
26325 2003-08-07  Bruno Haible  <bruno@clisp.org>
26326
26327         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
26328         makes the module 'getndelim2' compatible with the module 'getline'.
26329
26330 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26331
26332         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
26333         byte with "\201" to avoid glitches when editing that source file
26334         with multi-gnome-terminal.
26335
26336 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26337
26338         * lib/bumpalloc.h: Remove.
26339
26340 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26341
26342         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
26343         * modules/bumpalloc: Remove.
26344
26345 2003-08-04  Paul Eggert  <eggert@twinsun.com>
26346
26347         * lib/getloadavg.c: Change copyright notice and spacing to conform to
26348         GNU coding style.
26349
26350         Merge from coreutils.
26351         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
26352         1. From glibc.
26353         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
26354         from Karl Berry, implemented by Jim Meyering.
26355         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
26356         from Dmitry V. Levin.
26357         Remove anachronistic cast of xrealloc.
26358         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
26359         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
26360         type. Otherwise, it wouldn't compile with at least /bin/cc on
26361         ymp-cray-unicos9.0.2.X.
26362         Combine two mostly-identical uses of alloca into one.
26363         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
26364
26365 2003-08-04  Dave Love  <d.love@dl.ac.uk>
26366
26367         [From Emacs.]
26368
26369         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
26370         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
26371         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
26372         obsolete NLIST_NAME_UNION.
26373         [__GNU__]: Undef BSD and FSCALE.
26374         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
26375
26376 2003-08-03  Paul Eggert  <eggert@twinsun.com>
26377
26378         * lib/stdbool_.h (_Bool): Make it signed char, instead of
26379         an enum type, so that it's guaranteed to promote to int.  See:
26380         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
26381
26382 2003-08-03  Karl Berry  <karl@gnu.org>
26383
26384         * config/depcomp: update from automake.
26385
26386 2003-07-31  Paul Eggert  <eggert@twinsun.com>
26387
26388         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
26389         (strerror): Don't assume that a printable int fits in 14 bytes.
26390
26391 2003-07-31  Bruno Haible  <bruno@clisp.org>
26392
26393         * modules/getpass-gnu: New file.
26394         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
26395
26396 2003-07-31  Bruno Haible  <bruno@clisp.org>
26397
26398         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
26399
26400 2003-07-24  Karl Berry  <karl@gnu.org>
26401
26402         * config/missing: update from automake.
26403
26404 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
26405             Bruno Haible  <bruno@clisp.org>
26406
26407         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
26408         * lib/getline.c (getline, getdelim): Likewise.
26409         Remove _GNU_SOURCE define; now it's defined in config.h through
26410         m4/getline.m4.
26411
26412 2003-07-23  Karl Berry  <karl@gnu.org>
26413
26414         * config/config.sub: update from prep.
26415
26416 2003-07-22  Paul Eggert  <eggert@twinsun.com>
26417
26418         * modules/xalloc (Depends-on): Add exitfail.
26419         * modules/xmemcoll: Likewise.
26420
26421 2003-07-22  Paul Eggert  <eggert@twinsun.com>
26422
26423         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
26424         over-parenthesization in macros.
26425
26426         Sync with coreutils.
26427
26428         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
26429         required by C99.
26430
26431         Use `exit_failure' for xalloc and xmemcoll instead of their own
26432         private exit-failure variables.
26433         * lib/xalloc.h (xalloc_exit_failure): Remove.
26434         * lib/xmalloc.c: Likewise.  Include exitfail.h.
26435         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
26436         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
26437         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
26438         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
26439
26440 2003-07-20  Jim Meyering  <jim@meyering.net>
26441
26442         * modules/closeout (Depends-on): Add exitfail.
26443         Suggestion from Bruno Haible.
26444
26445 2003-07-19  Karl Berry  <karl@gnu.org>
26446
26447         * config/config.sub: update from prep.
26448
26449 2003-07-18  Paul Eggert  <eggert@twinsun.com>
26450
26451         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
26452         Remove.
26453         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
26454         to test that it can stand by itself.  Include "exitfail.h".
26455         Clients should set exit_failure instead.
26456         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
26457
26458 2003-07-18  Bruno Haible  <bruno@clisp.org>
26459
26460         * modules/getndelim2: New file.
26461         * modules/getline: Share files with module getndelim2.
26462         * modules/getnline: Depend on getndelim2 instead of sharing files with
26463         it. Add getnline.c to lib_SOURCES.
26464         * MODULES.html.sh (func_all_modules): Add getndelim2.
26465
26466 2003-07-18  Bruno Haible  <bruno@clisp.org>
26467
26468         * m4/getndelim2.m4: New file.
26469         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
26470         invoke gl_PREREQ_GETNDELIM2.
26471         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
26472         gl_PREREQ_GETNDELIM2.
26473         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
26474         gl_GETNDELIM2.
26475
26476 2003-07-18  Bruno Haible  <bruno@clisp.org>
26477
26478         * lib/getndelim2.h: New file.
26479         * lib/getndelim2.c: Make into a module of its own. Include config.h,
26480         getndelim2.h.
26481         (getndelim2): Make non-static. Change return type to ssize_t.
26482         * lib/getline.h: Change argument names.
26483         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
26484         * lib/getnline.c: Include getndelim2.h.
26485
26486 2003-07-18  Andreas Schwab  <schwab@suse.de>
26487
26488         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
26489
26490 2003-07-17  Karl Berry  <karl@gnu.org>
26491
26492         * config/config.sub: update from prep.
26493
26494 2003-07-17  Bruno Haible  <bruno@clisp.org>
26495
26496         * modules/getnline: New file.
26497         * modules/getline: Add lib/getndelim2.c to source file list.
26498         * MODULES.html.sh (func_all_modules): Add getnline.
26499
26500 2003-07-17  Bruno Haible  <bruno@clisp.org>
26501
26502         * m4/getnline.m4: New file.
26503
26504 2003-07-17  Bruno Haible  <bruno@clisp.org>
26505
26506         * m4/Makefile.am.in: Remove file.
26507         * m4/Makefile.am: Remove file.
26508         * m4/Makefile.in: Remove file.
26509
26510 2003-07-17  Bruno Haible  <bruno@clisp.org>
26511
26512         * lib/getnline.h: New file.
26513         * lib/getnline.c: New file.
26514         * lib/getndelim2.c: New file, extracted from getline.c.
26515         (getndelim2): Renamed from getdelim2, with added nmax argument.
26516         * lib/getline.c: Include getndelim2.c.
26517         (getdelim2): Moved out to getndelim2.c.
26518         (getline, getdelim): Update.
26519
26520 2003-07-17  Bruno Haible  <bruno@clisp.org>
26521
26522         * lib/Makefile.am: Remove file.
26523         * lib/Makefile.in: Remove file.
26524
26525 2003-07-17  Bruno Haible  <bruno@clisp.org>
26526
26527         * configure.in: Remove file.
26528         * Makefile.in: Remove file.
26529
26530 2003-07-17  Bruno Haible  <bruno@clisp.org>
26531
26532         * MODULES.html.sh: Put the </BODY> right before </HTML>.
26533
26534 2003-07-16  Karl Berry  <karl@gnu.org>
26535
26536         * config/srclist-update: was running fixlicense twice, which caused
26537                 texinfo.tex to be nullified for some reason.  Simplify,
26538                 $gplsrc is no longer needed as far as I can see?
26539
26540 2003-07-16  Jim Meyering  <jim@meyering.net>
26541
26542         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
26543
26544 2003-07-15  Paul Eggert  <eggert@twinsun.com>
26545
26546         * config/srclist.txt: Get the following files from gettext-runtime/intl
26547         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
26548         ref-del.sin.  From Bruno Haible.
26549         * config/srclist-update (fixfile): Change grep pattern again, since the
26550         previous fix didn't work (there was another trailing $).  Use
26551         '[$]' to escape the $s.
26552
26553 2003-07-15  Karl Berry  <karl@gnu.org>
26554
26555         * lib/vasnprintf.c: update from gettext.
26556
26557 2003-07-15  Karl Berry  <karl@gnu.org>
26558
26559         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
26560         gets expanded when surrounded by '$'.
26561
26562 2003-07-15  Jim Meyering  <jim@meyering.net>
26563
26564         * modules/save-cwd: Don't depend on error.  From Derek Price.
26565
26566 2003-07-15  Jim Meyering  <jim@meyering.net>
26567
26568         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
26569
26570 2003-07-14  Simon Josefsson  <jas@extundo.com>
26571
26572         * modules/mempcpy: New file.
26573         * MODULES.html.sh (func_all_modules): Add mempcpy.
26574
26575 2003-07-14  Simon Josefsson  <jas@extundo.com>
26576
26577         * m4/mempcpy.m4: New file.
26578
26579 2003-07-14  Simon Josefsson  <jas@extundo.com>
26580
26581         * lib/mempcpy.h: New file.
26582         * lib/mempcpy.c: New file.
26583
26584 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26585
26586         * modules/getdate, modules/posixtm: Depend on mktime.
26587
26588 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26589
26590         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
26591         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
26592         unicodeio.c, unicodeio.h, unlocked-io.h:
26593         Switch from LGPL to GPL.
26594
26595 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26596
26597         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
26598         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
26599         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
26600         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
26601         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
26602         updated automatically by ../config/srclist-update.  This changes
26603         their license from LPGL to GPL.
26604
26605 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26606
26607         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
26608         assumed to refer to the root of the most recent stable gettext version.
26609         * config/srclistvars.sh: Add defaults for eggert.
26610         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
26611         Match "This program" as well as "The program".  This is needed
26612         for gettext.
26613
26614 2003-07-14  Jim Meyering  <jim@meyering.net>
26615
26616         Don't emit diagnostics.  Let callers do that.
26617         * lib/save-cwd.c: Don't include "error.h".
26618         (save_cwd): Don't call error.  Ensure that errno is valid
26619         when returning nonzero.
26620
26621         * lib/save-cwd.h (restore_cwd): Update prototype.
26622         * lib/save-cwd.c (restore_cwd): Remove two parameters.
26623         Simplify.  Don't call error upon failure.  Let callers do that.
26624         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
26625         when auditing is enabled.  But don't bother updating the #if.
26626
26627 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
26628
26629         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
26630         it breaks C++ compilation.
26631         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
26632
26633 2003-07-10  Simon Josefsson  <jas@extundo.com>
26634
26635         * modules/strchrnul (Makefile.am): Add strchrnul.h.
26636
26637 2003-07-10  Jim Meyering  <jim@meyering.net>
26638
26639         * m4/clock_time.m4: Remove trailing blank.
26640         * m4/intmax_t.m4: Likewise.
26641
26642 2003-07-10  Jim Meyering  <jim@meyering.net>
26643
26644         * lib/vasnprintf.c: Remove trailing blanks.
26645         Make cpp indentation consistent.
26646
26647 2003-07-09  Paul Eggert  <eggert@twinsun.com>
26648
26649         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
26650         posixver.c, strftime.c, strnlen.c, strverscmp.c:
26651         Switch from LGPL to GPL.
26652
26653 2003-07-09  Paul Eggert  <eggert@twinsun.com>
26654
26655         * config/srclist.txt: Sort sublists.  Add
26656         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
26657         that differ from gnulib for one reason or another; we'd like this list
26658         to be smaller but for now let's document what we have.
26659
26660 2003-07-08  Paul Eggert  <eggert@twinsun.com>
26661
26662         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
26663         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
26664         and sweeter "eval x=$x".
26665         * config/srclist.txt: Get lib/argp* from glibc.
26666
26667 2003-07-07  Paul Eggert  <eggert@twinsun.com>
26668
26669         * lib/mktime.c: Fix some boundary cases and remove need for floating
26670         point.
26671
26672         Issue a compile-time diagnostic if time_t is floating point, or if
26673         two's complement arithmetic is not in effect, or if arithmetic
26674         right shift does not propagate the sign.  These assumptions were
26675         all in the original code but they weren't checked.
26676
26677         (TIME_T_MIDPOINT, verify): New macros.
26678         (__isleap): Remove; it has integer overflow problems.
26679         (leapyear): New function, without those problems.
26680         (ydhms_tm_diff): Remove; splitting into two parts.
26681         (ydhms_diff): New function, containing the arithmetic part of
26682         the old ydhms_tm_diff function.  Issue a compile-time
26683         diagnostic if we are not using C99 integer division.
26684         Avoid casts when possible.
26685         (guess_time_tm): New function, containing the checking part of
26686         the old ydhms_tm_diff function.  Return the new value, rather than
26687         the difference between it and the old.  Accept a new argument T
26688         so that *T specifies the old value.  Check for overflow in the result.
26689
26690         (__mktime_internal): Use a time_t offset, not a long int offset.
26691         This undoes the 2003-06-04 change, which is no longer needed now
26692         that we have better overflow checking.
26693         (localtime_offset): Likewise.
26694
26695         (__mktime_internal): Avoid harmful overflow on hosts where time_t
26696         and long are 64-bit but int is only 32-bit.
26697         (ydhms_diff): Use long int to store year1 and yday1.
26698         Issue a compile-time diagnostic if long int is not wide enough.
26699
26700         (__mktime_internal): Use long int to store adjusted year and yday.
26701         Use plain C rather than preprocessor commands, if that doesn't
26702         affect efficiency.
26703         Check for overflow (and try to repair) after each probe
26704         rather than checking only at the very end.  This avoids some bugs
26705         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
26706         does not equal GMT offset at maximum time).
26707         Use integer to check for overflow rather than floating point; this
26708         is more portable to non-IEEE hosts, and is a tad faster.
26709         When we detect that we are oscillating between two values,
26710         don't check whether tm_isdst has the requested value, since
26711         we already know the answer.  When tm_isdst has the wrong value,
26712         use a different heuristic to find the right one, based on the
26713         extreme values actually observed in practice in tz2003a,
26714         rather than the (overly optimistic) "previous 3 calendar quarters".
26715
26716         (not_equal_tm, print_tm, check_result): Use "const T" rather than
26717         "T const" to accommodate glibc style.
26718         (check_result): Use less-confusing report format.  "long" -> "long int.
26719         (main): Likewise.
26720         Don't loop if the iteration overflows time_t.
26721         Allow a negative step in the iteration.
26722
26723 2003-07-06  Karl Berry  <karl@gnu.org>
26724
26725         * config/depcomp: update from automake.
26726         * config/config.sub: update from prep.
26727
26728 2003-07-03  Karl Berry  <karl@gnu.org>
26729
26730         * config/config.guess: update from prep.
26731
26732 2003-07-01  Paul Eggert  <eggert@twinsun.com>
26733
26734         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
26735         xreadlink.c now includes it unconditionally.
26736
26737 2003-07-01  Paul Eggert  <eggert@twinsun.com>
26738
26739         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
26740         having it depend on HAVE_SYS_TYPES_H.
26741
26742 2003-07-01  Bruno Haible  <bruno@clisp.org>
26743
26744         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
26745         <sys/types.h> should be sufficient.
26746         Reported by Paul Eggert.
26747
26748 2003-06-26  Karl Berry  <karl@gnu.org>
26749
26750         * config/depcomp: update from automake.
26751
26752 2003-06-26  Bruno Haible  <bruno@clisp.org>
26753
26754         * modules/human: Depend on module stdbool.
26755
26756 2003-06-25  Bruno Haible  <bruno@clisp.org>
26757
26758         * modules/readlink: New file.
26759         * modules/xreadlink: Depend on it.
26760         * MODULES.html.sh (func_all_modules): Add readlink.
26761
26762 2003-06-25  Bruno Haible  <bruno@clisp.org>
26763
26764         * m4/readlink.m4: New file.
26765
26766 2003-06-25  Bruno Haible  <bruno@clisp.org>
26767
26768         * lib/readlink.c: New file.
26769
26770 2003-06-22  Karl Berry  <karl@gnu.org>
26771
26772         * config/srclist.txt: update mkinstalldirs from automake.
26773         * config/mkinstalldirs: update.
26774
26775 2003-06-22  Bruno Haible  <bruno@clisp.org>
26776
26777         Portability to mingw32.
26778         * m4/ssize_t.m4: New file, from GNU gettext.
26779         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
26780         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
26781
26782 2003-06-22  Bruno Haible  <bruno@clisp.org>
26783
26784         * modules/safe-read: Add m4/ssize_t.m4.
26785         * modules/xreadlink: Add m4/ssize_t.m4.
26786
26787 2003-06-20  Bruno Haible  <bruno@clisp.org>
26788
26789         Assume C89, so PARAMS isn't needed.
26790         * lib/unicodeio.h (PARAMS): Remove.
26791         * lib/unicodeio.c: Don't use PARAMS.
26792
26793 2003-06-18  Karl Berry  <karl@gnu.org>
26794
26795         * config/config.{guess,sub}: update from prep.
26796
26797 2003-06-18  Jim Meyering  <jim@meyering.net>
26798
26799         Merge changes from coreutils.
26800         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
26801         Remove explicit declarations of xmalloc and realloc.
26802         Include xalloc.h.
26803         (read_utmp): Remove anachronistic cast of xmalloc.
26804
26805 2003-06-17  Paul Eggert  <eggert@twinsun.com>
26806
26807         Assume C89, so PARAMS isn't needed.
26808         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
26809         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
26810         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
26811         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
26812         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
26813         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
26814         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
26815         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
26816         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
26817         lib/xstrtod.h, lib/xstrtol.h: Likewise.
26818         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
26819         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
26820         no longer needed. Anyway, config.h should always be included before any
26821         other file.
26822
26823 2003-06-11  Simon Josefsson  <jas@extundo.com>
26824
26825         * modules/sysexits: New file.
26826         * MODULES.html.sh (func_all_modules): Add sysexits.
26827
26828 2003-06-11  Simon Josefsson  <jas@extundo.com>
26829
26830         * lib/sysexit_.h: New file.
26831
26832 2003-06-11  Derek Price  <derek@ximbiot.com>
26833
26834         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
26835         necessary.
26836
26837 2003-06-11  Bruno Haible  <bruno@clisp.org>
26838
26839         * m4/sysexits.m4: New file.
26840
26841 2003-06-10  Simon Josefsson  <jas@extundo.com>
26842
26843         * lib/argp.h: New file, from glibc.
26844         * lib/argp-ba.c: New file, from glibc.
26845         * lib/argp-eexst.c: New file, from glibc.
26846         * lib/argp-fmtstream.c: New file, from glibc.
26847         * lib/argp-fmtstream.h: New file, from glibc.
26848         * lib/argp-fs-xinl.c: New file, from glibc.
26849         * lib/argp-help.c: New file, from glibc.
26850         * lib/argp-namefrob.h: New file, from glibc.
26851         * lib/argp-parse.c: New file, from glibc.
26852         * lib/argp-pv.c: New file, from glibc.
26853         * lib/argp-pvh.c: New file, from glibc.
26854         * lib/argp-xinl.c: New file, from glibc.
26855
26856 2003-06-10  Simon Josefsson  <jas@extundo.com>
26857
26858         * modules/strchrnul: New file.
26859
26860 2003-06-10  Simon Josefsson  <jas@extundo.com>
26861
26862         * modules/argp: New file.
26863
26864 2003-06-10  Simon Josefsson  <jas@extundo.com>
26865
26866         * m4/strchrnul.m4: New file.
26867
26868 2003-06-10  Simon Josefsson  <jas@extundo.com>
26869
26870         * lib/strchrnul.h: New file.
26871         * lib/strchrnul.c: New file.
26872
26873 2003-06-10  Bruno Haible  <bruno@clisp.org>
26874
26875         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
26876
26877 2003-06-07  Karl Berry  <karl@gnu.org>
26878
26879         * config/config.{guess,sub}: update from prep.
26880
26881 2003-06-07  Jim Meyering  <jim@meyering.net>
26882
26883         * modules/strtod: Use $(...) notation, not @...@ for
26884         AC_REPLACE'd variables.
26885         * modules/localcharset: Likewise.
26886
26887 2003-06-07  Jim Meyering  <jim@meyering.net>
26888
26889         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
26890         in place of my name in the copyright comment.
26891         Remove definition and uses of __P.
26892
26893         From coreutils.
26894         * lib/stat.c: Don't declare xmalloc explicitly.
26895         Instead, include "xalloc.h".
26896         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
26897         xrealloc, and xcalloc return values.
26898         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
26899         Improve comment.
26900         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
26901
26902 2003-06-07  Bruno Haible  <bruno@clisp.org>
26903
26904         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
26905         avoid AC_CONFIG_LINKS.
26906         * modules/fnmatch (Makefile.am): Use explicit creation rule for
26907         fnmatch.h, to avoid AC_CONFIG_LINKS.
26908         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
26909
26910 2003-06-07  Bruno Haible  <bruno@clisp.org>
26911
26912         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
26913         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
26914         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26915         directory.
26916         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
26917         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26918         directory.
26919
26920 2003-06-06  Jim Meyering  <jim@meyering.net>
26921
26922         Merge from coreutils.
26923         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
26924         Consolidate declarations and initializations of *_base* locals.
26925
26926         Merge from coreutils.
26927         This avoids a core dump on systems without GNU putenv,
26928         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
26929         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
26930         (unsetenv): New static function, from GNU libc.
26931         (rpl_putenv): Use it.
26932
26933         * lib/modechange.c: Remove trailing blanks.
26934
26935         Merge from coreutils.
26936         * lib/fsusage.c: Remove declaration of statfs.
26937         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
26938
26939         * lib/posixtm.c: Include <stdbool.h> unconditionally.
26940
26941 2003-06-06  Jim Meyering  <jim@meyering.net>
26942
26943         * lib/stdbool_.h: Renamed from stdbool.h.in.
26944
26945 2003-06-06  Jim Meyering  <jim@meyering.net>
26946             Bruno Haible  <bruno@clisp.org>
26947
26948         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
26949         Adjust Makefile.am snippet not to redirect directly to target.
26950         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
26951
26952 2003-06-05  Paul Eggert  <eggert@twinsun.com>
26953
26954         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
26955         mismatch, look in future quarters as well as past.  This fixes a
26956         bug when processing fall-backwards gaps immediately after a long
26957         period of daylight-saving time.
26958
26959         * lib/mktime.c: Assume freestanding C89 or better.
26960         (HAVE_LIMITS_H): Remove.  Assume it's 1.
26961         (__P): Remove; not used.
26962         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
26963         (mktime, not_equal_tm, print_tm, check_result,
26964         main): Use prototypes.  Use const * where appropriate.
26965         (main): Fix typo in testing code that uncovered by above changes.
26966         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
26967
26968 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26969
26970         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
26971         locale.h, localeconv.  This merges changes from coreutils.
26972
26973         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
26974         It can be removed after the next Autoconf is released.
26975         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
26976         needed.
26977
26978 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26979
26980         * lib/mktime.c: Fix Debian bug 177940
26981         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
26982         (localtime_offset): Now long int, not time_t, because we want it
26983         to be guaranteed to be signed.  All uses changed.
26984         (__mktime_internal): If overflow would occur when adding offset,
26985         don't add it.
26986
26987         Merge 'human' changes from coreutils.  Rewrite to support
26988         locale-specific notations like thousands separators.
26989         * lib/human.c: Simplify authorship notice.
26990         Include human.h immediately after config.h.
26991         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
26992         <limits.h>: Do not include, since human.h does.
26993         (SIZE_MAX, UINTMAX_MAX): New macros.
26994         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
26995         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
26996         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
26997         (power_letter): Renamed from suffixes.
26998         (generate_suffix_backwards): Remove.
26999         (adjust_value): Now takes int style (because of human.h changes)
27000         and long double value (for greater precision on some platforms).
27001         (group_number): New function.
27002         (human_readable): Use it.  Use integer options, not enum.
27003         Put the options before the sizes in the arg list.
27004         Support all the new options.
27005         The old human_readable function has been removed;
27006         use inttostr.h instead.
27007         (human_readable, default_block_size, humblock):
27008         Use uintmax_t, not int, for block sizes.
27009         (human_readable_inexact, block_size_types): Remove.
27010         (block_size_opts): New constant.
27011         (human_options): Renamed from human_block_size, with new signature
27012         that allows block sizes up to UINTMAX_MAX.  All callers changed.
27013         * lib/human.h: Add copyright and authorship notice.
27014         Include <limits.h> and <stdbool.h> unconditionally.
27015         (PARAMS): Remove.  All uses removed.
27016         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
27017         (enum human_inexact_style): Remove tag; now a nameless enum.
27018         (human_floor, human_ceiling, human_round_to_even): Now have
27019         values 2, 0, 1 rather than -1, 1, 0.
27020         (human_group_digits, human_suppress_point_zero, human_autoscale,
27021         human_base_1024, human_SI, human_B): New constants.
27022         (human_readable_inexact, human_block_size): Remove.
27023         (human_readable): Size args are now uintmax_t, not int.
27024         (human_options): New decl.
27025
27026         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
27027         unnecessary now that we assume C89 or better.  This change
27028         imported from coreutils.
27029
27030         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
27031         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
27032         in the 2003-05-30 sync from glibc.
27033
27034         .h files should stand alone, but we shouldn't include <sys/types.h>
27035         if we can get away with just <stddef.h>.
27036
27037         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
27038         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
27039         rather than <sys/types.h>, as we merely need size_t.
27040         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
27041         to get size_t.
27042         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
27043         Include <stdio.h>, to get FILE.
27044         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
27045         memcasecmp.h has included <stddef.h> and all we need is size_t.
27046         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
27047         our interface, instead of including <sys/types.h>
27048
27049 2003-06-04  Paul Eggert  <eggert@twinsun.com>
27050
27051         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
27052         now, as glibc mktime is buggy on non-glibc systems.
27053
27054 2003-06-03  Karl Berry  <karl@gnu.org>
27055
27056         * config/config.sub: update from prep.
27057
27058 2003-06-02  Paul Eggert  <eggert@twinsun.com>
27059
27060         [from coreutils]
27061         Fix some minor time-related bugs with POSIX time arguments.
27062         Some valid time stamps were being rejected (notably -1, and
27063         time stamps before 1900 on 64-bit hosts).  And some invalid
27064         time stamps were being accepted, e.g. September 31.
27065
27066         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
27067         that we can return (time_t) -1 successfully.
27068         * lib/posixtm.c: Likewise.
27069         [HAVE_STDBOOL_H]: Include <stdbool.h>.
27070         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
27071         (t): Remove static var.
27072         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
27073         of static var.  All uses changed.
27074         (year): Do not reject years before 1900; they can occur with
27075         64-bit time_t.
27076         (posix_time_parse): Do not check for out-of-range components;
27077         that is now the caller's responsibility, since our checks were
27078         only approximations.
27079         (posixtime): Use mktime to check for out-of-range components,
27080         since it knows them exactly.
27081         If mktime returns (time_t) -1, check whether an error actually occurred
27082         by invoking localtime on -1.
27083         (main) [TEST_POSIXTIME]: Check for input data errors, and report
27084         posixtime failures better.
27085         Improve the test data (in comments only).
27086
27087 2003-06-02  Karl Berry  <karl@gnu.org>
27088
27089         * config/mkinstalldirs (version): new variable.
27090         (--version): new option.
27091         (usage): improve message.
27092
27093 2003-05-30  Karl Berry  <karl@gnu.org>
27094
27095         * lib/mktime.c: update from libc.
27096
27097 2003-05-30  Bruno Haible  <bruno@clisp.org>
27098
27099         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
27100         * config/config.rpath: Upgrade to gettext-0.12.1.
27101
27102 2003-05-30  Bruno Haible  <bruno@clisp.org>
27103
27104         * m4/gettext.m4: Upgrade to gettext-0.12.1.
27105         * m4/nls.m4: New file, from gettext-0.12.1.
27106         * m4/po.m4: New file, from gettext-0.12.1.
27107         * m4/progtest.m4: Upgrade to gettext-0.12.1.
27108
27109 2003-05-30  Bruno Haible  <bruno@clisp.org>
27110
27111         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
27112         * lib/localcharset.h: Likewise.
27113         * lib/localcharset.c: Likewise.
27114
27115 2003-05-29  Karl Berry  <karl@gnu.org>
27116
27117         * config/config.rpath: update from gettext.
27118
27119 2003-05-28  Paul Eggert  <eggert@twinsun.com>
27120
27121         Assume the headers required for C89 freestanding compilers.
27122         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
27123         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
27124         * m4/human.m4 (gl_HUMAN): Likewise.
27125         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
27126         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
27127         * m4/userspec.m4 (gl_USERSPEC): Likewise.
27128         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
27129         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27130         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
27131
27132 2003-05-28  Paul Eggert  <eggert@twinsun.com>
27133
27134         Assume the headers required for C89 freestanding compilers.
27135         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
27136         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
27137         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
27138         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
27139         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
27140         define, since <limits.h> is guaranteed to do that.
27141         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
27142         * lib/exclude.c: Include <stdbool.h> unconditionally.
27143         * lib/tempname.c: Include <stddef.h> unconditionally.
27144         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
27145         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
27146         <stddef.h> does that.
27147         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
27148         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
27149         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
27150         needed.
27151         * lib/xstrtol.c: Likewise.
27152         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
27153         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
27154
27155         * lib/addext.c (addext): Use assignment rather than cast, to avoid
27156         warnings on some platforms.
27157
27158         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
27159         arbitrarily.
27160
27161 2003-05-26  Jim Meyering  <jim@meyering.net>
27162
27163         Merge in a change from coreutils:
27164         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
27165         that is guaranteed to be `no'.  Use `no_such_member' to indicate
27166         that condition, rather than `-1' which is slightly misleading.
27167         Change the name of the cache variable to have the gl_ prefix.
27168         Prompted by a patch from Richard Dawe for DJGPP.
27169
27170 2003-05-24  Karl Berry  <karl@gnu.org>
27171
27172         * config/config.guess: update from prep.
27173
27174 2003-05-22  Karl Berry  <karl@gnu.org>
27175
27176         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
27177
27178 2003-05-20  Karl Berry  <karl@gnu.org>
27179
27180         * config/config.guess: update from prep.
27181
27182 2003-05-18  Karl Berry  <karl@gnu.org>
27183
27184         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
27185         might actually be set by the user.
27186
27187         * config/depcomp, install-sh, mdate-sh: update from automake.
27188
27189 2003-05-17  Bruno Haible  <bruno@clisp.org>
27190
27191         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
27192         invalid expansion for AC_EGREP_CPP.
27193         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
27194         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
27195         Suggested by Akim Demaille <akim@epita.fr> in
27196         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
27197
27198 2003-05-12  Jim Meyering  <jim@meyering.net>
27199
27200         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
27201         the space-padded-by-default conversion specifiers, %e, %k, %l.
27202
27203 2003-05-12  Bruno Haible  <bruno@clisp.org>
27204
27205         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
27206         the string is longer than 4 KB.
27207
27208 2003-05-11  Karl Berry  <karl@gnu.org>
27209
27210         * config/config.{guess,sub}: update from prep.
27211
27212 2003-05-09  Bruno Haible  <bruno@clisp.org>
27213
27214         * modules/error: Add m4/strerror_r.m4 to file list.
27215
27216 2003-05-03  Bruno Haible  <bruno@clisp.org>
27217
27218         Upgrade to Unicode-4.0.
27219         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
27220         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
27221         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
27222         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
27223         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
27224         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
27225         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
27226         Change width of U+E0100..U+E01EF from 1 to 0.
27227
27228 2003-04-25  Jim Meyering  <jim@meyering.net>
27229
27230         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
27231         of type size_t, not int.
27232
27233 2003-04-25  Bruno Haible  <bruno@clisp.org>
27234
27235         * lib/copy-file.c: Include <stddef.h>, for size_t.
27236
27237 2003-04-21  Paul Eggert  <eggert@twinsun.com>
27238
27239         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
27240         code which expansion is under static control.  Patch imported from
27241         Akim Demaille's patch to Bison; see
27242         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
27243
27244 2003-04-14  Bruno Haible  <bruno@clisp.org>
27245
27246         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
27247
27248 2003-04-11  Jim Meyering  <jim@meyering.net>
27249
27250         Merge changes from Coreutils.
27251
27252         2003-03-22  Jim Meyering  <jim@meyering.net>
27253
27254         * lib/strftime.c (widen): Cast alloca return value to proper type.
27255
27256         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
27257
27258         From GNU libc.
27259         * lib/strftime.c (my_strftime): Handle very large width
27260         specifications for numeric values correctly.  Improve checks for
27261         overflow.
27262
27263         2003-01-19  Jim Meyering  <jim@meyering.net>
27264
27265         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
27266         definitions.
27267         (nl_get_alt_digit) [! defined my_strftime]: Define.
27268         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
27269         _nl_get_alt_digit and _nl_get_walt_digit.
27270
27271         * lib/strftime.c (my_strftime): Merge in locale-related changes from
27272         libc. These changes have no effect outside of _LIBC.
27273
27274 2003-04-10  Bruno Haible  <bruno@clisp.org>
27275
27276         * modules/findprog: New file.
27277         * MODULES.html.sh (func_all_modules): Add it.
27278
27279 2003-04-10  Bruno Haible  <bruno@clisp.org>
27280
27281         * m4/findprog.m4: New file.
27282         * m4/eaccess.m4: New file.
27283
27284 2003-04-10  Bruno Haible  <bruno@clisp.org>
27285
27286         * lib/findprog.h: New file, from GNU gettext.
27287         * lib/findprog.c: New file, from GNU gettext.
27288
27289 2003-04-05  Jim Meyering  <jim@meyering.net>
27290
27291         Merge changes from Coreutils.
27292
27293         * lib/exclude.h (PARAMS): Remove definition and uses.
27294         * lib/exclude.c: Remove uses of `PARAMS'.
27295
27296         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
27297         Add test-cases for DOS filenames. Declare program_name.
27298         (main): Set up program_name.  Patch by Rich Dawe.
27299
27300         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
27301         error from mntctl.
27302         Use mntctl's return value to drive the entry-processing loop, since
27303         we can't rely on the value of the vmt_length member in the last
27304         entry.  On some systems doing so could result in exhausting
27305         virtual memory.  Based in part on a patch from Mike Jetzer.
27306
27307 2003-04-04  Bruno Haible  <bruno@clisp.org>
27308
27309         * modules/linebreak: New file.
27310         * MODULES.html.sh (func_all_modules): Add it.
27311
27312 2003-04-04  Bruno Haible  <bruno@clisp.org>
27313
27314         * m4/linebreak.m4: New file.
27315
27316 2003-04-04  Bruno Haible  <bruno@clisp.org>
27317
27318         * lib/linebreak.h: New file, from GNU gettext.
27319         * lib/linebreak.c: New file, from GNU gettext with slight
27320         modifications.
27321         * lib/lbrkprop.h: New file, from GNU gettext.
27322
27323 2003-04-03  Bruno Haible  <bruno@clisp.org>
27324
27325         * modules/utf8-ucs4: New file.
27326         * modules/utf16-ucs4: New file.
27327         * modules/ucs4-utf8: New file.
27328         * modules/ucs4-utf16: New file.
27329         * MODULES.html.sh (func_all_modules): Add them.
27330
27331 2003-04-03  Bruno Haible  <bruno@clisp.org>
27332
27333         * m4/utf-ucs4.m4: New file.
27334         * m4/ucs4-utf.m4: New file.
27335
27336 2003-04-03  Bruno Haible  <bruno@clisp.org>
27337
27338         * lib/utf8-ucs4.h: New file, from GNU gettext.
27339         * lib/utf16-ucs4.h: New file, from GNU gettext.
27340         * lib/ucs4-utf8.h: New file, from GNU gettext.
27341         * lib/ucs4-utf16.h: New file, from GNU gettext.
27342
27343 2003-04-02  Bruno Haible  <bruno@clisp.org>
27344
27345         * modules/binary-io: New file.
27346         * MODULES.html.sh (func_all_modules): Add it.
27347
27348 2003-04-02  Bruno Haible  <bruno@clisp.org>
27349
27350         * lib/binary-io.h: New file, from GNU gettext.
27351
27352 2003-04-01  Bruno Haible  <bruno@clisp.org>
27353
27354         * modules/pathname: New file.
27355         * MODULES.html.sh (func_all_modules): Add it.
27356
27357 2003-04-01  Bruno Haible  <bruno@clisp.org>
27358
27359         * lib/pathname.h: New file, from GNU gettext.
27360         * lib/concatpath.c: New file, from GNU gettext.
27361
27362 2003-03-30  Bruno Haible  <bruno@clisp.org>
27363
27364         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
27365
27366 2003-03-30  Bruno Haible  <bruno@clisp.org>
27367
27368         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
27369         function chown() doesn't exist.
27370
27371 2003-03-28  Bruno Haible  <bruno@clisp.org>
27372
27373         * modules/copy-file: New file.
27374         * MODULES.html.sh (func_all_modules): Add it.
27375
27376 2003-03-28  Bruno Haible  <bruno@clisp.org>
27377
27378         * m4/copy-file.m4: New file.
27379
27380 2003-03-28  Bruno Haible  <bruno@clisp.org>
27381
27382         * lib/copy-file.h: New file, from GNU gettext.
27383         * lib/copy-file.c: New file, from GNU gettext.
27384
27385 2003-03-18  Jim Meyering  <jim@meyering.net>
27386
27387         * lib/quote.c (quote_n): Fix typo in comment.
27388
27389 2003-03-18  Bruno Haible  <bruno@clisp.org>
27390
27391         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
27392         checking.
27393         * m4/onceonly_2_57.m4: Likewise.
27394
27395 2003-03-17  Bruno Haible  <bruno@clisp.org>
27396
27397         * m4/onceonly.m4: Require autoconf 2.54 or newer.
27398         (m4_quote): Remove macro.
27399         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
27400
27401 2003-03-14  Jim Meyering  <jim@meyering.net>
27402
27403         Merge changes from Coreutils.
27404         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
27405         to be const, in order to avoid warnings.
27406         (obstack_room): Likewise.
27407         (obstack_empty_p): Likewise.
27408
27409 2003-03-14  Bruno Haible  <bruno@clisp.org>
27410
27411         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
27412         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
27413
27414 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27415
27416         Merge changes from Bison.
27417         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
27418         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
27419         when compiling Bison 1.875's `bitset bset = obstack_alloc
27420         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
27421         * lib/hash.c: Include <stdbool.h> unconditionally.
27422
27423 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27424
27425         * m4/onceonly.m4 (m4_quote): New macro.
27426         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
27427         Quote AC_FOREACH variable-expansions properly.
27428
27429 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27430
27431         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
27432
27433 2003-03-09  Paul Eggert  <eggert@twinsun.com>
27434
27435         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
27436         Reported by Bruce Becker; see:
27437         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
27438
27439 2003-03-03  Paul Eggert  <eggert@twinsun.com>
27440             Bruno Haible  <bruno@clisp.org>
27441
27442         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
27443         Reported by John Hughes, see
27444         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
27445
27446 2003-02-20  Bruno Haible  <bruno@clisp.org>
27447
27448         * MODULES.html.sh (func_all_modules): Add poll.
27449
27450 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27451
27452         * modules/poll: New file.
27453
27454 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27455
27456         * lib/poll_.h: New file.
27457         * lib/poll.c: New file.
27458
27459 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27460
27461         * m4/poll.m4: New file.
27462
27463 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27464
27465         * modules/mathl: New file.
27466
27467 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27468
27469         * lib/mathl.h: New file.
27470         * lib/acosl.c: New file.
27471         * lib/asinl.c: New file.
27472         * lib/atanl.c: New file.
27473         * lib/ceill.c: New file.
27474         * lib/cosl.c: New file.
27475         * lib/expl.c: New file.
27476         * lib/floorl.c: New file.
27477         * lib/frexpl.c: New file.
27478         * lib/ldexpl.c: New file.
27479         * lib/logl.c: New file.
27480         * lib/sincosl.c: New file.
27481         * lib/sinl.c: New file.
27482         * lib/sqrtl.c: New file.
27483         * lib/tanl.c: New file.
27484         * lib/trigl.c: New file.
27485         * lib/trigl.h: New file.
27486
27487 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27488
27489         * m4/mathl.m4: New file.
27490
27491 2003-02-18  Bruno Haible  <bruno@clisp.org>
27492
27493         * MODULES.html.sh (func_all_modules): Add mathl.
27494
27495 2003-02-17  Bruno Haible  <bruno@clisp.org>
27496
27497         * modules/mkdtemp: New module.
27498         * MODULES.html.sh (func_all_modules): Add it.
27499
27500 2003-02-17  Bruno Haible  <bruno@clisp.org>
27501
27502         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
27503
27504 2003-02-17  Bruno Haible  <bruno@clisp.org>
27505
27506         * lib/mkdtemp.h: New file, from GNU gettext.
27507         * lib/mkdtemp.c: New file, from GNU gettext.
27508
27509 2003-02-02  Jim Meyering  <jim@meyering.net>
27510
27511         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
27512         e.g. glibc-2.2.93.
27513
27514 2003-01-31  Bruno Haible  <bruno@clisp.org>
27515
27516         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
27517         'rpl_rename'.
27518         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
27519         'rpl_strnlen'.
27520         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
27521         'rpl_strtod'.
27522         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
27523         'rpl_utime'.
27524
27525 2003-01-31  Bruno Haible  <bruno@clisp.org>
27526
27527         * lib/rename.c: #undef rename before defining rpl_rename.
27528         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
27529
27530 2003-01-30  Bruno Haible  <bruno@clisp.org>
27531
27532         * modules/vasnprintf, modules/vasprintf: New modules.
27533         * MODULES.html.sh (func_all_modules): Add them.
27534
27535 2003-01-30  Bruno Haible  <bruno@clisp.org>
27536
27537         * m4/signed.m4: New file, from GNU gettext.
27538         * m4/longdouble.m4: New file, from GNU gettext.
27539         * m4/wchar_t.m4: New file, from GNU gettext.
27540         * m4/wint_t.m4: New file, from GNU gettext.
27541         * m4/vasnprintf.m4: New file.
27542         * m4/vasprintf.m4: New file.
27543
27544 2003-01-30  Bruno Haible  <bruno@clisp.org>
27545
27546         * lib/printf-args.h: New file, from GNU gettext.
27547         * lib/printf-args.c: New file, from GNU gettext.
27548         * lib/printf-parse.h: New file, from GNU gettext.
27549         * lib/printf-parse.c: New file, from GNU gettext.
27550         * lib/vasnprintf.h: New file, from GNU gettext.
27551         * lib/vasnprintf.c: New file, from GNU gettext.
27552         * lib/asnprintf.c: New file, from GNU gettext.
27553         * lib/vasprintf.h: New file, from GNU gettext with modifications.
27554         * lib/vasprintf.c: New file, from GNU gettext.
27555         * lib/asprintf.c: New file, from GNU gettext.
27556
27557 2003-01-29  Bruno Haible  <bruno@clisp.org>
27558
27559         * modules/stpncpy: New module.
27560         * MODULES.html.sh (func_all_modules): Add it.
27561
27562 2003-01-29  Bruno Haible  <bruno@clisp.org>
27563
27564         * m4/stpncpy.m4: New file.
27565
27566 2003-01-29  Bruno Haible  <bruno@clisp.org>
27567
27568         * lib/stpncpy.h: New file, from GNU gettext with modifications.
27569         * lib/stpncpy.c: New file, from GNU gettext with modifications.
27570
27571 2003-01-28  Bruno Haible  <bruno@clisp.org>
27572
27573         * modules/c-ctype: New module.
27574         * MODULES.html.sh (func_all_modules): Add it.
27575
27576 2003-01-28  Bruno Haible  <bruno@clisp.org>
27577
27578         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
27579         Paul Eggert.
27580         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
27581         Paul Eggert.
27582
27583 2003-01-27  Bruno Haible  <bruno@clisp.org>
27584
27585         * modules/xsetenv: New module.
27586         * MODULES.html.sh (func_all_modules): Add it.
27587
27588 2003-01-27  Bruno Haible  <bruno@clisp.org>
27589
27590         * lib/xsetenv.h: New file, from GNU gettext.
27591         * lib/xsetenv.c: New file, from GNU gettext.
27592
27593 2003-01-23  Jim Meyering  <jim@meyering.net>
27594
27595         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
27596         from working on systems without dirfd (at least Irix and OSF1/Tru64).
27597
27598 2003-01-23  Bruno Haible  <bruno@clisp.org>
27599
27600         * modules/minmax: New module.
27601         * MODULES.html.sh (func_all_modules): Add it.
27602
27603 2003-01-23  Bruno Haible  <bruno@clisp.org>
27604
27605         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
27606         Eggert.
27607
27608 2003-01-22  Bruno Haible  <bruno@clisp.org>
27609
27610         * modules/exit: New module.
27611         * MODULES.html.sh (func_all_modules): Add it.
27612
27613 2003-01-22  Bruno Haible  <bruno@clisp.org>
27614
27615         * lib/exit.h: New file, from GNU gettext.
27616
27617 2003-01-19  Bruno Haible  <bruno@clisp.org>
27618
27619         * gnulib-tool: Recognize option --extract-maintainer.
27620         (func_get_maintainer): New function.
27621         * modules/*: Add Maintainer entry.
27622
27623 2003-01-16  Jim Meyering  <jim@meyering.net>
27624
27625         * m4/regex.m4: The `regex' struct is both input and output.
27626         Initialize it before each use.  Patch by Tim Waugh.
27627
27628 2003-01-16  Bruno Haible  <bruno@clisp.org>
27629
27630         * MODULES.html.sh: Add a table of contents. Add the module name as
27631         leftmost column. Add hyperlinks.
27632
27633 2003-01-15  Bruno Haible  <bruno@clisp.org>
27634
27635         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
27636
27637 2003-01-15  Bruno Haible  <bruno@clisp.org>
27638
27639         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
27640         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
27641         suffix.
27642
27643 2003-01-15  Bruno Haible  <bruno@clisp.org>
27644
27645         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
27646
27647 2003-01-15  Bruno Haible  <bruno@clisp.org>
27648
27649         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
27650         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
27651
27652 2003-01-14  Jim Meyering  <jim@meyering.net>
27653
27654         * lib/same.c (same_name): Tweak a comment.
27655
27656 2003-01-14  Bruno Haible  <bruno@clisp.org>
27657
27658         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
27659         when a string comparison is sufficient.
27660
27661 2003-01-14  Bruno Haible  <bruno@clisp.org>
27662
27663         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
27664         'unsigned int'.
27665
27666 2003-01-14  Bruno Haible  <bruno@clisp.org>
27667
27668         * lib/hash-pjw.c: Add comment about low quality of this function.
27669
27670 2003-01-13  Bruno Haible  <bruno@clisp.org>
27671
27672         * modules/stpcpy: Distribute lib/stpcpy.h.
27673         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
27674
27675 2003-01-13  Bruno Haible  <bruno@clisp.org>
27676
27677         * modules/*: Add a description.
27678         * modules/strpbrk: Fix Makefile.am snippet.
27679         * modules/strtoimax: Fix dependencies.
27680         * modules/strtoumax: Likewise.
27681
27682 2003-01-13  Bruno Haible  <bruno@clisp.org>
27683
27684         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
27685         * modules/alloca (Makefile.am): All object files depend on alloca.h.
27686         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
27687
27688 2003-01-13  Bruno Haible  <bruno@clisp.org>
27689
27690         * gnulib-tool (func_create_testdir): Store config/* files in the main
27691         directory.
27692         * config.rpath: Move to ...
27693         * config/config.rpath: ... here.
27694         * modules/gettext: Contains config/config.rpath, not config.rpath.
27695         * modules/iconv: Likewise.
27696
27697 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27698
27699         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27700         to avoid collisions with libcurses and libreadline.
27701
27702         * m4/getstr.m4: Remove.
27703         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
27704
27705 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27706
27707         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27708         to avoid collisions with libcurses and libreadline.
27709
27710         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
27711         * lib/getstr.h, getstr.c: Remove.
27712         * lib/getline.c: Include "getline.h", to check interface.
27713         Move body of old getstr.c here: this defines MIN_CHUNK and
27714         declares getdelim2, which is renamed from getstr.
27715         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
27716
27717         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
27718         All uses changed.
27719         * lib/linebuffer.h: Likewise.
27720         (readline): Remove backward-compatibility macro.
27721
27722 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27723
27724         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27725         to avoid collisions with libcurses and libreadline.
27726         * getstr: Remove.
27727         * MODULES.html.sh: Remove getstr.
27728         * modules/getline: Depend on unlocked-io, not getstr.
27729
27730 2003-01-12  Jim Meyering  <jim@meyering.net>
27731
27732         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
27733
27734 2003-01-10  Bruno Haible  <bruno@clisp.org>
27735
27736         * modules/alloca: Change Makefile.am requirements. Simplify Include
27737         requirements. Add lib/alloca_.h to file list.
27738
27739 2003-01-10  Bruno Haible  <bruno@clisp.org>
27740
27741         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
27742
27743 2003-01-10  Bruno Haible  <bruno@clisp.org>
27744
27745         * lib/alloca_.h: New file.
27746         * lib/getdate.y: Unconditionally include alloca.h.
27747         * lib/makepath.c: Likewise.
27748         * lib/setenv.c: Likewise.
27749         * lib/userspec.c: Likewise.
27750
27751 2003-01-09  Karl Berry  <karl@gnu.org>
27752
27753         * MODULES.html.sh: include `dirname $0` in PATH, to find
27754         gnulib-tool.
27755
27756 2003-01-09  Bruno Haible  <bruno@clisp.org>
27757
27758         * modules/stdbool: Change configure.ac, Makefile.am requirements.
27759         Simplify Include requirements. Add lib/stdbool.h.in to file list.
27760
27761 2003-01-09  Bruno Haible  <bruno@clisp.org>
27762
27763         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
27764
27765 2003-01-09  Bruno Haible  <bruno@clisp.org>
27766
27767         * lib/stdbool.h.in: New file.
27768
27769 2003-01-09  Bruno Haible  <bruno@clisp.org>
27770
27771         * gnulib-tool (func_all_modules): Ignore files ending in ~.
27772         * MODULES.html.sh: Likewise.
27773
27774 2003-01-08  Jim Meyering  <jim@meyering.net>
27775
27776         * lib/full-write.c: Undefine and define-away `const' after inclusion
27777         of errno.h, not before.  Suggestion from Bruno Haible.
27778
27779 2003-01-08  Bruno Haible  <bruno@clisp.org>
27780
27781         * modules/full-read: Depend on full-write.
27782
27783 2003-01-08  Bruno Haible  <bruno@clisp.org>
27784
27785         * lib/safe-read.c: Include specification header first, to ensure its
27786         selfcontainedness.
27787         * lib/full-write.c: Likewise.
27788
27789 2003-01-07  Jim Meyering  <jim@meyering.net>
27790
27791         * lib/full-write.c: Rework so that it may serve to define full_read,
27792         too.
27793         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
27794
27795 2003-01-07  Bruno Haible  <bruno@clisp.org>
27796
27797         * lib/strtoimax.c: Include <stdint.h> as an alternative to
27798         <inttypes.h>.
27799         * lib/xstrtol.h: Likewise.
27800         * lib/xstrtoimax.c: Likewise.
27801         * lib/xstrtoumax.c: Likewise.
27802         * lib/human.h: Likewise.
27803
27804         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
27805         on systems that have <inttypes.h> but not <stdint.h>.
27806
27807 2003-01-07  Bruno Haible  <bruno@clisp.org>
27808
27809         * MODULES.html.sh: Add copyright notice.
27810         (missed_files): Omit CVS directory entries.
27811         (func_module): Make it work with sed-3.02.
27812         * MODULES.txt: Remove file.
27813
27814 2003-01-06  Jim Meyering  <jim@meyering.net>
27815
27816         * lib/version-etc.c: Update year in translatable copyright string.
27817
27818 2003-01-03  Karl Berry  <karl@gnu.org>
27819
27820         * config/config.{guess,sub}: update from prep.
27821
27822 2003-01-02  Karl Berry  <karl@gnu.org>
27823
27824         * doc/COPYING.DOC: belatedly updated to 1.2.
27825
27826 2003-01-01  Karl Berry  <karl@gnu.org>
27827
27828         * gnulib-tool (func_verify_module): report module name $module in
27829         error message, not $1.
27830         * gnulib-tool (create-testdir): don't complain if destdir couldn't
27831         be created, only if it doesn't exist.
27832         * gnulib-tool (last_checkin_date): don't expand the $Date here.
27833
27834 2002-12-31  Paul Eggert  <eggert@twinsun.com>
27835
27836         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
27837
27838 2002-12-31  Paul Eggert  <eggert@twinsun.com>
27839
27840         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
27841         memcmp if strcoll doesn't work.
27842
27843 2002-12-31  Bruno Haible  <bruno@clisp.org>
27844
27845         * lib/utime.c (utime_null): No need to call ftruncate if the file was
27846         nonempty.
27847
27848 2002-12-31  Bruno Haible  <bruno@clisp.org>
27849
27850         * lib/memcoll.c (STRCOLL): New macro.
27851         (memcoll): Use it.
27852
27853 2002-12-31  Bruno Haible  <bruno@clisp.org>
27854
27855         * lib/localcharset.h: New file.
27856         * lib/localcharset.c: Include it.
27857         * lib/unicodeio.c: Likewise.
27858
27859 2002-12-31  Bruno Haible  <bruno@clisp.org>
27860
27861         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
27862         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
27863
27864 2002-12-31  Bruno Haible  <bruno@clisp.org>
27865
27866         * lib/getline.h: Include <stddef.h>, for size_t.
27867
27868         * lib/unicodeio.h: Include <stddef.h>, for size_t.
27869         * lib/unicodeio.c: Don't include <stddef.h>.
27870
27871 2002-12-31  Bruno Haible  <bruno@clisp.org>
27872
27873         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
27874         HAVE_TM_ZONE.
27875
27876 2002-12-24  Karl Berry  <karl@gnu.org>
27877
27878         * config/config.guess: update from prep.
27879
27880 2002-12-24  Bruno Haible  <bruno@clisp.org>
27881
27882         General infrasructure.
27883         * m4/README: Rewritten.
27884         * m4/onceonly.m4: New file.
27885         * m4/onceonly_2_57.m4: New file.
27886
27887         Module atexit.
27888         * m4/atexit.m4: New file.
27889
27890         Module strtod.
27891         * m4/strtod.m4: New file.
27892
27893         Module strtol.
27894         * m4/strtol.m4: New file.
27895
27896         Module strtoul.
27897         * m4/strtoul.m4: New file.
27898
27899         Module memchr.
27900         * m4/memchr.m4: New file.
27901
27902         Module memcmp.
27903         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
27904         (jm_FUNC_MEMCMP): Invoke it.
27905
27906         Module memcpy.
27907         * m4/memcpy.m4: New file.
27908
27909         Module memmove.
27910         * m4/memmove.m4: New file.
27911
27912         Module memset.
27913         * m4/memset.m4: New file.
27914
27915         Module strcspn.
27916         * m4/strcspn.m4: New file.
27917
27918         Module strpbrk.
27919         * m4/strpbrk.m4: New file.
27920
27921         Module strstr.
27922         * m4/strstr.m4: New file.
27923
27924         Module strerror.
27925         * m4/strerror.m4: New file.
27926
27927         Module mktime.
27928         * m4/mktime.m4: Renamed from jm-mktime.m4.
27929         (gl_PREREQ_MKTIME): New macro.
27930         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
27931
27932         Module malloc.
27933         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
27934         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
27935         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
27936
27937         Module realloc.
27938         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
27939         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
27940         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
27941
27942         Module strftime.
27943         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
27944         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
27945         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
27946         gl_TM_GMTOFF.
27947         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
27948
27949         Module xalloc.
27950         * m4/xalloc.m4: New file.
27951
27952         Module alloca.
27953         * m4/alloca.m4: New file.
27954
27955         Module putenv.
27956         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
27957         (jm_FUNC_PUTENV): Invoke it.
27958
27959         Module setenv.
27960         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
27961         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
27962         when invoked twice.
27963         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
27964         gt_FUNC_SETENV.
27965
27966         Module memrchr.
27967         * m4/memrchr.m4: New file.
27968
27969         Module stpcpy.
27970         * m4/stpcpy.m4: New file.
27971
27972         Module strcase.
27973         * m4/strcase.m4: New file.
27974
27975         Module strdup.
27976         * m4/strdup.m4: New file.
27977
27978         Module strnlen.
27979         * m4/strnlen.m4: New file.
27980
27981         Module strndup.
27982         * m4/strndup.m4: New file.
27983
27984         Module xstrtod.
27985         * m4/xstrtod.m4: New file.
27986
27987         Module xstrtol.
27988         * m4/xstrtol.m4: New file.
27989
27990         Module getdate.
27991         * m4/getdate.m4: New file.
27992
27993         Module unlocked-io.
27994         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
27995         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
27996         * m4/jm-glibc-io.m4n: Remove file.
27997
27998         Module long-options.
27999         * m4/long-options.m4: New file.
28000
28001         Module md5.
28002         * m4/md5.m4: New file.
28003
28004         Module sha.
28005         * m4/sha.m4: New file.
28006
28007         Module getstr.
28008         * m4/getstr.m4: New file.
28009
28010         Module getline.
28011         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
28012         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
28013         <sys/types.h>, for size_t. Use the function name gnu_getline, not
28014         simply getline. Infoke gl_PREREQ_GETLINE.
28015
28016         Module obstack.
28017         * m4/obstack.m4: New file.
28018
28019         Module hash.
28020         * m4/hash.m4: New file.
28021
28022         Module readtokens.
28023         * m4/readtokens.m4: New file.
28024
28025         Module strverscmp.
28026         * m4/strverscmp.m4: New file.
28027
28028         Module stdbool.
28029         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
28030         OSF/1.
28031
28032         Module strtoll.
28033         * m4/strtoll.m4: New file.
28034
28035         Module strtoull.
28036         * m4/strtoull.m4: New file.
28037
28038         Module strtoimax.
28039         * m4/strtoimax.m4: New file.
28040
28041         Module strtoumax.
28042         * m4/strtoumax.m4: New file.
28043
28044         Module xstrtoimax.
28045         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
28046         jm_AC_PREREQ_XSTRTOIMAX.
28047         Moved the strtol prerequisites to strtol.m4.
28048         Moved the strtoll prerequisites to strtoll.m4.
28049         Moved the strtoimax prerequisites to strtoimax.m4.
28050
28051         Module xstrtoumax.
28052         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
28053         jm_AC_PREREQ_XSTRTOUMAX.
28054         Moved the strtoul prerequisites to strtoul.m4.
28055         Moved the strtoull prerequisites to strtoull.m4.
28056         Moved the strtoumax prerequisites to strtoumax.m4.
28057
28058         Module chown.
28059         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
28060         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
28061
28062         Module dup2.
28063         * m4/dup2.m4: New file.
28064
28065         Module ftruncate.
28066         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
28067         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
28068
28069         Module getgroups.
28070         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
28071         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
28072
28073         Module gettimeofday.
28074         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
28075         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
28076         gl_PREREQ_GETTIMEOFDAY.
28077
28078         Module mkdir.
28079         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
28080         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
28081
28082         Module mkstemp.
28083         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
28084         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
28085         jm_AC_TYPE_UINTMAX_T.
28086         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
28087
28088         Module stat.
28089         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
28090         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
28091
28092         Module lstat.
28093         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
28094         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
28095
28096         Module timespec.
28097         * m4/timespec.m4 (gl_TIMESPEC): New macro.
28098         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
28099         * m4/st_mtim.m4: Indentation.
28100
28101         Module nanosleep.
28102         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
28103         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
28104         gl_PREREQ_NANOSLEEP.
28105
28106         Module regex.
28107         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
28108         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
28109         (gl_REGEX): New macro.
28110
28111         Module rename.
28112         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
28113         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
28114
28115         Module rmdir.
28116         * m4/rmdir.m4: New file.
28117
28118         Module utime.
28119         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
28120         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
28121         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
28122
28123         Module dirname.
28124         * m4/dirname.m4: New file.
28125
28126         Module getopt.
28127         * m4/getopt.m4: New file.
28128
28129         Module unistd-safer.
28130         * m4/unistd-safer.m4: New file.
28131
28132         Module fnmatch.
28133         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
28134         declaration.
28135         (gl_PREREQ_FNMATCH_EXTRA): New macro.
28136         (gl_FUNC_FNMATCH_POSIX): New macro.
28137         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
28138         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
28139         simply fnmatch.
28140
28141         Module exclude.
28142         * m4/exclude.m4: New file.
28143
28144         Module human.
28145         * m4/human.m4: New file.
28146
28147         Module acl.
28148         * m4/acl.m4: Nop.
28149
28150         Module backupfile.
28151         * m4/backupfile.m4: New file.
28152         * m4/d-ino.m4: Indentation.
28153
28154         Module fsusage.
28155         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
28156         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
28157         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
28158
28159         Module dirfd.
28160         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
28161         requirements.
28162
28163         Module euidaccess.
28164         * m4/euidaccess.m4: New file.
28165
28166         Module file-type.
28167         * m4/file-type.m4: New file.
28168
28169         Module fileblocks.
28170         * m4/fileblocks.m4: New file.
28171
28172         Module filemode.
28173         * m4/filemode.m4: New file.
28174
28175         Module isdir.
28176         * m4/isdir.m4: New file.
28177
28178         Module lchown.
28179         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
28180         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
28181
28182         Module makepath.
28183         * m4/makepath.m4: New file.
28184
28185         Module modechange.
28186         * m4/modechange.m4: New file.
28187
28188         Module mountlist.
28189         * m4/mountlist.m4: New file.
28190         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
28191         Indentation.
28192
28193         Module path-concat.
28194         * m4/path-concat.m4: New file.
28195
28196         Module pathmax.
28197         * m4/pathmax.m4: New file.
28198
28199         Module same.
28200         * m4/same.m4: New file.
28201
28202         Module save-cwd.
28203         * m4/save-cwd.m4: New file.
28204
28205         Module savedir.
28206         * m4/savedir.m4: New file.
28207
28208         Module xgetcwd.
28209         * m4/xgetcwd.m4: New file.
28210         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
28211
28212         Module xreadlink.
28213         * m4/xreadlink.m4: New file.
28214
28215         Module safe-read.
28216         * m4/safe-read.m4: New file.
28217
28218         Module safe-write.
28219         * m4/safe-write.m4: New file.
28220
28221         Module closeout.
28222         * m4/closeout.m4: New file.
28223
28224         Module stdio-safer.
28225         * m4/stdio-safer.m4: New file.
28226
28227         Module getpass.
28228         * m4/getpass.m4: New file.
28229
28230         Module getugroups.
28231         * m4/getugroups.m4: New file.
28232
28233         Module group-member.
28234         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
28235         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
28236
28237         Module idcache.
28238         * m4/idcache.m4: New file.
28239
28240         Module userspec.
28241         * m4/userspec.m4: New file.
28242
28243         Module gettime.
28244         * m4/clock_time.m4: New file.
28245         * m4/gettime.m4: New file.
28246
28247         Module settime.
28248         * m4/settime.m4: New file.
28249
28250         Module posixtm.
28251         * m4/posixtm.m4: New file.
28252
28253         Module gethostname.
28254         * m4/gethostname.m4: New file.
28255
28256         Module canon-host.
28257         * m4/canon-host.m4: New file.
28258
28259         Module gettext.
28260         * m4/codeset.m4: New file, from gettext-0.11.5.
28261         * m4/gettext.m4: New file, from gettext-0.11.5.
28262         * m4/glibc21.m4: New file, from gettext-0.11.5.
28263         * m4/iconv.m4: New file, from gettext-0.11.5.
28264         * m4/intdiv0.m4: New file, from gettext-0.11.5.
28265         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
28266         * m4/inttypes.m4: New file, from gettext-0.11.5.
28267         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
28268         * m4/isc-posix.m4: New file, from gettext-0.11.5.
28269         * m4/lcmessage.m4: New file, from gettext-0.11.5.
28270         * m4/lib-ld.m4: New file, from gettext-0.11.5.
28271         * m4/lib-link.m4: New file, from gettext-0.11.5.
28272         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
28273         * m4/progtest.m4: New file, from gettext-0.11.5.
28274         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
28275         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
28276         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
28277
28278         Module localcharset.
28279         * m4/localcharset.m4: New file.
28280
28281         Module hard-locale.
28282         * m4/hard-locale.m4: New file.
28283
28284         Module mbswidth.
28285         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
28286         onceonly macros.
28287         * m4/mbrtowc.m4: Add comment.
28288
28289         Module memcasecmp.
28290         * m4/memcasecmp.m4: New file.
28291
28292         Module memcoll.
28293         * m4/memcoll.m4: New file.
28294
28295         Module unicodeio.
28296         * m4/unicodeio.m4: New file.
28297
28298         Module rpmatch.
28299         * m4/rpmatch.m4: New file.
28300
28301         Module yesno.
28302         * m4/yesno.m4: New file.
28303
28304         Module exitfail.
28305         * m4/exitfail.m4: New file.
28306
28307         Module c-stack.
28308         * m4/c-stack.m4 (gl_C_STACK): New macro.
28309         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
28310
28311         Module error.
28312         * m4/error.m4 (gl_ERROR): New macro.
28313         (jm_PREREQ_ERROR): Use onceonly macros.
28314
28315         Module fatal.
28316         * m4/fatal.m4: New file.
28317
28318         Module getloadavg.
28319         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
28320         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
28321
28322         Module getpagesize.
28323         * m4/getpagesize.m4: New file.
28324
28325         Module getusershell.
28326         * m4/getusershell.m4: New file.
28327
28328         Module physmem.
28329         * m4/physmem.m4: New file.
28330
28331         Module posixver.
28332         * m4/posixver.m4: New file.
28333
28334         Module quotearg.
28335         * m4/quotearg.m4: New file.
28336
28337         Module quote.
28338         * m4/quote.m4: New file.
28339
28340         Module readutmp.
28341         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
28342
28343         Module sig2str.
28344         * m4/sig2str.m4: New file.
28345
28346         Other.
28347         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
28348         ulonglong.m4.
28349         * m4/intmax_t.m4: New file.
28350         * m4/d-type.m4: Indentation.
28351         * m4/jm-macros.m4: Update.
28352         * m4/prereq.m4 (jm_PREREQ): Update.
28353         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
28354         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
28355         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
28356         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
28357         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
28358         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
28359         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
28360         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
28361         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
28362         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
28363         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
28364         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
28365         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
28366         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
28367         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
28368         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
28369         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
28370         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
28371         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
28372
28373 2002-12-24  Bruno Haible  <bruno@clisp.org>
28374
28375         * MODULES.txt: Update according to m4/ changes.
28376
28377         Module gettext.
28378         * config.rpath: New file, from gettext-0.11.5.
28379
28380         * modules/*: New module descriptions.
28381         * gnulib-tool: New file.
28382         * MODULES.html.sh: New file.
28383
28384 2002-12-21  Karl Berry  <karl@gnu.org>
28385
28386         * doc/fdl.texi: update to version 1.2.
28387
28388 2002-12-19  Karl Berry  <karl@gnu.org>
28389
28390         * config/config.guess: update from prep.
28391
28392 2002-12-18  Bruno Haible  <bruno@clisp.org>
28393
28394         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
28395         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
28396
28397 2002-12-17  Bruno Haible  <bruno@clisp.org>
28398
28399         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
28400         stdlib.h, string.h.
28401
28402 2002-12-17  Bruno Haible  <bruno@clisp.org>
28403
28404         * lib/canon-host.c (strdup): Remove unused declaration.
28405
28406         * lib/fsusage.c: Include full_read.h.
28407         (get_fs_usage): Use full_read instead of safe_read.
28408
28409         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
28410
28411 2002-12-12  Karl Berry  <karl@gnu.org>
28412
28413         * config/config.guess: update from prep.
28414
28415 2002-12-11  Bruno Haible  <bruno@clisp.org>
28416
28417         * m4/setenv.m4: New file, from gettext-0.11.5.
28418
28419 2002-12-11  Bruno Haible  <bruno@clisp.org>
28420
28421         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
28422         not unsetenv().
28423         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
28424         modifications:
28425
28426         2002-12-11  Bruno Haible  <bruno@clisp.org>
28427
28428                 * setenv.c (alloca): Fall back to malloc.
28429                 (freea): New macro.
28430                 (setenv): Use freea() to free memory allocated with alloca().
28431
28432         2002-11-13  Bruno Haible  <bruno@clisp.org>
28433
28434                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
28435                 function declarations.
28436                 * unsetenv.c (unsetenv): Likewise.
28437
28438         2002-03-04  Bruno Haible  <bruno@clisp.org>
28439
28440                 Portability to AIX 4.3.3.
28441                 * unsetenv.c: New file, extracted from setenv.c.
28442                 * setenv.c: Move the unsetenv() function to unsetenv.c.
28443
28444         2001-12-20  Bruno Haible  <bruno@clisp.org>
28445
28446                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
28447                 use malloc instead. For SunOS 4.
28448
28449         2001-12-11  Bruno Haible  <bruno@clisp.org>
28450
28451                 * setenv.c: Declare alloca.
28452                 (compar_fn_t): New typedef.
28453                 (KNOWN_VALUE, STORE_VALUE): Use it.
28454
28455         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
28456         setenv.h.
28457
28458 2002-12-10  Paul Eggert  <eggert@twinsun.com>
28459
28460         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
28461         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
28462         Choose values that are less likely to collide with system fnmatch
28463         options.
28464         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
28465         defined (e.g., a pure POSIX system).
28466         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
28467         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
28468
28469 2002-12-06  Paul Eggert  <eggert@twinsun.com>
28470
28471         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
28472         a pain in practice to deal with generated m4 files.  This change
28473         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
28474
28475         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
28476         and jm-glibc-io.m4, as they are no longer a special case.
28477         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
28478         kludge and the auto-generation stuff.  Check only whether the
28479         functions are declared, not whether they exist, since older hosts
28480         that don't declare the functions can't use the optimization anyway.
28481
28482 2002-12-06  Jim Meyering  <jim@meyering.net>
28483
28484         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
28485
28486         Merge in changes from libc's misc/error.c, in preparation
28487         for the merge of gnulib's changes back into libc.
28488
28489         * lib/error.c (_): Define only if not already defined.
28490         Move definition to follow all #include directives.
28491         Include unlocked-io.h only if !_LIBC.
28492         [_LIBC]: Include <libio/libioP.h>.
28493         [USE_IN_LIBIO]: Include <libio/iolibio.h>
28494         (fflush): Tweak definition to use INTUSE.
28495         (putc): Define.
28496
28497 2002-12-05  Paul Eggert  <eggert@twinsun.com>
28498
28499         * lib/alloca.c [defined emacs]: Include "lisp.h".
28500         (xalloc_die) [defined emacs]: New macro.
28501         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
28502         [! defined emacs]: Include <xalloc.h>.
28503         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
28504         (pointer): Typedef to POINTER_TYPE *.
28505         (malloc): Remove decl; we now always use xmalloc.
28506         (alloca): Use old-style definition, since Emacs needs this.
28507         Check for arithmetic overflow when computing combined size.
28508
28509 2002-12-04  Paul Eggert  <eggert@twinsun.com>
28510
28511         Do not generate unlocked-io.h automatically, since it's easier to
28512         maintain it by hand.
28513
28514         * lib/unlocked-io.h: New file, from GNU diffutils,
28515         but with proper copyright notice and attribution.
28516         * lib/gen-uio: Remove.
28517         * lib/Makefile.am: Add copyright notice.
28518         (libfetish_a_SOURCES): Add unlocked-io.h.
28519         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
28520         (DISTCLEANFILES, io_functions): Remove macros.
28521         (EXTRA_DIST): Remove gen_uio.
28522         (unlocked-io.h): Remove rule.
28523
28524 2002-12-04  Jim Meyering  <jim@meyering.net>
28525
28526         Reflect the fact that stat.c and lstat.c are no longer generated.
28527         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
28528         (DISTCLEANFILES): Likewise.
28529         (EXTRA_DIST): Likewise.
28530         (all_local): Don't depend on stat.c or lstat.c.
28531         (stat.c, lstat.c): Remove rules.
28532         (EXTRA_DIST): Remove xstat.in.
28533
28534         * lib/xstat.in: Remove file.  Contents moved into stat.c.
28535         * lib/stat.c: New file.  Contents mostly from xstat.in.
28536         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
28537         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
28538
28539         * lib/safe-read.c: Rework so that it may serve to define safe_write,
28540         too.
28541         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
28542
28543 2002-12-03  Jim Meyering  <jim@meyering.net>
28544
28545         * lib/safe-read.c, safe-write.c: Change variable names and comments,
28546         but not semantics, to minimize the differences between these two files.
28547         (safe_read): Change comment to mention SAFE_READ_ERROR.
28548
28549         * lib/safe-read.c (IS_EINTR): Define.
28550         (safe_read): Use IS_EINTR in place of in-function cpp directives.
28551
28552 2002-12-02  Jim Meyering  <jim@meyering.net>
28553
28554         * lib/safe-read.c (EINTR): Define.
28555         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
28556         (INT_MAX): Provide fallback.
28557         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
28558
28559         * lib/safe-read.h (SAFE_READ_ERROR): Define.
28560
28561 2002-12-02  Bruno Haible  <bruno@clisp.org>
28562
28563         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
28564         Define, taken from safe-read.c.
28565         (INT_MAX): Provide fallback.
28566         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
28567         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
28568
28569         * lib/safe-read.c (EINTR): Remove definition.
28570         (safe_read): Don't use EINTR if it is absent.
28571
28572 2002-12-01  Jim Meyering  <jim@meyering.net>
28573
28574         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
28575         zero.
28576         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
28577
28578 2002-11-27  Paul Eggert  <eggert@twinsun.com>
28579
28580         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
28581         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
28582         with `if (! (value < limit)) abort ();', for readability.
28583
28584 2002-11-26  Karl Berry  <karl@gnu.org>
28585
28586         * lib/strdup.c: copy from libc again, with jim's ok.
28587         * lib/.cppi-disable: re-add strdup.c
28588
28589 2002-11-25  Karl Berry  <karl@gnu.org>
28590
28591         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
28592         instead of "strtol.c".
28593
28594 2002-11-25  Karl Berry  <karl@gnu.org>
28595
28596         * config/install-sh: update from automake for variable quoting, $0 in
28597         error msgs, etc.
28598
28599         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
28600         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
28601         entry.
28602
28603 2002-11-25  Jim Meyering  <jim@meyering.net>
28604
28605         * lib/mktime.c: Sync from libc, now that it has the latest fix.
28606
28607 2002-11-24  Karl Berry  <karl@gnu.org>
28608
28609         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
28610         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
28611
28612 2002-11-24  Jim Meyering  <jim@meyering.net>
28613
28614         Update from coreutils:
28615
28616         * lib/mktime.c: Merge in changes from libc.
28617
28618         Avoid a link-time failure on some Linux systems.
28619         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
28620         (otherwise).
28621         (__mon_yday): Declare with the STATIC attribute.
28622         (__mktime_internal): Likewise.
28623         Based on a report from Greg Schafer.
28624
28625 2002-11-23  Jim Meyering  <jim@meyering.net>
28626
28627         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
28628         Use `unsigned', not `int', as type of index.
28629
28630         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
28631
28632         * lib/fsusage.c: Remove unneeded parentheses around operands of
28633         `defined'.
28634
28635 2002-11-22  Paul Eggert  <eggert@twinsun.com>
28636
28637         * lib/quotearg.h: Allow multiple inclusion by surrounding with
28638         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
28639         so that we can be included first.
28640         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
28641         * lib/quotearg.c: Include quotearg.h immediately after config.h.
28642         No need to include stddef.h or sys/types.h any more.
28643         Surround local include files with "", not "<>".
28644         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
28645         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
28646         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
28647         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
28648         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
28649         (ISPRINT): Remove; no longer needed now that we assume C89.
28650
28651         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
28652         Preserve errno.
28653
28654         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
28655         quotearg_char): Use SIZE_MAX rather than
28656         (size_t) -1 when we are talking about "infinity".
28657
28658         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
28659
28660 2002-11-22  Paul Eggert  <eggert@twinsun.com>
28661
28662         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
28663         hint that one should use `if (! x) abort ();' rather than `assert
28664         (x);', and anyway it's one less thing to worry about configuring.
28665         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
28666         hash_rehash, hash_insert): Use abort rather than assert.
28667
28668 2002-11-22  Bruno Haible  <bruno@clisp.org>
28669
28670         * lib/safe-read.h: Assume C89. Add comments.
28671         (safe_read): Change return type to size_t.
28672         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
28673         byte counts > SSIZE_MAX correctly.
28674         * lib/safe-write.h: New file.
28675         * lib/safe-write.c: New file.
28676         * lib/full-read.h: New file.
28677         * lib/full-read.c: New file.
28678         * lib/full-write.h: Assume C89. Add comments.
28679         * lib/full-write.c: Include safe-write.h.
28680         (full_write): Rewritten to use safe_write.
28681         Suggested by Jim Meyering and Paul Eggert.
28682
28683 2002-11-21  Jim Meyering  <jim@meyering.net>
28684
28685         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
28686
28687         Merge in changes from the coreutils.
28688
28689         2002-09-25  Paul Eggert  <eggert@twinsun.com>
28690         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
28691         <stdint.h>.
28692         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
28693         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
28694         int.  Work more efficiently if X is the same width as uintmax_t.
28695         Do not compare X to -1, to avoid bogus compiler warning.
28696         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
28697         Don't assume that f_frsize and f_bsize are the same type.
28698
28699         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
28700         warning on FreeBSD.
28701
28702         * lib/makepath.c (make_path): Restore umask *before* creating the final
28703         component.
28704         (make_path): Minor reformatting.
28705
28706         * lib/xmalloc.c: Adjust to work with new autoconf macros,
28707         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
28708         HAVE_MALLOC/HAVE_REALLOC.
28709
28710         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
28711         dummy ones.  At least on GNU/Linux systems, `auto' means something
28712         else.
28713         From Michael Stone.
28714
28715 2002-11-21  Bruno Haible  <bruno@clisp.org>
28716
28717         Remove case insensitive option matching.
28718         * lib/argmatch.h (argcasematch): Remove declaration.
28719         (ARGCASEMATCH): Remove macro.
28720         (__xargmatch_internal): Remove case_sensitive argument.
28721         (XARGMATCH): Update.
28722         (XARGCASEMATCH): Remove macro.
28723         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
28724         case_sensitive argument.
28725         (argcasematch): Remove function.
28726         (__xargmatch_internal): Remove case_sensitive argument.
28727         (main): Use XARGMATCH instead of XARGCASEMATCH.
28728
28729         * lib/xmalloc.c: Change compile-time error message. Add comment about
28730         required autoconf version.
28731
28732 2002-11-20  Paul Eggert  <eggert@twinsun.com>
28733
28734         Merge argmatch cleanups from Bison.  Assume C89.
28735
28736         * lib/argmatch.c: Include config.h here, not in argmatch.h.
28737         Include stdlib.h, for EXIT_FAILURE.
28738         Always include <string.h>, since we assume C89.
28739         (EXIT_FAILURE): Remove pre-C89 bug workaround.
28740         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
28741         Include <stddef.h> instead, since it's all we need for size_t.
28742         (PARAMS): Remove.  All uses removed.
28743         (ARRAY_CARDINALITY): Do not bother to #undef.
28744         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
28745         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
28746         Remove unnecessary parentheses.
28747         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
28748         Insert necessary parentheses.
28749         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
28750         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
28751
28752 2002-11-19  Bruno Haible  <bruno@clisp.org>
28753
28754         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
28755         * lib/mbswidth.h: Include <stddef.h>, for size_t.
28756
28757         * lib/mbswidth.h (PARAMS): Remove macro.
28758         (mbswidth, mbsnwidth): Use ANSI C function declarations.
28759         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
28760
28761         * lib/gcd.h (PARAMS): Remove macro.
28762         (gcd): Use ANSI C function declarations.
28763         * lib/gcd.c (gcd): Likewise.
28764
28765 2002-11-15  Bruno Haible  <bruno@clisp.org>
28766
28767         * lib/strcspn.c: Include <stddef.h>.
28768         (strcspn): Use ANSI C function declaration. Change return type to
28769         size_t. Use NULL.
28770         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
28771         (strpbrk): Use NULL.
28772         * lib/strpbrk.h (PARAMS): Remove macro.
28773         (strpbrk): Use ANSI C function declaration.
28774         * lib/strstr.c: Don't include <sys/types.h>.
28775         * lib/strstr.h (PARAMS): Remove macro.
28776         (strstr): Use ANSI C function declarations.
28777
28778 2002-11-14  Karl Berry  <karl@gnu.org>
28779
28780         * config/mkinstalldirs: `do' on separate line, instead of
28781         `for var; do'.
28782
28783 2002-11-06  Bruno Haible  <bruno@clisp.org>
28784
28785         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
28786         * lib/gcd.c (gcd): Likewise.
28787
28788 2002-11-05  Bruno Haible  <bruno@clisp.org>
28789
28790         * lib/gcd.h: New file, from gettext-0.11.5.
28791         * lib/gcd.c: New file, from gettext-0.11.5.
28792
28793 2002-11-05  Bruno Haible  <bruno@clisp.org>
28794
28795         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28796         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28797         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28798         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28799
28800         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
28801         <libintl.h>.
28802         * lib/makepath.c: Include gettext.h instead of <locale.h> and
28803         <libintl.h>.
28804
28805         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
28806         * lib/human.c: Include gettext.h instead of <libintl.h>.
28807         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
28808         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
28809         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
28810         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
28811         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
28812         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
28813         (textdomain): Remove definition.
28814         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
28815
28816         * lib/long-options.c: Remove include of <libintl.h> and definition of
28817         _.
28818         * lib/same.c: Remove include of <libintl.h> and definition of _.
28819
28820 2002-11-04  Owen Taylor  <otaylor@redhat.com>
28821
28822         * lib/config.charset: A few additions for Solaris.
28823
28824 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
28825
28826         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
28827         * lib/localcharset.c (locale_charset): Declare as extern "C".
28828
28829 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
28830
28831         * lib/config.charset: msdos in uk_UA uses CP1125.
28832
28833 2002-11-04  Bruno Haible  <bruno@clisp.org>
28834
28835         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
28836         * lib/strcase.h: New file, from GNU gettext-0.11.5.
28837         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
28838         * lib/strstr.h: New file, from GNU gettext-0.11.5.
28839         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
28840
28841 2002-11-04  Bruno Haible  <bruno@clisp.org>
28842
28843         * lib/localcharset.c (locale_charset): Don't return an empty string.
28844
28845 2002-11-04  Bruno Haible  <bruno@clisp.org>
28846
28847         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
28848         aliases.
28849
28850 2002-11-04  Bruno Haible  <bruno@clisp.org>
28851
28852         * lib/config.charset: Update for newest glibc. Add canonical names
28853         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
28854
28855 2002-11-04  Bruno Haible  <bruno@clisp.org>
28856
28857         * lib/config.charset: Add support for NetBSD.
28858
28859 2002-11-04  Bruno Haible  <bruno@clisp.org>
28860
28861         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
28862
28863 2002-11-01  Bruno Haible  <bruno@clisp.org>
28864
28865         * configure.in: Add AC_CONFIG_AUX_DIR call.
28866         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
28867         test/Makefile.
28868         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
28869
28870 2002-09-28  Karl Berry  <karl@gnu.org>
28871
28872         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
28873         installed automake until the next release, since changes have been
28874         made.
28875
28876 2002-09-25  Karl Berry  <karl@gnu.org>
28877
28878         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
28879         * lib/getopt*: copy from libc/posix.
28880         * lib/gettext.h: copy from gettext.
28881         * lib/.cppi-disable: add strdup.c, gettext.h.
28882
28883 2002-09-25  Karl Berry  <karl@gnu.org>
28884
28885         * config/srclist.txt: enable gettext.h check.
28886         * config/config.{guess,sub}: update from prep.
28887         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
28888                 from automake 1.6.3.
28889         See srclist*.
28890
28891 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
28892
28893         * regex.c (PATFETCH): Remove the translating fetch.
28894         (PATFETCH_RAW): Rename to PATFETCH.
28895         (set_image_of_range): New fun.
28896         (SET_RANGE_TABLE_WORK_AREA): Use it.
28897         (regex_compile): Don't translate the pattern chars so eagerly.
28898         Only do it when inserting an `exactn' bytecode or when handling
28899         a char-range.
28900         (mutually_exclusive_p): Avoid empty statement.
28901
28902 2002-07-06  Jim Meyering  <meyering@lucent.com>
28903
28904         * m4/README: Don't mention Makefile.am.in.
28905         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
28906
28907 2002-07-01  Jim Meyering  <meyering@lucent.com>
28908
28909         * lib/c-stack.c: Include sys/time.h.
28910         From Volker Borchert.
28911
28912 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28913
28914         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
28915
28916 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28917
28918         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
28919         New macro.  Use it uniformly instead of
28920         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
28921         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
28922         reported by Vin Shelton.
28923
28924 2002-06-22  Paul Eggert  <eggert@twinsun.com>
28925
28926         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
28927         Do not assume SA_SIGINFO behavior.
28928         Bug reported by Jim Meyering on NetBSD 1.5.2.
28929
28930 2002-06-22  Jim Meyering  <meyering@lucent.com>
28931
28932         * m4/c-stack.m4: New file, from diffutils-2.8.2.
28933         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
28934
28935         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
28936         now that configure.ac uses AC_GNU_SOURCE.
28937         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
28938         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
28939
28940         Update to latest tools.  Suggestions from Paul Eggert.
28941         * m4/stdbool.m4: New file, from diffutils-2.8.2.
28942         * m4/gnu-source.m4: Update from diffutils-2.8.2.
28943         * m4/fnmatch.m4: Likewise.
28944         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
28945         to AC_HEADER_STDBOOL
28946
28947 2002-06-22  Jim Meyering  <meyering@lucent.com>
28948
28949         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
28950         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
28951
28952 2002-06-22  Jim Meyering  <meyering@lucent.com>
28953
28954         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
28955
28956         * lib/exitfail.c, exitfail.h: Likewise.
28957         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
28958
28959         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
28960         of fnmatch.h.
28961         (EXTRA_DIST): Add fnmatch_loop.c.
28962         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
28963
28964         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
28965         * lib/fnmatch.c: Update from diffutils-2.8.2.
28966         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
28967         * lib/fnmatch.h: Remove file.
28968
28969 2002-06-21  Jim Meyering  <meyering@lucent.com>
28970
28971         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
28972         * m4/mbrtowc.m4: Likewise.
28973
28974         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
28975         * m4/mbswidth.m4: Reflect name change:
28976         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
28977         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
28978
28979         * m4/lib-link.m4: Update from gettext-0.11.2.
28980         * m4/gettext.m4: Likewise.
28981
28982         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
28983         From Alfred M. Szmidt.
28984
28985 2002-06-18  Paul Eggert  <eggert@twinsun.com>
28986
28987         * lib/file-type.h: Report an error if neither S_ISREG nor
28988         S_IFREG is defined, instead of using a test specific to glibc
28989         2.2.  This should be safe, since POSIX requires S_ISREG and
28990         Unix Version 7 had S_IFREG.  We don't need to check for
28991         <sys/types.h> since we don't use any symbols that it defines.
28992
28993 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
28994
28995         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
28996         $@-t, so that each temporary file name is unique and valid in the first
28997         8 characters, for operation under DOS.
28998
28999 2002-06-15  Paul Eggert  <eggert@twinsun.com>
29000
29001         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
29002
29003 2002-06-15  Jim Meyering  <meyering@lucent.com>
29004
29005         Work even with DJGPP 2.03, which lacks support for symlinks.
29006         From Richard Dawe.
29007         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
29008         is defined.
29009         * lib/lchown.c (S_ISLNK): Likewise.
29010
29011 2002-06-15  Jim Meyering  <meyering@lucent.com>
29012
29013         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
29014         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
29015         have been included before this file.
29016
29017 2002-06-14  Jim Meyering  <meyering@lucent.com>
29018
29019         * lib/file-type.h: Use the version from diffutils-2.8.2.
29020         * lib/file-type.c: Likewise.
29021
29022 2002-06-07  Jim Meyering  <meyering@lucent.com>
29023
29024         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
29025         They're needed at least for NetBSD 1.5.2.
29026         ($statxfs_includes): Include those same headers.
29027         ($statxfs_includes): Include sys/vfs.h if available.
29028         ($statxfs_includes): Likewise for sys/statvfs.h.
29029         Check for the following members in both structs statfs and statvfs:
29030         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
29031
29032 2002-06-01  Jim Meyering  <meyering@lucent.com>
29033
29034         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
29035         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
29036
29037 2002-05-28  Jim Meyering  <meyering@lucent.com>
29038
29039         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
29040         Reported by Volker Borchert.
29041
29042 2002-05-27  Jim Meyering  <meyering@lucent.com>
29043
29044         Fix a problem seen only on nonconforming systems whereby ls.c's
29045         use of localtime, and then of gettimeofday would cause trouble:
29046         the localtime call used to initialize rpl_gettimeofday's save
29047         mechanism would clobber ls's current local time information so
29048         that in any long listing the first file would always be listed
29049         with date 1970-01-01.  Analysis by Volker Borchert.
29050
29051         * lib/gettimeofday.c (localtime): Undefine.
29052         (rpl_localtime): New function.
29053
29054 2002-05-27  Jim Meyering  <meyering@lucent.com>
29055
29056         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
29057         localtime.
29058
29059         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
29060         use the replacement function; it wouldn't resolve at link time.
29061         Reported by Volker Borchert.
29062
29063 2002-05-22  Jim Meyering  <meyering@lucent.com>
29064
29065         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
29066         file-type.h.
29067         * lib/file-type.h: New file.
29068         * lib/file-type.c (file_type): New file/function.  Extracted from
29069         diffutils.
29070
29071 2002-04-30  Jim Meyering  <meyering@lucent.com>
29072
29073         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
29074
29075 2002-04-29  Paul Eggert  <eggert@twinsun.com>
29076
29077         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
29078
29079 2002-04-29  Paul Eggert  <eggert@twinsun.com>
29080
29081         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
29082         Do not check for alloca.h (no longer used) or stdbool.h (was never
29083         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
29084
29085 2002-04-29  Paul Eggert  <eggert@twinsun.com>
29086
29087         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
29088
29089 2002-04-29  Jim Meyering  <meyering@lucent.com>
29090
29091         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
29092         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
29093         Use AC_FUNC_STRNLEN here instead.
29094
29095         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
29096         With autoconf-2.53a, it's part of AC_PROG_CC.
29097
29098 2002-04-28  Paul Eggert  <eggert@twinsun.com>
29099
29100         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
29101         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
29102
29103 2002-04-28  Paul Eggert  <eggert@twinsun.com>
29104
29105         * lib/sig2str.h, lib/sig2str.c: New files.
29106         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
29107
29108 2002-04-28  Paul Eggert  <eggert@twinsun.com>
29109
29110         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
29111         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
29112         of 127, since 64 is the largest conceivable number for ancient
29113         nonstandard hosts.
29114         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
29115
29116 2002-04-28  Jim Meyering  <meyering@lucent.com>
29117
29118         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
29119
29120 2002-04-24  Jim Meyering  <meyering@lucent.com>
29121
29122         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
29123         (jm_PREREQ): Use it.
29124
29125         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
29126         mach/mach.h fcntl.h.
29127         Check for this function: setlocale.
29128
29129 2002-04-24  Jim Meyering  <meyering@lucent.com>
29130
29131         * lib/gettext.h: New file, from Gettext.
29132         * lib/Makefile.am (INCLUDES): Remove -I../intl.
29133         (libfetish_a_SOURCES): Add gettext.h.
29134
29135 2002-04-16  Jim Meyering  <meyering@lucent.com>
29136
29137         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
29138         ut_pid, ut_id, ut_exit.
29139
29140 2002-04-16  Jim Meyering  <meyering@lucent.com>
29141
29142         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
29143         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
29144         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
29145
29146 2002-04-12  Jim Meyering  <meyering@lucent.com>
29147
29148         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
29149         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
29150         existence of the getmntinfo function.  Needed for Darwin 5.3.
29151
29152         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
29153         This is necessary at least on Darwin 5.3.
29154
29155         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
29156         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
29157         strnlen.o in the library, and that makes some versions of ranlib
29158         object.
29159
29160 2002-04-12  Jim Meyering  <meyering@lucent.com>
29161
29162         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
29163
29164 2002-04-09  Jim Meyering  <meyering@lucent.com>
29165
29166         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
29167         to be more precise.  Rather than saying we're checking whether the
29168         function `works', say what we're testing.
29169         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
29170         Reported by Bruno Haible.
29171
29172 2002-03-10  Jim Meyering  <meyering@lucent.com>
29173
29174         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
29175         Suggestion from Santiago Vila.
29176
29177 2002-03-08  Jim Meyering  <meyering@lucent.com>
29178
29179         * lib/rename.c: Mention that this wrapper is needed also on
29180         mips-dec-ultrix4.4 systems.
29181
29182 2002-03-02  Jim Meyering  <meyering@lucent.com>
29183
29184         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
29185         not HAVE_CLOCK_SETTIME.
29186
29187 2002-02-27  Paul Eggert  <eggert@twinsun.com>
29188
29189         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
29190         Check for clock_settime.
29191
29192 2002-02-27  Paul Eggert  <eggert@twinsun.com>
29193
29194         * lib/nanosleep.h: Rename to....
29195         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
29196
29197         * lib/gettime.c: New file.
29198         * lib/settime.c: New file.
29199         * lib/stime.c: Remove.
29200
29201         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
29202         timespec.h.  Remove nanosleep.h.
29203
29204 2002-02-25  Paul Eggert  <eggert@twinsun.com>
29205
29206         * m4/acl.m4: New file.
29207         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
29208         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
29209
29210 2002-02-25  Paul Eggert  <eggert@twinsun.com>
29211
29212         * lib/acl.c, lib/acl.h: New files.
29213         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
29214
29215 2002-02-24  Jim Meyering  <meyering@lucent.com>
29216
29217         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
29218         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
29219         cause trouble.  Reported by Nelson Beebe.
29220
29221 2002-02-23  Paul Eggert  <eggert@twinsun.com>
29222
29223         * lib/path-concat.c (xpath_concat): Reorder code to pacify
29224         compilers that don't know that xalloc_die never returns.
29225
29226 2002-02-20  Jim Meyering  <meyering@lucent.com>
29227
29228         * lib/getdate.c: Regenerate using bison-1.33.
29229
29230 2002-02-17  Jim Meyering  <meyering@lucent.com>
29231
29232         * config/config.guess (main): Don't use `head -1'; it's no longer
29233         portable. Use `sed 1q' instead.
29234
29235 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
29236
29237         * m4/codeset.m4: Upgrade to gettext-0.11.
29238         * m4/gettext.m4: Upgrade to gettext-0.11.
29239         * m4/glibc21.m4: Upgrade to gettext-0.11.
29240         * m4/iconv.m4: Upgrade to gettext-0.11.
29241         * m4/isc-posix.m4: Upgrade to gettext-0.11.
29242         * m4/lcmessage.m4: Upgrade to gettext-0.11.
29243         * m4/lib-ld.m4: New file, from gettext-0.11.
29244         * m4/lib-link.m4: New file, from gettext-0.11.
29245         * m4/lib-prefix.m4: New file, from gettext-0.11.
29246         * m4/progtest.m4: Upgrade to gettext-0.11.
29247
29248 2002-02-15  Paul Eggert  <eggert@twinsun.com>
29249
29250         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
29251         (jm_PREREQ): Use it.
29252
29253 2002-02-15  Paul Eggert  <eggert@twinsun.com>
29254
29255         * lib/posixver.c, lib/posixver.h: New files.
29256         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
29257
29258 2002-02-02  Paul Eggert  <eggert@twinsun.com>
29259             Bruno Haible  <bruno@clisp.org>
29260
29261         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
29262         (fwrite_success_callback): New declaration.
29263         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
29264         print_unicode_char. Call failure callback instead of error.
29265         (fwrite_success_callback): New function.
29266         (exit_failure_callback): New function.
29267         (fallback_failure_callback): New function.
29268         (print_unicode_char): Call unicode_to_mb.
29269
29270 2002-01-26  Jim Meyering  <meyering@lucent.com>
29271
29272         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
29273         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
29274
29275 2002-01-26  Jim Meyering  <meyering@lucent.com>
29276
29277         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
29278
29279 2002-01-22  Paul Eggert  <eggert@twinsun.com>
29280
29281         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
29282
29283 2002-01-22  Jim Meyering  <meyering@lucent.com>
29284
29285         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
29286         Otherwise, some versions of automake would omit the rule that makes
29287         Makefile from Makefile.in.
29288
29289 2002-01-21  Paul Eggert  <eggert@twinsun.com>
29290
29291         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
29292         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
29293         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
29294         (memcoll): Set errno to zero if there is no error.
29295
29296         * lib/quotearg.c (quotearg_buffer_restyled):
29297         Fix bug with quoting buffers containing NUL when backslashing escapes.
29298         This bug was exposed by the other changes in this patch.
29299         (quotearg_n_options): New arg ARGSIZE.
29300         All callers changed.
29301         (quoting_options_from_style): New function.
29302         (quotearg_n_style): Use it.
29303         (quotearg_n_style_mem): New function.
29304
29305         * lib/quotearg.h (quotearg_n_style_mem): New function.
29306
29307 2002-01-19  Jim Meyering  <meyering@lucent.com>
29308
29309         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
29310         Remove useless quotes: DF_PROG="df".
29311         * m4/strnlen.m4: New file.
29312
29313 2002-01-16  Paul Eggert  <eggert@twinsun.com>
29314
29315         * lib/backupfile.c (ISDIGIT): Comment fix.
29316         * lib/getdate.y (ISDIGIT): Likewise.
29317         * lib/posixtm.c (ISDIGIT, year): Likewise.
29318         * lib/strverscmp.c (ISDIGIT): Likewise.
29319         * lib/userspec.c (ISDIGIT): Likewise.
29320
29321 2002-01-16  Jim Meyering  <meyering@lucent.com>
29322
29323         * lib/getdate.y: Add three semicolons, each just before a closing
29324         brace. Bison (as of version 1.31) no longer papers over that mistake.
29325
29326 2002-01-05  Jim Meyering  <meyering@lucent.com>
29327
29328         * lib/version-etc.c (version_etc_copyright): Update copyright year.
29329
29330 2001-12-19  Paul Eggert  <eggert@twinsun.com>
29331
29332         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
29333         not silently exit merely because the output buffer happens to
29334         have nothing pending.
29335
29336 2001-12-18  Paul Eggert  <eggert@twinsun.com>
29337
29338         See the big note in ../ChangeLog.
29339         * lib/human.c (suffixes): Prefer K to k for 1024.
29340         (generate_suffix_backwards): New function.
29341         (human_readable_inexact): Use it.
29342         * lib/xstrtol.c (__xstrtol): If there is no number but there
29343         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
29344         Accept 'K' as well as 'k'.
29345
29346 2001-12-15  Jim Meyering  <meyering@lucent.com>
29347
29348         * lib/regex.h (__restrict_arr): Update from libc.
29349
29350         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
29351         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
29352         (STREQ): Define.
29353
29354 2001-12-14  Jim Meyering  <meyering@lucent.com>
29355
29356         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
29357         Suggestion from Bruno Haible.
29358
29359 2001-12-10  Jim Meyering  <meyering@lucent.com>
29360
29361         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
29362         xrealloc, Instead, include "xalloc.h".
29363         (initbuffer): Don't cast xmalloc return value to char*.
29364         (readline): Reword comment.
29365         Don't cast xrealloc return value to char*
29366         Return NULL, not 0.
29367
29368 2001-12-09  Jim Meyering  <meyering@lucent.com>
29369
29370         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
29371         about `signed and unsigned type in conditional expression'.
29372         * lib/posixtm.c (posix_time_parse): Likewise.
29373
29374         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
29375
29376         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
29377         to avoid a pedantic warning.
29378
29379         * lib/getstr.c: Don't include assert.h.
29380         (getstr): Remove warning-evoking assertions.
29381         Return -1 if offset parameter is out of bounds.
29382         Change the type of a local from int to size_t.
29383
29384         * lib/strftime.c (my_strftime_localtime_r): Include this function
29385         definition in the `#if ! HAVE_TM_GMTOFF' block.
29386
29387         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
29388         Include xalloc.h instead.
29389
29390 2001-12-02  Jim Meyering  <meyering@lucent.com>
29391
29392         * lib/tempname.c: Don't declare getenv, thus reverting the change of
29393         2001-11-18.  It's no longer necessary, now that stdlib.h is always
29394         included.
29395
29396         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
29397         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
29398
29399 2001-11-30  Akim Demaille  <akim@epita.fr>
29400
29401         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
29402         before being defined.
29403
29404 2001-11-27  Paul Eggert  <eggert@twinsun.com>
29405
29406         * lib/quotearg.h (quotearg_n, quotearg_n_style):
29407         First arg is int, not unsigned.
29408         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
29409         (SIZE_MAX, UINT_MAX): New macros.
29410         (quotearg_n_options): Abort if N is negative.
29411         Avoid overflow check on hosts where size_t is 64 bits and int
29412         is 32 bits, as overflow is impossible there.
29413         Fix off-by-one typo that caused unnecessary reallocation.
29414
29415 2001-11-27  Jim Meyering  <meyering@lucent.com>
29416
29417         * lib/tempname.c: Merge with version from libc.
29418         * lib/regex.c: Likewise.
29419
29420         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
29421         systems for which STDC_HEADERS is 0, it was not included, resulting in
29422         a warning about an integer-to-pointer conversion problem with getenv.
29423         Reported by Volker Borchert.
29424
29425 2001-11-26  Jim Meyering  <meyering@lucent.com>
29426
29427         * lib/gtod.h: Remove file.
29428         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
29429         * lib/gettimeofday.c: Don't include gtod.h.
29430         (GTOD_init): Remove function.
29431         (rpl_gettimeofday): Do its job here instead, rather than aborting.
29432         Suggestion from Volker Borchert.
29433
29434 2001-11-23  Jim Meyering  <meyering@lucent.com>
29435
29436         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
29437         it.
29438         * lib/hash.c (struct hash_table): Define it here instead.
29439
29440 2001-11-22  Jim Meyering  <meyering@lucent.com>
29441
29442         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
29443
29444 2001-11-20  Jim Meyering  <meyering@lucent.com>
29445
29446         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
29447         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
29448
29449 2001-11-19  Jim Meyering  <meyering@lucent.com>
29450
29451         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
29452         directory.  Use "conftestXXXXXX" as the template.
29453         Suggestion from Paul Eggert.
29454
29455         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
29456         immediately, so the test doesn't mistakenly hit the max-open-files
29457         limit.
29458
29459 2001-11-18  Paul Eggert  <eggert@twinsun.com>
29460
29461         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
29462         (TEMPORARIES): New macro.
29463         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
29464         removes an artificial limitation (e.g. HP-UX 10.20, where
29465         TMP_MAX is 17576).
29466
29467 2001-11-18  Jim Meyering  <meyering@lucent.com>
29468
29469         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
29470
29471 2001-11-18  Jim Meyering  <meyering@lucent.com>
29472
29473         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
29474         on SunOS 4.
29475
29476         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
29477         files will be created before anything else.
29478
29479 2001-11-17  Paul Eggert  <eggert@twinsun.com>
29480
29481         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
29482         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
29483
29484 2001-11-17  Jim Meyering  <meyering@lucent.com>
29485
29486         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
29487         Prompted by a report from Bob Proulx.
29488
29489         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
29490         Instead, require UTILS_FUNC_MKSTEMP.
29491
29492 2001-11-17  Jim Meyering  <meyering@lucent.com>
29493
29494         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
29495         Now, that's done as part of AC_FUNC_STRTOD.
29496
29497 2001-11-17  Jim Meyering  <meyering@lucent.com>
29498
29499         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
29500         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
29501         rather than group writable.  Patch by Juan F. Codagnone.
29502
29503         * lib/readtokens.c: Remove explicit declarations of xmalloc and
29504         xrealloc, Instead, include "xalloc.h".
29505
29506         * lib/mountlist.c: Include unlocked-io.h after all system headers.
29507         Remove explicit declarations of xmalloc, xrealloc,
29508         and xstrdup.  Instead, include "xalloc.h".
29509
29510         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
29511         unlocked-io.h.
29512         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
29513         Likewise.
29514         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
29515
29516         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
29517         Reported by Padraig Brady.
29518
29519         * lib/mkstemp.c: #undef mkstemp.
29520         Include config.h.
29521         (rpl_mkstemp): Rename from mkstemp.
29522         Protoize.
29523
29524 2001-11-16  Jim Meyering  <meyering@lucent.com>
29525
29526         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
29527         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
29528         determine the amount of total physical memory, use pstat_getstatic.
29529         HPUX-11 doesn't define _SC_PHYS_PAGES.
29530         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
29531         If sysconf couldn't be used to determine the amount of available
29532         physical memory, use both pstat_getstatic and pstat_getdynamic.
29533         Based on a patch from Bob Proulx.
29534
29535 2001-11-10  Jim Meyering  <meyering@lucent.com>
29536
29537         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
29538         (jm_PREREQ): Use it.
29539
29540 2001-11-09  Jim Meyering  <meyering@lucent.com>
29541
29542         * m4/jm-macros.m4: Require autoconf-2.52f.
29543         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
29544         Use these AC_-prefixed names, not the AM_-prefixed ones.
29545
29546         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
29547
29548 2001-11-05  Jim Meyering  <meyering@lucent.com>
29549
29550         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
29551
29552 2001-11-04  Jim Meyering  <meyering@lucent.com>
29553
29554         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
29555         $DEFS.
29556
29557 2001-11-03  Jim Meyering  <meyering@lucent.com>
29558
29559         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
29560         of AC_DEFUN.
29561
29562         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
29563         know the name of the variable in the macro definition.
29564
29565 2001-11-03  Jim Meyering  <meyering@lucent.com>
29566
29567         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
29568         in argmatch_to_argument call.
29569
29570         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
29571         argument.
29572
29573         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
29574         e.g., a fault due to an attempt to free a NULL pointer.
29575
29576 2001-11-01  Jim Meyering  <meyering@lucent.com>
29577
29578         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
29579         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
29580
29581 2001-11-01  Jim Meyering  <meyering@lucent.com>
29582
29583         * lib/dirfd.c, lib/dirfd.h: New files.
29584         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
29585
29586         * lib/hash.c (hash_print) [TESTING]: Clean up.
29587
29588 2001-10-22  Paul Eggert  <eggert@twinsun.com>
29589
29590         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
29591         to avoid a warning if -Wall.
29592
29593 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
29594
29595         * README: New file
29596         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
29597         (per RMS's instructions, this is now the canonical source)
29598         * lgpl/, gpl/: New directories.
29599
29600 2001-10-21  Paul Eggert  <eggert@twinsun.com>
29601
29602         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
29603
29604 2001-10-21  Jim Meyering  <meyering@lucent.com>
29605
29606         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
29607         this code would end up calling gettext even in packages built
29608         with --disable-nls.
29609         * lib/getopt.c (_): Likewise.
29610         * lib/regex.c (_): Likewise.
29611
29612 2001-10-20  Paul Eggert  <eggert@twinsun.com>
29613
29614         * m4/error.m4 (jm_PREREQ_ERROR):
29615         Do not invoke AC_CHECK_FUNCS with strerror_r, as
29616         AC_FUNC_STRERROR_R does that.
29617         Check for strerror declaration.
29618
29619         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
29620         are supposed to have them these days.
29621         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
29622         Merge changes from latest Autoconf CVS.
29623         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
29624         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
29625         POSIX decided to standardize on the int flavor of strerror_r.
29626
29627 2001-10-20  Paul Eggert  <eggert@twinsun.com>
29628
29629         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
29630         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
29631         Use strerror_r that is only a macro, even if it is not a function.
29632         (strerror): Check for HAVE_DECL_STRERROR before declaring.
29633         (private_strerror): Use prototypes, not old-style function definition.
29634         (print_errno_message): New function.
29635         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
29636         char*-flavored one.
29637         (error_tail, error, error_at_line): Use it.
29638
29639 2001-10-11  Jim Meyering  <meyering@lucent.com>
29640
29641         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
29642         and quote_n (1, ... to avoid clobbering a buffer.
29643
29644 2001-10-05  Jim Meyering  <meyering@lucent.com>
29645
29646         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
29647         hash-pjw.h.
29648         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
29649         * lib/hash-pjw.h: New file.
29650
29651 2001-09-30  Jim Meyering  <meyering@lucent.com>
29652
29653         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
29654         `struct fsstat' has the `f_fstypename' member.
29655         Use that to define FS_TYPE, which is now used to make
29656         the getfsstat link test tighter.
29657
29658 2001-09-30  Jim Meyering  <meyering@lucent.com>
29659
29660         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
29661         Include <sys/ucred.h>, for Apple Darwin.
29662         Include sys/mount.h and sys/fs_types.h only if available.
29663         (FS_TYPE): Define.
29664         (read_filesystem_list): Use FS_TYPE.
29665
29666 2001-09-29  Paul Eggert  <eggert@twinsun.com>
29667
29668         * lib/exclude.c (excluded_filename): 0 -> false, since it's
29669         a boolean context.
29670
29671 2001-09-29  Jim Meyering  <meyering@lucent.com>
29672
29673         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
29674         [one-argument getmntent function]): Include stdio.h before mntent.h.
29675         SunOS 4.1.x needs it for the declaration of `FILE'.
29676         Patch by Volker Borchert.
29677
29678         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
29679         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
29680         sys/fs_types.h, and make the link-test for getfsstat guard #include
29681         directives with appropriate #if HAVE_*_H tests so that we can
29682         detect getfsstat on Apple Darwin1.3.7 systems.
29683         Reported by Nelson Beebe.
29684         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
29685
29686 2001-09-28  Paul Eggert  <eggert@twinsun.com>
29687
29688         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
29689         #defines strtoimax.  Also treat the other strto* functions
29690         like strtoimax.
29691
29692         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29693         Check for strtoul and strtoumax,
29694         as those declarations are made even in the signed case.
29695         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
29696         Likewise, for strtol and strtoimax.
29697
29698 2001-09-28  Paul Eggert  <eggert@twinsun.com>
29699
29700         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
29701         #defines strtoimax.  Also treat the other strto* functions
29702         like strtoimax.
29703
29704         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
29705         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
29706         (strtoimax, strtoumax): Do not declare if already defined as a macro.
29707
29708 2001-09-26  Jim Meyering  <meyering@lucent.com>
29709
29710         Most macros in unlocked-io.h had the wrong number of arguments.
29711         * lib/gen-uio: New script.
29712         (USE_UNLOCKED_IO): Define to 1 if not already defined.
29713         * lib/unlocked-io.hin: Remove file.
29714         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
29715         rather than trying to embed it here.
29716         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
29717         Reported by Padraig Brady.
29718
29719 2001-09-25  Volker Borchert  <bt@teknon.de>
29720
29721         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
29722         `result'.
29723
29724 2001-09-24  Jim Meyering  <meyering@lucent.com>
29725
29726         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
29727
29728 2001-09-23  Jim Meyering  <meyering@lucent.com>
29729
29730         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
29731         instead of the mere test for existence of mntent.h.  The latter
29732         would get a false-positive on AIX 3.4 systems.
29733         In the outer getmntent if-block, don't die if neither of the getmntent
29734         tests succeeds.  Instead, just fall through and continue with the
29735         remaining tests.
29736
29737 2001-09-23  Jim Meyering  <meyering@lucent.com>
29738
29739         * lib/mountlist.c: Remove useless parentheses in #if directives.
29740         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
29741         the deprecated MOUNTED symbol is no longer defined in mntent.h.
29742
29743 2001-09-22  Jim Meyering  <meyering@lucent.com>
29744
29745         * m4/gettext.m4: New file.  From gettext.
29746         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
29747         * m4/progtest.m4: Likewise
29748         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
29749         * m4/glibc21.m4: Likewise.
29750
29751         * m4/libintl.m4: Remove.  No longer used.
29752
29753 2001-09-22  Jim Meyering  <meyering@lucent.com>
29754
29755         * lib/localcharset.c: Update from latest gettext.
29756         * lib/config.charset: Likewise.
29757
29758 2001-09-20  Jim Meyering  <meyering@lucent.com>
29759
29760         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
29761         strtoimax.
29762         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
29763         strtoumax.
29764
29765 2001-09-20  Jim Meyering  <meyering@lucent.com>
29766
29767         * lib/xstrtol.c (strtoimax): Guard declaration with
29768         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
29769         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
29770         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
29771         (strtoumax): Likewise, for completeness (it wasn't necessary).
29772
29773 2001-09-17  Paul Eggert  <eggert@twinsun.com>
29774
29775         * lib/strtoimax.c (HAVE_LONG_LONG):
29776         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
29777         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
29778         to work around bug in IBM C compiler.
29779
29780 2001-09-17  Jim Meyering  <meyering@lucent.com>
29781
29782         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
29783         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
29784         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
29785         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
29786         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
29787         whenever the right hand side need not be expanded by the shell.
29788
29789 2001-09-16  Paul Eggert  <eggert@twinsun.com>
29790
29791         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
29792         library.  It's not correct, as some older glibcs are buggy.
29793         fnmatch wasn't fixed until glibc 2.2.
29794
29795         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
29796         special shell magic here.
29797
29798 2001-09-16  Jim Meyering  <meyering@lucent.com>
29799
29800         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
29801         * m4/jm-macros.m4: Require it.
29802
29803 2001-09-16  Jim Meyering  <meyering@lucent.com>
29804
29805         * lib/mkdir.c: New file.
29806
29807 2001-09-15  Jim Meyering  <meyering@lucent.com>
29808
29809         * m4/jm-macros.m4: Check for help2man.
29810
29811 2001-09-11  Jim Meyering  <meyering@lucent.com>
29812
29813         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
29814         The body, by Paul Eggert, was moved here from configure.in.
29815         * m4/jm-macros.m4: Require UTILS_HOST_OS.
29816
29817 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29818
29819         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
29820         (jm_PREREQ): Use it.
29821
29822 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29823
29824         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
29825         Use ssize_t, not int, to store result of readlink.
29826         Check for ssize_t overflow as well as size_t overflow,
29827         as POSIX says the result of readlink is implementation-defined
29828         when ssize_t overflows.
29829         Remove unnecessary cast to char*.
29830         Use free+malloc instead of realloc, as the storage doesn't need
29831         to be preserved and it's clearer and can be more efficient that way.
29832         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
29833         * lib/xreadlink.h (xreadlink): Update prototype.
29834
29835 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29836
29837         * lib/xgetcwd.c: Revert some of the previous change; intead,
29838         fix the HAVE_GETCWD_NULL code to behave more like the
29839         !HAVE_GETCWD_NULL code used to.
29840
29841         Include "xalloc.h".
29842         (xgetcwd): Do not return NULL when memory is exhausted; instead,
29843         invoke xalloc_die.
29844
29845 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29846
29847         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
29848         sys/param.h, as pathmax.h includes them.
29849
29850 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29851
29852         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
29853         (jm_PREREQ_XGETCWD): New macro.
29854
29855         * m4/getcwd.m4: New file.
29856
29857 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29858
29859         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
29860         like the HAVE_GETCWD_NULL code.
29861         Include pathmax.h if not HAVE_GETCWD.
29862         Do not include xalloc.h.
29863         (INITIAL_BUFFER_SIZE): New symbol.
29864         Do not use xmalloc / xrealloc, since the caller is responsible for
29865         handling errors.  Preserve errno around `free' during failure.
29866         Do not overrun buffer when using getwd.
29867
29868 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29869
29870         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
29871         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
29872         getcwd (NULL, 0).
29873
29874 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29875
29876         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
29877         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
29878         spotted by Jim Meyering.
29879
29880 2001-09-03  Jim Meyering  <meyering@lucent.com>
29881
29882         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
29883         failure.
29884
29885 2001-09-02  Jim Meyering  <meyering@lucent.com>
29886
29887         * lib/error.c: Update from GNU libc.
29888
29889 2001-09-01  Jim Meyering  <meyering@lucent.com>
29890
29891         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
29892         Used by df.
29893
29894 2001-09-01  Jim Meyering  <meyering@lucent.com>
29895
29896         * lib/xreadlink.c: New file.
29897         * lib/xreadlink.h: New file.
29898         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
29899         xreadlink.h.
29900
29901         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
29902         doesn't conflict with sparc Solaris 7's definition in
29903         /usr/include/sys/int_types.h.
29904
29905         * lib/exclude.c: Use `""', not `<>' to #include non-system header
29906         files.
29907         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
29908         and strncasecmp as r-values.  Unixware didn't have declarations.
29909
29910 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29911
29912         * lib/xstrtol.h: Add copyright notice.
29913         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
29914         LONGINT_INVALID_SUFFIX_CHAR.
29915
29916 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29917
29918         * lib/xstrtol.c (strtoimax): New decl.
29919
29920 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29921
29922         * lib/xgetcwd.c: Don't include pathmax.h.
29923         Include stdlib.h and unistd.h if available.
29924         Include xalloc.h.
29925         (xmalloc, xstrdup, free): Remove decls.
29926         (xgetcwd): Don't assume sizes fit in unsigned.
29927         Check for overflow when computing sizes.
29928         Simplify reallocation code.
29929
29930 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29931
29932         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
29933         a directory's st_size can have an arbitrary value, so the old
29934         usage could waste an arbitrary amount of memory.  All uses
29935         changed.
29936         * lib/savedir.h: Update prototype.
29937
29938 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29939
29940         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
29941
29942         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
29943         old strtoimax.c.
29944
29945         Also, make the following further changes to make this file's
29946         configuration more similar to that of strtol.c:
29947         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
29948         (strtoumax, uintmax_t, strtoull, strtol): Remove.
29949         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
29950         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
29951         changed to signed values.
29952
29953         And make the following changes as well:
29954         Fix copyright notice, as 1999 was missing.
29955         (verify): New macro.
29956         (strtoimax): Check sizes at compile-time, not run-time.
29957         Prefer strtol to strtoll if both work.
29958         (main): Remove; it was not that useful and was a pain to maintain.
29959
29960         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
29961
29962 2001-08-31  Jim Meyering  <meyering@lucent.com>
29963
29964         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
29965         Use an initial, malloc'd, buffer of length 128 rather than
29966         a statically allocated one of length 1024.
29967
29968 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29969
29970         Simplify code, partly by assuming autoconf 2.52 semantics.
29971
29972         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
29973
29974         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
29975         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
29976         All uses removed.
29977         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
29978         Move AC_REQUIRE to next-to-top level, to avoid confusion.
29979         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
29980         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
29981         jm_AC_HEADER_INTTYPES_H.
29982         * m4/jm-macros.m4 (jm_MACROS): Likewise.
29983
29984         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
29985
29986         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29987         Quote first arg of AC_DEFUN.
29988         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
29989         since they are needed to parse the include file even if we need
29990         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
29991         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
29992         but with opposite signedness.
29993
29994 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29995
29996         Merge 'exclude' changes from tar 1.13.22.
29997         This fixes one or two unlikely storage allocation overflow bugs,
29998         but doesn't change user-visible behavior otherwise.
29999
30000 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30001
30002         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
30003         (jm_PREREQ_EXCLUDE): New macro.
30004
30005 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30006
30007         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
30008         tm to be declared.
30009
30010 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30011
30012         * lib/hash.c: Remove '2001' from copyright notice.
30013
30014 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30015
30016         * lib/full-write.h: New file.
30017         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
30018         * lib/full-write.c: Correct credits, as cccp.c no longer
30019         exists and anyway it was so heavily changed from the old cccp
30020         code as to be unrecognizable.  Include full-write.h.
30021         (full_write) Return size_t, with short writes meaning failure.
30022         All callers changed.  This fixes a bug with large buffers
30023         on 64-bit hosts.
30024         * lib/utime.c: Include full-write.h.
30025
30026 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30027
30028         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
30029         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
30030         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
30031         Include if available.
30032         (<xalloc.h>): Include
30033         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
30034         (verify): New macro.  Use it to verify that EXCLUDE macros do not
30035         collide with FNM macros.
30036         (struct patopts): New struct.
30037         (struct exclude): Use it, as exclude patterns now come with options.
30038         (new_exclude): Support above changes.
30039         (new_exclude, add_exclude_file):
30040         Initial size must now be a power of two to simplify overflow checking.
30041         (free_exclude, fnmatch_no_wildcards): New function.
30042         (excluded_filename): No longer requires options arg, as the options
30043         are determined by add_exclude.  Now returns bool, not int.
30044         (excluded_filename, add_exclude):
30045         Add support for the fancy new exclusion options.
30046         (add_exclude, add_exclude_file): Now takes int options arg.
30047         Check for arithmetic overflow when computing sizes.
30048         (add_exclude_file): xrealloc might modify errno, so don't
30049         realloc until after errno might be used.
30050
30051         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
30052         New macros.
30053         (free_exclude): New decl.
30054         (add_exclude, add_exclude_file): Now takes int options arg.
30055         (excluded_filename): No longer requires options arg, as the options
30056         are determined by add_exclude.  Now returns bool, not int.
30057
30058 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30059
30060         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
30061
30062 2001-08-27  Jim Meyering  <meyering@lucent.com>
30063
30064         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
30065
30066         * lib/version-etc.c (N_): Remove definition.
30067         Revert most of last change.
30068         Instead, simply don't mark the `Copyright...' string for translation.
30069         Based on advice from Paul Eggert.
30070
30071         * lib/strtoxmax.c: Tweak comment.
30072
30073 2001-08-26  Jim Meyering  <meyering@lucent.com>
30074
30075         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
30076
30077         * m4/xstrtoimax.m4: New file.
30078         * m4/xstrtoumax.m4: Add comments explaining why we
30079         AC_REPLACE_FUNCS(strtol).
30080
30081 2001-08-26  Jim Meyering  <meyering@lucent.com>
30082
30083         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
30084         of copyright with `%s' so translators don't get an untranslated
30085         message in 2002.
30086         (COPYRIGHT_YEAR): Define.
30087         (version_etc): Use fprintf rather than fputs.
30088         Suggestion from Ulrich Drepper.
30089
30090         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
30091
30092         * lib/strtoll.c: New file, from GNU libc.
30093         * lib/xstrtoimax.c: New file.
30094
30095         * lib/xstrtol.h: Add xstrtoimax.
30096         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
30097         * lib/strtoimax.c: New file.  Likewise, but first define
30098         STRTOUXMAX_SIGNED.
30099
30100         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
30101         ...
30102         * lib/strtoxmax.c: ... then renamed to this.
30103
30104 2001-08-18  Paul Eggert  <eggert@twinsun.com>
30105
30106         * m4/inttypes.m4: Add AC_PREREQ(2.13).
30107         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
30108         (jm_AC_TYPE_INTMAX_T): New macro.
30109         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
30110
30111         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
30112
30113         * m4/longlong.m4: Renamed from ulonglong.m4.
30114         * m4/inttypes.m4: Renamed from inttypes_h.m4.
30115         * m4/uintmax_t.m4: Removed.
30116
30117 2001-08-13  Paul Eggert  <eggert@twinsun.com>
30118
30119         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
30120         Port to Solaris 8, where 'sed' requires a space after the 'r'
30121         command, and where sh dislikes "$/".  Clean up the spacing a bit.
30122         Redirect output to $tmp just once.
30123
30124 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
30125
30126         * lib/addext.c (<errno.h>): Include.
30127         (errno): Declare if not defined.
30128         (addext): Work correctly when pathconf returns -1 and leaves
30129         errno alone because there is no limit.  Also, work even if
30130         pathconf returns a value greater than SIZE_MAX.
30131
30132 2001-08-12  Jim Meyering  <meyering@lucent.com>
30133
30134         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
30135         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
30136         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
30137         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
30138         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
30139         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
30140         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
30141         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
30142         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
30143         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
30144         utime.m4, utimes.m4, xstrtoumax.m4:
30145         Quote the first argument in each use of AC_DEFUN.
30146
30147 2001-08-12  Jim Meyering  <meyering@lucent.com>
30148
30149         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
30150         Simply `return getcwd (NULL, 0);'.
30151         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
30152         Use 1300 as initial value for length, not PATH_MAX.
30153
30154         * lib/pathmax.h: Clean up cpp syntax.
30155
30156 2001-08-12  Jim Meyering  <meyering@lucent.com>
30157
30158         * lib/gettimeofday.c: New file.
30159         * lib/gtod.h: New file.
30160         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
30161
30162 2001-08-05  Jim Meyering  <meyering@lucent.com>
30163
30164         * m4/jm-macros.m4: Require autoconf-2.52.
30165
30166 2001-08-04  Jim Meyering  <meyering@lucent.com>
30167
30168         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
30169         stmt, to get in sync with glibc.
30170
30171 2001-08-03  Paul Eggert  <eggert@twinsun.com>
30172
30173         The following changes are from gettext 0.10.39 as maintained by
30174         Bruno Haible.
30175
30176         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
30177         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
30178         with inverted sense.  All uses changed.
30179
30180         * lib/mbswidth.c: Don't include <limits.h>.
30181         Include <stdlib.h> and <string.h> unconditionally.
30182         (iswcntrl, mbsinit, ISCNTRL): New macros.
30183         (mbsnwidth): Use K&R style function declarations.
30184         Don't bother checking for MB_LEN_MAX == 1, since the compiler
30185         can optimize it when MB_CUR_MAX == 1.
30186         The width of control characters is zero, not 1.
30187
30188 2001-08-03  Paul Eggert  <eggert@twinsun.com>
30189
30190         The following changes are from gettext 0.10.39 as maintained by
30191         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
30192
30193         * m4/codeset.m4: Upgrade to serial AM1.
30194         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
30195         all uses changed.  Quote first arg of AC_DEFUN.
30196         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
30197
30198         * m4/iconv.m4: Upgrade to serial AM2.
30199         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
30200         Add --with-libconv-prefix.
30201         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
30202         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
30203         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
30204         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
30205         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
30206
30207         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
30208         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
30209         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
30210         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
30211         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
30212         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
30213         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
30214         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
30215         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
30216
30217         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
30218         string.h any more.
30219
30220         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
30221         not the default value.
30222
30223         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
30224         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
30225         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
30226         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
30227         Also check for iswcntrl, used for wcwidth fallback.
30228         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
30229         to Autoconf 2.13.
30230
30231 2001-08-03  Jim Meyering  <meyering@lucent.com>
30232
30233         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
30234         as it was in the original.  Reported by Paul Eggert.
30235
30236 2001-07-16  Jim Meyering  <meyering@lucent.com>
30237
30238         * m4/gettimeofday.m4: New file.
30239         Prompted by a report from Bernhard Baehr.
30240
30241 2001-07-15  Jim Meyering  <meyering@lucent.com>
30242
30243         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
30244         stuff. Now it's in ../Makefile.cfg.
30245
30246 2001-07-15  Jim Meyering  <meyering@lucent.com>
30247
30248         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
30249         (BUILT_SOURCES): Add unlocked-io.h.
30250         (io_functions): Define.
30251         (unlocked-io.h): New rule.
30252         (DISTCLEANFILES): Add unlocked-io.h.
30253         (all-local): Depend on unlocked-io.h, to ensure it is created.
30254
30255         * lib/unlocked-io.hin: New file
30256
30257         * lib/regex.c: Update from glibc.
30258
30259 2001-07-05  Jim Meyering  <meyering@lucent.com>
30260
30261         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
30262         recommendation.
30263         (libfetish_a_SOURCES): Put all .h files here instead.
30264         Remove a thus-exposed (better checks in automake) duplicate and
30265         two unnecessary .h files.
30266
30267 2001-07-04  Jim Meyering  <meyering@lucent.com>
30268
30269         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
30270         that generates jm-glibc-io.m4 so that it doesn't trigger any make
30271         distcheck failure.
30272
30273 2001-07-02  Jim Meyering  <meyering@lucent.com>
30274
30275         The following changes were prompted by suggestions from Bruno Haible.
30276
30277         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
30278         is now generated.
30279         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
30280         definition of EXTRA_DIST.
30281         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
30282         ensure that the generated file is created/updated whenever the list
30283         of $(unlocked_functions) is changed.
30284         (jm-glibc-io.m4): New rule.
30285         (unlocked-io.h): New rule -- currently unused.
30286
30287 2001-06-24  Jim Meyering  <meyering@lucent.com>
30288
30289         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
30290         unmatched right bracket, rather than kludging it with an extra,
30291         falsely-matching quote in a comment.  Patch by Akim Demaille.
30292
30293 2001-06-11  Jim Meyering  <meyering@lucent.com>
30294
30295         * lib/regex.c: Update from GNU libc.
30296
30297 2001-05-27  Jim Meyering  <meyering@lucent.com>
30298
30299         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
30300         Check for ut_type in struct utmp.
30301
30302 2001-05-27  Jim Meyering  <meyering@lucent.com>
30303
30304         * lib/readutmp.h (UT_TYPE): Define.
30305
30306 2001-05-24  Jim Meyering  <meyering@lucent.com>
30307
30308         * lib/argmatch.c: Include "quote.h".
30309         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
30310         quote function.  Reported by Göran Uddeborg.
30311
30312 2001-05-22  Jim Meyering  <meyering@lucent.com>
30313
30314         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
30315         now that we use the package-supplied version unconditionally.
30316         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
30317
30318 2001-05-21  Jim Meyering  <meyering@lucent.com>
30319
30320         * m4/regex.m4: Change a couple backticks to single quotes to avoid
30321         shell syntax errors.
30322
30323 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
30324
30325         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
30326
30327 2001-05-20  Paul Eggert  <eggert@twinsun.com>
30328
30329         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
30330         Don't bother to check library strftime, since
30331         we'll be using our own my_strftime function anyway.
30332         Define my_strftime instead of strftime.
30333
30334 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
30335
30336         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
30337         which is not yet declared.
30338
30339 2001-05-15  Jim Meyering  <meyering@lucent.com>
30340
30341         * m4/regex.m4: Use proper quoting so brackets appear in the test
30342         program.
30343         Reported by, and with help from, Bruno Haible.
30344
30345 2001-05-13  Jim Meyering  <meyering@lucent.com>
30346
30347         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
30348         undefined.
30349
30350 2001-05-11  Paul Eggert  <eggert@twinsun.com>
30351
30352         dirname code cleanup.  base_name now behaves more compatibly
30353         with POSIX basename when given file names that have trailing
30354         slashes, and similarly for dir_name.  Add new primitives
30355         base_len and dir_len.  Put the directory-name-related decls
30356         into dirname.h.
30357
30358         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
30359         * lib/backupfile.c (base_name): Likewise.
30360         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
30361         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
30362         * lib/makepath.c (strip_trailing_slashes): Likewise.
30363         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
30364         ISSLASH): Likewise.
30365         * lib/rename.c (strip_trailing_slashes): Likewise.
30366         * lib/same.c (base_name): Likewise.
30367         * lib/stripslash.c (ISSLASH): Likewise.
30368
30369         * lib/addext.c: Include <dirname.h> after size_t is defined.
30370         * lib/backupfile.c: Likewise.
30371
30372         * lib/addext.c (addext): Use base_len to trim redundant
30373         trailing slashes instead of doing it ourselves.
30374         But do not trim the last slash if it is not redundant.
30375
30376         * lib/backupfile.c (find_backup_file_name,
30377         max_backup_version): Use base_len instead of rolling it ourselves.
30378         Handle the case of "" and (on DOS) "C:" correctly.
30379
30380         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
30381         needed. Include <string.h>, <dirname.h>.
30382         (base_name): Allow file names ending in slashes, other than names
30383         that are all slashes.  In this case, return the basename followed
30384         by the slashes.  This is more general, and can be used in places
30385         where the original base_name purposely had an assertion failure.
30386         (base_len): New function.
30387
30388         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
30389         Do not include <assert.h>; no longer needed.
30390         Include xalloc.h.
30391         (memrchr): Remove decl.
30392         (dir_name_r): Remove.
30393         (dir_len): Renamed from dirlen.  All callers changed.
30394         Rewrite in terms of base_name, for simplicity and consistency.
30395         (dir_name): Never return NULL.  All callers changed.
30396         Do not include <stdlib.h> in test program; no longer needed.
30397         return 0; is fine for test program.
30398
30399         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
30400         New macros.
30401         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
30402
30403         * lib/path-concat.c (path_concat): Use base_len to compute
30404         base length, not strlen; this means we cannot rely on memcpy
30405         to null-terminate.
30406
30407         * lib/same.c (STREQ): Remove.
30408         (same_name): Handle the case where the basename ends in trailing '/'.
30409
30410         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
30411         a slash was stripped.  Do not strip the last slash after a
30412         file system prefix.
30413
30414 2001-05-11  Paul Eggert  <eggert@twinsun.com>
30415
30416         * lib/Makefile.am (libfetish_a_SOURCES):
30417         Add strftime.c, since we now compile it on all hosts.
30418
30419         * lib/strftime.c (my_strftime):
30420         Define to nstrftime if emacs, but only if my_strftime is not defined.
30421         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
30422         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
30423         Add one more extra argument: a nanoseconds value.
30424         All uses changed.
30425         (ns): New macro.
30426         (my_strftime function): Add %N format.
30427         (emacs_strftimeu): Renamed from emacs_strftime,
30428         with extra ut argument.
30429
30430 2001-05-09  Paul Eggert  <eggert@twinsun.com>
30431
30432         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
30433
30434 2001-04-21  Jim Meyering  <meyering@lucent.com>
30435
30436         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
30437         doesn't interfere.
30438
30439 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
30440
30441         * m4/ftruncate.m4: Check for chsize.
30442         Link with ftruncate.o unconditionally if ftruncate is missing.
30443         This was required when cross-compiling to i586-mingw32msvc.
30444
30445 2001-04-08  Jim Meyering  <meyering@lucent.com>
30446
30447         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
30448         recomputed; that's necessary when the offset spans a DST transition.
30449         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
30450
30451 2001-04-02  Jim Meyering  <meyering@lucent.com>
30452
30453         * lib/regex.h, regex.c: Update from GNU libc.
30454
30455 2001-03-24  Jim Meyering  <meyering@lucent.com>
30456
30457         * m4/jm-macros.m4: Require autoconf-2.49d.
30458
30459 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
30460
30461         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
30462
30463 2001-03-19  Paul Eggert  <eggert@twinsun.com>
30464
30465         * lib/version-etc.c (version_etc_copyright): Update to 2001.
30466
30467 2001-03-17  Jim Meyering  <meyering@lucent.com>
30468
30469         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
30470         now that the version in autoconf is equivalent.
30471         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
30472
30473         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
30474         Suggestion from Akim Demaille.
30475
30476         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
30477         (jm_PREREQ_TEMPNAME): New function.
30478
30479 2001-03-16  Paul Eggert  <eggert@twinsun.com>
30480
30481         * lib/tempname.c (uint64_t): Define to uintmax_t if
30482         not defined, and if UINT64_MAX is not defined.
30483         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
30484         Reported by John David Anglin.
30485
30486 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
30487
30488         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
30489         resolve alias if codeset is empty.
30490         * lib/config.charset (BeOS): Use wildcard syntax.
30491
30492 2001-03-13  Jim Meyering  <meyering@lucent.com>
30493
30494         * lib/path-concat.c (path_concat)
30495         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
30496         concatenating e.g., `C:' and `foo'.
30497         From Bruno Haible.
30498
30499 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
30500
30501         * lib/localcharset.c (locale_charset): Don't use
30502         setlocale(LC_CTYPE,NULL). Don't return NULL.
30503         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
30504
30505 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
30506
30507         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
30508         support for DOS/DJGPP.
30509
30510 2001-03-01  Paul Eggert  <eggert@twinsun.com>
30511
30512         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
30513         lacks mkstemp.  Compile our own tempname.c if we compile our own
30514         mkstemp.c, as mkstemp relies on tempname.
30515
30516 2001-03-01  Jim Meyering  <meyering@lucent.com>
30517
30518         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
30519         AH_VERBATIM really does output its argument verbatim.
30520
30521 2001-02-28  Paul Eggert  <eggert@twinsun.com>
30522
30523         * lib/Makefile.am (libfetish_a_SOURCES):
30524         Add dup-safer.c, fopen-safer.c.
30525         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
30526
30527         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
30528         * lib/unistd-safer.h: New files.
30529
30530 2001-02-25  Paul Eggert  <eggert@twinsun.com>
30531
30532         The mkstemp replacement is taken from glibc 2.2.2, with some
30533         portability fixes for use outside glibc, as follows:
30534
30535         * lib/tempname.c (struct_stat64): New macro.
30536         (direxists, __gen_tempname): Use it.
30537         This avoids a portability problem with Solaris 8.
30538
30539         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
30540         (<stddef.h>, <stdint.h>, <string.h>):
30541         Include only if STDC_HEADERS || _LIBC.
30542         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
30543         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
30544         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
30545         (__set_errno): Define this macro if <errno.h> doesn't.
30546         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
30547         Define these macros if <stdio.h> doesn't.
30548         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
30549         Define these macros if <sys/stat.h>
30550         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
30551         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
30552         __xstat64): Define if not _LIBC.
30553         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
30554         (__gen_tempname): Invoke gettimeofday only if
30555         HAVE_GETTIMEOFDAY || _LIBC;
30556         otherwise, fall back on plain "time".
30557         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
30558
30559         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
30560
30561         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
30562
30563 2001-02-18  Paul Eggert  <eggert@twinsun.com>
30564
30565         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
30566
30567 2001-02-17  Paul Eggert  <eggert@twinsun.com>
30568
30569         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
30570         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
30571         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
30572         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
30573
30574 2001-02-17  Paul Eggert  <eggert@twinsun.com>
30575
30576         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
30577         Remove workaround macros for hosts that have mbrtowc but not
30578         mbstate_t, as we now insist on proper declarations for both
30579         before using mbrtowc.
30580
30581 2001-02-17  Jim Meyering  <meyering@lucent.com>
30582
30583         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
30584         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
30585         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
30586         UnixWare 7.1.1.
30587
30588         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
30589         rather than AC_CACHE_VAL.
30590
30591 2001-02-17  Jim Meyering  <meyering@lucent.com>
30592
30593         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
30594         around included file name.
30595
30596         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
30597
30598         * lib/strftime.c: Update from GNU libc (the only changes were to
30599         comments).
30600
30601 2001-02-17  Jim Meyering  <meyering@lucent.com>
30602
30603         * lib/regex.c: Update from libc.
30604
30605 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
30606
30607         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
30608         clash.
30609
30610 2001-02-16  Paul Eggert  <eggert@twinsun.com>
30611
30612         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
30613         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
30614         Reported by Mark Hounschell via Paul Eggert.
30615
30616 2001-02-07  Jim Meyering  <meyering@lucent.com>
30617
30618         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
30619
30620 2001-02-05  Jim Meyering  <meyering@lucent.com>
30621
30622         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
30623         it includes the patch required for `large file' support with at least
30624         HP-UX's 10.20 /bin/cc.
30625
30626 2001-02-03  Jim Meyering  <meyering@lucent.com>
30627
30628         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
30629         AS_IF, now that it works once again (mysteriously).
30630         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
30631
30632 2001-01-30  Jim Meyering  <meyering@lucent.com>
30633
30634         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
30635         * m4/chown.m4: Rename conftestchown to conftest.chown.
30636         * m4/rename.m4: s/conftestdir/conftest.d1/ and
30637         s/conftestdir2/conftest.d2/.
30638         * m4/utimes.m4: s/conftestdata/conftest.data/
30639         Inspired by Pavel Roskin's change in autoconf.
30640
30641 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
30642
30643         * lib/config.charset: Update for FreeBSD 4.2.
30644
30645 2001-01-27  Jim Meyering  <meyering@lucent.com>
30646
30647         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
30648         a use of AS_IF.
30649         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
30650
30651 2001-01-26  Jim Meyering  <meyering@lucent.com>
30652
30653         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
30654         quotearg.c includes it.
30655
30656 2001-01-26  Jim Meyering  <meyering@lucent.com>
30657
30658         * lib/quotearg.c: Include stddef.h.
30659         * lib/quote.c: Include stddef.h.
30660         Reported by Axel Kittenberger.
30661
30662         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
30663         line in double quotes so that it evokes a better diagnostic.
30664         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
30665         Reported by Axel Kittenberger.
30666
30667 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
30668
30669         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
30670         as if it was a `charset'.
30671
30672 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
30673
30674         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
30675         has const.
30676
30677 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
30678
30679         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
30680         to avoid a warning.  Add back 'const' to inptr.
30681
30682 2001-01-20  Jim Meyering  <meyering@lucent.com>
30683
30684         Be sure that headers are checked before used in code compiled
30685         for the type checks.
30686         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
30687         In place of that, invoke jm_CHECK_ALL_TYPES.
30688         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
30689         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
30690         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
30691         The check for ssize_t was mistakenly run before the test for unistd.h.
30692
30693         The configure-time check for stdbool.h was missing.
30694         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
30695         (jm_PREREQ_HASH): New function.
30696
30697 2001-01-17  Jim Meyering  <meyering@lucent.com>
30698
30699         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
30700         for autoconf-2.49c.
30701         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
30702
30703 2001-01-16  Jim Meyering  <meyering@lucent.com>
30704
30705         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
30706         From Bruno Haible.
30707
30708 2001-01-14  Jim Meyering  <meyering@lucent.com>
30709
30710         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
30711         foo and bar.  Create conftestdir/ in the script, not in the C code.
30712         Remove directories in the script, not in the C code.
30713         Remove conftestdir{,2} before trying to create the directory.
30714         Make the entire configure script fail if the mkdir fails.
30715
30716 2001-01-14  Jim Meyering  <meyering@lucent.com>
30717
30718         * lib/rename.c: New file.  From Volker Borchert.
30719         Include stdlib.h, string.h or strings.h, and xalloc.h.
30720         Use strip_trailing_slashes rather than open-coding it.
30721
30722 2001-01-03  Paul Eggert  <eggert@twinsun.com>
30723
30724         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
30725
30726 2001-01-03  Jim Meyering  <meyering@lucent.com>
30727
30728         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
30729         of local `inptr' to avoid warning with some system declarations of
30730         iconv.
30731
30732 2001-01-02  Volker Borchert  <bt@teknon.de>
30733
30734         * m4/rename.m4: New file.
30735         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
30736
30737 2001-01-01  Jim Meyering  <meyering@lucent.com>
30738
30739         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
30740         even on systems with utmpx.h.  It's necessary for the declaration of
30741         utmp's ut_user member.  Reported by Andreas Jaeger.
30742
30743         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
30744         available. They are required for the declarations of getgrgid and
30745         getpwuid resp.
30746         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
30747         Reported by Andreas Jaeger.
30748
30749 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
30750
30751         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
30752         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
30753         so `make install' also works in VPATH builds.
30754
30755 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
30756
30757         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
30758         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
30759         can be used in subdirectories.
30760
30761 2000-12-29  Paul Eggert  <eggert@twinsun.com>
30762
30763         * lib/modechange.c: Do not assume that mode_t uses the
30764         traditional octal encoding.  E.g. "chmod 1 FOO" should set
30765         the other-execute bit of FOO even if S_IXOTH != 1.
30766
30767         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
30768         WOTH, XOTH, ALLM): New macros.
30769         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
30770          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
30771         Use them.
30772         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
30773         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
30774         (mode_compile):
30775         No need to use uintmax_t; unsigned long is long enough.
30776         Don't bother to get suffix since we don't use it.
30777
30778 2000-12-26  Jim Meyering  <meyering@lucent.com>
30779
30780         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
30781         better with autoheader.
30782
30783 2000-12-24  Jim Meyering  <meyering@lucent.com>
30784
30785         * lib/hash.c (is_prime): Return explicit boolean values.
30786         (hash_get_first): Return NULL to appease Irix5.6's 89.
30787         Reported by Nelson Beebe.
30788
30789 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
30790
30791         * lib/localcharset.c (locale_charset): Add support for Win32.
30792
30793 2000-12-18  Paul Eggert  <eggert@twinsun.com>
30794
30795         * lib/physmem.h, lib/physmem.c: New files.
30796
30797         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
30798         (noinst_HEADERS): Add physmem.h.
30799
30800         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
30801         't' for compatibility with Solaris 8 sort.
30802
30803 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
30804
30805         * lib/config.charset: Add support for BeOS.
30806
30807 2000-12-17  Jim Meyering  <meyering@lucent.com>
30808
30809         * m4/dos.m4 (jm_AC_DOS): New file and macro.
30810         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
30811
30812 2000-12-16  Jim Meyering  <meyering@lucent.com>
30813
30814         This bug had a serious impact on chown: `chown N:M FILE' (for integer
30815         N and M) would have treated it like `chown N:N FILE'.
30816
30817         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
30818
30819 2000-12-16  Jim Meyering  <meyering@lucent.com>
30820
30821         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
30822         SHELLS_FILE to a file name that's useful on djgpp systems.
30823         Include stdlib.h.
30824         (ADDITIONAL_DEFAULT_SHELLS): Define.
30825         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
30826         Based mostly on a patch from Prashant TR.
30827
30828 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
30829
30830         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
30831         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
30832         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
30833
30834 2000-12-08  Andreas Schwab  <schwab@suse.de>
30835
30836         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
30837         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
30838
30839 2000-12-07  Jim Meyering  <meyering@lucent.com>
30840
30841         * lib/stripslash.c (ISSLASH): Define.
30842         (strip_trailing_slashes): Use ISSLASH rather than comparing against
30843         `/'.
30844         From Prashant TR.
30845
30846         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
30847         (dir_name_r): Declare this function as static.
30848         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
30849         manifest itself on a name containing a mix of slashes and
30850         backslashes.
30851         Make this function work with names starting with a DOS-style
30852         drive letter and colon prefix.
30853         (dir_name): Append `.' if necessary.
30854         Based mostly on patches from Prashant TR and Eli Zaretskii.
30855
30856         * lib/dirname.h (dir_name_r): Remove prototype.
30857
30858 2000-12-06  Paul Eggert  <eggert@twinsun.com>
30859
30860         * m4/off_t-format.m4: Remove this file.
30861         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
30862
30863 2000-12-06  Jim Meyering  <meyering@lucent.com>
30864
30865         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
30866         replacement strtoull, we may well need the replacement strtoul, too.
30867         Check for declarations of strtoul and strtoull.
30868         Check for strtol.  Mainly as a cue to cause automake to include
30869         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
30870         Check for limits.h -- strtol.c needs it.
30871
30872 2000-12-05  Jim Meyering  <meyering@lucent.com>
30873
30874         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
30875
30876 2000-12-04  Jim Meyering  <meyering@lucent.com>
30877
30878         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
30879         Also include memory.h, stdlib.h, unistd.h if appropriate.
30880         Reported by Andreas Jaeger (conflicting declaration of malloc).
30881
30882 2000-12-02  Jim Meyering  <meyering@lucent.com>
30883
30884         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
30885         * m4/jm-macros.m4 (jm_MACROS): require it.
30886
30887 2000-12-02  Jim Meyering  <meyering@lucent.com>
30888
30889         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
30890
30891 2000-12-01  Paul Eggert  <eggert@twinsun.com>
30892
30893         * lib/memrchr.c: Include <config.h> before any system include file.
30894
30895 2000-11-30  Jim Meyering  <meyering@lucent.com>
30896
30897         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
30898
30899 2000-11-30  Jim Meyering  <meyering@lucent.com>
30900
30901         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
30902
30903 2000-11-29  Paul Eggert  <eggert@twinsun.com>
30904
30905         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
30906
30907 2000-11-26  Jim Meyering  <meyering@lucent.com>
30908
30909         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
30910
30911 2000-11-22  Paul Eggert  <eggert@twinsun.com>
30912
30913         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
30914         size of (size_t) -1; it's not portable.
30915
30916 2000-11-17  Jim Meyering  <meyering@lucent.com>
30917
30918         * lib/strstr.c: Update from GNU libc.
30919
30920 2000-11-17  Akim Demaille  <akim@epita.fr>
30921
30922         * lib/obstack.h: Formatting changes.
30923         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
30924         prevent type checking.
30925         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
30926         cast the value to (void *): assigning a `foo *' to a `void *'
30927         variable is valid.
30928         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
30929
30930 2000-11-16  Jim Meyering  <meyering@lucent.com>
30931
30932         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
30933
30934 2000-11-11  Jim Meyering  <meyering@lucent.com>
30935
30936         * lib/error.c: Add a couple #includes, merging from GNU libc version.
30937
30938 2000-11-10  Jim Meyering  <meyering@lucent.com>
30939
30940         * lib/obstack.h: Update from GNU libc.
30941         * lib/obstack.c: Likewise.
30942
30943 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
30944
30945         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
30946
30947 2000-11-06  Paul Eggert  <eggert@twinsun.com>
30948
30949         * lib/getusershell.c (setusershell): Use rewind rather than
30950         fseek/fseeko, to avoid configuration hassles with fseeko.
30951         Don't bother opening SHELLS_FILE if shellstream is NULL;
30952         it's not necessary.
30953
30954 2000-11-05  Jim Meyering  <meyering@lucent.com>
30955
30956         * lib/makepath.h (make_dir): Declare.
30957         * lib/makepath.c (make_dir): Remove `static' attribute.
30958         Tweak a comment.
30959
30960 2000-11-04  Jim Meyering  <meyering@lucent.com>
30961
30962         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
30963
30964 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
30965
30966         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
30967         last one in a bucket, advance to the next bucket.
30968
30969 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
30970
30971         * lib/fnmatch.c: Do not comment out all the code if we are using
30972         the GNU C library, because in some cases we are replacing buggy
30973         code in the GNU C library itself.
30974
30975 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
30976
30977         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
30978         (regex_compile): Catch bogus \(\1\).
30979
30980 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30981
30982         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
30983         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
30984         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
30985
30986 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30987
30988         * lib/error.h, getline.h, modechange.h:
30989         Remove "2000" from Copyright line, as the file hasn't been
30990         changed this year other than in the copyright notice.
30991
30992         * lib/xalloc.h: Add "2000" to Copyright line, as this file
30993         was changed this year.
30994
30995 2000-10-29  Jim Meyering  <meyering@lucent.com>
30996
30997         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
30998         renaming.
30999         * m4/ls-mntd-fs.m4: Likewise
31000
31001 2000-10-29  Jim Meyering  <meyering@lucent.com>
31002
31003         * lib/xstat.in: Fix grammar in comment.
31004
31005 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
31006
31007         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
31008         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
31009         doesn't define __restrict_arr.
31010
31011 2000-10-28  Jim Meyering  <meyering@lucent.com>
31012
31013         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
31014         (jm_PREREQ_MEMCHR): New function.
31015
31016 2000-10-28  Jim Meyering  <meyering@lucent.com>
31017
31018         * lib/memchr.c: Update from libc.
31019         Adjust for portability:
31020         [HAVE_STDLIB_H]: Include stdlib.h.
31021         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
31022         Undef __memchr, too.
31023         [!weak_alias]: Define __memchr to memchr.
31024
31025         * lib/regex.c: Update from libc.
31026         * lib/regex.h: Likewise.
31027         * lib/getopt1.c: Likewise.
31028         * lib/memcmp.c: Likewise.
31029
31030         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
31031         Avoid using fseek, when possible -- it's broken by design.
31032         Patch by Ulrich Drepper.
31033
31034 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
31035
31036         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
31037         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
31038         Giving in to popular pressure to shut up the compiler with casts.
31039
31040 2000-10-26  Jim Meyering  <meyering@lucent.com>
31041
31042         * lib/strftime.c: Update from libc.
31043
31044 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
31045
31046         * regex.c: More `unsigned char' -> `re_char' changes.
31047         Also change several `int' into `re_wchar_t'.
31048         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
31049         (PUSH_FAILURE_POINTER): Don't cast any more.
31050         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
31051         We want GCC to complain, since this piece of code makes
31052         re_match non-reentrant, which *should* be fixed.
31053         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
31054         (EXTEND_BUFFER): Use RETALLOC.
31055         (SET_LIST_BIT): Don't cast.
31056         (re_wchar_t): New type.
31057         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
31058         that those two functions will always properly return.
31059         (IMMEDIATE_QUIT_CHECK): Cast to void.
31060         (analyse_first): Use recursion rather than an explicit stack.
31061         (re_compile_fastmap): Can't fail anymore.
31062         (re_search_2): Don't check re_compile_fastmap for failure.
31063         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
31064         Now also sets the new value (passed in a new argument).
31065         (re_match_2_internal): Use it.
31066         Also, use a new var `reg' of type size_t when looping through regs
31067         rather than reuse the inappropriate `mcnt'.
31068
31069 2000-10-25  Jim Meyering  <meyering@lucent.com>
31070
31071         * lib/obstack.c: Update from libc.
31072
31073 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
31074
31075         * regex.c (regex_compile): Change the way of handling a range from
31076         a char less than 256 to a char not less than 256.
31077
31078 2000-10-24  Andrew Innes  <andrewi@gnu.org>
31079
31080         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
31081         NT-Emacs only.
31082         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
31083         so that re_search functions only quit when callers expect them to.
31084
31085 2000-10-23  Jim Meyering  <meyering@lucent.com>
31086
31087         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
31088         wrong.  That set_locale call must not have any side effects.
31089         From Paul Eggert.
31090
31091 2000-10-22  Jim Meyering  <meyering@lucent.com>
31092
31093         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
31094         [CYCLIC]: Remove now-unused definition.
31095
31096         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
31097         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
31098         Suggestion from Ulrich Drepper.
31099
31100 2000-10-21  Jim Meyering  <meyering@lucent.com>
31101
31102         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
31103         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
31104         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
31105
31106 2000-10-21  Jim Meyering  <meyering@lucent.com>
31107
31108         * lib/dirname.c (memrchr): Declare if necessary.
31109         (dir_name): Remove the restriction that there be no
31110         trailing slashes.  Now, this code skips past them, effectively
31111         ignoring them.
31112         [TEST_DIRNAME] (main): New unit tests.
31113
31114         * lib/memrchr.c: New file from GNU libc.
31115         Undef __memrchr, too.
31116         [!weak_alias]: Define __memrchr to memrchr.
31117         Guard weak_alias use with `#ifdef weak_alias'.
31118
31119 2000-10-21  Jim Meyering  <meyering@lucent.com>
31120
31121         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
31122         (dir_name): Use dir_name_r.
31123         * lib/dirname.h (dir_name_r): Declare it.
31124
31125 2000-10-17  Jim Meyering  <meyering@lucent.com>
31126
31127         * lib/quote.h (PARAMS): Define and use.
31128         Reported by Akim Demaille.
31129
31130         * lib/getopt.c: Update from libc.
31131
31132 2000-10-16  Jim Meyering  <meyering@lucent.com>
31133
31134         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
31135         setlocale.
31136         From Jan Fedak.
31137
31138 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
31139
31140         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
31141
31142 2000-09-25  Jim Meyering  <meyering@lucent.com>
31143
31144         * lib/md5.h (rol): Define (from GnuPG).
31145
31146         * lib/sha.c: Give credit (GnuPG) where due.
31147         (M): Use rol rather than open-coding it.
31148         Add a FIXME comment.
31149
31150 2000-09-21  Jim Meyering  <meyering@lucent.com>
31151
31152         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
31153         Reported by Michael Stone.
31154
31155 2000-09-20  Jim Meyering  <meyering@lucent.com>
31156
31157         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
31158         (noinst_HEADERS): Add sha.h.
31159         Based on code from Scott G. Miller and from GnuPG.
31160
31161 2000-09-18  Jim Meyering  <meyering@lucent.com>
31162
31163         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
31164         LIBS. Otherwise, everyone ends up linking with -lelf for some
31165         configurations.
31166         Reported by Mike Stone.
31167
31168 2000-09-15  Jim Meyering  <meyering@lucent.com>
31169
31170         * lib/regex.c: Update from libc.
31171
31172 2000-09-10  Jim Meyering  <meyering@lucent.com>
31173
31174         * lib/getopt.c (_getopt_internal): Update from glibc.
31175
31176 2000-09-09  Jim Meyering  <meyering@lucent.com>
31177
31178         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
31179         think it should be used as a general replacement for isascii.
31180         * lib/fnmatch.c: Likewise.
31181         * lib/mbswidth.c: Likewise
31182         * lib/regex.c: Likewise.
31183
31184         Don't use atoi.
31185         * lib/userspec.c: Include sys/param.h and limits.h.
31186         Include xstrtol.h.
31187         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
31188         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
31189         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
31190         UID, GID.  Check range.
31191
31192 2000-09-06  Jim Meyering  <meyering@lucent.com>
31193
31194         * lib/getopt.c (_getopt_internal): Update from glibc.
31195
31196 2000-08-30  Jim Meyering  <meyering@lucent.com>
31197
31198         * lib/strftime.c: Merge in changes from GNU libc.
31199
31200 2000-08-26  Jim Meyering  <meyering@lucent.com>
31201
31202         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
31203         * m4/fpending.m4: New file.
31204
31205 2000-08-26  Jim Meyering  <meyering@lucent.com>
31206
31207         * lib/closeout.c: Include "__fpending.h".
31208         (close_stdout_status): Return right away if there's nothing to flush.
31209
31210         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
31211         * lib/__fpending.c: New file.
31212         * lib/__fpending.h: New file.
31213
31214 2000-08-20  Jim Meyering  <meyering@lucent.com>
31215
31216         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
31217         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
31218         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
31219
31220 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
31221
31222         Improve fileutils installation on systems where running
31223         programs (like install) can't be unlinked.
31224         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
31225         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
31226
31227 2000-08-07  Paul Eggert  <eggert@twinsun.com>
31228
31229         Standardize on "memory exhausted" instead of "Memory exhausted"
31230         or "virtual memory exhausted".
31231         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
31232         "virtual memory exhausted".
31233         * lib/same.c (same_name): Invoke xalloc_die instead of printing
31234         our own message.
31235         * lib/userspec.c (parse_user_spec): Likewise.
31236         * lib/bumpalloc.h: comment fix
31237         * lib/same.c, userspec.c: Include xalloc.h.
31238
31239         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
31240         not char *const and pointing to a constant array.
31241         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
31242         (xrealloc): Comment fix.
31243
31244         * lib/userspec.c (parse_user_spec):
31245         Don't translate a message until just before returning,
31246         to avoid unnecessary translation.
31247
31248 2000-08-07  Jim Meyering  <meyering@lucent.com>
31249
31250         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
31251         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
31252         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
31253         getgroups.c, gethostname.c, getopt.h, group-member.c,
31254         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
31255         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
31256         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
31257         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
31258         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
31259         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
31260         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
31261         yesno.c: Back out Copyright date changes for each file with no change
31262         this year.  This eases coordination with other programs using the same
31263         source code modules.  From Paul Eggert.
31264
31265 2000-08-06  Paul Eggert  <eggert@twinsun.com>
31266
31267         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
31268         not char, for compatibility with glibc 2.1.3 strftime.c.
31269
31270 2000-08-03  Greg McGary  <greg@mcgary.org>
31271
31272         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
31273         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
31274         (EXTEND_BUFFER): Use them.
31275
31276 2000-08-01  Jim Meyering  <meyering@lucent.com>
31277
31278         * lib/dirname.c (ISSLASH): Define.
31279         (BACKSLASH_IS_PATH_SEPARATOR): Define.
31280         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
31281         both `\' and `/' may be use as path separators.
31282         Based on a patch from Prashant TR.
31283
31284 2000-07-31  Paul Eggert  <eggert@twinsun.com>
31285
31286         * lib/quotearg.c (quotearg_n_options): Don't make the initial
31287         slot vector a constant, since it might get modified.
31288
31289 2000-07-31  Jim Meyering  <meyering@lucent.com>
31290
31291         * lib/xmalloc.c: Use `virtual memory exhausted', not
31292         `Memory exhausted'.
31293         * lib/obstack.c (print_and_abort): Likewise.
31294
31295 2000-07-30  Paul Eggert  <eggert@twinsun.com>
31296
31297         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
31298         buffer, so that the caller can always quote one small
31299         component of a "memory exhausted" message in slot 0.
31300         From a suggestion by Jim Meyering.
31301
31302 2000-07-30  Jim Meyering  <meyering@lucent.com>
31303
31304         * lib/makepath.c (make_path): Quote the other instance, too.
31305
31306         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
31307         (STATIC_BUF_SIZE): Define.
31308         (quotearg_n_options): Use only statically allocated storage when
31309         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
31310         than STATIC_BUF_SIZE.
31311
31312 2000-07-29  Jim Meyering  <meyering@lucent.com>
31313
31314         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
31315         * lib/dirname.c (dir_name): Likewise.
31316
31317         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
31318         `/'.
31319
31320         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
31321         (dir_name): Assert that there are no trailing slashes.
31322
31323 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
31324
31325         * lib/mbswidth.h (mbswidth): Add a flags argument.
31326         (mbswidth): New declaration.
31327         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
31328         * lib/mbswidth.c (mbswidth): Add a flags argument.
31329         (mbsnwidth): New function.
31330
31331 2000-07-24  Jim Meyering  <meyering@lucent.com>
31332
31333         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
31334
31335 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31336
31337         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
31338
31339 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31340
31341         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
31342         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
31343         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
31344         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
31345         invoke multibyte primitives.
31346
31347 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31348
31349         * lib/quotearg.c:
31350         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
31351         so that mbstate_t is always defined.
31352
31353         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
31354         be 1 in at least one GCC installation, and this configuration
31355         error is likely to be common.  Ignoring MB_LEN_MAX hurts
31356         performance on hosts that have mbrtowc but have only unibyte
31357         locales, but I assume these hosts are rare.
31358
31359 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31360
31361         * lib/mbswidth.c (_XOPEN_SOURCE):
31362         Don't define; this causes problems on Solaris 7.
31363         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
31364
31365 2000-07-23  Jim Meyering  <meyering@lucent.com>
31366
31367         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
31368         too: getgrgid, getpwuid, getuid.
31369
31370 2000-07-23  Jim Meyering  <meyering@lucent.com>
31371
31372         * lib/basename.c (base_name): Add an assertion.
31373
31374 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
31375
31376         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
31377         shadow its mbsinit function.
31378
31379 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
31380
31381         * lib/mbswidth.h: New file.
31382         * lib/mbswidth.c: New file.
31383         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
31384         (noinst_HEADERS): Add mbswidth.h.
31385
31386 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
31387
31388         * lib/config.charset: Add support for FreeBSD. Improve support for
31389         HP-UX and IRIX 6.
31390
31391 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
31392
31393         * m4/mbswidth.m4: New file.
31394         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
31395
31396 2000-07-15  Jim Meyering  <meyering@lucent.com>
31397
31398         * lib/makepath.c: Include quote.h.
31399         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
31400         corresponding argument in a `quote (...)' call.
31401         Give better diagnostics.
31402
31403         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
31404         (noinst_HEADERS): Add quote.h.
31405
31406         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
31407         from tar's src/misc.c.
31408         * lib/quote.h: New file.  Prototypes for same.
31409
31410 2000-07-14  Paul Eggert  <eggert@twinsun.com>
31411
31412         From a suggestion by Bruno Haible.
31413         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
31414         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
31415         to decide whether to define the BeOS workaround macro;
31416         this adjusts to the change to AC_MBSTATE_T.
31417
31418 2000-07-14  Jim Meyering  <meyering@lucent.com>
31419
31420         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
31421         jm_AC_TYPE_UINTMAX_T.
31422
31423 2000-07-13  Paul Eggert  <eggert@twinsun.com>
31424
31425         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
31426
31427         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
31428         quotearg_buffer_restyled): Add support for
31429         clocale_quoting_style.  Undo previous change to
31430         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
31431         and "{RIGHT QUOTATION MARK}" msgids.
31432
31433 2000-07-10  Paul Eggert  <eggert@twinsun.com>
31434
31435         From a suggestion by Bruno Haible.
31436         * m4/mbstate_t.m4 (AC_MBSTATE_T):
31437         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
31438         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
31439         and mbstate_t, to a single-part test that simply defines mbstate_t.
31440         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
31441         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
31442
31443 2000-07-10  Jim Meyering  <meyering@lucent.com>
31444
31445         * m4/strerror_r.m4: Mirror the correction made in autoconf.
31446
31447         * m4/gnu-source.m4: Output to confdefs.h directly.
31448         Suggestion from Akim Demaille.
31449
31450 2000-07-09  Paul Eggert  <eggert@twinsun.com>
31451
31452         The old behavior of quoting `like this' doesn't look good with
31453         newer, ISO-style fonts.  See:
31454         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
31455
31456         Instead, quote "like this" by default.  Let the translator
31457         tailor the locale-specific quoting behavior by providing
31458         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
31459
31460         * lib/quotearg.c (N_): New macro.
31461         (gettext_default): New function.
31462         (quotearg_buffer_restyled): Use
31463         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
31464         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
31465
31466 2000-07-09  Jim Meyering  <meyering@lucent.com>
31467
31468         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
31469         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
31470
31471         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
31472         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
31473
31474 2000-07-09  Jim Meyering  <meyering@lucent.com>
31475
31476         * lib/Most files: Update copyright dates to include 2000.
31477
31478 2000-07-08  Jim Meyering  <meyering@lucent.com>
31479
31480         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
31481         if not defined.
31482         (xgethostname): Remove now-unnecessary #ifdef.
31483         Move declaration of `err' into loop where it's used.
31484
31485 2000-07-05  Paul Eggert  <eggert@twinsun.com>
31486         and Bruno Haible  <haible@clisp.cons.org>
31487
31488         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
31489         only if the test for an object-type mbstate_t fails.  This
31490         prevents us from mistakenly reporting that mbstate_t is a
31491         system object type after we "#define mbstate_t int" to work
31492         around its lack.
31493
31494 2000-07-05  Paul Eggert  <eggert@twinsun.com>
31495         and Bruno Haible  <haible@clisp.cons.org>
31496
31497         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
31498
31499 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31500
31501         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
31502         to strerror_r.
31503         Include <ctype.h> for use of isalpha.
31504
31505 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31506
31507         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
31508         by allocating a larger buffer. Test the gethostname return value for
31509         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
31510         returns an error and ENAMETOOLONG isn't defined.
31511
31512 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31513
31514         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
31515         dimension.
31516
31517 2000-07-04  Jim Meyering  <meyering@lucent.com>
31518
31519         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
31520         of the deprecated AC_CHECKING.
31521
31522 2000-07-04  Jim Meyering  <meyering@lucent.com>
31523
31524         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
31525         Reported by Bruno Haible.
31526
31527 2000-07-04  Jim Meyering  <meyering@lucent.com>
31528
31529         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
31530         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
31531         lacks mbrtowc.
31532
31533 2000-07-03  Paul Eggert  <eggert@twinsun.com>
31534
31535         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
31536         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
31537
31538 2000-07-03  Paul Eggert  <eggert@twinsun.com>
31539         and Bruno Haible  <haible@clisp.cons.org>
31540
31541         * lib/quotearg.c (mbrtowc):
31542         Assign to *pwc, and return 1 only if result is nonzero.
31543         (iswprint): Use ISPRINT when substituting our own mbrtowc.
31544
31545 2000-07-03  Jim Meyering  <meyering@lucent.com>
31546
31547         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
31548
31549 2000-07-03  Jim Meyering  <meyering@lucent.com>
31550
31551         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
31552         This is necessary to get a definition of e.g., UTMP_FILE on
31553         HP-UX 10.20.
31554         From Bob Proulx.
31555
31556 2000-07-02  Jim Meyering  <meyering@lucent.com>
31557
31558         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
31559
31560         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
31561         AC_LIBOBJ(function_name).
31562         * m4/chown.m4: Likewise.
31563         * m4/fnmatch.m4: Likewise.
31564         * m4/ftruncate.m4: Likewise.
31565         * m4/getgroups.m4: Likewise.
31566         * m4/getline.m4: Likewise.
31567         * m4/group-member.m4: Likewise.
31568         * m4/jm-macros.m4: Likewise.
31569         * m4/lstat.m4: Likewise.
31570         * m4/malloc.m4: Likewise.
31571         * m4/memcmp.m4: Likewise.
31572         * m4/nanosleep.m4: Likewise.
31573         * m4/putenv.m4: Likewise.
31574         * m4/realloc.m4: Likewise.
31575         * m4/regex.m4: Likewise.
31576         * m4/stat.m4: Likewise.
31577         * m4/strftime.m4: Likewise.
31578
31579 2000-07-02  Jim Meyering  <meyering@lucent.com>
31580
31581         * lib/quotearg.c (mbstate_t): Don't define here.
31582
31583 2000-07-02  Jim Meyering  <meyering@lucent.com>
31584
31585         * lib/nanosleep.c (SIGCONT): Define if not already defined.
31586
31587 2000-07-01  Jim Meyering  <meyering@lucent.com>
31588
31589         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
31590
31591 2000-07-01  Jim Meyering  <meyering@lucent.com>
31592
31593         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
31594         problem.
31595
31596 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
31597
31598         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
31599         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
31600
31601 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
31602
31603         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
31604         per change in ../m4/ls-mntd-fs.m4.
31605         (read_filesystem_list): Ignore symbolic links.
31606
31607 2000-06-29  Jim Meyering  <meyering@lucent.com>
31608
31609         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
31610         for declaration of strcmp.
31611
31612         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
31613
31614         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
31615         Avoid warning by casting result to `char *' to remove `const'.
31616
31617 2000-06-28  Jim Meyering  <meyering@lucent.com>
31618
31619         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
31620         included by quotearg.c, for which we perform this test.  From
31621         Bruno Haible.
31622
31623 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
31624
31625         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
31626         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
31627         <utmpx.h> exists, put readutmp.o into LIBOBJS.
31628
31629 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
31630
31631         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
31632
31633 2000-06-26  Paul Eggert  <eggert@twinsun.com>
31634
31635         savedir now sets errno on failure and invokes xmalloc to get memory.
31636         Fix a couple of other minor bugs while we're at it.
31637
31638         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
31639         (NAMLEN): Remove macro.
31640         (malloc, realloc): Remove decls.
31641         (stpcpy): Likewise.
31642         ("xalloc.h"): Include.
31643         (NAME_SIZE_DEFAULT): New macro.
31644         (savedir): Use xmalloc / xrealloc to allocate memory.
31645         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
31646         Skip "" directory entries.
31647         Use strlen to calculate directory entry length, since the old method
31648         is rarely used these days and isn't worth supporting.
31649         Don't use a pointer after freeing it.
31650         Check for integer overflow when calculating allocation size.
31651         Use memcpy to copy entries, instead of stpcpy.
31652         Set errno properly when returning NULL.
31653         Check for readdir error.
31654
31655 2000-06-26  Jim Meyering  <meyering@lucent.com>
31656
31657         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
31658
31659 2000-06-25  Jim Meyering  <meyering@lucent.com>
31660
31661         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
31662         Linux header bug when _XOPEN_SOURCE is defined to 500.
31663
31664 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
31665
31666         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
31667         deficiency.
31668
31669 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
31670
31671         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
31672         Include xalloc.h.
31673         Don't include <stdlib.h>.  Don't declare malloc, realloc.
31674
31675 2000-06-24  Jim Meyering  <meyering@lucent.com>
31676
31677         * m4/strerror_r.m4: Revive this file -- to try out an experimental
31678         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
31679         for which strerror does return char*, but which lacks a conveniently
31680         accessible declaration of the function.  If the compile-test says
31681         strerror_r doesn't work, then resort to a `run'-test that works on
31682         BeOS and segfaults on DEC Unix.
31683
31684 2000-06-24  Jim Meyering  <meyering@lucent.com>
31685
31686         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
31687
31688 2000-06-23  Paul Eggert  <eggert@twinsun.com>
31689
31690         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
31691         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
31692
31693 2000-06-23  Paul Eggert  <eggert@twinsun.com>
31694
31695         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
31696         (mbrtowc, mbstate_t): Define substitutes if
31697         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
31698         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
31699         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
31700
31701 2000-06-23  Jim Meyering  <meyering@lucent.com>
31702
31703         * m4/afs.m4: Add missing AC_MSG_RESULT.
31704         Reported by Bruno Haible.
31705
31706         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
31707         Suggestion from Bruno Haible.
31708
31709 2000-06-23  Jim Meyering  <meyering@lucent.com>
31710
31711         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
31712
31713 2000-06-21  Jim Meyering  <meyering@lucent.com>
31714
31715         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
31716
31717 2000-06-21  Jim Meyering  <meyering@lucent.com>
31718
31719         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
31720         (noinst_HEADERS): Add getstr.h.
31721
31722         * lib/getline.c (getstr): Move into a separate file.
31723         * lib/getstr.c (getstr): New file, extracted from getline.c, with
31724         the following changes: new parameter, delim2; both delim[12]
31725         parameters have type `int', not `char'.  The latter would lose
31726         with 8-bit delimiters.
31727         * lib/getstr.h: New file.
31728
31729 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31730
31731         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
31732         than 1024, return a memory chunk of least possible size, instead
31733         of size PATH_MAX + 2. In the loop, increment the size proportionally.
31734         Use free/xmalloc instead of xrealloc to avoid copying for very long
31735         paths.
31736
31737 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31738
31739         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
31740         the empty string.
31741
31742 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31743
31744         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
31745         address, not strdup.  Include <stdlib.h> and don't declare free().
31746
31747 2000-06-19  Jim Meyering  <meyering@lucent.com>
31748
31749         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
31750
31751 2000-06-18  Jim Meyering  <meyering@lucent.com>
31752
31753         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
31754
31755         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
31756         `checking whether...' message to be consistent with that of the
31757         lstat test.
31758
31759 2000-06-18  Jim Meyering  <meyering@lucent.com>
31760
31761         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
31762         Besides, these days every porting target provides a mkdir function.
31763
31764         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
31765         needed. (this snippet comes from src/system.h).
31766
31767 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
31768
31769         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
31770
31771 2000-06-15  Paul Eggert  <eggert@twinsun.com>
31772
31773         * lib/human.c (adjust_value): New function.
31774         (human_readable_inexact): Apply rounding style even when
31775         printing approximate values.
31776
31777 2000-06-14  Paul Eggert  <eggert@twinsun.com>
31778
31779         * lib/human.c (human_readable_inexact): Allow an input block
31780         size that is not a multiple of the output block size, and vice versa.
31781         Reported by Piergiorgio Sartor.
31782
31783 2000-06-14  Paul Eggert  <eggert@twinsun.com>
31784
31785         * lib/getdate.y (get_date): Apply relative times after time
31786         zone indicator, not before.  Reported by Todd A. Jacobs.
31787
31788 2000-06-13  Jim Meyering  <meyering@lucent.com>
31789
31790         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
31791
31792         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
31793
31794 2000-06-12  Paul Eggert  <eggert@twinsun.com>
31795
31796         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
31797
31798 2000-06-12  Jim Meyering  <meyering@lucent.com>
31799
31800         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
31801         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
31802         optional argument.
31803         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
31804         the optional argument, `lib'.
31805
31806 2000-06-08  Jim Meyering  <meyering@lucent.com>
31807
31808         * m4/largefile.m4: Remove file (now that it's part of autoconf).
31809
31810 2000-06-04  Paul Eggert  <eggert@twinsun.com>
31811
31812         Rewrite largefile configuration so that we don't need to run
31813         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
31814         AC_CANONICAL_HOST in configure.in -- jmm]
31815
31816         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
31817         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
31818         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
31819         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
31820         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
31821         All uses changed.
31822         Instead of inspecting the output of getconf, try to compile the
31823         test program without and with the macro definition.
31824         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
31825         for getconf.  Instead, check for the needed flags by compiling
31826         test programs.
31827
31828 2000-06-04  Paul Eggert  <eggert@twinsun.com>
31829
31830         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
31831
31832 2000-06-04  Jim Meyering  <meyering@lucent.com>
31833
31834         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
31835         SunOS 4.1.4 for which gid_t is an unsigned type.
31836
31837 2000-06-03  Jim Meyering  <meyering@lucent.com>
31838
31839         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
31840         now that autoconf requires that.
31841
31842         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
31843         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
31844         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
31845
31846 2000-06-03  Jim Meyering  <meyering@lucent.com>
31847
31848         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
31849
31850 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
31851
31852         * m4/glibc21.m4: New file.
31853         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
31854
31855 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
31856
31857         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
31858         newer, don't install charset.alias.
31859         * lib/config.charset: Change the Linux/glibc rules so they become empty
31860         on glibc-2.1 or newer.
31861
31862 2000-06-02  Jim Meyering  <meyering@lucent.com>
31863
31864         * lib/mountlist.c: Back out last change.  Instead, do this...
31865         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
31866         me_dummy member using the same `ignore'-testing code.
31867         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
31868         fs_type strings.
31869         From Mark D. Roth.
31870
31871 2000-05-29  Jim Meyering  <meyering@lucent.com>
31872
31873         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
31874         mounts with the `ignore' attribute.  Based on a patch from
31875         Mark D. Roth.
31876
31877 2000-05-28  Jim Meyering  <meyering@lucent.com>
31878
31879         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
31880         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31881         * m4/stat.m4: Likewise.
31882         * m4/lstat.m4: Likewise.
31883         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
31884
31885         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
31886         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
31887
31888 2000-05-26  Jim Meyering  <meyering@lucent.com>
31889
31890         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
31891
31892 2000-05-24  Jim Meyering  <meyering@lucent.com>
31893
31894         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
31895         autoconf requires that.
31896         * m4/lib-check.m4: Likewise.
31897         * m4/jm-macros.m4: Likewise.
31898         * m4/strftime.m4: Likewise.
31899
31900         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
31901         AC_CHECK_DECLS, now that autoconf requires that.
31902
31903 2000-05-22  Jim Meyering  <meyering@lucent.com>
31904
31905         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31906         * m4/lstat.m4: Likewise.
31907
31908 2000-05-22  Jim Meyering  <meyering@lucent.com>
31909
31910         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
31911
31912 2000-05-20  Jim Meyering  <meyering@lucent.com>
31913
31914         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
31915         (jm_PREREQ): Use it.
31916
31917 2000-05-18  Jim Meyering  <meyering@lucent.com>
31918
31919         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
31920         back, too, since it may have been modified by allocate_entry.
31921         (hash_delete): Rewrite to use neither the assignment operator
31922         nor the comma operator in an if-expression.
31923
31924 2000-05-15  Paul Eggert  <eggert@twinsun.com>
31925
31926         * lib/closeout.c:
31927         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
31928         Remove; no longer needed.
31929         "quotearg.h": Add include.
31930         (file_name): Do not bother to explicitly initialize to NULL; it's less
31931         efficient on some hosts.
31932         (close_stdout_status): Remove test as to whether stdout was already
31933         closed; it breaks for the case "echo x | sort >&-".
31934         Quote file name colons.
31935         Do not assume that _("write error") lacks format strings.
31936
31937 2000-05-15  Jim Meyering  <meyering@lucent.com>
31938
31939         * lib/version-etc.c (version_etc_copyright): Update the copyright
31940         string used in all --version output.
31941
31942 2000-05-14  Jim Meyering  <meyering@lucent.com>
31943
31944         * lib/closeout.c (close_stdout_set_file_name): New function.
31945         (close_stdout_status): Use new file-scoped global.
31946         Return right away if fstat says the stdout file descriptor is invalid.
31947         * lib/closeout.h (close_stdout_set_file_name): Declare.
31948
31949 2000-05-10  Jim Meyering  <meyering@lucent.com>
31950
31951         * lib/closeout.c [default_exit_status]: New file-scoped variable.
31952         (close_stdout_set_status): New function.
31953         * lib/closeout.h (close_stdout_set_status): Declare.
31954
31955 2000-05-09  Jim Meyering  <meyering@lucent.com>
31956
31957         * m4/gettext.m4: Rename this...
31958         * m4/libintl.m4: ...to this.
31959
31960 2000-05-08  Jim Meyering  <meyering@lucent.com>
31961
31962         * lib/long-options.c: Don't include closeout.h.
31963         (parse_long_options): Don't call close_stdout for --version.
31964
31965 2000-05-06  Paul Eggert  <eggert@twinsun.com>
31966
31967         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
31968         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
31969         2.1.3 bug.  This avoids a clash when files like regex.c define
31970         _GNU_SOURCE.
31971
31972 2000-05-06  Jim Meyering  <meyering@lucent.com>
31973
31974         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
31975         (AC_REPLACE_FUNCS): Add strnlen.
31976
31977         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
31978         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
31979
31980         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
31981         AC_SEARCH_LIBS call for nanosleep.
31982         (LIB_NANOSLEEP): Set and AC_SUBST.
31983
31984 2000-05-06  Jim Meyering  <meyering@lucent.com>
31985
31986         * lib/strnlen.c: Undefine __strnlen and strnlen.
31987         [!weak_alias]: Define __strnlen to strnlen.
31988
31989         * lib/atexit.c: New file, from libiberty.
31990
31991 2000-05-06  Jim Meyering  <meyering@lucent.com>
31992
31993         * lib/closeout.c (close_stdout_status): Also check for errors on the
31994         stderr stream.
31995
31996 2000-05-05  Jim Meyering  <meyering@lucent.com>
31997
31998         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
31999         AC_SEARCH_LIBS call for clock_gettime.
32000         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
32001
32002         * m4/search-libs.m4: Update from autoconf.
32003
32004         su doesn't work on Solaris 2.6.
32005         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
32006         <shadow.h>.  Reported by Dragos Harabor.
32007
32008 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
32009
32010         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
32011         memcpy instead of xmalloc, xrealloc, path_concat.
32012         (locale_charset): Treat empty environment variables as absent.
32013         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
32014
32015 2000-05-04  Jim Meyering  <meyering@lucent.com>
32016
32017         * lib/getopt.c: Update from glibc.
32018         * lib/obstack.c: Likewise.
32019         * lib/obstack.h: Likewise.
32020         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
32021         file
32022
32023         * lib/regex.h: Likewise.
32024         * lib/strndup.c: Likewise.
32025         * lib/strnlen.c: New file, from glibc.
32026
32027 2000-05-03  Jim Meyering  <meyering@lucent.com>
32028
32029         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
32030
32031 2000-05-02  Paul Eggert  <eggert@twinsun.com>
32032
32033         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
32034         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
32035         compile-time test, rather than inspecting host and OS, to
32036         decide whether to define _LARGEFILE_SOURCE.
32037
32038 2000-05-01  Jim Meyering  <meyering@lucent.com>
32039
32040         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
32041
32042         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
32043         Based on a patch from Bruno Haible.
32044
32045 2000-05-01  Jim Meyering  <meyering@lucent.com>
32046
32047         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
32048
32049 2000-04-29  Jim Meyering  <meyering@lucent.com>
32050
32051         * lib/path-concat.c: Declare strdup only if it's not defined.
32052         * lib/canon-host.c: Likewise.
32053
32054 2000-04-28  Jim Meyering  <meyering@lucent.com>
32055
32056         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
32057         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
32058         is included first, then limits.h is included by locale.h by libintl.h.
32059         From John David Anglin.
32060
32061 2000-04-25  Jim Meyering  <meyering@lucent.com>
32062
32063         * lib/makepath.c (S_IRWXUGO): Define.
32064         (make_path): Always perform explicit chmod if MODE specifies any
32065         of the `special' permission bits.  Prompted by a bug report against
32066         install from Mate Wierdl and Joost van Baal.
32067
32068 2000-04-18  Jim Meyering  <meyering@lucent.com>
32069
32070         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
32071         (jm_PREREQ): Use it.
32072
32073 2000-04-18  Jim Meyering  <meyering@lucent.com>
32074
32075         * lib/README: New file.
32076
32077         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
32078         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
32079
32080 2000-04-17  Jim Meyering  <meyering@lucent.com>
32081
32082         Get it right :-)
32083         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
32084         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
32085         Suggestion from Akim Demaille.
32086
32087 2000-04-17  Jim Meyering  <meyering@lucent.com>
32088
32089         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
32090         the definition of it to rpl_strftime also defined-away the system's
32091         declaration.
32092
32093 2000-04-15  Jim Meyering  <meyering@lucent.com>
32094
32095         Use `C' to denote so-called `contiguous' files, the same way
32096         that tar does.
32097         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
32098         (ftypelet): Use S_ISCTG.
32099         From Michael Deutschmann.
32100
32101 2000-04-14  Jim Meyering  <meyering@lucent.com>
32102
32103         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
32104         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
32105         clobbered.
32106
32107 2000-04-14  Jim Meyering  <meyering@lucent.com>
32108
32109         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
32110
32111 2000-04-13  Jim Meyering  <meyering@lucent.com>
32112
32113         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
32114         AH_VERBATIM to insert required #ifndef into config.h.in.
32115         Suggestion from Akim Demaille.
32116
32117 2000-04-12  Jim Meyering  <meyering@lucent.com>
32118
32119         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
32120         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
32121         Christian Krackowizer.
32122
32123         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
32124         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
32125         (AC_SYS_LARGEFILE): Require.
32126         (AM_C_PROTOTYPES): Require.
32127
32128 2000-04-08  Jim Meyering  <meyering@lucent.com>
32129
32130         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
32131         names don't conflict.  Reported by Eli Zaretskii.
32132
32133 2000-04-07  Jim Meyering  <meyering@lucent.com>
32134
32135         * lib/putenv.c: Move inclusion of errno.h so it follows that of
32136         sys/types.h, to work around system header problems on AIX 3.2.5.
32137         From Bruno Haible.
32138
32139 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
32140
32141         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
32142         bug.  Deal with the different error behavior of Irix iconv.
32143
32144 2000-04-05  Paul Eggert  <eggert@twinsun.com>
32145
32146         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
32147         IRIX if the installer said otherwise.
32148
32149 2000-04-05  Jim Meyering  <meyering@lucent.com>
32150
32151         Portability tweaks required for ultrix4.3.
32152         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
32153         (jm_CHECK_DECLS): Add getutent to the list of functions.
32154         (_jm_DECL_HEADERS): Add utmpx.h.
32155         From John David Anglin.
32156
32157         * m4/strftime.m4: Back out the 2000-04-02 change.
32158         Instead of that change, simply undefine putenv in the test program.
32159
32160 2000-04-05  Jim Meyering  <meyering@lucent.com>
32161
32162         Portability tweaks required for ultrix4.3.
32163         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
32164         getutent.
32165         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
32166         * lib/canon-host.c: Declare strdup.
32167         * lib/path-concat.c: Likewise.
32168         From John David Anglin.
32169
32170 2000-04-04  Jim Meyering  <meyering@lucent.com>
32171
32172         Be more DOS 8.3-friendly.
32173         * lib/ref-add.sin: Renamed from ref-add.sed.in.
32174         * lib/ref-del.sin: Renamed from ref-del.sed.in.
32175         * lib/Makefile.am: Reflect renaming.
32176         Reported by Eli Zaretskii.
32177
32178         Use a temporary file name that won't clash with `charset.alias'
32179         in the DOS 8.3 name space.
32180         * lib/Makefile.am (charset_tmp): Define.
32181         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
32182         (uninstall-local): Likewise.
32183         Reported by Eli Zaretskii.
32184
32185 2000-04-03  Jim Meyering  <meyering@lucent.com>
32186
32187         * m4/gettext.m4: Fix typo in comment.
32188
32189         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
32190         textutils/configure.in).  Suggestion from Paul Eggert.
32191         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
32192
32193 2000-04-02  Paul Eggert  <eggert@twinsun.com>
32194
32195         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
32196         variable in the shell rather than using putenv, which isn't
32197         portable.  This avoids the configure-time inter-test dependency
32198         on the potentially-renamed putenv function.
32199
32200 2000-03-30  Paul Eggert  <eggert@twinsun.com>
32201
32202         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
32203         before checking struct stat.st_blksize, so that
32204         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
32205
32206 2000-03-29  Paul Eggert  <eggert@twinsun.com>
32207
32208         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
32209         since strftime.c uses HAVE_STRFTIME to decide whether to use
32210         the underlying strftime.
32211
32212 2000-03-29  Paul Eggert  <eggert@twinsun.com>
32213
32214         * lib/time/strftime.c (my_strftime): Make sure we call the system
32215         strftime, not ourselves, when invoking the underlying strftime.
32216
32217 2000-03-24  Jim Meyering  <meyering@lucent.com>
32218
32219         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
32220         (charset_alias): Define.
32221         (install-exec-local): Factor out common code.
32222         (uninstall-local): Split lines longer than 80.
32223         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
32224         (SUFFIXES): Define.
32225         (.sed.in.sed): New rule.  Don't redirect directly to $@.
32226         (CLEANFILES): Add ref-add.sed and ref-del.sed.
32227
32228 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
32229
32230         * lib/config.charset: Output a line containing "Packages using this
32231         file".
32232         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
32233         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
32234         ref-del.sed): New rules.
32235
32236 2000-03-17  Jim Meyering  <meyering@lucent.com>
32237
32238         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
32239         Otherwise, include <strings.h>
32240
32241 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
32242
32243         * lib/unicodeio.c (utf8_wctomb): New function.
32244         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
32245         format instead of in UCS-4 with platform dependent endianness.
32246
32247 2000-03-10  Jim Meyering  <meyering@lucent.com>
32248
32249         * m4/lib-check.m4: Look for getspnam in -lgen, too.
32250         From Marco Franzen.
32251
32252 2000-03-07  Paul Eggert  <eggert@twinsun.com>
32253
32254         * lib/savedir.c (savedir): Work even if directory size is
32255         negative; this can happen with some screwy NFS configurations.
32256
32257 2000-03-06  Jim Meyering  <meyering@lucent.com>
32258
32259         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
32260         if it's NULL (because we ran out of memory).  From Bruno Haible.
32261
32262 2000-03-05  Jim Meyering  <meyering@lucent.com>
32263
32264         * lib/localcharset.c ("path-concat.h"): Include.
32265         (get_charset_aliases): Use path_concat instead of ANSI string
32266         concatenation.
32267
32268         * lib/unicodeio.h (PARAMS): Define.
32269         Use it to guard prototype.
32270
32271 2000-03-04  Jim Meyering  <meyering@lucent.com>
32272
32273         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
32274         for lib/localcharset.c.
32275
32276 2000-03-04  Jim Meyering  <meyering@lucent.com>
32277
32278         * lib/Makefile.am (install-exec-local): Create $(libdir) before
32279         installing into it.
32280         (uninstall-local): Uncomment this rule so `make distcheck' works
32281         once again.
32282
32283         * lib/unicodeio.c (<errno.h>): Include it.
32284         (errno): Declare if not defined.
32285
32286         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
32287
32288         * lib/config.charset: New version, incorporating remarks from a linux
32289         i18n mailing list.  From Bruno Haible.
32290
32291 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
32292
32293         * m4/codeset.m4: New file.
32294         * m4/iconv.m4: New file.
32295         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
32296
32297 2000-03-03  Jim Meyering  <meyering@lucent.com>
32298
32299         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
32300
32301 2000-03-02  Jim Meyering  <meyering@lucent.com>
32302
32303         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
32304         the messages come out on separate lines.
32305
32306         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
32307         rather than jm_CHECK_DECLARATIONS.
32308         * m4/decl.m4: Remove now-unused file.
32309
32310         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
32311         geteuid.
32312
32313 2000-03-02  Jim Meyering  <meyering@lucent.com>
32314
32315         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
32316
32317 2000-03-01  Jim Meyering  <meyering@lucent.com>
32318
32319         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
32320         * lib/unicodeio.c: Likewise.
32321
32322 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
32323
32324         * lib/config.charset: New file.
32325         * lib/localcharset.c: New file.
32326         * lib/unicodeio.h, lib/unicodeio.c: New files.
32327         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
32328         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
32329         (noinst_HEADERS): Add unicodeio.h.
32330         (all-local, install-exec-local, charset.alias): New targets.
32331
32332 2000-02-28  Paul Eggert  <eggert@twinsun.com>
32333
32334         * lib/quotearg.c (ALERT_CHAR): New macro.
32335         (quotearg_buffer_restyled): Use it.
32336
32337 2000-02-27  Jim Meyering  <meyering@lucent.com>
32338
32339         * m4/check-decl.m4: Add getenv to the list.
32340
32341 2000-02-27  Jim Meyering  <meyering@lucent.com>
32342
32343         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
32344         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
32345
32346         * lib/backupfile.c: Guard inclusion of stdlib.h with
32347         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
32348         Declare malloc if needed.
32349
32350         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
32351         `#ifndef HAVE_DECL..'
32352         now that autoconf always defines the HAVE_DECL_ symbols.
32353         * lib/human.c: Likewise.
32354         * lib/same.c: Likewise.
32355         * lib/strtoumax.c: Likewise.
32356
32357         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
32358         declaration check was not run.
32359         * lib/hash.c: Likewise.
32360         * lib/human.c: Likewise.
32361         * lib/same.c: Likewise.
32362         * lib/strtoumax.c: Likewise.
32363
32364         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
32365         `.', then first look up the entire `.'-containing string as a login
32366         name.
32367
32368 2000-02-23  Jim Meyering  <meyering@lucent.com>
32369
32370         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
32371         in place of my hack.
32372
32373 2000-02-18  Paul Eggert  <eggert@twinsun.com>
32374
32375         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
32376         (textint): New typedef.
32377         (parser_control): Member year changed from int to textint.
32378         All uses changed.
32379         (YYSTYPE): Removed; replaced by %union with int and textint members.
32380         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
32381         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
32382         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
32383         (tSNUMBER, tUNUMBER): Now of type <textintval>.
32384         (date, number, to_year): Use width of number in digits, not its value,
32385         to determine whether it's a 2-digit year, or a 2-digit time.
32386         (yylex): Store number of digits of numeric tokens.
32387         Reported by John Kendall.
32388
32389         (parser_control): Changed from struct parser_control to typedef (for
32390         consistency).  All uses changed.
32391
32392         (tID): Removed; not used.
32393         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
32394
32395 2000-02-14  Paul Eggert  <eggert@twinsun.com>
32396
32397         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
32398         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
32399
32400 2000-02-12  Jim Meyering  <meyering@lucent.com>
32401
32402         * lib/userspec.c (ISDIGIT): Define it.
32403         (isdigit): Remove definition.
32404         (is_number): Use ISDIGIT, not isdigit.
32405         <libintl.h>: Include.
32406         (_ and N_): Define.
32407         (parse_user_spec): Mark translatable strings.
32408
32409 2000-02-10  Jim Meyering  <meyering@lucent.com>
32410
32411         With these changes, nanosleep.[ch] are finally enough like the other
32412         lib/* replacement files to compile on a few more losing systems.
32413
32414         * lib/nanosleep.h: Don't include config.h.
32415         Remove prototype from declaration of nanosleep.
32416         (PARAMS): Remove now-unneeded definition.
32417         * lib/nanosleep.c: #undef nanosleep.
32418         (rpl_nanosleep): Rename from nanosleep.
32419
32420 2000-02-10  Jim Meyering  <meyering@lucent.com>
32421
32422         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
32423         gnu_nanosleep to rpl_nanosleep.
32424
32425 2000-02-09  Jim Meyering  <meyering@lucent.com>
32426
32427         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
32428         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
32429
32430 2000-02-08  Akim Demaille  <akim@epita.fr>
32431
32432         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
32433         `[' and `]' and remove uses of `changequote'.
32434         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
32435         (AC_SYS_LARGEFILE): Likewise.
32436         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
32437         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
32438         of changequote.
32439         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
32440         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
32441         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
32442         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
32443
32444 2000-02-05  Jim Meyering  <meyering@lucent.com>
32445
32446         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
32447         Remove explicit use of AC_HEADER_TIME.  It is required by
32448         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
32449         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
32450         in autoconf whereby the expansion of the latter ended up preceding
32451         the expansion of its prerequisite, AC_HEADER_TIME.
32452         Reported by Volker Borchert.
32453
32454 2000-02-03  Jim Meyering  <meyering@lucent.com>
32455
32456         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
32457
32458 2000-02-03  Jim Meyering  <meyering@lucent.com>
32459
32460         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
32461         rather than with `#if HAVE_UTMPNAME'.
32462
32463 2000-02-02  Jim Meyering  <meyering@lucent.com>
32464
32465         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
32466         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
32467         Reported by Eli Zaretskii.
32468
32469 2000-02-01  Jim Meyering  <meyering@lucent.com>
32470
32471         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
32472
32473 2000-01-31  Jim Meyering  <meyering@lucent.com>
32474
32475         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
32476         functions.  Add the time.h and sys/time.h headers along with the
32477         AC_REQUIRE'ment of AC_HEADER_TIME.
32478
32479 2000-01-31  Jim Meyering  <meyering@lucent.com>
32480
32481         * lib/nanosleep.h (nanosleep): Guard declaration with
32482         `#if ! HAVE_DECL_NANOSLEEP'.
32483         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
32484         the declaration in that vendor's sys/timers.h.
32485         Reported by Christian Krackowizer.
32486
32487         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
32488         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
32489         (ISPRINT): Likewise.
32490         Reported by Tom Tromey.
32491
32492 2000-01-30  Jim Meyering  <meyering@lucent.com>
32493
32494         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
32495
32496         * m4/prereq.m4 (utmp_includes): Define.
32497         Check for ut_user and ut_name members in both struct utmpx
32498         and struct utmp.
32499
32500 2000-01-30  Jim Meyering  <meyering@lucent.com>
32501
32502         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
32503         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
32504         header files where only utmpx.ut_user is declared.
32505
32506         * lib/readutmp.h (UT_USER): Define.
32507
32508 2000-01-29  Jim Meyering  <meyering@lucent.com>
32509
32510         * m4/lib-check.m4: New file containing library-related checks from
32511         fileutils and sh-utils (textutils had none).
32512
32513 2000-01-28  Jim Meyering  <meyering@lucent.com>
32514
32515         * m4/perl.m4: Change format of warning message to look more like that
32516         from the missing script.  Suggestion from François Pinard.
32517
32518 2000-01-25  Jim Meyering  <meyering@lucent.com>
32519
32520         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
32521         well as time.h in the compile check.
32522         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
32523         Fix typo in cross-compiling case: s/yes/no/.
32524
32525 2000-01-23  Jim Meyering  <meyering@lucent.com>
32526
32527         * m4/jm-macros.m4: Move df-related tests here from
32528         fileutils/configure.in
32529
32530         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
32531         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
32532
32533         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
32534         s/space/ac_fsusage_space/.
32535         (jm_FILE_SYSTEM_USAGE): Take two parameters.
32536
32537         * m4/ftruncate.m4: New file (derived from part of
32538         fileutils/configure.in).
32539         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
32540         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
32541
32542         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
32543         AC_SUBST these here, rather than just in sh-util/configure.in, so
32544         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
32545         all the same.
32546         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
32547         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
32548         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
32549         (AC_SUBST(POW_LIBM)): Likewise.
32550         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
32551
32552 2000-01-23  Jim Meyering  <meyering@lucent.com>
32553
32554         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
32555         obstack.c.
32556
32557 2000-01-22  Jim Meyering  <meyering@lucent.com>
32558
32559         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
32560
32561         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
32562
32563         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
32564         configure.in
32565         (AC_CHECK_HEADERS): Likewise for sh-utils.
32566         (AC_CHECK_HEADERS): Likewise for textutils.
32567         Merge the three lists of headers.
32568
32569         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
32570         from fileutils' configure.in.
32571
32572         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
32573         code. Moved tests into their own function (_jm_DECL_HEADERS) in
32574         check-decl.m4.
32575
32576         * m4/check-decl.m4: Use #if rather than #ifdef.
32577         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
32578         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
32579         (_jm_DECL_HEADERS): Define new function.
32580         (jm_CHECK_DECLARATIONS): Require it.
32581
32582 2000-01-22  Jim Meyering  <meyering@lucent.com>
32583
32584         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
32585         [! HAVE_DECL_STRTOULL]: Declare strtoull.
32586         Required for some AIX systems.  Reported by Christian Krackowizer.
32587         [TESTING] (main): New function.
32588
32589         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
32590         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
32591         letters.
32592
32593         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
32594         iswprint.
32595
32596         * lib/strverscmp.c (ISDIGIT): Define.
32597         (strverscmp): Use ISDIGIT, not isdigit.
32598
32599 2000-01-19  Jim Meyering  <meyering@lucent.com>
32600
32601         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
32602         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
32603         defines `struct timespec' in <sys/time.h>
32604
32605         * m4/c-bs-a.m4: Remove uses of changequote altogether.
32606         Thanks to Akim for explaining.
32607
32608 2000-01-17  Paul Eggert  <eggert@twinsun.com>
32609
32610         * lib/nanosleep.c (nanosleep):
32611         Don't use SA_INTERRUPT to decide whether to call sigaction, as
32612         POSIX.1 doesn't require SA_INTERRUPT and some systems
32613         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
32614         it's been part of POSIX.1 since day 1 (in 1988).
32615
32616 2000-01-17  Jim Meyering  <meyering@lucent.com>
32617
32618         * lib/interlock: Remove unused file.  Reported by François Pinard.
32619
32620 2000-01-16  Paul Eggert  <eggert@twinsun.com>
32621
32622         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
32623         alert, backslash, formfeed, and vertical tab unnecessarily in
32624         shell quoting style.
32625
32626 2000-01-16  Jim Meyering  <meyering@lucent.com>
32627
32628         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
32629         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
32630         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
32631         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
32632
32633 2000-01-16  Jim Meyering  <meyering@lucent.com>
32634
32635         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
32636         because the latter didn't work.
32637
32638 2000-01-15  Jim Meyering  <meyering@lucent.com>
32639
32640         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
32641         (AC_REPLACE_FUNCS): Add memcpy and memset.
32642         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
32643         Add strpbrk.
32644         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
32645
32646 2000-01-12  Jim Meyering  <meyering@lucent.com>
32647
32648         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
32649         (jm_PREREQ): Use it.
32650         (jm_PREREQ_READUTMP): New macro.
32651         (jm_PREREQ): Use it.
32652
32653 2000-01-11  Paul Eggert  <eggert@twinsun.com>
32654
32655         Quote multibyte characters correctly.
32656         * m4/c-bs-a.m4: New file.
32657         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
32658         (jm_PREREQ): Use it.
32659
32660 2000-01-11  Paul Eggert  <eggert@twinsun.com>
32661
32662         * m4/uintmax_t.m4: Port to autoconf 2.13.
32663
32664 2000-01-08  Jim Meyering  <meyering@ascend.com>
32665
32666         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
32667         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
32668
32669 2000-01-04  Jim Meyering  <meyering@ascend.com>
32670
32671         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
32672         jm_STRUCT_DIRENT_D_TYPE.
32673         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
32674         jm_STRUCT_DIRENT_D_INO.
32675         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
32676         jm_STRUCT_UTIMBUF.
32677         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
32678         renamings.
32679         * m4/utime.m4: Likewise.
32680
32681         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
32682         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
32683
32684 2000-01-03  Paul Eggert  <eggert@twinsun.com>
32685
32686         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
32687         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
32688
32689 2000-01-02  Jim Meyering  <meyering@ascend.com>
32690
32691         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
32692         remember if this is necessary.
32693
32694 1999-12-26  Jim Meyering  <meyering@ascend.com>
32695
32696         * m4/jm-macros.m4: Use it here.
32697         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
32698
32699 1999-12-23  Jim Meyering  <meyering@ascend.com>
32700
32701         * m4/jm-macros.m4: Check for clock_gettime (moved from
32702         fileutils/configure.in)
32703         Check for gettimeofday.
32704
32705 1999-12-20  Jim Meyering  <meyering@ascend.com>
32706
32707         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
32708         autoconf-2.14a-1999-12-20.
32709
32710 1999-12-19  Jim Meyering  <meyering@ascend.com>
32711
32712         * m4/lstat-slash.m4: New file.
32713         * m4/jm-macros.m4: Use the new macro:
32714         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32715
32716 1999-12-07  Jim Meyering  <meyering@ascend.com>
32717
32718         * m4/perl.m4: Require that File::Compare be available, too.
32719         Too many systems seem to lack it.
32720
32721         * m4/strftime.m4: Add checks for most of the cpp macros tested in
32722         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
32723
32724 1999-11-18  Paul Eggert  <eggert@twinsun.com>
32725
32726         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
32727         problem with the QNX 4.25 shell, which doesn't propagate exit
32728         status of failed commands inside shell assignments.
32729
32730 1999-11-17  Jim Meyering  <meyering@ascend.com>
32731
32732         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
32733
32734 1999-11-07  Jim Meyering  <meyering@ascend.com>
32735
32736         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
32737
32738 1999-11-06  Jim Meyering  <meyering@ascend.com>
32739
32740         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
32741         * m4/jm-macros.m4 (jm_MACROS): Use it here.
32742
32743 1999-11-05  Jim Meyering  <meyering@ascend.com>
32744
32745         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
32746         configure.in of textutils, fileutils, and sh-utils into this one
32747         (shared between those packages) file.
32748         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
32749         AC_STRUCT_ST_BLKSIZE.
32750
32751 1999-11-03  Jim Meyering  <meyering@ascend.com>
32752
32753         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
32754         of AC_CHECK_TYPE checks includes unistd.h.
32755         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
32756         Suggestion from Akim Demaille.
32757
32758 1999-10-30  Jim Meyering  <meyering@ascend.com>
32759
32760         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
32761         m4-quoted string.
32762         * m4/ls-mntd-fs.m4: Likewise.
32763         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
32764         * m4/jm-winsz1.m4: Likewise.
32765
32766         * m4/const.m4: Remove file, since the fix made it into the experimental
32767         version of autoconf.
32768         * m4/mktime.m4: Likewise.
32769
32770         * m4/check-type.m4: Remove file, now that the latest version of
32771         AC_CHECK_TYPE takes a third arg to specify additional #includes.
32772
32773         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
32774         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
32775         AC_CHECK_TYPE.
32776
32777 1999-10-04  Jim Meyering  <meyering@ascend.com>
32778
32779         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
32780
32781 1999-09-22  Paul Eggert  <eggert@twinsun.com>
32782
32783         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
32784         2.95.1 bug with HP-UX 10.20.
32785
32786 1999-09-17  Jim Meyering  <meyering@ascend.com>
32787
32788         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
32789         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
32790         due to missing strdup (against sh-utils-2.0).
32791
32792 1999-08-29  Jim Meyering  <meyering@ascend.com>
32793
32794         * m4/jm-macros.m4: Require jm_BISON.
32795         * m4/bison.m4: New file.
32796
32797 1999-08-17  Paul Eggert  <eggert@twinsun.com>
32798
32799         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
32800         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
32801
32802 1999-08-05  Jim Meyering  <meyering@ascend.com>
32803
32804         * m4/getline.m4: Rename test file from conftestdata to conftest.data
32805         to avoid conflicts with `conftest' on 8+3 filesystems.
32806         Suggestion from Eli Zaretskii.
32807
32808 1999-08-04  Jim Meyering  <meyering@ascend.com>
32809
32810         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
32811         fileutils and sh-utils (textutils's getline test was inadequate).
32812         (AM_FUNC_GETLINE): Run this test.
32813         (AC_CHECK_FUNCS): Check for getdelim.
32814         Reported by Bob Proulx.
32815
32816 1999-08-02  Jim Meyering  <meyering@ascend.com>
32817
32818         * m4/jm-macros.m4: Add a comment.
32819
32820 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32821
32822         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
32823         <inttypes.h> defines strtoumax as a macro (and not as a
32824         function).
32825
32826 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32827
32828         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
32829         that we can shift, multiply and divide unsigned long long
32830         values; Ultrix cc can't do it.
32831
32832 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32833
32834         * m4/mktime.m4: New file, which is a preview of what should appear
32835         in the next public autoconf release.
32836
32837 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32838
32839         * m4/lfs.m4: Remove this file.
32840         * m4/largefile.m4: New file.  It contains the old contents of
32841         lfs.m4, except that all names with prefix AC_LFS have been
32842         changed to use the prefix AC_SYS_LARGEFILE instead, to be
32843         compatible with future autoconf versions.  Also, some minor m4
32844         quoting problems have been fixed.
32845
32846 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32847
32848         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
32849         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
32850         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
32851         and simplify the shell code.
32852
32853 1999-08-01  Jim Meyering  <meyering@ascend.com>
32854
32855         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
32856         m4.
32857
32858 1999-07-20  Jim Meyering  <meyering@ascend.com>
32859
32860         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
32861
32862 1999-07-15  Jim Meyering  <meyering@ascend.com>
32863
32864         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
32865
32866 1999-05-22  Jim Meyering  <meyering@ascend.com>
32867
32868         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
32869
32870 1999-05-20  Jim Meyering  <meyering@ascend.com>
32871
32872         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
32873         Add a colon after each `then' in case $4 is empty.
32874
32875 1999-05-16  Jim Meyering  <meyering@ascend.com>
32876
32877         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
32878
32879 1999-05-10  Jim Meyering  <meyering@ascend.com>
32880
32881         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
32882
32883         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
32884         AC_FUNC_MKTIME.
32885
32886 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
32887
32888         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
32889
32890 1999-05-04  Paul Eggert  <eggert@twinsun.com>
32891
32892         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
32893         not CPPFLAGS, so that linking works correctly in IRIX.
32894
32895 1999-04-30  Paul Eggert  <eggert@twinsun.com>
32896
32897         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
32898
32899 1999-04-20  Paul Eggert  <eggert@twinsun.com>
32900
32901         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
32902         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
32903         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
32904         jm_AC_TYPE_UNSIGNED_LONG_LONG.
32905         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
32906
32907         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
32908
32909 1999-04-20  Jim Meyering  <meyering@ascend.com>
32910
32911         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
32912         AC_REPLACE xstroull if necessary.  From Paul Eggert.
32913         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
32914
32915 1999-04-18  Jim Meyering  <meyering@ascend.com>
32916
32917         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
32918         * m4/jm-macros.m4: Use it.
32919
32920 1999-04-06  Jim Meyering  <meyering@ascend.com>
32921
32922         * m4/strftime.m4: Remove test for %f.
32923
32924 1999-03-29  Jim Meyering  <meyering@ascend.com>
32925
32926         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
32927         superset of the AC_TYPE_* checks in the textutils, fileutils,
32928         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
32929         AC_TYPE_PID_T.
32930
32931 1999-03-28  Jim Meyering  <meyering@ascend.com>
32932
32933         * m4/jm-macros.m4: Define GNU_PACKAGE here.
32934         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
32935         replaced e.g., in the *.sh files of the sh-utils.
32936
32937 1999-03-20  Jim Meyering  <meyering@ascend.com>
32938
32939         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
32940         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
32941         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
32942
32943 1999-03-19  Jim Meyering  <meyering@ascend.com>
32944
32945         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
32946
32947 1999-03-12  Jim Meyering  <meyering@ascend.com>
32948
32949         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
32950
32951 1999-03-07  Jim Meyering  <meyering@ascend.com>
32952
32953         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
32954         declared.
32955
32956 1999-02-17  Jim Meyering  <meyering@ascend.com>
32957
32958         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
32959         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
32960
32961 1999-02-07  Jim Meyering  <meyering@ascend.com>
32962
32963         * m4/group-member.m4: New file -- extracted from sh-utils'
32964         configure.in.
32965
32966         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
32967         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
32968
32969 1999-02-06  Jim Meyering  <meyering@ascend.com>
32970
32971         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
32972         * m4/fnmatch.m4: Likewise.
32973         * m4/getgroups.m4: Likewise.
32974         * m4/lstat.m4: Likewise.
32975         * m4/malloc.m4: Likewise.
32976         * m4/putenv.m4: Likewise.
32977         * m4/realloc.m4: Likewise.
32978         * m4/regex.m4: Likewise.
32979         * m4/stat.m4: Likewise.
32980         * m4/strftime.m4: Likewise.
32981         Suggestion from Alain Magloire.
32982
32983         * m4/chown.m4: Use `.$ac_objext', not `.o'.
32984         * m4/fnmatch.m4: Likewise.
32985         * m4/getgroups.m4: Likewise.
32986         * m4/getline.m4: Likewise.
32987         * m4/lstat.m4: Likewise.
32988         * m4/malloc.m4: Likewise.
32989         * m4/memcmp.m4: Likewise.
32990         * m4/putenv.m4: Likewise.
32991         * m4/realloc.m4: Likewise.
32992         * m4/regex.m4: Likewise.
32993         * m4/stat.m4: Likewise.
32994         * m4/strftime.m4: Likewise.
32995         Suggestion from Alain Magloire.
32996
32997         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
32998         an argument.
32999
33000         * m4/regex.m4: Add a run-time Test for proper operation of
33001         re_compile_pattern.
33002
33003 1999-01-31  Jim Meyering  <meyering@ascend.com>
33004
33005         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
33006
33007 1999-01-30  Jim Meyering  <meyering@ascend.com>
33008
33009         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
33010
33011         * m4/jm-mktime.m4: Make this a wrapper around the official
33012         AM_FUNC_MKTIME rather than my private copy, now that the official one
33013         is up to date.
33014         * m4/mktime.m4: Remove file.
33015
33016         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
33017         * m4/uptime.m4: Likewise.
33018         * m4/uintmax_t.m4: Likewise.
33019
33020 1999-01-28  Jim Meyering  <meyering@ascend.com>
33021
33022         * m4/jm-macros.m4: Use jm_AFS.
33023         * m4/afs.m4: New file (from fileutils' configure.in).
33024
33025         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
33026         * m4/chown.m4: Likewise.
33027         * m4/d-ino.m4: Likewise.
33028         * m4/d-type.m4: Likewise.
33029         * m4/fnmatch.m4: Likewise.
33030         * m4/getgroups.m4: Likewise.
33031         * m4/gettext.m4: Likewise.
33032         * m4/jm-mktime.m4: Likewise.
33033         * m4/jm-winsz2.m4: Likewise.
33034         * m4/lcmessage.m4: Likewise.
33035         * m4/ls-mntd-fs.m4: Likewise.
33036         * m4/malloc.m4: Likewise.
33037         * m4/memcmp.m4: Likewise.
33038         * m4/putenv.m4: Likewise.
33039         * m4/realloc.m4: Likewise.
33040         * m4/st_mtim.m4: Likewise.
33041         * m4/strftime.m4: Likewise.
33042
33043 1999-01-16  Jim Meyering  <meyering@ascend.com>
33044
33045         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
33046         (ARGMATCH_DIE_DECL): Define.
33047
33048 1999-01-12  Jim Meyering  <meyering@ascend.com>
33049
33050         * m4/Makefile.am.in: Rewrite to avoid using fmt.
33051         Reported by Lars Hecking.
33052
33053 1999-01-10  Jim Meyering  <meyering@ascend.com>
33054
33055         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
33056         gross kludge.
33057         * m4/inttypes_h.m4: Likewise.
33058         * m4/lstat.m4: Likewise.
33059         * m4/malloc.m4: Likewise.
33060         * m4/readdir.m4: Likewise.
33061         * m4/realloc.m4: Likewise.
33062         * m4/st_dm_mode.m4: Likewise.
33063         * m4/stat.m4: Likewise.
33064         * m4/utimbuf.m4: Likewise.
33065         * m4/utimes.m4: Likewise.
33066
33067         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
33068         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
33069         comments in config.h.in are meaningful.
33070
33071         * m4/jm-macros.m4: Require autoconf-2.13 here.
33072
33073         * m4/regex.m4: By default, don't use the included regex.c on systems
33074         with glibc 2.  Suggestion from Uli Drepper.
33075
33076 1999-01-02  Jim Meyering  <meyering@ascend.com>
33077
33078         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
33079
33080 1998-12-18  Jim Meyering  <meyering@ascend.com>
33081
33082         * m4/Makefile.am.in (Makefile.am): Simplify rule.
33083         Based on a suggestion from Lars Hecking.
33084
33085 1998-11-16  Paul Eggert  <eggert@twinsun.com>
33086
33087         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
33088
33089 1998-11-16  Jim Meyering  <meyering@ascend.com>
33090
33091         * m4/lfs.m4: Double-quote the `uname...` expression.
33092
33093 1998-11-14  Jim Meyering  <meyering@ascend.com>
33094
33095         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
33096         * m4/stat.m4: Likewise.
33097
33098 1998-11-03  Jim Meyering  <meyering@ascend.com>
33099
33100         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
33101         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
33102
33103 1998-10-18  Jim Meyering  <meyering@ascend.com>
33104
33105         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
33106
33107 1998-10-17  Jim Meyering  <meyering@ascend.com>
33108
33109         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
33110         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
33111         calls for those previously hard-coded headers.  Instead, take a new
33112         parameter.
33113         (jm_CHECK_DECLARATIONS): Reflect interface change.
33114         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
33115         (jm_CHECK_DECL_LOCALTIME_R): New macro.
33116
33117         * m4/mktime.m4: Test for spring-forward gap before long-running test.
33118
33119 1998-10-14  Jim Meyering  <meyering@ascend.com>
33120
33121         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
33122         instead of "TZ=America/Vancouver".  From Paul Eggert.
33123
33124 1998-10-11  Jim Meyering  <meyering@ascend.com>
33125
33126         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
33127         This adds a test for a recently added compatibility fix for mktime.c.
33128         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
33129
33130 1998-09-27  Jim Meyering  <meyering@ascend.com>
33131
33132         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
33133
33134         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
33135         ../configure.in, including a change from Gordon Matzigkeit to allow
33136         cross-compiling for the Hurd.
33137
33138         * m4/glibc.m4: New file/macro to test for the GNU C Library
33139         versions 1 and 2.  From Gordon Matzigkeit.
33140         Indent.
33141
33142 1998-09-21  Jim Meyering  <meyering@ascend.com>
33143
33144         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
33145
33146 1998-08-18  Paul Eggert  <eggert@twinsun.com>
33147
33148         Port nanosecond-resolution times to UnixWare 2.1.2 and
33149         pedantic Solaris 2.6.
33150
33151         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
33152         AC_STRUCT_ST_MTIM.
33153         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
33154         Generate name of ns member, instead of just 1 or undef.
33155         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
33156
33157 1998-08-15  Jim Meyering  <meyering@ascend.com>
33158
33159         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
33160         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
33161         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
33162         instead of jm_TYPE_SSIZE_T.
33163
33164 1998-08-12  Jim Meyering  <meyering@ascend.com>
33165
33166         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
33167
33168 1998-08-02  Jim Meyering  <meyering@ascend.com>
33169
33170         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
33171         in acconfig.h manually.
33172
33173 1998-07-31  Paul Eggert  <eggert@twinsun.com>
33174
33175         * m4/st_mtim.m4: New file.
33176
33177 1998-07-28  Jim Meyering  <meyering@ascend.com>
33178
33179         * m4/utimes.m4: Undef stat.
33180
33181 1998-07-25  Jim Meyering  <meyering@ascend.com>
33182
33183         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
33184         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
33185
33186 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
33187
33188         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
33189         uid and gid actually remain unchanged.
33190
33191 1998-07-07  Jim Meyering  <meyering@ascend.com>
33192
33193         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
33194
33195 1998-07-04  Jim Meyering  <meyering@ascend.com>
33196
33197         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
33198         to prove that this macro can be used in packages without regex.c.
33199
33200 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
33201
33202         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
33203         is to be used.
33204
33205 1998-07-03  Jim Meyering  <meyering@ascend.com>
33206
33207         * m4/gettext.m4: Add -lintl if it's found to be necessary.
33208
33209         * m4/gettext.m4: New file -- from gettext-0.10.35.
33210         * m4/lcmessage.m4: Likewise.
33211         * m4/progtest.m4: Likewise.
33212
33213         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
33214         * m4/jm-macros.m4: Require the new macro.
33215
33216 1998-06-29  Jim Meyering  <meyering@ascend.com>
33217
33218         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
33219         for the definition of NGROUPS (used in a system header included
33220         by sys/mount.h).
33221
33222 1998-06-28  Jim Meyering  <meyering@ascend.com>
33223
33224         * m4/ls-mntd-fs.m4: New file.
33225         * m4/fstypename.m4: New file.
33226
33227         * m4/jm-macros.m4: Require the new macro.
33228         * m4/jm-glibc-io.m4: New file.
33229
33230 1998-05-19  Jim Meyering  <meyering@ascend.com>
33231
33232         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
33233         * m4/lchown.m4: New file.
33234
33235         * m4/Makefile.am.in: New file.
33236         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
33237
33238 1998-05-14  Jim Meyering  <meyering@ascend.com>
33239
33240         * m4/Makefile.am (EXTRA_DIST): Add them.
33241         * m4/jm-macros.m4: New file.
33242         * m4/utimbuf.m4: New file.
33243
33244 1998-05-12  Jim Meyering  <meyering@ascend.com>
33245
33246         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
33247
33248 1998-05-11  Jim Meyering  <meyering@ascend.com>
33249
33250         * m4/isc-posix.m4: New file.
33251
33252 1998-05-10  Jim Meyering  <meyering@ascend.com>
33253
33254         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
33255
33256 1998-05-09  Jim Meyering  <meyering@ascend.com>
33257
33258         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
33259         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
33260         with automake.
33261
33262         * m4/ssize_t.m4: New file.
33263         * m4/mktime.m4: Remove file -- the new automake has this now.
33264
33265 1998-04-26  Jim Meyering  <meyering@ascend.com>
33266
33267         * m4/assert.m4: New file.
33268         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
33269
33270 1998-04-05  Jim Meyering  <meyering@ascend.com>
33271
33272         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
33273         (jm_PREREQ): Use it here.
33274
33275 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
33276
33277         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
33278         in acconfig.h.
33279
33280 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
33281
33282         * m4/prereq.m4: New file.
33283         * m4/error.m4: New file.
33284         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
33285
33286 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
33287
33288         * m4/getline.m4: Don't set am_cv_func_working_getline before the
33289         cache-check for the same variable -- that defeated the purpose of
33290         the test; the test program was never run.  This was a problem only
33291         on systems with losing getline functions -- HP-UX 10.20 is one.
33292         Reported by Bjorn Helgaas.
33293
33294 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
33295
33296         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
33297
33298 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
33299
33300         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
33301
33302         * m4/const.m4: New file.  Use an initializer in this declaration
33303         typedef int charset[2]; const charset x;
33304         Reported by Bob Glickstein.
33305
33306 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
33307
33308         * m4/chown.m4: Fix reversed types on -1 args to chown.
33309         From Kaveh Ghazi.
33310
33311 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
33312
33313         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
33314         Add lseek and memchr.
33315
33316         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
33317         T.E.Dickey <dickey@clark.net> said that some older preprocessors
33318         have a 20-character limit on names.
33319
33320 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
33321
33322         * m4/inttypes_h.m4: New file.
33323         * m4/uintmax_t.m4: New file.
33324         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
33325
33326 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
33327   Free Software Foundation, Inc.
33328 Copying and distribution of this file, with or without modification,
33329 are permitted provided the copyright notice and this notice are preserved.